{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-products/namirialnotify/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"States and outcomes","description":"Integration and usage documentation.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"states-and-outcomes","__idx":0},"children":["States and outcomes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Namirial Notify tracks each communication or signature workflow through states and events, and typically assigns a final outcome when the process closes."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Understanding the difference between ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["states"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["outcomes"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["events"]}," helps you interpret transaction history, recipient actions, and affidavits correctly."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This page provides representative lifecycle terminology used across Namirial Notify services. Exact labels and transitions can vary by service, interface, API, and configuration."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For affidavit-generation rules and affidavit kinds, see ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/user-guides/evidences-affidavits"},"children":["Evidence and affidavits"]},"."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-is-the-difference","__idx":1},"children":["What is the difference?"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["state"]}," shows the current phase of the process."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["event"]}," records something that happened during the process."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["outcome"]}," shows the final result once the process is complete."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["affidavit kind"]}," names the type of affidavit that certifies a specific event or summary and does not always match the state or outcome label."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In practice:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["states tell you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["where the transaction is"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["events tell you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["what happened"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["outcomes tell you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["how it ended"]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"state-outcome-and-timestamp-fields","__idx":2},"children":["State, outcome, and timestamp fields"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When you query a transaction, three kinds of fields tell you what has happened. Understanding how each behaves over time is essential if you reconcile status by polling instead of callbacks."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"state-changes-while-the-transaction-is-live-outcome-becomes-final-at-closure","__idx":3},"children":["State changes while the transaction is live; outcome becomes final at closure"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["State"]}]}," is updated as the transaction progresses. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Failed"]}," records a recoverable processing or delivery failure; the platform may retry or advance to a later state. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Closed"]}," is the final stage of the state machine and does not change afterwards."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]}]}," generally remains ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["None"]}," while the transaction is active. When the state becomes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Closed"]},", the platform derives the final outcome from the milestones recorded during the transaction. The outcome is then fixed. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome: Failed"]}," is the final result when a failure was recorded and takes priority over successful milestones."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Do not treat ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["State: Failed"]}," as a permanent failure or resubmit immediately. Wait for ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Closed"]}," and inspect the final ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]},"; permanent failure is represented by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome: Failed"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"outcome-priority-when-events-conflict","__idx":4},"children":["Outcome priority when events conflict"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Events can arrive close together or out of order. When the transaction closes and more than one outcome-like milestone has been recorded, Namirial Notify derives the final outcome by priority instead of only using arrival order."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For EviNotice, the effective priority is: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Failed"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Rejected"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Accepted"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Refused"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Read"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Received"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Delivered"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Certified"]},", then ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["None"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For EviMail, the effective priority is: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Failed"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Rejected"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Accepted"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Read"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Delivered"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Certified"]},", then ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["None"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For EviSMS, the effective priority is: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Failed"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Read"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Delivered"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Certified"]},", then ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["None"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This means a recorded higher-priority milestone can prevent a lower-priority milestone from becoming the final outcome, regardless of event arrival order. For example, a rejected notice remains rejected even if another technical event is recorded around the same time."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"timestamp-fields-tell-you-which-states-were-reached","__idx":5},"children":["Timestamp fields tell you which states were reached"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each lifecycle milestone has a corresponding timestamp field (for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NewOn"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]},"). A timestamp is set ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only if and when"]}," the platform records that milestone. If a milestone was not recorded, its timestamp is ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["null or absent"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This makes timestamps the most reliable way to determine which milestones were recorded — even after a transaction has closed. To check whether a message was delivered, for example, check whether ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," has a value rather than relying on the current ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["State"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The fields available depend on the service:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Timestamp field"},"children":["Timestamp field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Meaning"},"children":["Meaning"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"EviNotice"},"children":["EviNotice"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"EviMail"},"children":["EviMail"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"EviSMS"},"children":["EviSMS"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NewOn"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SubmittedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The submission was admitted and certification began. EviMail and EviSMS use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NewOn"]},"; EviNotice uses ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SubmittedOn"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ProcessedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Initial processing and content certification finished; the communication is ready to send. EviMail and EviSMS use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]},"; EviNotice uses ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ProcessedOn"]},"."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DispatchedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The communication was handed to the sending process or delivery channel. It has not yet been accepted by the remote system."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Transmission was accepted by the remote system. For EviNotice, this applies to the notification sent by email, SMS, RCS, or WhatsApp, not to the hosted content. For EviMail, the recipient's mail server accepted the email; for EviSMS, the operator accepted the SMS or RCS message for routing."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Delivery to the recipient was confirmed (see the service-specific ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"#why-delivery-and-read-tracking-can-be-incomplete"},"children":["caveats"]}," below)."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReceivedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The recipient followed the notification link and reached the hosted notice flow before opening the content. EviNotice only."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["—"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["—"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The recipient opened or read the content (see the service-specific ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"#why-delivery-and-read-tracking-can-be-incomplete"},"children":["caveats"]}," below). For EviSMS, set only for rich-channel (RCS) deliveries; plain SMS has no read receipt."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["RefusedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The recipient explicitly refused the notice before reading it, when that feature is enabled."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["—"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["—"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AcceptedOn"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["RejectedOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The recipient explicitly accepted or rejected the communication, when commitment is enabled."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["—"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ExpiredOn"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The lifecycle closed and tracking ended. This commonly occurs when the time-to-live elapses, but some flows close earlier after a recipient action or another finalizing event."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Acceptance — which field to use"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The term \"acceptance\" can refer to different milestones:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Processing and certification by Namirial Notify"]},": use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ProcessedOn"]}," for EviNotice."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Handoff to the sending process or delivery channel"]},": use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DispatchedOn"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Acceptance by the recipient's mail server or operator"]},": use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]},"."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Timestamp ordering"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DispatchedOn"]}," is recorded when the message is handed to the sending process — at processing time — so it typically matches ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ProcessedOn"]}," (or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]},") to the second and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["precedes"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]},", which is only set once transmission is confirmed. The normal logical order is: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SubmittedOn"]},"/",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NewOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ProcessedOn"]},"/",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadyOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DispatchedOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReceivedOn"]}," → ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Not every milestone is guaranteed to produce a timestamp. For example, a recipient can follow a notification link even if the recipient's mail infrastructure did not report delivery, so ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReceivedOn"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," can be present while ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," is absent. Timestamps recorded within the same second come from independent processing steps and do not provide a deterministic order."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"why-delivery-and-read-tracking-can-be-incomplete","__idx":6},"children":["Why delivery and read tracking can be incomplete"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Delivery and read timestamps depend on the signals available for the service and channel. They can therefore be absent even when the communication reached the recipient."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The meaning of each timestamp is consistent across providers for a given channel. What can vary is signal availability: some providers report a delivery or read event while others do not. A missing timestamp means that the platform did not receive the corresponding signal, not that the field has a different provider-specific meaning."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviNotice"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," is set from best-effort delivery signals reported by the recipient's mail infrastructure. These depend on the recipient's server and client configuration, which may block them, so ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," can be absent even when the notification email was delivered."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReceivedOn"]}," is set when the recipient clicks the notification link and reaches the hosted notice."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," is set after the recipient completes any required identification or validation step and is shown the actual content. In the normal hosted-notice flow, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReceivedOn"]}," precedes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]},", but treat them as independently recorded milestones."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviMail"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," is set when the platform receives a Delivery Status Notification (",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://datatracker.ietf.org/doc/html/rfc3464"},"children":["DSN"]},") from the recipient's mail server. Many mail servers do not send a DSN, so a missing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," does not mean the message was not delivered."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," is set when the platform records a supported signal that the message was opened or read. The available signals depend on the recipient's mail client and how the content is accessed, so ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," is best-effort and may remain absent."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSMS"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SentOn"]}," is set when the telco operator accepts the message for routing, confirmed by a GSM/SMPP delivery receipt (DLR)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," is set when a DLR confirms delivery to the recipient's terminal."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," is set only for rich-channel (RCS) deliveries that report a read event. Plain SMS has no read receipt, so ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," stays absent for SMS-only delivery."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Because delivery and read milestones rely on independent signals, you can see ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ReadOn"]}," set while ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," is absent. This is expected: an open or read was recorded even though no delivery notification was received. A user may also have several mail clients open at once, and which one reports first can change the signals received."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"affidavits-are-generated-asynchronously","__idx":7},"children":["Affidavits are generated asynchronously"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When a transaction reaches a state and its timestamp is set, the corresponding affidavit can take a few seconds or minutes to become available, because affidavits are generated asynchronously. A state timestamp can therefore be present before its affidavit is published. Affidavits for a transaction are expected to be available by the time it reaches ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Closed"]},"."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The presence of a transmission-result affidavit does ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," by itself confirm delivery. The same affidavit kind is generated whether or not delivery succeeded — the actual result is recorded in the state timestamps and the event history, not in the affidavit kind. Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DeliveredOn"]}," (and the per-event details) to determine the delivery result."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"states","__idx":8},"children":["States"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["States describe the progression of a transaction from creation to closure."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"certified-delivery-services","__idx":9},"children":["Certified delivery services"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Certified delivery services, including ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviNotice"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviMail"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSMS"]},", typically use the following states:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Draft"]}," — the communication is saved but not yet sent."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["New"]}," or ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Submitted"]}," — the communication was admitted for certification and is waiting to be processed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ready"]}," or ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Processed"]}," — the communication was processed and is ready to be sent."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Dispatched"]}," — the platform completed its checks and accepted responsibility for the communication; it is not yet sent."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — transmission was confirmed by the remote system (for example, the recipient's mail server or the telco operator). ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Dispatched"]}," always precedes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — the communication or notification reached the recipient."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Received"]}," — for hosted-notice flows such as EviNotice, the recipient followed the notice link and reached the hosted notice flow before opening the content."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Read"]}," — the recipient opened the content, where this milestone is supported and exposed as a status."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Replied"]}," — for EviNotice, the recipient accepted or rejected the notice. Refusal closes the evidence with a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Refused"]}," outcome instead of using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Replied"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Closed"]}," — tracking is complete and no further status changes are expected."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Failed"]}," — a recoverable processing or delivery failure occurred. The platform may retry or advance to a later state."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status names can vary slightly by service, screen, or API. For example, some views show ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Ready"]},", while others show ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Processed"]},"; some use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},", while others also show ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Dispatched"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following diagrams show the normal evidence lifecycle for certified delivery services. They focus on persisted evidence states and final outcomes. Event-history screenshots are shown separately in the Events section."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"shared-notification-evidence-lifecycle","__idx":10},"children":["Shared notification evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Processing : Draft → New / Submitted\n    Processing --> Processing : New / Submitted → Ready / Processed\n    Processing --> Delivery : Ready / Processed → Dispatched\n    Delivery --> Delivery : Dispatched → Sent\n    Delivery --> Closure : Tracking ends → Closed\n    Delivery --> Closure : Failed outcome → Closed\n\n    note right of Processing\n        Exact labels vary by service.\n        EviMail and EviSMS use New and Ready.\n        EviNotice uses Submitted and Processed.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1785749517614\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 1046.675048828125px;\" viewBox=\"0 0 1046.675048828125 678.1499633789062\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1785749517614{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1785749517614 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1785749517614 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1785749517614 .error-icon{fill:#f5fafa;}#mermaid-1785749517614 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1785749517614 .edge-thickness-normal{stroke-width:1px;}#mermaid-1785749517614 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1785749517614 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1785749517614 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1785749517614 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1785749517614 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1785749517614 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1785749517614 .marker.cross{stroke:#047C76;}#mermaid-1785749517614 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1785749517614 p{margin:0;}#mermaid-1785749517614 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1785749517614 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1785749517614 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1785749517614 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1785749517614 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1785749517614 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1785749517614 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1785749517614 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1785749517614 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1785749517614 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1785749517614 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1785749517614 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1785749517614 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1785749517614 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1785749517614 .edgeLabel p{background-color:#f5fafa;}#mermaid-1785749517614 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1785749517614 .edgeLabel .label text{fill:#0A1111;}#mermaid-1785749517614 .label div .edgeLabel{color:#0A1111;}#mermaid-1785749517614 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1785749517614 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1785749517614 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1785749517614 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1785749517614 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1785749517614 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517614 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517614 #statediagram-barbEnd{fill:#047C76;}#mermaid-1785749517614 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517614 .cluster-label,#mermaid-1785749517614 .nodeLabel{color:#0A1111;}#mermaid-1785749517614 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1785749517614 .statediagram-state .divider{stroke:#006660;}#mermaid-1785749517614 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1785749517614 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1785749517614 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1785749517614 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1785749517614 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1785749517614 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1785749517614 .note-edge{stroke-dasharray:5;}#mermaid-1785749517614 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749517614 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749517614 .statediagram-note text{fill:#333;}#mermaid-1785749517614 .statediagram-note .nodeLabel{color:#333;}#mermaid-1785749517614 .statediagram .edgeLabel{color:red;}#mermaid-1785749517614 #dependencyStart,#mermaid-1785749517614 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1785749517614 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1785749517614 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1785749517614_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Processing----parent\"><rect x=\"8\" y=\"234\" width=\"300\" height=\"224\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M630.469,22L630.469,28.167C630.469,34.333,630.469,46.667,630.552,59.083C630.635,71.5,630.802,84,630.885,90.25L630.969,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6NjMwLjQ2ODc1LCJ5IjoyMn0seyJ4Ijo2MzAuNDY4NzUsInkiOjU5fSx7IngiOjYzMC45Njg3NSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M587.303,136.466L569.346,144.555C551.39,152.644,515.477,168.822,497.52,185.078C479.564,201.333,479.564,217.667,479.564,244.492C479.564,271.317,479.564,308.633,479.564,327.292L479.564,345.95\" id=\"Processing-cyclic-special-1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Processing-cyclic-special-1\" data-points=\"W3sieCI6NTg3LjMwMjY4MDk4NDE2OTgsInkiOjEzNi40NjU5NzE5Nzg4MzQxNX0seyJ4Ijo0NzkuNTY0MDYyNTAwMzcyNTMsInkiOjE4NX0seyJ4Ijo0NzkuNTY0MDYyNTAwMzcyNTMsInkiOjIzNH0seyJ4Ijo0NzkuNTY0MDYyNTAwMzcyNTMsInkiOjM0NS45NDk5OTk5OTkyNTQ5NH1d\"></path><path d=\"M479.614,346.022L522.358,364.685C565.102,383.348,650.59,420.674,693.334,447.504C736.078,474.333,736.078,490.667,756.07,510.329C776.061,529.99,816.045,552.981,836.036,564.476L856.028,575.971\" id=\"Processing-cyclic-special-mid\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Processing-cyclic-special-mid\" data-points=\"W3sieCI6NDc5LjYxNDA2MjUwMTExNzYsInkiOjM0Ni4wMjE4MzExNjIxMTU5fSx7IngiOjczNi4wNzgxMjUsInkiOjQ1OH0seyJ4Ijo3MzYuMDc4MTI1LCJ5Ijo1MDd9LHsieCI6ODU2LjAyODEyNDk5OTI1NDksInkiOjU3NS45NzEyNDk5OTk1NzE2fV0=\"></path><path d=\"M856.122,575.95L866.114,564.458C876.107,552.967,896.093,529.983,906.085,510.325C916.078,490.667,916.078,474.333,916.078,447.5C916.078,420.667,916.078,383.333,916.078,346C916.078,308.667,916.078,271.333,916.078,244.5C916.078,217.667,916.078,201.333,876.579,183.687C837.081,166.042,758.083,147.083,718.585,137.604L679.086,128.125\" id=\"Processing-cyclic-special-2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Processing-cyclic-special-2\" data-points=\"W3sieCI6ODU2LjEyMTYwMzI2MTUxNzQsInkiOjU3NS45NDk5OTk5OTkyNTQ5fSx7IngiOjkxNi4wNzgxMjUsInkiOjUwN30seyJ4Ijo5MTYuMDc4MTI1LCJ5Ijo0NTh9LHsieCI6OTE2LjA3ODEyNSwieSI6MzQ2fSx7IngiOjkxNi4wNzgxMjUsInkiOjIzNH0seyJ4Ijo5MTYuMDc4MTI1LCJ5IjoxODV9LHsieCI6Njc5LjA4NTkzNzUsInkiOjEyOC4xMjQ1NjkxNzc3NDQ5NX1d\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M630.969,136.5L630.885,144.583C630.802,152.667,630.635,168.833,630.552,185.083C630.469,201.333,630.469,217.667,630.552,241.25C630.635,264.833,630.802,295.667,630.885,311.083L630.969,326.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6NjMwLjk2ODc1LCJ5IjoxMzYuNX0seyJ4Ijo2MzAuNDY4NzUsInkiOjE4NX0seyJ4Ijo2MzAuNDY4NzUsInkiOjIzNH0seyJ4Ijo2MzAuOTY4NzUsInkiOjMyNi41fV0=\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M669.07,359.808L716.08,376.173C763.09,392.539,857.109,425.269,904.118,449.801C951.128,474.333,951.128,490.667,951.128,510.325C951.128,529.983,951.128,552.967,951.128,564.458L951.128,575.95\" id=\"Delivery-cyclic-special-1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Delivery-cyclic-special-1\" data-points=\"W3sieCI6NjY5LjA3MDMxMjUsInkiOjM1OS44MDgxMjQ4NTk4NzY5fSx7IngiOjk1MS4xMjgxMjUwMDA3NDUxLCJ5Ijo0NTh9LHsieCI6OTUxLjEyODEyNTAwMDc0NTEsInkiOjUwN30seyJ4Ijo5NTEuMTI4MTI1MDAwNzQ1MSwieSI6NTc1Ljk0OTk5OTk5OTI1NDl9XQ==\"></path><path d=\"M951.128,576.05L951.128,585.542C951.128,595.033,951.128,614.017,958.415,629.676C965.703,645.336,980.277,657.672,987.564,663.84L994.852,670.008\" id=\"Delivery-cyclic-special-mid\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Delivery-cyclic-special-mid\" data-points=\"W3sieCI6OTUxLjEyODEyNTAwMDc0NTEsInkiOjU3Ni4wNTAwMDAwMDA3NDUxfSx7IngiOjk1MS4xMjgxMjUwMDA3NDUxLCJ5Ijo2MzN9LHsieCI6OTk0Ljg1MTU2MjUsInkiOjY3MC4wMDc2Nzk4MTQ0OTg3fV0=\"></path><path d=\"M994.952,670.008L1002.239,663.84C1009.526,657.672,1024.101,645.336,1031.388,629.668C1038.675,614,1038.675,595,1038.675,574C1038.675,553,1038.675,530,1038.675,510.333C1038.675,490.667,1038.675,474.333,977.074,449.326C915.473,424.318,792.272,390.636,730.671,373.795L669.07,356.954\" id=\"Delivery-cyclic-special-2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Delivery-cyclic-special-2\" data-points=\"W3sieCI6OTk0Ljk1MTU2MjUwMTQ5MDEsInkiOjY3MC4wMDc2Nzk4MTQ0OTg3fSx7IngiOjEwMzguNjc1MDAwMDAwNzQ1LCJ5Ijo2MzN9LHsieCI6MTAzOC42NzUwMDAwMDA3NDUsInkiOjU3Nn0seyJ4IjoxMDM4LjY3NTAwMDAwMDc0NSwieSI6NTA3fSx7IngiOjEwMzguNjc1MDAwMDAwNzQ1LCJ5Ijo0NTh9LHsieCI6NjY5LjA3MDMxMjUsInkiOjM1Ni45NTM5Njc4MTY0OTUyNn1d\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M592.867,360.608L548.723,376.84C504.578,393.072,416.289,425.536,372.145,449.935C328,474.333,328,490.667,340.624,507.083C353.248,523.5,378.495,540,391.119,548.25L403.743,556.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6NTkyLjg2NzE4NzUsInkiOjM2MC42MDg0ODIyODEyMjc0fSx7IngiOjMyOCwieSI6NDU4fSx7IngiOjMyOCwieSI6NTA3fSx7IngiOjQwMy43NDMxODM4NzcwNzYyLCJ5Ijo1NTYuNX1d\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M612.11,366.5L597.568,381.75C583.026,397,553.943,427.5,539.401,450.917C524.859,474.333,524.859,490.667,514.183,507.083C503.508,523.5,482.156,540,471.48,548.25L460.804,556.5\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6NjEyLjEwOTkzMzAzNTcxNDMsInkiOjM2Ni41fSx7IngiOjUyNC44NTkzNzUsInkiOjQ1OH0seyJ4Ijo1MjQuODU5Mzc1LCJ5Ijo1MDd9LHsieCI6NDYwLjgwMzg3MjI4Mjg3MzE2LCJ5Ijo1NTYuNX1d\" marker-end=\"url(#mermaid-1785749517614_stateDiagram-barbEnd)\"></path><path d=\"M582.852,123.527L512.043,133.773C441.234,144.018,299.617,164.509,228.809,182.921C158,201.333,158,217.667,158,230C158,242.333,158,250.667,158,254.833L158,259\" id=\"Processing-Processing----note-6\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Processing-Processing----note-6\" data-points=\"W3sieCI6NTgyLjg1MTU2MjUsInkiOjEyMy41MjcxMDE2NjAxNjI3MX0seyJ4IjoxNTgsInkiOjE4NX0seyJ4IjoxNTgsInkiOjIzNH0seyJ4IjoxNTgsInkiOjI1OX1d\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(630.46875, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-90.53125, -12)\"><foreignObject width=\"181.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → New / Submitted</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Processing-cyclic-special-1\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(736.078125, 507)\"><g class=\"label\" data-id=\"Processing-cyclic-special-mid\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>New / Submitted → Ready / Processed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Processing-cyclic-special-2\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(630.46875, 185)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Ready / Processed → Dispatched</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Delivery-cyclic-special-1\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(951.1281250007451, 633)\"><g class=\"label\" data-id=\"Delivery-cyclic-special-mid\" transform=\"translate(-67.546875, -12)\"><foreignObject width=\"135.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Dispatched → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Delivery-cyclic-special-2\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(328, 507)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-85.640625, -12)\"><foreignObject width=\"171.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Tracking ends → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(524.859375, 507)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-91.21875, -12)\"><foreignObject width=\"182.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Failed outcome → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Processing-Processing----note-6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(630.46875, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-Processing-6\" transform=\"translate(630.46875, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-43.1171875 -20 C-17.261304134952695 -20, 8.59457923009461 -20, 43.1171875 -20 C43.1171875 -20, 43.1171875 -20, 43.1171875 -20 C43.25247656379902 -19.994404402930495, 43.387765627598036 -19.988808805860987, 43.53008422736166 -19.982922465033347 C43.66533477403339 -19.96606350197236, 43.80058532070512 -19.949204538911374, 43.94016045140367 -19.931806517013612 C44.05627921965928 -19.90745897167741, 44.17239798791489 -19.883111426341213, 44.344614935703994 -19.847001329696653 C44.4918300708806 -19.803173485031895, 44.63904520605722 -19.759345640367137, 44.74068484602342 -19.729086208503173 C44.867868575605456 -19.67945896322132, 44.9950523051875 -19.629831717939474, 45.125664623264846 -19.578866633275286 C45.21112489468673 -19.537087652356067, 45.29658516610863 -19.495308671436845, 45.496924465185366 -19.397368756032446 C45.60856976647794 -19.330842596363357, 45.720215067770525 -19.264316436694266, 45.851928290612136 -19.185832391312644 C45.972569864685376 -19.099695963030626, 46.093211438758615 -19.01355953474861, 46.18825106344834 -18.94570254698197 C46.304135167358496 -18.84755371756922, 46.42001927126864 -18.74940488815647, 46.503595358128706 -18.678619553365657 C46.57670713951029 -18.605507771984072, 46.649818920891875 -18.532395990602488, 46.79580705336566 -18.386407858128706 C46.89351170598535 -18.271048192767125, 46.991216358605044 -18.15568852740554, 47.06289004698197 -18.07106356344834 C47.153825422163706 -17.943700646043094, 47.24476079734544 -17.816337728637848, 47.303019891312644 -17.734740790612136 C47.3778521998186 -17.609155972983654, 47.452684508324545 -17.483571155355172, 47.51455625603245 -17.37973696518537 C47.5594896775509 -17.28782418238423, 47.60442309906935 -17.195911399583093, 47.69605413327529 -17.008477123264846 C47.73155660626976 -16.9174920827054, 47.767059079264236 -16.826507042145955, 47.846273708503176 -16.623497346023417 C47.880322539244105 -16.50912933960027, 47.91437136998504 -16.394761333177122, 47.96418882969665 -16.227427435703994 C47.997508151143556 -16.06852030514515, 48.03082747259046 -15.909613174586305, 48.04899401701361 -15.82297295140367 C48.06293132574112 -15.711161292661123, 48.07686863446863 -15.599349633918575, 48.10010996503335 -15.412896727361662 C48.10399667101121 -15.318924840809506, 48.10788337698907 -15.224952954257349, 48.1171875 -15 C48.1171875 -15, 48.1171875 -15, 48.1171875 -15 C48.1171875 -4.105898190628558, 48.1171875 6.788203618742884, 48.1171875 15 C48.1171875 15, 48.1171875 15, 48.1171875 15 C48.11117402532653 15.145392412757369, 48.10516055065305 15.29078482551474, 48.10010996503335 15.412896727361662 C48.088082000433424 15.509390727710473, 48.07605403583351 15.605884728059284, 48.04899401701361 15.822972951403669 C48.019954811143585 15.961467274760986, 47.99091560527356 16.099961598118306, 47.96418882969665 16.227427435703994 C47.935568406159206 16.323561743747327, 47.90694798262176 16.41969605179066, 47.846273708503176 16.623497346023417 C47.79579728715607 16.752857327348583, 47.745320865808964 16.882217308673745, 47.69605413327529 17.008477123264846 C47.64531442892721 17.112266847428725, 47.59457472457912 17.2160565715926, 47.51455625603245 17.379736965185366 C47.433833535374895 17.515207169895774, 47.35311081471734 17.650677374606182, 47.303019891312644 17.734740790612133 C47.20795547313806 17.867886792549776, 47.11289105496347 18.00103279448742, 47.06289004698197 18.07106356344834 C46.99941608057664 18.14600713396789, 46.9359421141713 18.220950704487432, 46.79580705336566 18.386407858128706 C46.68855161296131 18.493663298533047, 46.581296172556975 18.600918738937388, 46.503595358128706 18.678619553365657 C46.4133113789539 18.755086183142616, 46.3230273997791 18.831552812919572, 46.18825106344834 18.94570254698197 C46.1150842918436 18.9979426178147, 46.04191752023886 19.050182688647432, 45.851928290612136 19.185832391312644 C45.754000057385234 19.244184952543073, 45.65607182415833 19.3025375137735, 45.496924465185366 19.397368756032446 C45.37550290180562 19.456728141337706, 45.25408133842588 19.51608752664297, 45.125664623264846 19.578866633275286 C44.989269828361955 19.632088047398444, 44.852875033459064 19.6853094615216, 44.74068484602342 19.729086208503173 C44.62602313035875 19.76322248027385, 44.511361414694086 19.797358752044527, 44.344614935703994 19.847001329696653 C44.21827387909702 19.87349226350324, 44.091932822490044 19.899983197309826, 43.94016045140367 19.931806517013612 C43.80367990162633 19.94881879980182, 43.667199351848986 19.96583108259003, 43.53008422736166 19.982922465033347 C43.42564023125912 19.987242300666086, 43.321196235156584 19.991562136298825, 43.1171875 20 C43.1171875 20, 43.1171875 20, 43.1171875 20 C17.10420964076244 20, -8.908768218475117 20, -43.1171875 20 C-43.1171875 20, -43.1171875 20, -43.1171875 20 C-43.27775319599338 19.99335895368972, -43.438318891986754 19.98671790737944, -43.53008422736166 19.982922465033347 C-43.64985782415211 19.967992701763166, -43.76963142094255 19.953062938492984, -43.94016045140367 19.931806517013612 C-44.024024056995565 19.914222168076055, -44.107887662587466 19.896637819138498, -44.344614935703994 19.847001329696653 C-44.495740731775456 19.802009230840024, -44.646866527846925 19.757017131983392, -44.74068484602342 19.729086208503173 C-44.870998237945535 19.678237765186708, -45.00131162986765 19.627389321870247, -45.125664623264846 19.578866633275286 C-45.23842571608363 19.523741094040222, -45.35118680890242 19.46861555480516, -45.496924465185366 19.397368756032446 C-45.614258693695795 19.327452731531977, -45.73159292220622 19.25753670703151, -45.851928290612136 19.185832391312644 C-45.93654678181115 19.12541594984553, -46.021165273010176 19.06499950837841, -46.18825106344834 18.94570254698197 C-46.27647243791637 18.870982854279905, -46.364693812384395 18.796263161577837, -46.503595358128706 18.67861955336566 C-46.58624838197172 18.59596652952264, -46.668901405814744 18.513313505679623, -46.79580705336566 18.386407858128706 C-46.89377843844617 18.270733262345733, -46.99174982352669 18.15505866656276, -47.06289004698197 18.07106356344834 C-47.11197320955899 18.002318316961023, -47.16105637213601 17.933573070473706, -47.303019891312644 17.734740790612133 C-47.35959387529947 17.639797395127594, -47.41616785928628 17.544853999643053, -47.51455625603244 17.37973696518537 C-47.56185023024942 17.28299559466182, -47.609144204466396 17.186254224138267, -47.69605413327528 17.00847712326485 C-47.74975146342189 16.870862660123564, -47.803448793568485 16.73324819698228, -47.846273708503176 16.623497346023417 C-47.88368073909564 16.497849345138427, -47.9210877696881 16.372201344253433, -47.96418882969665 16.227427435703994 C-47.981507060017336 16.144833007993245, -47.998825290338026 16.0622385802825, -48.04899401701361 15.82297295140367 C-48.06167205992098 15.721263716515022, -48.07435010282835 15.619554481626372, -48.10010996503335 15.412896727361664 C-48.104370603413926 15.309883988857669, -48.108631241794505 15.206871250353675, -48.1171875 15 C-48.1171875 15, -48.1171875 15, -48.1171875 15 C-48.1171875 6.717761118802541, -48.1171875 -1.5644777623949189, -48.1171875 -15 C-48.1171875 -15, -48.1171875 -15, -48.1171875 -15 C-48.11296912576852 -15.1019908855913, -48.10875075153704 -15.2039817711826, -48.10010996503335 -15.41289672736166 C-48.08857165869011 -15.505462458417822, -48.07703335234687 -15.598028189473984, -48.04899401701361 -15.822972951403669 C-48.02124457414314 -15.955316112958757, -47.99349513127267 -16.087659274513843, -47.96418882969665 -16.227427435703994 C-47.93129321291442 -16.337921864721828, -47.898397596132185 -16.448416293739662, -47.846273708503176 -16.623497346023417 C-47.798013889747764 -16.747176661758306, -47.74975407099235 -16.870855977493196, -47.69605413327529 -17.008477123264846 C-47.65699973649887 -17.08836416874315, -47.61794533972245 -17.168251214221456, -47.51455625603245 -17.379736965185366 C-47.46795820393141 -17.45793858680828, -47.42136015183037 -17.53614020843119, -47.303019891312644 -17.734740790612133 C-47.22918730277708 -17.838149764915894, -47.15535471424151 -17.94155873921966, -47.06289004698197 -18.07106356344834 C-46.97178822879892 -18.178627276922004, -46.880686410615866 -18.286190990395667, -46.79580705336566 -18.386407858128706 C-46.72712261583103 -18.455092295663334, -46.6584381782964 -18.52377673319796, -46.503595358128706 -18.678619553365657 C-46.38676003775773 -18.77757402202484, -46.26992471738676 -18.876528490684027, -46.18825106344834 -18.945702546981966 C-46.06680353581309 -19.032414415046883, -45.945356008177825 -19.1191262831118, -45.851928290612136 -19.185832391312644 C-45.739875962579006 -19.252601086275362, -45.627823634545884 -19.31936978123808, -45.496924465185366 -19.397368756032446 C-45.361452798042656 -19.463596818528398, -45.22598113089995 -19.529824881024354, -45.125664623264846 -19.578866633275286 C-44.97663707025386 -19.637017364908452, -44.82760951724288 -19.695168096541614, -44.74068484602342 -19.729086208503173 C-44.660188549856024 -19.753050994191007, -44.57969225368863 -19.77701577987884, -44.344614935703994 -19.847001329696653 C-44.20968896725558 -19.875292330222916, -44.07476299880716 -19.90358333074918, -43.94016045140367 -19.931806517013612 C-43.83162996926814 -19.945334827503586, -43.723099487132615 -19.95886313799356, -43.53008422736166 -19.982922465033347 C-43.37853530417367 -19.989190574861777, -43.22698638098568 -19.995458684690202, -43.1171875 -20 C-43.1171875 -20, -43.1171875 -20, -43.1171875 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-43.1171875 -20 C-10.530818188136728 -20, 22.055551123726545 -20, 43.1171875 -20 M-43.1171875 -20 C-24.221398798464058 -20, -5.325610096928116 -20, 43.1171875 -20 M43.1171875 -20 C43.1171875 -20, 43.1171875 -20, 43.1171875 -20 M43.1171875 -20 C43.1171875 -20, 43.1171875 -20, 43.1171875 -20 M43.1171875 -20 C43.26733567917089 -19.993789825372666, 43.41748385834178 -19.987579650745335, 43.53008422736166 -19.982922465033347 M43.1171875 -20 C43.27306684006607 -19.99355278280463, 43.428946180132144 -19.987105565609266, 43.53008422736166 -19.982922465033347 M43.53008422736166 -19.982922465033347 C43.62467039261208 -19.971132311830438, 43.719256557862494 -19.959342158627525, 43.94016045140367 -19.931806517013612 M43.53008422736166 -19.982922465033347 C43.678893107804974 -19.964373457430224, 43.827701988248286 -19.9458244498271, 43.94016045140367 -19.931806517013612 M43.94016045140367 -19.931806517013612 C44.08504766906055 -19.901426862169433, 44.22993488671743 -19.87104720732525, 44.344614935703994 -19.847001329696653 M43.94016045140367 -19.931806517013612 C44.059382055455245 -19.906808375427143, 44.17860365950682 -19.88181023384067, 44.344614935703994 -19.847001329696653 M44.344614935703994 -19.847001329696653 C44.437141306180244 -19.81945503571158, 44.5296676766565 -19.79190874172651, 44.74068484602342 -19.729086208503173 M44.344614935703994 -19.847001329696653 C44.499105504232766 -19.801007494677403, 44.653596072761545 -19.755013659658157, 44.74068484602342 -19.729086208503173 M44.74068484602342 -19.729086208503173 C44.82170498323619 -19.697472052860462, 44.902725120448956 -19.665857897217748, 45.125664623264846 -19.578866633275286 M44.74068484602342 -19.729086208503173 C44.88013784950985 -19.67467147768772, 45.01959085299628 -19.62025674687227, 45.125664623264846 -19.578866633275286 M45.125664623264846 -19.578866633275286 C45.24530728312364 -19.5203769009096, 45.364949942982435 -19.461887168543914, 45.496924465185366 -19.397368756032446 M45.125664623264846 -19.578866633275286 C45.26011043604646 -19.51314008041726, 45.39455624882808 -19.44741352755923, 45.496924465185366 -19.397368756032446 M45.496924465185366 -19.397368756032446 C45.63271665121907 -19.316454176150405, 45.768508837252774 -19.23553959626836, 45.851928290612136 -19.185832391312644 M45.496924465185366 -19.397368756032446 C45.62956067748443 -19.318334728311143, 45.762196889783496 -19.23930070058984, 45.851928290612136 -19.185832391312644 M45.851928290612136 -19.185832391312644 C45.947294305900286 -19.117742365137897, 46.042660321188436 -19.049652338963153, 46.18825106344834 -18.94570254698197 M45.851928290612136 -19.185832391312644 C45.927426101625336 -19.13192799033194, 46.00292391263853 -19.078023589351233, 46.18825106344834 -18.94570254698197 M46.18825106344834 -18.94570254698197 C46.30671139863001 -18.845371760984463, 46.425171733811666 -18.745040974986956, 46.503595358128706 -18.678619553365657 M46.18825106344834 -18.94570254698197 C46.26552545083326 -18.880254479391116, 46.34279983821818 -18.814806411800262, 46.503595358128706 -18.678619553365657 M46.503595358128706 -18.678619553365657 C46.60403206343575 -18.578182848058614, 46.70446876874279 -18.477746142751567, 46.79580705336566 -18.386407858128706 M46.503595358128706 -18.678619553365657 C46.61414417055812 -18.568070740936243, 46.724692982987534 -18.457521928506825, 46.79580705336566 -18.386407858128706 M46.79580705336566 -18.386407858128706 C46.87749644956438 -18.289957370292104, 46.959185845763116 -18.193506882455505, 47.06289004698197 -18.07106356344834 M46.79580705336566 -18.386407858128706 C46.88009968540316 -18.286883735545285, 46.964392317440655 -18.187359612961863, 47.06289004698197 -18.07106356344834 M47.06289004698197 -18.07106356344834 C47.118466691180004 -17.993223630083484, 47.17404333537803 -17.915383696718628, 47.303019891312644 -17.734740790612136 M47.06289004698197 -18.07106356344834 C47.136741954113326 -17.96762753176768, 47.21059386124469 -17.864191500087014, 47.303019891312644 -17.734740790612136 M47.303019891312644 -17.734740790612136 C47.36432258190365 -17.63186160150634, 47.425625272494656 -17.52898241240055, 47.51455625603245 -17.37973696518537 M47.303019891312644 -17.734740790612136 C47.38607202776673 -17.595361321790683, 47.46912416422082 -17.45598185296923, 47.51455625603245 -17.37973696518537 M47.51455625603245 -17.37973696518537 C47.564479615547555 -17.277617101067513, 47.61440297506265 -17.175497236949656, 47.69605413327529 -17.008477123264846 M47.51455625603245 -17.37973696518537 C47.570336528937375 -17.265636593238543, 47.62611680184231 -17.15153622129172, 47.69605413327529 -17.008477123264846 M47.69605413327529 -17.008477123264846 C47.72984060989626 -16.921889804511068, 47.76362708651723 -16.835302485757293, 47.846273708503176 -16.623497346023417 M47.69605413327529 -17.008477123264846 C47.75563143066409 -16.85579359555156, 47.81520872805288 -16.70311006783827, 47.846273708503176 -16.623497346023417 M47.846273708503176 -16.623497346023417 C47.8878661550647 -16.483790780717367, 47.929458601626216 -16.344084215411318, 47.96418882969665 -16.227427435703994 M47.846273708503176 -16.623497346023417 C47.8822966715485 -16.502498346078422, 47.918319634593836 -16.381499346133428, 47.96418882969665 -16.227427435703994 M47.96418882969665 -16.227427435703994 C47.98326544527413 -16.13644688416359, 48.00234206085161 -16.04546633262318, 48.04899401701361 -15.82297295140367 M47.96418882969665 -16.227427435703994 C47.983359954676985 -16.135996148153176, 48.002531079657324 -16.044564860602353, 48.04899401701361 -15.82297295140367 M48.04899401701361 -15.82297295140367 C48.06897942470319 -15.662640592545413, 48.08896483239276 -15.502308233687156, 48.10010996503335 -15.412896727361662 M48.04899401701361 -15.82297295140367 C48.06443764673318 -15.699076875790258, 48.07988127645275 -15.575180800176845, 48.10010996503335 -15.412896727361662 M48.10010996503335 -15.412896727361662 C48.10525383111773 -15.28852951181356, 48.11039769720211 -15.164162296265456, 48.1171875 -15 M48.10010996503335 -15.412896727361662 C48.10583693554059 -15.274431346687301, 48.111563906047834 -15.13596596601294, 48.1171875 -15 M48.1171875 -15 C48.1171875 -15, 48.1171875 -15, 48.1171875 -15 M48.1171875 -15 C48.1171875 -15, 48.1171875 -15, 48.1171875 -15 M48.1171875 -15 C48.1171875 -8.31272708463544, 48.1171875 -1.625454169270883, 48.1171875 15 M48.1171875 -15 C48.1171875 -7.932312062436469, 48.1171875 -0.8646241248729378, 48.1171875 15 M48.1171875 15 C48.1171875 15, 48.1171875 15, 48.1171875 15 M48.1171875 15 C48.1171875 15, 48.1171875 15, 48.1171875 15 M48.1171875 15 C48.113303531875175 15.093905691368649, 48.10941956375036 15.187811382737298, 48.10010996503335 15.412896727361662 M48.1171875 15 C48.11369289361838 15.084491792357975, 48.110198287236756 15.168983584715951, 48.10010996503335 15.412896727361662 M48.10010996503335 15.412896727361662 C48.08019300560184 15.572679962036624, 48.06027604617033 15.732463196711585, 48.04899401701361 15.822972951403669 M48.10010996503335 15.412896727361662 C48.087606573195984 15.513204829060232, 48.07510318135863 15.6135129307588, 48.04899401701361 15.822972951403669 M48.04899401701361 15.822972951403669 C48.028408483586986 15.921149862150834, 48.00782295016036 16.019326772898, 47.96418882969665 16.227427435703994 M48.04899401701361 15.822972951403669 C48.027874095192914 15.923698477267159, 48.00675417337222 16.02442400313065, 47.96418882969665 16.227427435703994 M47.96418882969665 16.227427435703994 C47.93298924193781 16.332225003654344, 47.90178965417897 16.437022571604697, 47.846273708503176 16.623497346023417 M47.96418882969665 16.227427435703994 C47.92943659460555 16.34415813569072, 47.89468435951444 16.460888835677444, 47.846273708503176 16.623497346023417 M47.846273708503176 16.623497346023417 C47.8032943715855 16.733643946607586, 47.76031503466783 16.843790547191755, 47.69605413327529 17.008477123264846 M47.846273708503176 16.623497346023417 C47.797643725321215 16.74812531188102, 47.74901374213926 16.87275327773862, 47.69605413327529 17.008477123264846 M47.69605413327529 17.008477123264846 C47.659735754225835 17.08276755502934, 47.62341737517638 17.15705798679383, 47.51455625603245 17.379736965185366 M47.69605413327529 17.008477123264846 C47.626806261613694 17.150125908787654, 47.5575583899521 17.29177469431046, 47.51455625603245 17.379736965185366 M47.51455625603245 17.379736965185366 C47.445249225226036 17.496049170407563, 47.37594219441962 17.612361375629757, 47.303019891312644 17.734740790612133 M47.51455625603245 17.379736965185366 C47.439059929019734 17.506436149652703, 47.36356360200701 17.63313533412004, 47.303019891312644 17.734740790612133 M47.303019891312644 17.734740790612133 C47.23655548489559 17.82782998376679, 47.170091078478535 17.92091917692145, 47.06289004698197 18.07106356344834 M47.303019891312644 17.734740790612133 C47.22622220397071 17.84230264418449, 47.14942451662877 17.949864497756845, 47.06289004698197 18.07106356344834 M47.06289004698197 18.07106356344834 C46.971337440479104 18.179159521685467, 46.87978483397623 18.287255479922596, 46.79580705336566 18.386407858128706 M47.06289004698197 18.07106356344834 C46.99398660337286 18.15241770558881, 46.925083159763744 18.23377184772928, 46.79580705336566 18.386407858128706 M46.79580705336566 18.386407858128706 C46.69158706649144 18.49062784500293, 46.58736707961721 18.594847831877154, 46.503595358128706 18.678619553365657 M46.79580705336566 18.386407858128706 C46.723732937126684 18.458481974367675, 46.65165882088772 18.530556090606645, 46.503595358128706 18.678619553365657 M46.503595358128706 18.678619553365657 C46.38995054445513 18.774871800693205, 46.27630573078156 18.871124048020754, 46.18825106344834 18.94570254698197 M46.503595358128706 18.678619553365657 C46.41899498111328 18.75027241766514, 46.33439460409785 18.821925281964624, 46.18825106344834 18.94570254698197 M46.18825106344834 18.94570254698197 C46.066382465425725 19.032715053524964, 45.94451386740311 19.11972756006796, 45.851928290612136 19.185832391312644 M46.18825106344834 18.94570254698197 C46.06973652421979 19.030320301574914, 45.95122198499125 19.11493805616786, 45.851928290612136 19.185832391312644 M45.851928290612136 19.185832391312644 C45.71861210746051 19.265271593716484, 45.58529592430888 19.344710796120324, 45.496924465185366 19.397368756032446 M45.851928290612136 19.185832391312644 C45.76473937709517 19.237785706990515, 45.67755046357819 19.289739022668385, 45.496924465185366 19.397368756032446 M45.496924465185366 19.397368756032446 C45.390502146206835 19.449395457562957, 45.28407982722831 19.501422159093465, 45.125664623264846 19.578866633275286 M45.496924465185366 19.397368756032446 C45.387390538541794 19.450916629858607, 45.27785661189822 19.50446450368477, 45.125664623264846 19.578866633275286 M45.125664623264846 19.578866633275286 C45.0093983002383 19.624233893299966, 44.89313197721176 19.66960115332465, 44.74068484602342 19.729086208503173 M45.125664623264846 19.578866633275286 C45.041503336539215 19.611706469261343, 44.957342049813576 19.6445463052474, 44.74068484602342 19.729086208503173 M44.74068484602342 19.729086208503173 C44.63309834946231 19.76111609628373, 44.52551185290119 19.79314598406428, 44.344614935703994 19.847001329696653 M44.74068484602342 19.729086208503173 C44.65492548567143 19.754617876286837, 44.56916612531943 19.7801495440705, 44.344614935703994 19.847001329696653 M44.344614935703994 19.847001329696653 C44.24539968993056 19.867804579083465, 44.146184444157115 19.88860782847028, 43.94016045140367 19.931806517013612 M44.344614935703994 19.847001329696653 C44.22925073012855 19.871190659876593, 44.11388652455311 19.895379990056533, 43.94016045140367 19.931806517013612 M43.94016045140367 19.931806517013612 C43.81062367645494 19.947953259172078, 43.681086901506205 19.964100001330543, 43.53008422736166 19.982922465033347 M43.94016045140367 19.931806517013612 C43.808425330846404 19.948227282666412, 43.676690210289145 19.964648048319212, 43.53008422736166 19.982922465033347 M43.53008422736166 19.982922465033347 C43.39002028615496 19.988715552493275, 43.24995634494826 19.994508639953207, 43.1171875 20 M43.53008422736166 19.982922465033347 C43.42651280202239 19.987206210872362, 43.32294137668311 19.991489956711373, 43.1171875 20 M43.1171875 20 C43.1171875 20, 43.1171875 20, 43.1171875 20 M43.1171875 20 C43.1171875 20, 43.1171875 20, 43.1171875 20 M43.1171875 20 C10.905829682853216 20, -21.305528134293567 20, -43.1171875 20 M43.1171875 20 C18.416846732704258 20, -6.2834940345914845 20, -43.1171875 20 M-43.1171875 20 C-43.1171875 20, -43.1171875 20, -43.1171875 20 M-43.1171875 20 C-43.1171875 20, -43.1171875 20, -43.1171875 20 M-43.1171875 20 C-43.26089786254656 19.994056095437855, -43.40460822509311 19.988112190875714, -43.53008422736166 19.982922465033347 M-43.1171875 20 C-43.2146218102111 19.9959700871203, -43.3120561204222 19.991940174240597, -43.53008422736166 19.982922465033347 M-43.53008422736166 19.982922465033347 C-43.69210927213371 19.962726064264658, -43.854134316905764 19.942529663495968, -43.94016045140367 19.931806517013612 M-43.53008422736166 19.982922465033347 C-43.69252071326924 19.9626747781806, -43.854957199176816 19.94242709132785, -43.94016045140367 19.931806517013612 M-43.94016045140367 19.931806517013612 C-44.045746356594535 19.90966748081716, -44.1513322617854 19.88752844462071, -44.344614935703994 19.847001329696653 M-43.94016045140367 19.931806517013612 C-44.09760509509508 19.89879384681563, -44.2550497387865 19.865781176617645, -44.344614935703994 19.847001329696653 M-44.344614935703994 19.847001329696653 C-44.482328168510485 19.806002323932173, -44.62004140131697 19.765003318167693, -44.74068484602342 19.729086208503173 M-44.344614935703994 19.847001329696653 C-44.47130724450685 19.809283395166553, -44.59799955330972 19.77156546063645, -44.74068484602342 19.729086208503173 M-44.74068484602342 19.729086208503173 C-44.83453443918057 19.692465983616565, -44.928384032337725 19.655845758729956, -45.125664623264846 19.578866633275286 M-44.74068484602342 19.729086208503173 C-44.86067448433506 19.682266106345917, -44.980664122646694 19.63544600418866, -45.125664623264846 19.578866633275286 M-45.125664623264846 19.578866633275286 C-45.22070729101912 19.532403104239496, -45.315749958773395 19.485939575203705, -45.496924465185366 19.397368756032446 M-45.125664623264846 19.578866633275286 C-45.20133797587851 19.541872185418548, -45.27701132849217 19.504877737561813, -45.496924465185366 19.397368756032446 M-45.496924465185366 19.397368756032446 C-45.58860815512836 19.34273713494689, -45.68029184507135 19.288105513861332, -45.851928290612136 19.185832391312644 M-45.496924465185366 19.397368756032446 C-45.596013275259345 19.338324641107032, -45.69510208533332 19.27928052618162, -45.851928290612136 19.185832391312644 M-45.851928290612136 19.185832391312644 C-45.97986654163816 19.094486235821176, -46.10780479266418 19.003140080329707, -46.18825106344834 18.94570254698197 M-45.851928290612136 19.185832391312644 C-45.94615998809325 19.118552252485486, -46.04039168557436 19.051272113658328, -46.18825106344834 18.94570254698197 M-46.18825106344834 18.94570254698197 C-46.26066635826781 18.884369920864234, -46.333081653087284 18.823037294746495, -46.503595358128706 18.67861955336566 M-46.18825106344834 18.94570254698197 C-46.28244041988374 18.865928231391266, -46.37662977631914 18.786153915800558, -46.503595358128706 18.67861955336566 M-46.503595358128706 18.67861955336566 C-46.591691494479214 18.590523417015152, -46.67978763082972 18.502427280664644, -46.79580705336566 18.386407858128706 M-46.503595358128706 18.67861955336566 C-46.58153963692395 18.600675274570413, -46.6594839157192 18.522730995775166, -46.79580705336566 18.386407858128706 M-46.79580705336566 18.386407858128706 C-46.8793084259996 18.287817973757708, -46.962809798633536 18.18922808938671, -47.06289004698197 18.07106356344834 M-46.79580705336566 18.386407858128706 C-46.87380324493779 18.294317928754907, -46.95179943650992 18.202227999381105, -47.06289004698197 18.07106356344834 M-47.06289004698197 18.07106356344834 C-47.131611196914484 17.974813604338852, -47.20033234684699 17.878563645229363, -47.303019891312644 17.734740790612133 M-47.06289004698197 18.07106356344834 C-47.13278290364724 17.973172526952535, -47.20267576031251 17.875281490456725, -47.303019891312644 17.734740790612133 M-47.303019891312644 17.734740790612133 C-47.36906132682274 17.623908961419016, -47.435102762332825 17.513077132225902, -47.51455625603244 17.37973696518537 M-47.303019891312644 17.734740790612133 C-47.349180981954774 17.65727248493554, -47.39534207259691 17.579804179258947, -47.51455625603244 17.37973696518537 M-47.51455625603244 17.37973696518537 C-47.55241334314162 17.302299055777095, -47.5902704302508 17.22486114636882, -47.69605413327528 17.00847712326485 M-47.51455625603244 17.37973696518537 C-47.56080910667324 17.28512524697613, -47.60706195731403 17.190513528766886, -47.69605413327528 17.00847712326485 M-47.69605413327528 17.00847712326485 C-47.73732669617746 16.90270460960836, -47.77859925907965 16.796932095951867, -47.846273708503176 16.623497346023417 M-47.69605413327528 17.00847712326485 C-47.743056683848835 16.888019909735025, -47.790059234422394 16.767562696205196, -47.846273708503176 16.623497346023417 M-47.846273708503176 16.623497346023417 C-47.8825157719865 16.50176240068018, -47.91875783546981 16.380027455336943, -47.96418882969665 16.227427435703994 M-47.846273708503176 16.623497346023417 C-47.88776657745069 16.484125256026815, -47.929259446398206 16.34475316603021, -47.96418882969665 16.227427435703994 M-47.96418882969665 16.227427435703994 C-47.98222856406366 16.141391997411137, -48.00026829843067 16.05535655911828, -48.04899401701361 15.82297295140367 M-47.96418882969665 16.227427435703994 C-47.98297405627385 16.137836582029582, -48.00175928285105 16.048245728355173, -48.04899401701361 15.82297295140367 M-48.04899401701361 15.82297295140367 C-48.06859029038081 15.665762411463911, -48.08818656374801 15.50855187152415, -48.10010996503335 15.412896727361664 M-48.04899401701361 15.82297295140367 C-48.066469783623134 15.682774115989247, -48.08394555023265 15.542575280574825, -48.10010996503335 15.412896727361664 M-48.10010996503335 15.412896727361664 C-48.10604136635355 15.269488665333824, -48.111972767673755 15.126080603305985, -48.1171875 15 M-48.10010996503335 15.412896727361664 C-48.10494139258105 15.296083579162788, -48.109772820128754 15.179270430963912, -48.1171875 15 M-48.1171875 15 C-48.1171875 15, -48.1171875 15, -48.1171875 15 M-48.1171875 15 C-48.1171875 15, -48.1171875 15, -48.1171875 15 M-48.1171875 15 C-48.1171875 5.019300928018691, -48.1171875 -4.961398143962619, -48.1171875 -15 M-48.1171875 15 C-48.1171875 4.4992357790748425, -48.1171875 -6.001528441850315, -48.1171875 -15 M-48.1171875 -15 C-48.1171875 -15, -48.1171875 -15, -48.1171875 -15 M-48.1171875 -15 C-48.1171875 -15, -48.1171875 -15, -48.1171875 -15 M-48.1171875 -15 C-48.11325724479672 -15.095024809745635, -48.10932698959344 -15.190049619491267, -48.10010996503335 -15.41289672736166 M-48.1171875 -15 C-48.11321386571579 -15.096073619224661, -48.109240231431585 -15.192147238449321, -48.10010996503335 -15.41289672736166 M-48.10010996503335 -15.41289672736166 C-48.088121600246694 -15.509073039346557, -48.076133235460034 -15.605249351331453, -48.04899401701361 -15.822972951403669 M-48.10010996503335 -15.41289672736166 C-48.083723549178586 -15.54435627765129, -48.067337133323825 -15.675815827940918, -48.04899401701361 -15.822972951403669 M-48.04899401701361 -15.822972951403669 C-48.03152645013314 -15.906279597826346, -48.014058883252666 -15.989586244249024, -47.96418882969665 -16.227427435703994 M-48.04899401701361 -15.822972951403669 C-48.029965878475885 -15.913722305340107, -48.01093773993815 -16.004471659276547, -47.96418882969665 -16.227427435703994 M-47.96418882969665 -16.227427435703994 C-47.93222078370113 -16.33480620937084, -47.900252737705614 -16.442184983037688, -47.846273708503176 -16.623497346023417 M-47.96418882969665 -16.227427435703994 C-47.93972806198719 -16.30958970611488, -47.915267294277726 -16.391751976525768, -47.846273708503176 -16.623497346023417 M-47.846273708503176 -16.623497346023417 C-47.801453363891454 -16.73836204497047, -47.75663301927973 -16.853226743917524, -47.69605413327529 -17.008477123264846 M-47.846273708503176 -16.623497346023417 C-47.79245219480829 -16.761430064323417, -47.738630681113406 -16.899362782623413, -47.69605413327529 -17.008477123264846 M-47.69605413327529 -17.008477123264846 C-47.655485903175446 -17.09146076430056, -47.6149176730756 -17.17444440533627, -47.51455625603245 -17.379736965185366 M-47.69605413327529 -17.008477123264846 C-47.646502151622855 -17.109837321822525, -47.59695016997042 -17.211197520380207, -47.51455625603245 -17.379736965185366 M-47.51455625603245 -17.379736965185366 C-47.444968460379826 -17.496520354615452, -47.3753806647272 -17.613303744045535, -47.303019891312644 -17.734740790612133 M-47.51455625603245 -17.379736965185366 C-47.43136404211132 -17.519351514328456, -47.34817182819018 -17.658966063471546, -47.303019891312644 -17.734740790612133 M-47.303019891312644 -17.734740790612133 C-47.25422679891819 -17.803079768530917, -47.20543370652374 -17.871418746449706, -47.06289004698197 -18.07106356344834 M-47.303019891312644 -17.734740790612133 C-47.20747640141373 -17.86855777424788, -47.11193291151481 -18.002374757883622, -47.06289004698197 -18.07106356344834 M-47.06289004698197 -18.07106356344834 C-46.98318771217007 -18.165167932338793, -46.90348537735818 -18.25927230122924, -46.79580705336566 -18.386407858128706 M-47.06289004698197 -18.07106356344834 C-46.986160148945835 -18.161658382869383, -46.9094302509097 -18.25225320229043, -46.79580705336566 -18.386407858128706 M-46.79580705336566 -18.386407858128706 C-46.71543505313989 -18.466779858354474, -46.63506305291412 -18.547151858580243, -46.503595358128706 -18.678619553365657 M-46.79580705336566 -18.386407858128706 C-46.73533136954506 -18.44688354194931, -46.67485568572445 -18.50735922576991, -46.503595358128706 -18.678619553365657 M-46.503595358128706 -18.678619553365657 C-46.41325496355775 -18.755133964545813, -46.32291456898679 -18.83164837572597, -46.18825106344834 -18.945702546981966 M-46.503595358128706 -18.678619553365657 C-46.43032589254544 -18.740675625217158, -46.357056426962174 -18.80273169706866, -46.18825106344834 -18.945702546981966 M-46.18825106344834 -18.945702546981966 C-46.080971601139055 -19.02229861083743, -45.97369213882976 -19.098894674692893, -45.851928290612136 -19.185832391312644 M-46.18825106344834 -18.945702546981966 C-46.11225582415738 -18.999962104926617, -46.03626058486642 -19.054221662871264, -45.851928290612136 -19.185832391312644 M-45.851928290612136 -19.185832391312644 C-45.74072815782414 -19.252093288129895, -45.62952802503614 -19.318354184947143, -45.496924465185366 -19.397368756032446 M-45.851928290612136 -19.185832391312644 C-45.76300263406335 -19.238820581211833, -45.67407697751457 -19.291808771111018, -45.496924465185366 -19.397368756032446 M-45.496924465185366 -19.397368756032446 C-45.41983801418559 -19.435054025595313, -45.34275156318583 -19.47273929515818, -45.125664623264846 -19.578866633275286 M-45.496924465185366 -19.397368756032446 C-45.406167382352976 -19.441737190263364, -45.31541029952058 -19.486105624494282, -45.125664623264846 -19.578866633275286 M-45.125664623264846 -19.578866633275286 C-45.027522965602785 -19.617161626928706, -44.929381307940716 -19.65545662058213, -44.74068484602342 -19.729086208503173 M-45.125664623264846 -19.578866633275286 C-45.013886593316634 -19.622482555906203, -44.90210856336843 -19.666098478537123, -44.74068484602342 -19.729086208503173 M-44.74068484602342 -19.729086208503173 C-44.61696542946303 -19.76591907466546, -44.49324601290263 -19.80275194082775, -44.344614935703994 -19.847001329696653 M-44.74068484602342 -19.729086208503173 C-44.58742503166529 -19.774713632130368, -44.43416521730716 -19.82034105575756, -44.344614935703994 -19.847001329696653 M-44.344614935703994 -19.847001329696653 C-44.19086314956513 -19.879239689091726, -44.03711136342627 -19.911478048486803, -43.94016045140367 -19.931806517013612 M-44.344614935703994 -19.847001329696653 C-44.25990186604507 -19.86476379251876, -44.175188796386145 -19.88252625534087, -43.94016045140367 -19.931806517013612 M-43.94016045140367 -19.931806517013612 C-43.78454980211374 -19.951203364219282, -43.628939152823804 -19.970600211424955, -43.53008422736166 -19.982922465033347 M-43.94016045140367 -19.931806517013612 C-43.846115397694646 -19.94352922073323, -43.75207034398562 -19.955251924452845, -43.53008422736166 -19.982922465033347 M-43.53008422736166 -19.982922465033347 C-43.40414349179895 -19.98813141238694, -43.27820275623623 -19.993340359740536, -43.1171875 -20 M-43.53008422736166 -19.982922465033347 C-43.38980983013093 -19.988724257018816, -43.249535432900196 -19.99452604900429, -43.1171875 -20 M-43.1171875 -20 C-43.1171875 -20, -43.1171875 -20, -43.1171875 -20 M-43.1171875 -20 C-43.1171875 -20, -43.1171875 -20, -43.1171875 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-40.1171875, -12)\"><rect></rect><foreignObject width=\"80.234375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Processing</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Delivery-5\" transform=\"translate(630.46875, 346)\"><g class=\"basic label-container outer-path\"><path d=\"M-33.1015625 -20 C-18.001469831498312 -20, -2.9013771629966243 -20, 33.1015625 -20 C33.1015625 -20, 33.1015625 -20, 33.1015625 -20 C33.244395028988464 -19.994092402902385, 33.387227557976935 -19.98818480580477, 33.51445922736166 -19.982922465033347 C33.652669963454926 -19.96569451474577, 33.79088069954819 -19.948466564458194, 33.92453545140367 -19.931806517013612 C34.05780745767172 -19.903862315887444, 34.19107946393977 -19.875918114761276, 34.328989935703994 -19.847001329696653 C34.42043995025052 -19.819775480755737, 34.51188996479705 -19.79254963181482, 34.72505984602342 -19.729086208503173 C34.839835554256815 -19.684300588175674, 34.954611262490204 -19.63951496784817, 35.110039623264846 -19.578866633275286 C35.220515630476065 -19.52485820432327, 35.33099163768729 -19.470849775371253, 35.481299465185366 -19.397368756032446 C35.55334758750526 -19.354437393639053, 35.62539570982514 -19.311506031245663, 35.836303290612136 -19.185832391312644 C35.966350308110044 -19.092980605499584, 36.09639732560796 -19.000128819686523, 36.17262606344834 -18.94570254698197 C36.263938103164755 -18.868365194342083, 36.355250142881175 -18.791027841702192, 36.487970358128706 -18.678619553365657 C36.55483135495929 -18.611758556535072, 36.621692351789875 -18.544897559704488, 36.78018205336566 -18.386407858128706 C36.86935029121577 -18.281127118640185, 36.95851852906587 -18.175846379151665, 37.04726504698197 -18.07106356344834 C37.117231305383676 -17.973069721424135, 37.18719756378539 -17.87507587939993, 37.287394891312644 -17.734740790612136 C37.3623120507227 -17.609013574793217, 37.437229210132756 -17.483286358974297, 37.49893125603245 -17.37973696518537 C37.5714513625996 -17.23139471617847, 37.64397146916676 -17.083052467171573, 37.68042913327529 -17.008477123264846 C37.721478340592654 -16.903277020914647, 37.762527547910025 -16.79807691856445, 37.830648708503176 -16.623497346023417 C37.859195706569224 -16.527609669790973, 37.88774270463528 -16.431721993558533, 37.94856382969665 -16.227427435703994 C37.97785196120597 -16.087745931535522, 38.00714009271529 -15.948064427367049, 38.03336901701361 -15.82297295140367 C38.0490651132558 -15.697051470367812, 38.06476120949799 -15.571129989331954, 38.08448496503335 -15.412896727361662 C38.08810486107868 -15.325375710222678, 38.09172475712402 -15.237854693083696, 38.1015625 -15 C38.1015625 -15, 38.1015625 -15, 38.1015625 -15 C38.1015625 -8.805687752569531, 38.1015625 -2.611375505139062, 38.1015625 15 C38.1015625 15, 38.1015625 15, 38.1015625 15 C38.09669100120495 15.11778198163549, 38.091819502409905 15.23556396327098, 38.08448496503335 15.412896727361662 C38.064330583075034 15.57458467743499, 38.04417620111672 15.736272627508315, 38.03336901701361 15.822972951403669 C38.002458768970904 15.970390684059362, 37.9715485209282 16.117808416715054, 37.94856382969665 16.227427435703994 C37.90892679610787 16.36056588461486, 37.869289762519095 16.493704333525724, 37.830648708503176 16.623497346023417 C37.77963901571258 16.754223984931063, 37.72862932292199 16.88495062383871, 37.68042913327529 17.008477123264846 C37.627735492972214 17.11626368730802, 37.575041852669145 17.224050251351198, 37.49893125603245 17.379736965185366 C37.452202118406305 17.458158576704253, 37.40547298078017 17.536580188223137, 37.287394891312644 17.734740790612133 C37.23872958037236 17.80290079946899, 37.190064269432064 17.871060808325847, 37.04726504698197 18.07106356344834 C36.98522452508525 18.144314669234685, 36.92318400318853 18.217565775021033, 36.78018205336566 18.386407858128706 C36.685742768185 18.48084714330936, 36.591303483004346 18.575286428490013, 36.487970358128706 18.678619553365657 C36.419061164784495 18.736982663009712, 36.35015197144028 18.795345772653768, 36.17262606344834 18.94570254698197 C36.05872671712296 19.027025117177953, 35.944827370797576 19.108347687373936, 35.836303290612136 19.185832391312644 C35.75829849393011 19.23231316120572, 35.68029369724808 19.278793931098793, 35.481299465185366 19.397368756032446 C35.387030182623555 19.44345420008604, 35.29276090006174 19.489539644139636, 35.110039623264846 19.578866633275286 C35.01855857096676 19.614562650650765, 34.92707751866868 19.650258668026243, 34.72505984602342 19.729086208503173 C34.61268656270423 19.762541184446192, 34.500313279385054 19.795996160389215, 34.328989935703994 19.847001329696653 C34.23246739313377 19.867239978594657, 34.13594485056354 19.887478627492662, 33.92453545140367 19.931806517013612 C33.825831131786096 19.94410999762306, 33.72712681216852 19.956413478232502, 33.51445922736166 19.982922465033347 C33.4302922385983 19.986403637438922, 33.346125249834934 19.9898848098445, 33.1015625 20 C33.1015625 20, 33.1015625 20, 33.1015625 20 C14.42154629866803 20, -4.25846990266394 20, -33.1015625 20 C-33.1015625 20, -33.1015625 20, -33.1015625 20 C-33.193328376279815 19.996204535281915, -33.28509425255963 19.99240907056383, -33.51445922736166 19.982922465033347 C-33.64946019307402 19.966094612206504, -33.784461158786385 19.949266759379658, -33.92453545140367 19.931806517013612 C-34.08386773651146 19.898398050032263, -34.24320002161925 19.864989583050917, -34.328989935703994 19.847001329696653 C-34.45533032356993 19.80938816656889, -34.58167071143586 19.771775003441128, -34.72505984602342 19.729086208503173 C-34.840162800187315 19.684172896417348, -34.95526575435121 19.639259584331523, -35.110039623264846 19.578866633275286 C-35.245886018274454 19.512455377487985, -35.38173241328407 19.446044121700684, -35.481299465185366 19.397368756032446 C-35.619853816233004 19.314808283053054, -35.758408167280635 19.23224781007366, -35.836303290612136 19.185832391312644 C-35.91078930348606 19.13265040031812, -35.98527531635999 19.079468409323596, -36.17262606344834 18.94570254698197 C-36.27691505682814 18.85737427523905, -36.38120405020793 18.76904600349613, -36.487970358128706 18.67861955336566 C-36.57821580753528 18.588374103959083, -36.66846125694185 18.49812865455251, -36.78018205336566 18.386407858128706 C-36.867855634639334 18.28289185632529, -36.955529215913 18.179375854521872, -37.04726504698197 18.07106356344834 C-37.097281694579564 18.00101088984218, -37.14729834217716 17.93095821623602, -37.287394891312644 17.734740790612133 C-37.34540588953123 17.637385774080094, -37.40341688774982 17.540030757548053, -37.49893125603244 17.37973696518537 C-37.56468633280629 17.24523280580137, -37.63044140958013 17.110728646417368, -37.68042913327528 17.00847712326485 C-37.722827077370326 16.899820504788575, -37.76522502146537 16.7911638863123, -37.830648708503176 16.623497346023417 C-37.87058737476591 16.489345730820457, -37.91052604102864 16.355194115617493, -37.94856382969665 16.227427435703994 C-37.97100082898489 16.12042047936705, -37.99343782827314 16.013413523030106, -38.03336901701361 15.82297295140367 C-38.05164376624185 15.676364300891347, -38.06991851547009 15.529755650379022, -38.08448496503335 15.412896727361664 C-38.08913841506385 15.300386678792668, -38.09379186509436 15.18787663022367, -38.1015625 15 C-38.1015625 15, -38.1015625 15, -38.1015625 15 C-38.1015625 3.9924233865080634, -38.1015625 -7.015153226983873, -38.1015625 -15 C-38.1015625 -15, -38.1015625 -15, -38.1015625 -15 C-38.096032377966 -15.133706023393247, -38.090502255931995 -15.267412046786495, -38.08448496503335 -15.41289672736166 C-38.06767240441339 -15.547775011783704, -38.05085984379344 -15.682653296205748, -38.03336901701361 -15.822972951403669 C-38.01561463639449 -15.907647475269057, -37.99786025577537 -15.992321999134447, -37.94856382969665 -16.227427435703994 C-37.914436049527474 -16.34206062858203, -37.88030826935829 -16.456693821460064, -37.830648708503176 -16.623497346023417 C-37.79605599021536 -16.712150885087254, -37.761463271927546 -16.800804424151092, -37.68042913327529 -17.008477123264846 C-37.63799078359999 -17.09528615503517, -37.59555243392469 -17.18209518680549, -37.49893125603245 -17.379736965185366 C-37.44129647117612 -17.47646061423146, -37.3836616863198 -17.57318426327755, -37.287394891312644 -17.734740790612133 C-37.20179091813936 -17.854636614905377, -37.11618694496608 -17.974532439198622, -37.04726504698197 -18.07106356344834 C-36.985407064065704 -18.144099145867727, -36.92354908114943 -18.217134728287114, -36.78018205336566 -18.386407858128706 C-36.71863443484591 -18.447955476648453, -36.657086816326164 -18.5095030951682, -36.487970358128706 -18.678619553365657 C-36.39901898634703 -18.753957522253945, -36.31006761456535 -18.82929549114223, -36.17262606344834 -18.945702546981966 C-36.08576233698019 -19.0077220556191, -35.99889861051203 -19.069741564256237, -35.836303290612136 -19.185832391312644 C-35.73241661930123 -19.247735410992874, -35.62852994799032 -19.3096384306731, -35.481299465185366 -19.397368756032446 C-35.33574306512129 -19.4685269440392, -35.19018666505722 -19.53968513204596, -35.110039623264846 -19.578866633275286 C-35.0250936295941 -19.612012662861478, -34.94014763592336 -19.64515869244767, -34.72505984602342 -19.729086208503173 C-34.599421036857294 -19.766490502602366, -34.47378222769116 -19.80389479670156, -34.328989935703994 -19.847001329696653 C-34.195808816869494 -19.874926473732035, -34.06262769803499 -19.902851617767414, -33.92453545140367 -19.931806517013612 C-33.76483839518965 -19.951712734311165, -33.60514133897562 -19.971618951608722, -33.51445922736166 -19.982922465033347 C-33.42911839359167 -19.986452188027528, -33.34377755982168 -19.989981911021708, -33.1015625 -20 C-33.1015625 -20, -33.1015625 -20, -33.1015625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-33.1015625 -20 C-16.153334708015475 -20, 0.7948930839690505 -20, 33.1015625 -20 M-33.1015625 -20 C-15.057935882264534 -20, 2.985690735470932 -20, 33.1015625 -20 M33.1015625 -20 C33.1015625 -20, 33.1015625 -20, 33.1015625 -20 M33.1015625 -20 C33.1015625 -20, 33.1015625 -20, 33.1015625 -20 M33.1015625 -20 C33.21549858233749 -19.995287568776543, 33.32943466467497 -19.990575137553087, 33.51445922736166 -19.982922465033347 M33.1015625 -20 C33.258158792044746 -19.993523129451447, 33.41475508408949 -19.987046258902897, 33.51445922736166 -19.982922465033347 M33.51445922736166 -19.982922465033347 C33.6102036175507 -19.9709879392424, 33.705948007739735 -19.95905341345145, 33.92453545140367 -19.931806517013612 M33.51445922736166 -19.982922465033347 C33.60895128866589 -19.971144041875096, 33.70344334997012 -19.959365618716845, 33.92453545140367 -19.931806517013612 M33.92453545140367 -19.931806517013612 C34.02109003491362 -19.911561149837038, 34.117644618423576 -19.891315782660463, 34.328989935703994 -19.847001329696653 M33.92453545140367 -19.931806517013612 C34.02589747920954 -19.910553134770183, 34.1272595070154 -19.889299752526757, 34.328989935703994 -19.847001329696653 M34.328989935703994 -19.847001329696653 C34.45671698384945 -19.808975339917197, 34.58444403199489 -19.77094935013774, 34.72505984602342 -19.729086208503173 M34.328989935703994 -19.847001329696653 C34.486704880859364 -19.80004755616455, 34.644419826014726 -19.753093782632448, 34.72505984602342 -19.729086208503173 M34.72505984602342 -19.729086208503173 C34.858465010503245 -19.677031351791054, 34.99187017498307 -19.624976495078936, 35.110039623264846 -19.578866633275286 M34.72505984602342 -19.729086208503173 C34.851595461297585 -19.679711858209018, 34.97813107657174 -19.630337507914863, 35.110039623264846 -19.578866633275286 M35.110039623264846 -19.578866633275286 C35.19632416164968 -19.536684692792, 35.28260870003451 -19.49450275230872, 35.481299465185366 -19.397368756032446 M35.110039623264846 -19.578866633275286 C35.19522923628619 -19.537219969185443, 35.28041884930753 -19.495573305095597, 35.481299465185366 -19.397368756032446 M35.481299465185366 -19.397368756032446 C35.56632746284592 -19.346703066717986, 35.65135546050647 -19.296037377403525, 35.836303290612136 -19.185832391312644 M35.481299465185366 -19.397368756032446 C35.614382991723225 -19.318068186879234, 35.747466518261085 -19.238767617726026, 35.836303290612136 -19.185832391312644 M35.836303290612136 -19.185832391312644 C35.90823751563105 -19.13447234182753, 35.98017174064996 -19.083112292342413, 36.17262606344834 -18.94570254698197 M35.836303290612136 -19.185832391312644 C35.942864835234964 -19.109748910833083, 36.04942637985779 -19.03366543035352, 36.17262606344834 -18.94570254698197 M36.17262606344834 -18.94570254698197 C36.2570757782974 -18.874177287028267, 36.341525493146456 -18.802652027074565, 36.487970358128706 -18.678619553365657 M36.17262606344834 -18.94570254698197 C36.28526948415482 -18.850298436233867, 36.39791290486129 -18.75489432548577, 36.487970358128706 -18.678619553365657 M36.487970358128706 -18.678619553365657 C36.54803517027946 -18.618554741214904, 36.60809998243021 -18.55848992906415, 36.78018205336566 -18.386407858128706 M36.487970358128706 -18.678619553365657 C36.569958939235796 -18.59663097225857, 36.65194752034288 -18.51464239115148, 36.78018205336566 -18.386407858128706 M36.78018205336566 -18.386407858128706 C36.86308232824067 -18.288527688540576, 36.94598260311569 -18.19064751895245, 37.04726504698197 -18.07106356344834 M36.78018205336566 -18.386407858128706 C36.8369283384698 -18.31940764591151, 36.89367462357394 -18.25240743369432, 37.04726504698197 -18.07106356344834 M37.04726504698197 -18.07106356344834 C37.132940214826505 -17.95106802481383, 37.21861538267104 -17.831072486179316, 37.287394891312644 -17.734740790612136 M37.04726504698197 -18.07106356344834 C37.1431439142469 -17.936776854585407, 37.23902278151183 -17.802490145722473, 37.287394891312644 -17.734740790612136 M37.287394891312644 -17.734740790612136 C37.3609628692037 -17.611277793529663, 37.43453084709476 -17.48781479644719, 37.49893125603245 -17.37973696518537 M37.287394891312644 -17.734740790612136 C37.336806289410816 -17.651817765212833, 37.38621768750899 -17.56889473981353, 37.49893125603245 -17.37973696518537 M37.49893125603245 -17.37973696518537 C37.562654789050804 -17.24938839497395, 37.62637832206916 -17.11903982476253, 37.68042913327529 -17.008477123264846 M37.49893125603245 -17.37973696518537 C37.538210703786305 -17.299389570574746, 37.577490151540154 -17.21904217596412, 37.68042913327529 -17.008477123264846 M37.68042913327529 -17.008477123264846 C37.725089647363255 -16.89402203484517, 37.76975016145123 -16.779566946425497, 37.830648708503176 -16.623497346023417 M37.68042913327529 -17.008477123264846 C37.739739878378714 -16.856476710513707, 37.79905062348214 -16.704476297762568, 37.830648708503176 -16.623497346023417 M37.830648708503176 -16.623497346023417 C37.874880873283644 -16.47492412351799, 37.919113038064104 -16.326350901012564, 37.94856382969665 -16.227427435703994 M37.830648708503176 -16.623497346023417 C37.86439665051808 -16.510140007015327, 37.89814459253299 -16.39678266800724, 37.94856382969665 -16.227427435703994 M37.94856382969665 -16.227427435703994 C37.97662516310914 -16.093596799946898, 38.004686496521636 -15.959766164189801, 38.03336901701361 -15.82297295140367 M37.94856382969665 -16.227427435703994 C37.96668565766777 -16.141000475060164, 37.98480748563888 -16.05457351441633, 38.03336901701361 -15.82297295140367 M38.03336901701361 -15.82297295140367 C38.050619642888556 -15.684580301062393, 38.0678702687635 -15.546187650721116, 38.08448496503335 -15.412896727361662 M38.03336901701361 -15.82297295140367 C38.05227887551896 -15.671269154967252, 38.071188734024304 -15.519565358530832, 38.08448496503335 -15.412896727361662 M38.08448496503335 -15.412896727361662 C38.090585629744005 -15.265396253863486, 38.09668629445467 -15.117895780365311, 38.1015625 -15 M38.08448496503335 -15.412896727361662 C38.0889678903311 -15.304509586708058, 38.09345081562885 -15.196122446054453, 38.1015625 -15 M38.1015625 -15 C38.1015625 -15, 38.1015625 -15, 38.1015625 -15 M38.1015625 -15 C38.1015625 -15, 38.1015625 -15, 38.1015625 -15 M38.1015625 -15 C38.1015625 -4.72270161426472, 38.1015625 5.55459677147056, 38.1015625 15 M38.1015625 -15 C38.1015625 -6.889842234483899, 38.1015625 1.2203155310322025, 38.1015625 15 M38.1015625 15 C38.1015625 15, 38.1015625 15, 38.1015625 15 M38.1015625 15 C38.1015625 15, 38.1015625 15, 38.1015625 15 M38.1015625 15 C38.09596428620415 15.135352330408923, 38.09036607240831 15.270704660817845, 38.08448496503335 15.412896727361662 M38.1015625 15 C38.09724992184327 15.104268526510467, 38.09293734368654 15.208537053020933, 38.08448496503335 15.412896727361662 M38.08448496503335 15.412896727361662 C38.07298072615453 15.505189153163458, 38.061476487275726 15.597481578965255, 38.03336901701361 15.822972951403669 M38.08448496503335 15.412896727361662 C38.0676333808297 15.548088077362461, 38.05078179662605 15.683279427363262, 38.03336901701361 15.822972951403669 M38.03336901701361 15.822972951403669 C38.00786333535581 15.944615125049024, 37.982357653697996 16.06625729869438, 37.94856382969665 16.227427435703994 M38.03336901701361 15.822972951403669 C38.00212432620534 15.971985714747392, 37.97087963539707 16.120998478091117, 37.94856382969665 16.227427435703994 M37.94856382969665 16.227427435703994 C37.90259547685773 16.381832411097882, 37.85662712401879 16.536237386491774, 37.830648708503176 16.623497346023417 M37.94856382969665 16.227427435703994 C37.90145487436433 16.385663627337962, 37.85434591903201 16.543899818971934, 37.830648708503176 16.623497346023417 M37.830648708503176 16.623497346023417 C37.79219892432524 16.722035697801786, 37.753749140147306 16.820574049580156, 37.68042913327529 17.008477123264846 M37.830648708503176 16.623497346023417 C37.77509665365945 16.765865061193672, 37.71954459881573 16.908232776363928, 37.68042913327529 17.008477123264846 M37.68042913327529 17.008477123264846 C37.621948722567254 17.128100715368145, 37.56346831185922 17.24772430747144, 37.49893125603245 17.379736965185366 M37.68042913327529 17.008477123264846 C37.63078030121846 17.110035432491216, 37.581131469161626 17.211593741717586, 37.49893125603245 17.379736965185366 M37.49893125603245 17.379736965185366 C37.42436609110042 17.504873458050376, 37.34980092616838 17.630009950915387, 37.287394891312644 17.734740790612133 M37.49893125603245 17.379736965185366 C37.4399234649104 17.478764816051854, 37.38091567378835 17.577792666918338, 37.287394891312644 17.734740790612133 M37.287394891312644 17.734740790612133 C37.20716184792106 17.84711415970235, 37.12692880452946 17.959487528792568, 37.04726504698197 18.07106356344834 M37.287394891312644 17.734740790612133 C37.22467633020591 17.822583600982124, 37.16195776909917 17.910426411352116, 37.04726504698197 18.07106356344834 M37.04726504698197 18.07106356344834 C36.95810273416839 18.17633730725945, 36.868940421354814 18.281611051070556, 36.78018205336566 18.386407858128706 M37.04726504698197 18.07106356344834 C36.99081123075427 18.137718458315643, 36.934357414526566 18.204373353182948, 36.78018205336566 18.386407858128706 M36.78018205336566 18.386407858128706 C36.71529190103207 18.451298010462295, 36.65040174869848 18.51618816279589, 36.487970358128706 18.678619553365657 M36.78018205336566 18.386407858128706 C36.71199238953022 18.454597521964146, 36.643802725694776 18.522787185799583, 36.487970358128706 18.678619553365657 M36.487970358128706 18.678619553365657 C36.363715495277226 18.78385805395561, 36.23946063242575 18.889096554545564, 36.17262606344834 18.94570254698197 M36.487970358128706 18.678619553365657 C36.41917938150198 18.736882538557374, 36.35038840487526 18.795145523749092, 36.17262606344834 18.94570254698197 M36.17262606344834 18.94570254698197 C36.05268253046556 19.03134058350486, 35.93273899748278 19.11697862002775, 35.836303290612136 19.185832391312644 M36.17262606344834 18.94570254698197 C36.08394603495303 19.00901887034075, 35.99526600645772 19.07233519369953, 35.836303290612136 19.185832391312644 M35.836303290612136 19.185832391312644 C35.74974200857777 19.237411719803042, 35.66318072654341 19.288991048293436, 35.481299465185366 19.397368756032446 M35.836303290612136 19.185832391312644 C35.70589321429639 19.263539929910298, 35.57548313798064 19.341247468507948, 35.481299465185366 19.397368756032446 M35.481299465185366 19.397368756032446 C35.38368398346029 19.445090057176923, 35.2860685017352 19.492811358321397, 35.110039623264846 19.578866633275286 M35.481299465185366 19.397368756032446 C35.37013494986083 19.451713776091072, 35.25897043453629 19.5060587961497, 35.110039623264846 19.578866633275286 M35.110039623264846 19.578866633275286 C35.01206228919495 19.617097507664074, 34.914084955125055 19.65532838205286, 34.72505984602342 19.729086208503173 M35.110039623264846 19.578866633275286 C34.973581807935986 19.632112638044966, 34.837123992607125 19.685358642814645, 34.72505984602342 19.729086208503173 M34.72505984602342 19.729086208503173 C34.62199086313587 19.759771174191865, 34.518921880248314 19.790456139880554, 34.328989935703994 19.847001329696653 M34.72505984602342 19.729086208503173 C34.59294595538901 19.76841821787731, 34.46083206475461 19.80775022725145, 34.328989935703994 19.847001329696653 M34.328989935703994 19.847001329696653 C34.1833977984421 19.87752879063884, 34.0378056611802 19.908056251581034, 33.92453545140367 19.931806517013612 M34.328989935703994 19.847001329696653 C34.22643954601901 19.868503885223284, 34.12388915633402 19.890006440749914, 33.92453545140367 19.931806517013612 M33.92453545140367 19.931806517013612 C33.842027803978425 19.94209108453974, 33.75952015655319 19.952375652065868, 33.51445922736166 19.982922465033347 M33.92453545140367 19.931806517013612 C33.78730122211383 19.94891274585508, 33.650066992824 19.96601897469655, 33.51445922736166 19.982922465033347 M33.51445922736166 19.982922465033347 C33.407849437114024 19.987331878574537, 33.30123964686639 19.991741292115726, 33.1015625 20 M33.51445922736166 19.982922465033347 C33.372215290673104 19.98880571777336, 33.22997135398454 19.994688970513376, 33.1015625 20 M33.1015625 20 C33.1015625 20, 33.1015625 20, 33.1015625 20 M33.1015625 20 C33.1015625 20, 33.1015625 20, 33.1015625 20 M33.1015625 20 C19.60151310015701 20, 6.101463700314021 20, -33.1015625 20 M33.1015625 20 C7.04814546355146 20, -19.00527157289708 20, -33.1015625 20 M-33.1015625 20 C-33.1015625 20, -33.1015625 20, -33.1015625 20 M-33.1015625 20 C-33.1015625 20, -33.1015625 20, -33.1015625 20 M-33.1015625 20 C-33.20740755609336 19.995622216097395, -33.313252612186716 19.991244432194794, -33.51445922736166 19.982922465033347 M-33.1015625 20 C-33.261673042862164 19.99337777896248, -33.421783585724334 19.986755557924955, -33.51445922736166 19.982922465033347 M-33.51445922736166 19.982922465033347 C-33.64334271145599 19.96685715549496, -33.77222619555033 19.95079184595657, -33.92453545140367 19.931806517013612 M-33.51445922736166 19.982922465033347 C-33.67831354133984 19.962498046095906, -33.84216785531802 19.942073627158464, -33.92453545140367 19.931806517013612 M-33.92453545140367 19.931806517013612 C-34.01568428927243 19.912694615503717, -34.10683312714119 19.89358271399382, -34.328989935703994 19.847001329696653 M-33.92453545140367 19.931806517013612 C-34.08379255120074 19.89841381473412, -34.24304965099781 19.865021112454627, -34.328989935703994 19.847001329696653 M-34.328989935703994 19.847001329696653 C-34.458661032453904 19.80839657157144, -34.588332129203806 19.769791813446226, -34.72505984602342 19.729086208503173 M-34.328989935703994 19.847001329696653 C-34.423372626709146 19.818902385145517, -34.5177553177143 19.790803440594377, -34.72505984602342 19.729086208503173 M-34.72505984602342 19.729086208503173 C-34.808154149488225 19.696662710677437, -34.89124845295303 19.664239212851697, -35.110039623264846 19.578866633275286 M-34.72505984602342 19.729086208503173 C-34.8154772314904 19.69380523521312, -34.90589461695737 19.65852426192307, -35.110039623264846 19.578866633275286 M-35.110039623264846 19.578866633275286 C-35.21319904314969 19.528435065913065, -35.31635846303454 19.478003498550844, -35.481299465185366 19.397368756032446 M-35.110039623264846 19.578866633275286 C-35.20407304369337 19.532896495192553, -35.29810646412189 19.48692635710982, -35.481299465185366 19.397368756032446 M-35.481299465185366 19.397368756032446 C-35.57446613468333 19.341853470936694, -35.66763280418128 19.286338185840943, -35.836303290612136 19.185832391312644 M-35.481299465185366 19.397368756032446 C-35.57164806532885 19.34353267579049, -35.66199666547234 19.28969659554854, -35.836303290612136 19.185832391312644 M-35.836303290612136 19.185832391312644 C-35.95398745713633 19.101807511435116, -36.07167162366052 19.01778263155759, -36.17262606344834 18.94570254698197 M-35.836303290612136 19.185832391312644 C-35.92530266561431 19.12228805893047, -36.01430204061648 19.058743726548293, -36.17262606344834 18.94570254698197 M-36.17262606344834 18.94570254698197 C-36.255320935757545 18.875663562844178, -36.33801580806676 18.805624578706382, -36.487970358128706 18.67861955336566 M-36.17262606344834 18.94570254698197 C-36.2645738505737 18.867826743753227, -36.35652163769905 18.78995094052448, -36.487970358128706 18.67861955336566 M-36.487970358128706 18.67861955336566 C-36.586791013755494 18.579798897738875, -36.685611669382276 18.480978242112087, -36.78018205336566 18.386407858128706 M-36.487970358128706 18.67861955336566 C-36.56642586971309 18.600164041781273, -36.64488138129747 18.52170853019689, -36.78018205336566 18.386407858128706 M-36.78018205336566 18.386407858128706 C-36.87037972760274 18.279911665394838, -36.960577401839814 18.17341547266097, -37.04726504698197 18.07106356344834 M-36.78018205336566 18.386407858128706 C-36.834423969593814 18.32236454865595, -36.88866588582197 18.258321239183196, -37.04726504698197 18.07106356344834 M-37.04726504698197 18.07106356344834 C-37.13104996652527 17.95371548228332, -37.21483488606856 17.8363674011183, -37.287394891312644 17.734740790612133 M-37.04726504698197 18.07106356344834 C-37.09869501143443 17.999031416425005, -37.15012497588688 17.92699926940167, -37.287394891312644 17.734740790612133 M-37.287394891312644 17.734740790612133 C-37.352425462899795 17.62560540997104, -37.41745603448695 17.516470029329945, -37.49893125603244 17.37973696518537 M-37.287394891312644 17.734740790612133 C-37.34249360641078 17.642273215772946, -37.39759232150892 17.54980564093376, -37.49893125603244 17.37973696518537 M-37.49893125603244 17.37973696518537 C-37.57084383929583 17.23263742495912, -37.64275642255922 17.08553788473287, -37.68042913327528 17.00847712326485 M-37.49893125603244 17.37973696518537 C-37.570404226674476 17.233536666949107, -37.64187719731651 17.087336368712844, -37.68042913327528 17.00847712326485 M-37.68042913327528 17.00847712326485 C-37.716125749673026 16.91699453580427, -37.751822366070776 16.82551194834369, -37.830648708503176 16.623497346023417 M-37.68042913327528 17.00847712326485 C-37.73576249456406 16.86666987164231, -37.79109585585284 16.72486262001977, -37.830648708503176 16.623497346023417 M-37.830648708503176 16.623497346023417 C-37.86616088332363 16.504214053481935, -37.90167305814409 16.384930760940456, -37.94856382969665 16.227427435703994 M-37.830648708503176 16.623497346023417 C-37.873489661520836 16.479597121455416, -37.9163306145385 16.335696896887416, -37.94856382969665 16.227427435703994 M-37.94856382969665 16.227427435703994 C-37.97574273755747 16.09780528037986, -38.00292164541828 15.968183125055724, -38.03336901701361 15.82297295140367 M-37.94856382969665 16.227427435703994 C-37.968108484787926 16.13421470136709, -37.98765313987919 16.04100196703018, -38.03336901701361 15.82297295140367 M-38.03336901701361 15.82297295140367 C-38.04500276386614 15.729641551604487, -38.05663651071866 15.636310151805304, -38.08448496503335 15.412896727361664 M-38.03336901701361 15.82297295140367 C-38.048062502299885 15.7050948879491, -38.06275598758616 15.587216824494531, -38.08448496503335 15.412896727361664 M-38.08448496503335 15.412896727361664 C-38.08994795734772 15.280813750947882, -38.09541094966209 15.148730774534098, -38.1015625 15 M-38.08448496503335 15.412896727361664 C-38.09040669564078 15.269722481611216, -38.09632842624822 15.126548235860769, -38.1015625 15 M-38.1015625 15 C-38.1015625 15, -38.1015625 15, -38.1015625 15 M-38.1015625 15 C-38.1015625 15, -38.1015625 15, -38.1015625 15 M-38.1015625 15 C-38.1015625 6.763536890237679, -38.1015625 -1.4729262195246413, -38.1015625 -15 M-38.1015625 15 C-38.1015625 7.414870409515823, -38.1015625 -0.17025918096835468, -38.1015625 -15 M-38.1015625 -15 C-38.1015625 -15, -38.1015625 -15, -38.1015625 -15 M-38.1015625 -15 C-38.1015625 -15, -38.1015625 -15, -38.1015625 -15 M-38.1015625 -15 C-38.09754708312775 -15.097083829064378, -38.09353166625551 -15.194167658128755, -38.08448496503335 -15.41289672736166 M-38.1015625 -15 C-38.09760283171705 -15.09573595244642, -38.093643163434095 -15.19147190489284, -38.08448496503335 -15.41289672736166 M-38.08448496503335 -15.41289672736166 C-38.07110116961405 -15.520267841495656, -38.05771737419476 -15.627638955629653, -38.03336901701361 -15.822972951403669 M-38.08448496503335 -15.41289672736166 C-38.06544795787581 -15.565620570206358, -38.046410950718276 -15.718344413051055, -38.03336901701361 -15.822972951403669 M-38.03336901701361 -15.822972951403669 C-38.014558223125015 -15.912685741177462, -37.99574742923641 -16.002398530951254, -37.94856382969665 -16.227427435703994 M-38.03336901701361 -15.822972951403669 C-38.010830904717444 -15.930462137787755, -37.98829279242128 -16.037951324171843, -37.94856382969665 -16.227427435703994 M-37.94856382969665 -16.227427435703994 C-37.91252514266616 -16.348479251584116, -37.87648645563568 -16.469531067464235, -37.830648708503176 -16.623497346023417 M-37.94856382969665 -16.227427435703994 C-37.92032211001513 -16.322289699918393, -37.8920803903336 -16.417151964132792, -37.830648708503176 -16.623497346023417 M-37.830648708503176 -16.623497346023417 C-37.79186059717739 -16.72290275597192, -37.7530724858516 -16.822308165920425, -37.68042913327529 -17.008477123264846 M-37.830648708503176 -16.623497346023417 C-37.79429229563044 -16.7166708469324, -37.75793588275771 -16.80984434784138, -37.68042913327529 -17.008477123264846 M-37.68042913327529 -17.008477123264846 C-37.642951863248584 -17.085138104412913, -37.60547459322188 -17.161799085560983, -37.49893125603245 -17.379736965185366 M-37.68042913327529 -17.008477123264846 C-37.635736255939 -17.099897865076848, -37.59104337860271 -17.191318606888853, -37.49893125603245 -17.379736965185366 M-37.49893125603245 -17.379736965185366 C-37.41576051107612 -17.519315484756685, -37.3325897661198 -17.658894004328005, -37.287394891312644 -17.734740790612133 M-37.49893125603245 -17.379736965185366 C-37.420111197599745 -17.51201409068591, -37.34129113916705 -17.644291216186453, -37.287394891312644 -17.734740790612133 M-37.287394891312644 -17.734740790612133 C-37.20836660355686 -17.8454267944473, -37.12933831580108 -17.95611279828247, -37.04726504698197 -18.07106356344834 M-37.287394891312644 -17.734740790612133 C-37.21877432174736 -17.830849878152353, -37.15015375218208 -17.92695896569257, -37.04726504698197 -18.07106356344834 M-37.04726504698197 -18.07106356344834 C-36.946384821894874 -18.19017262013724, -36.845504596807785 -18.309281676826135, -36.78018205336566 -18.386407858128706 M-37.04726504698197 -18.07106356344834 C-36.98371454815146 -18.146097495631537, -36.92016404932096 -18.221131427814733, -36.78018205336566 -18.386407858128706 M-36.78018205336566 -18.386407858128706 C-36.697928296084044 -18.468661615410323, -36.61567453880242 -18.55091537269194, -36.487970358128706 -18.678619553365657 M-36.78018205336566 -18.386407858128706 C-36.7105980009592 -18.455991910535158, -36.641013948552754 -18.52557596294161, -36.487970358128706 -18.678619553365657 M-36.487970358128706 -18.678619553365657 C-36.36482504817364 -18.78291831058891, -36.24167973821858 -18.88721706781217, -36.17262606344834 -18.945702546981966 M-36.487970358128706 -18.678619553365657 C-36.40109391346255 -18.75220014863121, -36.31421746879641 -18.825780743896765, -36.17262606344834 -18.945702546981966 M-36.17262606344834 -18.945702546981966 C-36.04605717938593 -19.036070993253716, -35.91948829532352 -19.126439439525466, -35.836303290612136 -19.185832391312644 M-36.17262606344834 -18.945702546981966 C-36.085281857794925 -19.008065111163596, -35.99793765214151 -19.070427675345226, -35.836303290612136 -19.185832391312644 M-35.836303290612136 -19.185832391312644 C-35.75345180967807 -19.2352011581629, -35.67060032874401 -19.284569925013162, -35.481299465185366 -19.397368756032446 M-35.836303290612136 -19.185832391312644 C-35.70516646107677 -19.263972980832893, -35.57402963154141 -19.34211357035314, -35.481299465185366 -19.397368756032446 M-35.481299465185366 -19.397368756032446 C-35.36189596114546 -19.4557415722425, -35.242492457105556 -19.51411438845255, -35.110039623264846 -19.578866633275286 M-35.481299465185366 -19.397368756032446 C-35.37556397353296 -19.449059688143134, -35.269828481880566 -19.500750620253825, -35.110039623264846 -19.578866633275286 M-35.110039623264846 -19.578866633275286 C-35.009550258997905 -19.618077704888623, -34.909060894730956 -19.657288776501964, -34.72505984602342 -19.729086208503173 M-35.110039623264846 -19.578866633275286 C-34.98937964606497 -19.62594830247841, -34.86871966886508 -19.67302997168153, -34.72505984602342 -19.729086208503173 M-34.72505984602342 -19.729086208503173 C-34.6021908240026 -19.76566590124182, -34.47932180198178 -19.802245593980473, -34.328989935703994 -19.847001329696653 M-34.72505984602342 -19.729086208503173 C-34.579770161605694 -19.77234082164069, -34.434480477187975 -19.81559543477821, -34.328989935703994 -19.847001329696653 M-34.328989935703994 -19.847001329696653 C-34.17475757827643 -19.879340454294585, -34.02052522084885 -19.91167957889252, -33.92453545140367 -19.931806517013612 M-34.328989935703994 -19.847001329696653 C-34.241305659032875 -19.86538678911543, -34.15362138236176 -19.883772248534207, -33.92453545140367 -19.931806517013612 M-33.92453545140367 -19.931806517013612 C-33.83606936213046 -19.942833803541532, -33.74760327285725 -19.953861090069452, -33.51445922736166 -19.982922465033347 M-33.92453545140367 -19.931806517013612 C-33.82508566567358 -19.944202919877075, -33.7256358799435 -19.95659932274054, -33.51445922736166 -19.982922465033347 M-33.51445922736166 -19.982922465033347 C-33.39510234847676 -19.98785910206046, -33.27574546959186 -19.992795739087573, -33.1015625 -20 M-33.51445922736166 -19.982922465033347 C-33.39936701623819 -19.9876827140971, -33.28427480511471 -19.992442963160855, -33.1015625 -20 M-33.1015625 -20 C-33.1015625 -20, -33.1015625 -20, -33.1015625 -20 M-33.1015625 -20 C-33.1015625 -20, -33.1015625 -20, -33.1015625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-30.1015625, -12)\"><rect></rect><foreignObject width=\"60.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Delivery</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closure-5\" transform=\"translate(433.95468750037253, 576)\"><g class=\"basic label-container outer-path\"><path d=\"M-31.3515625 -20 C-11.733312553943836 -20, 7.884937392112327 -20, 31.3515625 -20 C31.3515625 -20, 31.3515625 -20, 31.3515625 -20 C31.467082994318616 -19.995222037012265, 31.582603488637236 -19.990444074024527, 31.764459227361662 -19.982922465033347 C31.860080612892627 -19.971003271757038, 31.955701998423596 -19.95908407848073, 32.17453545140367 -19.931806517013612 C32.32684681192184 -19.899870183110455, 32.47915817244001 -19.867933849207297, 32.578989935703994 -19.847001329696653 C32.713201286507406 -19.807044879375137, 32.84741263731082 -19.767088429053626, 32.97505984602342 -19.729086208503173 C33.10789637320743 -19.677253234752406, 33.24073290039145 -19.625420261001643, 33.360039623264846 -19.578866633275286 C33.46136290593074 -19.529332698702653, 33.562686188596636 -19.479798764130024, 33.731299465185366 -19.397368756032446 C33.81645028016363 -19.34662988348149, 33.90160109514189 -19.295891010930536, 34.086303290612136 -19.185832391312644 C34.18251251017428 -19.117140328857854, 34.27872172973642 -19.048448266403067, 34.42262606344834 -18.94570254698197 C34.49166775952608 -18.887227213247197, 34.56070945560383 -18.82875187951242, 34.737970358128706 -18.678619553365657 C34.844916758272916 -18.571673153221447, 34.951863158417126 -18.464726753077237, 35.03018205336566 -18.386407858128706 C35.08710291608301 -18.31920152251309, 35.14402377880037 -18.25199518689747, 35.29726504698197 -18.07106356344834 C35.34891943067861 -17.998717097716753, 35.40057381437526 -17.926370631985165, 35.537394891312644 -17.734740790612136 C35.60626273914314 -17.61916562952285, 35.67513058697363 -17.50359046843356, 35.74893125603245 -17.37973696518537 C35.79081345971713 -17.294065548221898, 35.83269566340181 -17.208394131258427, 35.93042913327529 -17.008477123264846 C35.98845456361394 -16.859770689950643, 36.0464799939526 -16.71106425663644, 36.080648708503176 -16.623497346023417 C36.116268217142974 -16.50385352553802, 36.15188772578277 -16.384209705052626, 36.19856382969665 -16.227427435703994 C36.21936849147586 -16.12820545392236, 36.240173153255064 -16.02898347214072, 36.28336901701361 -15.82297295140367 C36.29656923566609 -15.7170745766059, 36.30976945431857 -15.611176201808128, 36.33448496503335 -15.412896727361662 C36.338901969673 -15.306103401274745, 36.34331897431266 -15.199310075187828, 36.3515625 -15 C36.3515625 -15, 36.3515625 -15, 36.3515625 -15 C36.3515625 -7.586772719113849, 36.3515625 -0.1735454382276984, 36.3515625 15 C36.3515625 15, 36.3515625 15, 36.3515625 15 C36.34577779007031 15.13986139120015, 36.33999308014062 15.279722782400297, 36.33448496503335 15.412896727361662 C36.31585088800127 15.562388074854065, 36.297216810969196 15.711879422346467, 36.28336901701361 15.822972951403669 C36.26160599480354 15.926765563663253, 36.23984297259347 16.030558175922838, 36.19856382969665 16.227427435703994 C36.17379536627943 16.31062323777855, 36.149026902862204 16.393819039853106, 36.080648708503176 16.623497346023417 C36.04570859914831 16.713041172091494, 36.01076848979345 16.802584998159574, 35.93042913327529 17.008477123264846 C35.876794204812064 17.11818912301475, 35.82315927634884 17.227901122764656, 35.74893125603245 17.379736965185366 C35.66967248813343 17.51275034016718, 35.5904137202344 17.645763715148995, 35.537394891312644 17.734740790612133 C35.48095035935498 17.813796276415488, 35.424505827397304 17.892851762218843, 35.29726504698197 18.07106356344834 C35.2069432695526 18.17770628454446, 35.11662149212324 18.28434900564058, 35.03018205336566 18.386407858128706 C34.937350099312404 18.479239812181962, 34.844518145259144 18.57207176623522, 34.737970358128706 18.678619553365657 C34.614658672969746 18.783059223198624, 34.49134698781079 18.887498893031587, 34.42262606344834 18.94570254698197 C34.335107960175996 19.008189271677054, 34.24758985690365 19.07067599637214, 34.086303290612136 19.185832391312644 C34.0097432501427 19.231452273363878, 33.93318320967325 19.277072155415112, 33.731299465185366 19.397368756032446 C33.59142546815774 19.465748986467982, 33.45155147113011 19.53412921690352, 33.360039623264846 19.578866633275286 C33.28298884535796 19.60893194011059, 33.20593806745107 19.638997246945895, 32.97505984602342 19.729086208503173 C32.87627946038097 19.758494403473538, 32.777499074738515 19.787902598443903, 32.578989935703994 19.847001329696653 C32.452373155253696 19.873550076713595, 32.3257563748034 19.90009882373054, 32.17453545140367 19.931806517013612 C32.02506049708882 19.95043855063824, 31.875585542773972 19.969070584262862, 31.764459227361662 19.982922465033347 C31.626686643711288 19.98862078124372, 31.488914060060914 19.994319097454095, 31.3515625 20 C31.3515625 20, 31.3515625 20, 31.3515625 20 C10.268408609177214 20, -10.814745281645571 20, -31.3515625 20 C-31.3515625 20, -31.3515625 20, -31.3515625 20 C-31.43968059051351 19.996355408817223, -31.527798681027026 19.99271081763445, -31.764459227361662 19.982922465033347 C-31.867020270998413 19.97013824427626, -31.969581314635164 19.957354023519173, -32.17453545140367 19.931806517013612 C-32.32075867951363 19.901146730235855, -32.4669819076236 19.870486943458097, -32.578989935703994 19.847001329696653 C-32.73150920385358 19.80159437622802, -32.884028472003166 19.75618742275939, -32.97505984602342 19.729086208503173 C-33.11602596539167 19.674081058038496, -33.25699208475993 19.61907590757382, -33.360039623264846 19.578866633275286 C-33.4471304128746 19.536290540585583, -33.53422120248435 19.493714447895876, -33.731299465185366 19.397368756032446 C-33.81022270570195 19.350340712403014, -33.88914594621854 19.303312668773582, -34.086303290612136 19.185832391312644 C-34.213699175255755 19.09487347797513, -34.341095059899374 19.00391456463762, -34.42262606344834 18.94570254698197 C-34.535421533155386 18.85016965729944, -34.64821700286243 18.75463676761691, -34.737970358128706 18.67861955336566 C-34.822935887049866 18.593654024444497, -34.90790141597103 18.508688495523334, -35.03018205336566 18.386407858128706 C-35.13181499523575 18.266410070413485, -35.23344793710585 18.146412282698265, -35.29726504698197 18.07106356344834 C-35.35336532407235 17.992490236586335, -35.40946560116273 17.91391690972433, -35.537394891312644 17.734740790612133 C-35.58616333612094 17.65289678005635, -35.634931780929236 17.57105276950056, -35.74893125603244 17.37973696518537 C-35.81200844543457 17.250710511972954, -35.87508563483671 17.12168405876054, -35.93042913327528 17.00847712326485 C-35.99022975145928 16.855221273403398, -36.05003036964329 16.701965423541946, -36.080648708503176 16.623497346023417 C-36.109345959264914 16.527104979882644, -36.13804321002665 16.43071261374187, -36.19856382969665 16.227427435703994 C-36.22967187719822 16.079066354172365, -36.26077992469979 15.930705272640736, -36.28336901701361 15.82297295140367 C-36.30245206701598 15.669879731159481, -36.32153511701835 15.516786510915292, -36.33448496503335 15.412896727361664 C-36.339384295268744 15.294441843538578, -36.34428362550414 15.175986959715493, -36.3515625 15 C-36.3515625 15, -36.3515625 15, -36.3515625 15 C-36.3515625 3.3433609058305276, -36.3515625 -8.313278188338945, -36.3515625 -15 C-36.3515625 -15, -36.3515625 -15, -36.3515625 -15 C-36.345814686813306 -15.138969310202308, -36.34006687362662 -15.277938620404617, -36.33448496503335 -15.41289672736166 C-36.31724284592496 -15.551221132412692, -36.30000072681658 -15.689545537463726, -36.28336901701361 -15.822972951403669 C-36.26470770241899 -15.911972841734972, -36.246046387824364 -16.000972732066277, -36.19856382969665 -16.227427435703994 C-36.17241991043261 -16.31524331252709, -36.14627599116857 -16.403059189350188, -36.080648708503176 -16.623497346023417 C-36.04414285564815 -16.71705382878419, -36.00763700279311 -16.81061031154497, -35.93042913327529 -17.008477123264846 C-35.892816141460585 -17.085415727767646, -35.85520314964588 -17.16235433227045, -35.74893125603245 -17.379736965185366 C-35.664462576661826 -17.52149369975456, -35.5799938972912 -17.663250434323757, -35.537394891312644 -17.734740790612133 C-35.48168386636166 -17.812768935931967, -35.42597284141067 -17.890797081251804, -35.29726504698197 -18.07106356344834 C-35.2003372292257 -18.18550602161985, -35.103409411469435 -18.29994847979136, -35.03018205336566 -18.386407858128706 C-34.95895330471993 -18.457636606774436, -34.8877245560742 -18.528865355420166, -34.737970358128706 -18.678619553365657 C-34.64953602246473 -18.75351961500002, -34.561101686800754 -18.828419676634383, -34.42262606344834 -18.945702546981966 C-34.294642194678985 -19.037081272916144, -34.16665832590964 -19.128459998850325, -34.086303290612136 -19.185832391312644 C-33.9601510773487 -19.26100279423161, -33.83399886408526 -19.336173197150575, -33.731299465185366 -19.397368756032446 C-33.63135818722443 -19.44622706967341, -33.531416909263484 -19.495085383314372, -33.360039623264846 -19.578866633275286 C-33.249383794404395 -19.622044671682957, -33.13872796554394 -19.665222710090628, -32.97505984602342 -19.729086208503173 C-32.88145783764106 -19.75695273376751, -32.78785582925869 -19.784819259031845, -32.578989935703994 -19.847001329696653 C-32.42911485965553 -19.878426828465496, -32.27923978360707 -19.909852327234344, -32.17453545140367 -19.931806517013612 C-32.04636806800623 -19.94778256469322, -31.918200684608788 -19.96375861237283, -31.764459227361662 -19.982922465033347 C-31.651705848355693 -19.98758597928517, -31.53895246934972 -19.992249493536995, -31.3515625 -20 C-31.3515625 -20, -31.3515625 -20, -31.3515625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-31.3515625 -20 C-13.829832589836208 -20, 3.691897320327584 -20, 31.3515625 -20 M-31.3515625 -20 C-10.835753027121466 -20, 9.680056445757067 -20, 31.3515625 -20 M31.3515625 -20 C31.3515625 -20, 31.3515625 -20, 31.3515625 -20 M31.3515625 -20 C31.3515625 -20, 31.3515625 -20, 31.3515625 -20 M31.3515625 -20 C31.45813076091341 -19.99559230412478, 31.56469902182682 -19.991184608249558, 31.764459227361662 -19.982922465033347 M31.3515625 -20 C31.505969057632765 -19.993613697536663, 31.66037561526553 -19.987227395073322, 31.764459227361662 -19.982922465033347 M31.764459227361662 -19.982922465033347 C31.854350197334092 -19.971717567311494, 31.944241167306522 -19.96051266958964, 32.17453545140367 -19.931806517013612 M31.764459227361662 -19.982922465033347 C31.87446465081571 -19.969210303299754, 31.98447007426976 -19.955498141566157, 32.17453545140367 -19.931806517013612 M32.17453545140367 -19.931806517013612 C32.30330735800982 -19.904805887561356, 32.432079264615965 -19.877805258109102, 32.578989935703994 -19.847001329696653 M32.17453545140367 -19.931806517013612 C32.28446405286494 -19.90875691316377, 32.39439265432621 -19.88570730931393, 32.578989935703994 -19.847001329696653 M32.578989935703994 -19.847001329696653 C32.70084378399958 -19.810723867270692, 32.82269763229517 -19.774446404844735, 32.97505984602342 -19.729086208503173 M32.578989935703994 -19.847001329696653 C32.6798739980327 -19.816966843041545, 32.78075806036139 -19.786932356386433, 32.97505984602342 -19.729086208503173 M32.97505984602342 -19.729086208503173 C33.0941151749747 -19.682630674989625, 33.21317050392597 -19.63617514147608, 33.360039623264846 -19.578866633275286 M32.97505984602342 -19.729086208503173 C33.06134374044058 -19.69541812842575, 33.14762763485773 -19.661750048348328, 33.360039623264846 -19.578866633275286 M33.360039623264846 -19.578866633275286 C33.462001063083555 -19.52902072268073, 33.563962502902264 -19.47917481208617, 33.731299465185366 -19.397368756032446 M33.360039623264846 -19.578866633275286 C33.45906641740582 -19.530455383532313, 33.5580932115468 -19.48204413378934, 33.731299465185366 -19.397368756032446 M33.731299465185366 -19.397368756032446 C33.848195727868934 -19.327713702519468, 33.96509199055251 -19.25805864900649, 34.086303290612136 -19.185832391312644 M33.731299465185366 -19.397368756032446 C33.87242944767415 -19.313273539839333, 34.01355943016293 -19.22917832364622, 34.086303290612136 -19.185832391312644 M34.086303290612136 -19.185832391312644 C34.21358011977347 -19.094958481955643, 34.3408569489348 -19.00408457259864, 34.42262606344834 -18.94570254698197 M34.086303290612136 -19.185832391312644 C34.193386666670115 -19.109376330349658, 34.30047004272809 -19.032920269386675, 34.42262606344834 -18.94570254698197 M34.42262606344834 -18.94570254698197 C34.49159646005831 -18.88728760081601, 34.56056685666829 -18.828872654650052, 34.737970358128706 -18.678619553365657 M34.42262606344834 -18.94570254698197 C34.498231711848426 -18.8816678292159, 34.57383736024852 -18.81763311144983, 34.737970358128706 -18.678619553365657 M34.737970358128706 -18.678619553365657 C34.84776525992607 -18.56882465156829, 34.95756016172344 -18.45902974977092, 35.03018205336566 -18.386407858128706 M34.737970358128706 -18.678619553365657 C34.821647214534345 -18.594942696960022, 34.905324070939976 -18.511265840554387, 35.03018205336566 -18.386407858128706 M35.03018205336566 -18.386407858128706 C35.12266794970214 -18.277209966667268, 35.215153846038625 -18.16801207520583, 35.29726504698197 -18.07106356344834 M35.03018205336566 -18.386407858128706 C35.096896033095994 -18.307638811105047, 35.163610012826325 -18.22886976408139, 35.29726504698197 -18.07106356344834 M35.29726504698197 -18.07106356344834 C35.37525463331234 -17.961832351475962, 35.453244219642706 -17.852601139503587, 35.537394891312644 -17.734740790612136 M35.29726504698197 -18.07106356344834 C35.34816144040079 -17.999778729155082, 35.3990578338196 -17.928493894861827, 35.537394891312644 -17.734740790612136 M35.537394891312644 -17.734740790612136 C35.58376140149074 -17.656927746473283, 35.63012791166884 -17.579114702334433, 35.74893125603245 -17.37973696518537 M35.537394891312644 -17.734740790612136 C35.583017156059036 -17.658176751464286, 35.62863942080543 -17.58161271231643, 35.74893125603245 -17.37973696518537 M35.74893125603245 -17.37973696518537 C35.78995655872971 -17.295818367207776, 35.830981861426984 -17.211899769230182, 35.93042913327529 -17.008477123264846 M35.74893125603245 -17.37973696518537 C35.820533217734365 -17.2332728115188, 35.89213517943628 -17.086808657852227, 35.93042913327529 -17.008477123264846 M35.93042913327529 -17.008477123264846 C35.98374515711462 -16.87183986443938, 36.03706118095395 -16.735202605613917, 36.080648708503176 -16.623497346023417 M35.93042913327529 -17.008477123264846 C35.98714257832297 -16.86313302008837, 36.043856023370644 -16.717788916911893, 36.080648708503176 -16.623497346023417 M36.080648708503176 -16.623497346023417 C36.11716679150706 -16.500835267453756, 36.153684874510944 -16.378173188884098, 36.19856382969665 -16.227427435703994 M36.080648708503176 -16.623497346023417 C36.11369603000933 -16.512493349820407, 36.146743351515475 -16.401489353617396, 36.19856382969665 -16.227427435703994 M36.19856382969665 -16.227427435703994 C36.22407906001552 -16.105739722405847, 36.249594290334386 -15.9840520091077, 36.28336901701361 -15.82297295140367 M36.19856382969665 -16.227427435703994 C36.21688133031061 -16.140067269434912, 36.235198830924574 -16.05270710316583, 36.28336901701361 -15.82297295140367 M36.28336901701361 -15.82297295140367 C36.29830432046131 -15.703154908698268, 36.31323962390902 -15.583336865992864, 36.33448496503335 -15.412896727361662 M36.28336901701361 -15.82297295140367 C36.301673886790496 -15.67612265965542, 36.31997875656739 -15.529272367907168, 36.33448496503335 -15.412896727361662 M36.33448496503335 -15.412896727361662 C36.33967243542267 -15.287475256919896, 36.344859905812 -15.16205378647813, 36.3515625 -15 M36.33448496503335 -15.412896727361662 C36.340338242511585 -15.2713775256839, 36.34619151998982 -15.129858324006136, 36.3515625 -15 M36.3515625 -15 C36.3515625 -15, 36.3515625 -15, 36.3515625 -15 M36.3515625 -15 C36.3515625 -15, 36.3515625 -15, 36.3515625 -15 M36.3515625 -15 C36.3515625 -6.923139293650355, 36.3515625 1.1537214126992907, 36.3515625 15 M36.3515625 -15 C36.3515625 -4.299727143144288, 36.3515625 6.4005457137114234, 36.3515625 15 M36.3515625 15 C36.3515625 15, 36.3515625 15, 36.3515625 15 M36.3515625 15 C36.3515625 15, 36.3515625 15, 36.3515625 15 M36.3515625 15 C36.34648281227412 15.12281552590183, 36.341403124548236 15.245631051803658, 36.33448496503335 15.412896727361662 M36.3515625 15 C36.34521799535556 15.1533959795448, 36.33887349071112 15.306791959089601, 36.33448496503335 15.412896727361662 M36.33448496503335 15.412896727361662 C36.31979323732166 15.530760690724648, 36.30510150960997 15.648624654087634, 36.28336901701361 15.822972951403669 M36.33448496503335 15.412896727361662 C36.32056872626906 15.524539352929757, 36.30665248750478 15.63618197849785, 36.28336901701361 15.822972951403669 M36.28336901701361 15.822972951403669 C36.2533622176659 15.96608193965837, 36.2233554183182 16.10919092791307, 36.19856382969665 16.227427435703994 M36.28336901701361 15.822972951403669 C36.2554645599512 15.95605540954007, 36.22756010288879 16.089137867676474, 36.19856382969665 16.227427435703994 M36.19856382969665 16.227427435703994 C36.17338862252875 16.311989465953744, 36.14821341536084 16.396551496203493, 36.080648708503176 16.623497346023417 M36.19856382969665 16.227427435703994 C36.15562310204044 16.371662797375226, 36.11268237438422 16.515898159046454, 36.080648708503176 16.623497346023417 M36.080648708503176 16.623497346023417 C36.02934806280865 16.75496963331926, 35.97804741711413 16.886441920615102, 35.93042913327529 17.008477123264846 M36.080648708503176 16.623497346023417 C36.03221527692009 16.74762159330349, 35.983781845337006 16.87174584058356, 35.93042913327529 17.008477123264846 M35.93042913327529 17.008477123264846 C35.86909928839869 17.133929326121375, 35.80776944352208 17.2593815289779, 35.74893125603245 17.379736965185366 M35.93042913327529 17.008477123264846 C35.8628471057023 17.146718370240126, 35.79526507812931 17.284959617215403, 35.74893125603245 17.379736965185366 M35.74893125603245 17.379736965185366 C35.672722291813166 17.507632109197562, 35.59651332759389 17.635527253209762, 35.537394891312644 17.734740790612133 M35.74893125603245 17.379736965185366 C35.68109476762522 17.493581281835056, 35.61325827921799 17.60742559848475, 35.537394891312644 17.734740790612133 M35.537394891312644 17.734740790612133 C35.478679760369204 17.816976448163906, 35.41996462942577 17.89921210571568, 35.29726504698197 18.07106356344834 M35.537394891312644 17.734740790612133 C35.465023671071265 17.836102991270547, 35.39265245082989 17.93746519192896, 35.29726504698197 18.07106356344834 M35.29726504698197 18.07106356344834 C35.22424158205169 18.15728220557063, 35.15121811712142 18.24350084769292, 35.03018205336566 18.386407858128706 M35.29726504698197 18.07106356344834 C35.20551012550047 18.17939839452936, 35.113755204018965 18.28773322561038, 35.03018205336566 18.386407858128706 M35.03018205336566 18.386407858128706 C34.93361521580909 18.482974695685275, 34.83704837825252 18.579541533241844, 34.737970358128706 18.678619553365657 M35.03018205336566 18.386407858128706 C34.92543970219297 18.491150209301395, 34.82069735102028 18.595892560474084, 34.737970358128706 18.678619553365657 M34.737970358128706 18.678619553365657 C34.6536897156945 18.750001616288507, 34.56940907326028 18.821383679211355, 34.42262606344834 18.94570254698197 M34.737970358128706 18.678619553365657 C34.6439438256199 18.758255964125105, 34.549917293111086 18.837892374884557, 34.42262606344834 18.94570254698197 M34.42262606344834 18.94570254698197 C34.28919096709804 19.040973374599858, 34.155755870747726 19.136244202217743, 34.086303290612136 19.185832391312644 M34.42262606344834 18.94570254698197 C34.300764631607365 19.032709936969617, 34.17890319976639 19.119717326957268, 34.086303290612136 19.185832391312644 M34.086303290612136 19.185832391312644 C33.966875343007075 19.256996001597553, 33.84744739540201 19.32815961188246, 33.731299465185366 19.397368756032446 M34.086303290612136 19.185832391312644 C33.975906656729 19.251614506704968, 33.86551002284587 19.317396622097295, 33.731299465185366 19.397368756032446 M33.731299465185366 19.397368756032446 C33.6169444286496 19.453273526868692, 33.50258939211385 19.50917829770494, 33.360039623264846 19.578866633275286 M33.731299465185366 19.397368756032446 C33.588584235768515 19.467137980345505, 33.44586900635166 19.536907204658565, 33.360039623264846 19.578866633275286 M33.360039623264846 19.578866633275286 C33.27234957345907 19.613083396887976, 33.18465952365329 19.647300160500667, 32.97505984602342 19.729086208503173 M33.360039623264846 19.578866633275286 C33.20807412490297 19.638163754741747, 33.05610862654109 19.697460876208204, 32.97505984602342 19.729086208503173 M32.97505984602342 19.729086208503173 C32.89229492051911 19.753726394407572, 32.809529995014806 19.77836658031197, 32.578989935703994 19.847001329696653 M32.97505984602342 19.729086208503173 C32.877724564943954 19.758064177204787, 32.78038928386448 19.787042145906398, 32.578989935703994 19.847001329696653 M32.578989935703994 19.847001329696653 C32.47881663184775 19.86800546273868, 32.3786433279915 19.889009595780703, 32.17453545140367 19.931806517013612 M32.578989935703994 19.847001329696653 C32.44259007445509 19.8756013730445, 32.306190213206186 19.904201416392347, 32.17453545140367 19.931806517013612 M32.17453545140367 19.931806517013612 C32.05015679331004 19.94731030057661, 31.92577813521641 19.962814084139605, 31.764459227361662 19.982922465033347 M32.17453545140367 19.931806517013612 C32.01349320030398 19.9518804126788, 31.852450949204282 19.971954308343985, 31.764459227361662 19.982922465033347 M31.764459227361662 19.982922465033347 C31.653052326907563 19.98753028852032, 31.541645426453467 19.992138112007293, 31.3515625 20 M31.764459227361662 19.982922465033347 C31.67142547085429 19.986770369665543, 31.578391714346917 19.99061827429774, 31.3515625 20 M31.3515625 20 C31.3515625 20, 31.3515625 20, 31.3515625 20 M31.3515625 20 C31.3515625 20, 31.3515625 20, 31.3515625 20 M31.3515625 20 C17.826596039599522 20, 4.301629579199048 20, -31.3515625 20 M31.3515625 20 C15.133756434338274 20, -1.0840496313234524 20, -31.3515625 20 M-31.3515625 20 C-31.3515625 20, -31.3515625 20, -31.3515625 20 M-31.3515625 20 C-31.3515625 20, -31.3515625 20, -31.3515625 20 M-31.3515625 20 C-31.46570320620204 19.995279105470903, -31.57984391240408 19.990558210941806, -31.764459227361662 19.982922465033347 M-31.3515625 20 C-31.443047211201648 19.99621616435557, -31.534531922403293 19.992432328711136, -31.764459227361662 19.982922465033347 M-31.764459227361662 19.982922465033347 C-31.919702735763188 19.96357138189169, -32.074946244164714 19.944220298750032, -32.17453545140367 19.931806517013612 M-31.764459227361662 19.982922465033347 C-31.85658669532213 19.971438788128015, -31.948714163282595 19.959955111222683, -32.17453545140367 19.931806517013612 M-32.17453545140367 19.931806517013612 C-32.310480513676474 19.90330183498294, -32.44642557594928 19.874797152952265, -32.578989935703994 19.847001329696653 M-32.17453545140367 19.931806517013612 C-32.265024676279936 19.91283292180407, -32.35551390115621 19.89385932659453, -32.578989935703994 19.847001329696653 M-32.578989935703994 19.847001329696653 C-32.67768990297493 19.8176170763128, -32.77638987024587 19.78823282292895, -32.97505984602342 19.729086208503173 M-32.578989935703994 19.847001329696653 C-32.6874169752866 19.814721201416464, -32.79584401486922 19.782441073136276, -32.97505984602342 19.729086208503173 M-32.97505984602342 19.729086208503173 C-33.10274702347063 19.67926251725474, -33.23043420091783 19.629438826006307, -33.360039623264846 19.578866633275286 M-32.97505984602342 19.729086208503173 C-33.05591051790181 19.69753817843913, -33.13676118978019 19.66599014837509, -33.360039623264846 19.578866633275286 M-33.360039623264846 19.578866633275286 C-33.500531857271824 19.51018416519723, -33.641024091278794 19.441501697119175, -33.731299465185366 19.397368756032446 M-33.360039623264846 19.578866633275286 C-33.46695164220541 19.526600532021025, -33.57386366114598 19.474334430766763, -33.731299465185366 19.397368756032446 M-33.731299465185366 19.397368756032446 C-33.84070398778034 19.332177810650872, -33.950108510375316 19.2669868652693, -34.086303290612136 19.185832391312644 M-33.731299465185366 19.397368756032446 C-33.84205584210273 19.33137228031991, -33.95281221902009 19.265375804607373, -34.086303290612136 19.185832391312644 M-34.086303290612136 19.185832391312644 C-34.19104672877417 19.111047013895583, -34.2957901669362 19.03626163647852, -34.42262606344834 18.94570254698197 M-34.086303290612136 19.185832391312644 C-34.15419471566672 19.13735884552131, -34.2220861407213 19.088885299729974, -34.42262606344834 18.94570254698197 M-34.42262606344834 18.94570254698197 C-34.500818165721306 18.879477214529437, -34.57901026799428 18.813251882076905, -34.737970358128706 18.67861955336566 M-34.42262606344834 18.94570254698197 C-34.54490909304714 18.842134103966938, -34.66719212264594 18.738565660951902, -34.737970358128706 18.67861955336566 M-34.737970358128706 18.67861955336566 C-34.81128837104311 18.605301540451258, -34.88460638395751 18.531983527536852, -35.03018205336566 18.386407858128706 M-34.737970358128706 18.67861955336566 C-34.80992043603282 18.606669475461548, -34.88187051393693 18.534719397557435, -35.03018205336566 18.386407858128706 M-35.03018205336566 18.386407858128706 C-35.100779159189734 18.303054012789715, -35.17137626501381 18.219700167450725, -35.29726504698197 18.07106356344834 M-35.03018205336566 18.386407858128706 C-35.09696513352401 18.30755722438386, -35.163748213682354 18.228706590639014, -35.29726504698197 18.07106356344834 M-35.29726504698197 18.07106356344834 C-35.346463442877464 18.00215692265662, -35.39566183877296 17.933250281864897, -35.537394891312644 17.734740790612133 M-35.29726504698197 18.07106356344834 C-35.349685160088264 17.997644626949896, -35.40210527319455 17.92422569045145, -35.537394891312644 17.734740790612133 M-35.537394891312644 17.734740790612133 C-35.585684335573504 17.65370064669624, -35.63397377983436 17.572660502780348, -35.74893125603244 17.37973696518537 M-35.537394891312644 17.734740790612133 C-35.58535531282246 17.65425281811806, -35.63331573433227 17.573764845623984, -35.74893125603244 17.37973696518537 M-35.74893125603244 17.37973696518537 C-35.788183138698194 17.299445955863685, -35.827435021363954 17.219154946541998, -35.93042913327528 17.00847712326485 M-35.74893125603244 17.37973696518537 C-35.7997876717042 17.275708504193073, -35.85064408737596 17.17168004320078, -35.93042913327528 17.00847712326485 M-35.93042913327528 17.00847712326485 C-35.98557461503503 16.86715136560956, -36.04072009679477 16.725825607954263, -36.080648708503176 16.623497346023417 M-35.93042913327528 17.00847712326485 C-35.990505187082114 16.854515392398472, -36.050581240888945 16.700553661532094, -36.080648708503176 16.623497346023417 M-36.080648708503176 16.623497346023417 C-36.106164394363034 16.537791668007188, -36.13168008022289 16.45208598999096, -36.19856382969665 16.227427435703994 M-36.080648708503176 16.623497346023417 C-36.11044877797281 16.523400677140845, -36.14024884744245 16.42330400825827, -36.19856382969665 16.227427435703994 M-36.19856382969665 16.227427435703994 C-36.22809077214787 16.086606989928207, -36.25761771459909 15.945786544152421, -36.28336901701361 15.82297295140367 M-36.19856382969665 16.227427435703994 C-36.22592681847234 16.096927358240308, -36.253289807248024 15.966427280776623, -36.28336901701361 15.82297295140367 M-36.28336901701361 15.82297295140367 C-36.30194573906609 15.673941732586847, -36.32052246111857 15.524910513770024, -36.33448496503335 15.412896727361664 M-36.28336901701361 15.82297295140367 C-36.298145334899225 15.70443036580129, -36.31292165278484 15.58588778019891, -36.33448496503335 15.412896727361664 M-36.33448496503335 15.412896727361664 C-36.33898968679163 15.303982596879697, -36.34349440854991 15.195068466397732, -36.3515625 15 M-36.33448496503335 15.412896727361664 C-36.3406492162338 15.26385887428329, -36.346813467434245 15.114821021204914, -36.3515625 15 M-36.3515625 15 C-36.3515625 15, -36.3515625 15, -36.3515625 15 M-36.3515625 15 C-36.3515625 15, -36.3515625 15, -36.3515625 15 M-36.3515625 15 C-36.3515625 4.834290652489999, -36.3515625 -5.331418695020002, -36.3515625 -15 M-36.3515625 15 C-36.3515625 4.567234139967395, -36.3515625 -5.86553172006521, -36.3515625 -15 M-36.3515625 -15 C-36.3515625 -15, -36.3515625 -15, -36.3515625 -15 M-36.3515625 -15 C-36.3515625 -15, -36.3515625 -15, -36.3515625 -15 M-36.3515625 -15 C-36.3454563966701 -15.147631967187925, -36.3393502933402 -15.295263934375848, -36.33448496503335 -15.41289672736166 M-36.3515625 -15 C-36.34494907598705 -15.159897850417638, -36.33833565197411 -15.319795700835275, -36.33448496503335 -15.41289672736166 M-36.33448496503335 -15.41289672736166 C-36.31453406371557 -15.572952259843813, -36.29458316239779 -15.733007792325965, -36.28336901701361 -15.822972951403669 M-36.33448496503335 -15.41289672736166 C-36.31532843456075 -15.566579442566654, -36.29617190408814 -15.720262157771648, -36.28336901701361 -15.822972951403669 M-36.28336901701361 -15.822972951403669 C-36.259854789567086 -15.93511744440574, -36.23634056212055 -16.04726193740781, -36.19856382969665 -16.227427435703994 M-36.28336901701361 -15.822972951403669 C-36.25371307421893 -15.964408628028412, -36.22405713142425 -16.105844304653157, -36.19856382969665 -16.227427435703994 M-36.19856382969665 -16.227427435703994 C-36.15471037726389 -16.374728585857103, -36.110856924831126 -16.522029736010207, -36.080648708503176 -16.623497346023417 M-36.19856382969665 -16.227427435703994 C-36.17387459362485 -16.310357117816338, -36.14918535755305 -16.39328679992868, -36.080648708503176 -16.623497346023417 M-36.080648708503176 -16.623497346023417 C-36.02856659902786 -16.756972353349553, -35.97648448955254 -16.890447360675694, -35.93042913327529 -17.008477123264846 M-36.080648708503176 -16.623497346023417 C-36.047921031435244 -16.70737119407637, -36.015193354367305 -16.791245042129322, -35.93042913327529 -17.008477123264846 M-35.93042913327529 -17.008477123264846 C-35.863129000559255 -17.14614174509375, -35.79582886784322 -17.283806366922654, -35.74893125603245 -17.379736965185366 M-35.93042913327529 -17.008477123264846 C-35.88878934635297 -17.093652668815167, -35.847149559430655 -17.178828214365485, -35.74893125603245 -17.379736965185366 M-35.74893125603245 -17.379736965185366 C-35.68615947263342 -17.48508161013581, -35.62338768923439 -17.59042625508626, -35.537394891312644 -17.734740790612133 M-35.74893125603245 -17.379736965185366 C-35.67112954886789 -17.510305076747347, -35.593327841703335 -17.640873188309328, -35.537394891312644 -17.734740790612133 M-35.537394891312644 -17.734740790612133 C-35.47810139276487 -17.817786502394984, -35.4188078942171 -17.900832214177832, -35.29726504698197 -18.07106356344834 M-35.537394891312644 -17.734740790612133 C-35.46133413092355 -17.841270513768347, -35.38527337053445 -17.947800236924564, -35.29726504698197 -18.07106356344834 M-35.29726504698197 -18.07106356344834 C-35.209402097007036 -18.17480315245484, -35.1215391470321 -18.278542741461337, -35.03018205336566 -18.386407858128706 M-35.29726504698197 -18.07106356344834 C-35.227233695079484 -18.153749424394352, -35.15720234317699 -18.23643528534036, -35.03018205336566 -18.386407858128706 M-35.03018205336566 -18.386407858128706 C-34.94627140705754 -18.470318504436825, -34.86236076074942 -18.55422915074494, -34.737970358128706 -18.678619553365657 M-35.03018205336566 -18.386407858128706 C-34.935609717677366 -18.480980193816997, -34.841037381989075 -18.575552529505288, -34.737970358128706 -18.678619553365657 M-34.737970358128706 -18.678619553365657 C-34.64424439735624 -18.758001392850176, -34.55051843658377 -18.83738323233469, -34.42262606344834 -18.945702546981966 M-34.737970358128706 -18.678619553365657 C-34.61508441272706 -18.78269864001763, -34.4921984673254 -18.886777726669607, -34.42262606344834 -18.945702546981966 M-34.42262606344834 -18.945702546981966 C-34.29929443104422 -19.03375963999563, -34.17596279864009 -19.12181673300929, -34.086303290612136 -19.185832391312644 M-34.42262606344834 -18.945702546981966 C-34.29860013863888 -19.034255355245023, -34.17457421382942 -19.12280816350808, -34.086303290612136 -19.185832391312644 M-34.086303290612136 -19.185832391312644 C-34.011968633216 -19.23012623287722, -33.93763397581986 -19.274420074441792, -33.731299465185366 -19.397368756032446 M-34.086303290612136 -19.185832391312644 C-33.98821825391687 -19.244278387129683, -33.890133217221596 -19.30272438294672, -33.731299465185366 -19.397368756032446 M-33.731299465185366 -19.397368756032446 C-33.646713713390064 -19.43872021035732, -33.56212796159477 -19.480071664682196, -33.360039623264846 -19.578866633275286 M-33.731299465185366 -19.397368756032446 C-33.60076800572416 -19.461181698156928, -33.47023654626296 -19.524994640281406, -33.360039623264846 -19.578866633275286 M-33.360039623264846 -19.578866633275286 C-33.26810641668612 -19.614739081798557, -33.17617321010741 -19.650611530321825, -32.97505984602342 -19.729086208503173 M-33.360039623264846 -19.578866633275286 C-33.2820470656044 -19.609299423710773, -33.20405450794395 -19.63973221414626, -32.97505984602342 -19.729086208503173 M-32.97505984602342 -19.729086208503173 C-32.818144421719644 -19.775801954364763, -32.661228997415876 -19.822517700226356, -32.578989935703994 -19.847001329696653 M-32.97505984602342 -19.729086208503173 C-32.864071668570745 -19.762128820563305, -32.75308349111807 -19.795171432623434, -32.578989935703994 -19.847001329696653 M-32.578989935703994 -19.847001329696653 C-32.4301392173101 -19.878212043251963, -32.281288498916204 -19.909422756807274, -32.17453545140367 -19.931806517013612 M-32.578989935703994 -19.847001329696653 C-32.427565558928954 -19.878751682666472, -32.27614118215391 -19.91050203563629, -32.17453545140367 -19.931806517013612 M-32.17453545140367 -19.931806517013612 C-32.07159740009255 -19.944637731728303, -31.96865934878143 -19.95746894644299, -31.764459227361662 -19.982922465033347 M-32.17453545140367 -19.931806517013612 C-32.03345792562401 -19.949391812262935, -31.89238039984436 -19.966977107512257, -31.764459227361662 -19.982922465033347 M-31.764459227361662 -19.982922465033347 C-31.631526585432205 -19.988420599773395, -31.498593943502748 -19.993918734513446, -31.3515625 -20 M-31.764459227361662 -19.982922465033347 C-31.607134866399992 -19.989429448735052, -31.44981050543832 -19.995936432436753, -31.3515625 -20 M-31.3515625 -20 C-31.3515625 -20, -31.3515625 -20, -31.3515625 -20 M-31.3515625 -20 C-31.3515625 -20, -31.3515625 -20, -31.3515625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-28.3515625, -12)\"><rect></rect><foreignObject width=\"56.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closure</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Processing----note-6\" transform=\"translate(158, 346)\"><g class=\"basic label-container\"><path d=\"M-115 -87 L115 -87 L115 87 L-115 87\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -87 C-56.77840621356605 -87, 1.443187572867899 -87, 115 -87 M-115 -87 C-32.03605089057818 -87, 50.92789821884364 -87, 115 -87 M115 -87 C115 -37.05746058822666, 115 12.885078823546678, 115 87 M115 -87 C115 -30.14037917582761, 115 26.719241648344777, 115 87 M115 87 C56.91774568096649 87, -1.1645086380670193 87, -115 87 M115 87 C62.89791032460379 87, 10.795820649207585 87, -115 87 M-115 87 C-115 45.47604366209174, -115 3.9520873241834806, -115 -87 M-115 87 C-115 23.995511866541975, -115 -39.00897626691605, -115 -87\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -72)\"><rect></rect><foreignObject width=\"200\" height=\"144\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Exact labels vary by service.<br>EviMail and EviSMS use New and Ready.<br>EviNotice uses Submitted and Processed.</p></span></div></foreignObject></g></g><g class=\"label edgeLabel\" id=\"Processing---Processing---1\" transform=\"translate(479.56406250037253, 346)\"><rect width=\"0.1\" height=\"0.1\"></rect><g class=\"label\" style=\"\" transform=\"translate(0, 0)\"><rect></rect><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 10px; text-align: center;\"><span class=\"nodeLabel\"></span></div></foreignObject></g></g><g class=\"label edgeLabel\" id=\"Processing---Processing---2\" transform=\"translate(856.078125, 576)\"><rect width=\"0.1\" height=\"0.1\"></rect><g class=\"label\" style=\"\" transform=\"translate(0, 0)\"><rect></rect><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 10px; text-align: center;\"><span class=\"nodeLabel\"></span></div></foreignObject></g></g><g class=\"label edgeLabel\" id=\"Delivery---Delivery---1\" transform=\"translate(951.1281250007451, 576)\"><rect width=\"0.1\" height=\"0.1\"></rect><g class=\"label\" style=\"\" transform=\"translate(0, 0)\"><rect></rect><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 10px; text-align: center;\"><span class=\"nodeLabel\"></span></div></foreignObject></g></g><g class=\"label edgeLabel\" id=\"Delivery---Delivery---2\" transform=\"translate(994.9015625007451, 670.0500000007451)\"><rect width=\"0.1\" height=\"0.1\"></rect><g class=\"label\" style=\"\" transform=\"translate(0, 0)\"><rect></rect><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 10px; text-align: center;\"><span class=\"nodeLabel\"></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Processing : Draft → New / Submitted\n    Processing --> Processing : New / Submitted → Ready / Processed\n    Processing --> Delivery : Ready / Processed → Dispatched\n    Delivery --> Delivery : Dispatched → Sent\n    Delivery --> Closure : Tracking ends → Closed\n    Delivery --> Closure : Failed outcome → Closed\n\n    note right of Processing\n        Exact labels vary by service.\n        EviMail and EviSMS use New and Ready.\n        EviNotice uses Submitted and Processed.\n    end note\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evinotice-evidence-lifecycle","__idx":11},"children":["EviNotice evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Dispatched : Processed → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : Sent → Delivered\n    Delivered --> Received : Delivered → Received\n    Received --> Read : Received → Read\n    Delivered --> Replied : Replied (state ≥ Dispatched)\n    Received --> Replied : Replied (state ≥ Dispatched)\n    Read --> Replied : Replied (state ≥ Dispatched)\n    Read --> Closed : Closed (CommitmentChoice Disabled)\n    Replied --> Closed : Accepted / Rejected outcome\n    Dispatched --> Closed : Refused outcome\n    Sent --> Closed : Refused outcome\n    Delivered --> Closed : Refused outcome\n    Received --> Closed : Refused outcome\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Replied\n        Refused is a closure path, not a Replied path.\n        When CommitmentChoice is Disabled, Read triggers immediate closure.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780569689846\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 1155.85546875px;\" viewBox=\"0 0 1155.85546875 1352\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1780569689846{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780569689846 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780569689846 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780569689846 .error-icon{fill:#f5fafa;}#mermaid-1780569689846 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1780569689846 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780569689846 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780569689846 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780569689846 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780569689846 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780569689846 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780569689846 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1780569689846 .marker.cross{stroke:#047C76;}#mermaid-1780569689846 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780569689846 p{margin:0;}#mermaid-1780569689846 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1780569689846 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1780569689846 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1780569689846 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1780569689846 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1780569689846 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1780569689846 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1780569689846 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1780569689846 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1780569689846 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1780569689846 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1780569689846 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1780569689846 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1780569689846 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1780569689846 .edgeLabel p{background-color:#f5fafa;}#mermaid-1780569689846 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1780569689846 .edgeLabel .label text{fill:#0A1111;}#mermaid-1780569689846 .label div .edgeLabel{color:#0A1111;}#mermaid-1780569689846 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1780569689846 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1780569689846 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1780569689846 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1780569689846 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1780569689846 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569689846 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569689846 #statediagram-barbEnd{fill:#047C76;}#mermaid-1780569689846 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569689846 .cluster-label,#mermaid-1780569689846 .nodeLabel{color:#0A1111;}#mermaid-1780569689846 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1780569689846 .statediagram-state .divider{stroke:#006660;}#mermaid-1780569689846 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1780569689846 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1780569689846 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1780569689846 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1780569689846 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1780569689846 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1780569689846 .note-edge{stroke-dasharray:5;}#mermaid-1780569689846 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569689846 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569689846 .statediagram-note text{fill:#333;}#mermaid-1780569689846 .statediagram-note .nodeLabel{color:#333;}#mermaid-1780569689846 .statediagram .edgeLabel{color:red;}#mermaid-1780569689846 #dependencyStart,#mermaid-1780569689846 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1780569689846 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1780569689846 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1780569689846_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Replied----parent\"><rect x=\"777.85546875\" y=\"1120\" width=\"300\" height=\"224\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M324.258,22L324.258,28.167C324.258,34.333,324.258,46.667,324.341,59.083C324.424,71.5,324.591,84,324.674,90.25L324.758,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MzI0LjI1NzgxMjUsInkiOjIyfSx7IngiOjMyNC4yNTc4MTI1LCJ5Ijo1OX0seyJ4IjozMjQuNzU3ODEyNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M324.758,136.5L324.674,142.583C324.591,148.667,324.424,160.833,324.424,173.167C324.424,185.5,324.591,198,324.674,204.25L324.758,210.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MzI0Ljc1NzgxMjUsInkiOjEzNi41fSx7IngiOjMyNC4yNTc4MTI1LCJ5IjoxNzN9LHsieCI6MzI0Ljc1NzgxMjUsInkiOjIxMC41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M324.758,250.5L324.674,256.583C324.591,262.667,324.424,274.833,324.424,287.167C324.424,299.5,324.591,312,324.674,318.25L324.758,324.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6MzI0Ljc1NzgxMjUsInkiOjI1MC41fSx7IngiOjMyNC4yNTc4MTI1LCJ5IjoyODd9LHsieCI6MzI0Ljc1NzgxMjUsInkiOjMyNC41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M301.697,364.5L294.504,370.583C287.31,376.667,272.923,388.833,265.812,401.167C258.702,413.5,258.868,426,258.952,432.25L259.035,438.5\" id=\"edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6MzAxLjY5NzIzMTM1OTY0OTEsInkiOjM2NC41fSx7IngiOjI1OC41MzUxNTYyNSwieSI6NDAxfSx7IngiOjI1OS4wMzUxNTYyNSwieSI6NDM4LjV9XQ==\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M283.676,461.763L351.216,470.636C418.757,479.509,553.837,497.254,621.461,512.377C689.085,527.5,689.251,540,689.335,546.25L689.418,552.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6MjgzLjY3NTc4MTI1LCJ5Ijo0NjEuNzYzNDEwMTE4MTcyNDN9LHsieCI6Njg4LjkxNzk2ODc1LCJ5Ijo1MTV9LHsieCI6Njg5LjQxNzk2ODc1LCJ5Ijo1NTIuNX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M689.418,592.5L689.335,598.583C689.251,604.667,689.085,616.833,689.085,629.167C689.085,641.5,689.251,654,689.335,660.25L689.418,666.5\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6Njg5LjQxNzk2ODc1LCJ5Ijo1OTIuNX0seyJ4Ijo2ODguOTE3OTY4NzUsInkiOjYyOX0seyJ4Ijo2ODkuNDE3OTY4NzUsInkiOjY2Ni41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M689.418,706.5L689.335,714.583C689.251,722.667,689.085,738.833,689.085,755.833C689.085,772.833,689.251,790.667,689.335,799.583L689.418,808.5\" id=\"edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6Njg5LjQxNzk2ODc1LCJ5Ijo3MDYuNX0seyJ4Ijo2ODguOTE3OTY4NzUsInkiOjc1NX0seyJ4Ijo2ODkuNDE3OTY4NzUsInkiOjgwOC41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M732.902,579.405L785.395,587.671C837.887,595.937,942.871,612.468,995.363,630.234C1047.855,648,1047.855,667,1047.855,688C1047.855,709,1047.855,732,1047.855,755.667C1047.855,779.333,1047.855,803.667,1047.855,828C1047.855,852.333,1047.855,876.667,1032.645,899.75C1017.434,922.833,987.012,944.667,971.802,955.583L956.591,966.5\" id=\"edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6NzMyLjkwMjM0Mzc1LCJ5Ijo1NzkuNDA1NDA2NTgxOTI1OH0seyJ4IjoxMDQ3Ljg1NTQ2ODc1LCJ5Ijo2Mjl9LHsieCI6MTA0Ny44NTU0Njg3NSwieSI6Njg2fSx7IngiOjEwNDcuODU1NDY4NzUsInkiOjc1NX0seyJ4IjoxMDQ3Ljg1NTQ2ODc1LCJ5Ijo4Mjh9LHsieCI6MTA0Ny44NTU0Njg3NSwieSI6OTAxfSx7IngiOjk1Ni41OTA3NjI4Njc2NDcxLCJ5Ijo5NjYuNX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M730.574,698.385L763.454,707.821C796.335,717.257,862.095,736.128,894.975,757.731C927.855,779.333,927.855,803.667,927.855,828C927.855,852.333,927.855,876.667,927.939,899.75C928.022,922.833,928.189,944.667,928.272,955.583L928.355,966.5\" id=\"edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6NzMwLjU3NDIxODc1LCJ5Ijo2OTguMzg1MDM3OTI4MzI4NX0seyJ4Ijo5MjcuODU1NDY4NzUsInkiOjc1NX0seyJ4Ijo5MjcuODU1NDY4NzUsInkiOjgyOH0seyJ4Ijo5MjcuODU1NDY4NzUsInkiOjkwMX0seyJ4Ijo5MjguMzU1NDY4NzUsInkiOjk2Ni41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M714.544,847.207L726.615,856.172C738.686,865.138,762.827,883.069,793.034,903.009C823.24,922.949,859.512,944.899,877.647,955.874L895.783,966.848\" id=\"edge9\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge9\" data-points=\"W3sieCI6NzE0LjU0NDM5MTE5MzIwNTksInkiOjg0Ny4yMDY5MjczMTgzNzl9LHsieCI6Nzg2Ljk2ODc1LCJ5Ijo5MDF9LHsieCI6ODk1Ljc4MzIyNzk4MDE0MjQsInkiOjk2Ni44NDg0NjM3MTYwODEzfV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M683.404,848.5L680.665,857.25C677.926,866,672.447,883.5,669.708,906.417C666.969,929.333,666.969,957.667,666.969,986C666.969,1014.333,666.969,1042.667,666.969,1065C666.969,1087.333,666.969,1103.667,618.15,1128.693C569.331,1153.718,471.693,1187.437,422.874,1204.296L374.055,1221.155\" id=\"edge10\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge10\" data-points=\"W3sieCI6NjgzLjQwNDQ4NDE2MDk1ODksInkiOjg0OC41fSx7IngiOjY2Ni45Njg3NSwieSI6OTAxfSx7IngiOjY2Ni45Njg3NSwieSI6OTg2fSx7IngiOjY2Ni45Njg3NSwieSI6MTA3MX0seyJ4Ijo2NjYuOTY4NzUsInkiOjExMjB9LHsieCI6Mzc0LjA1NDY4NzUsInkiOjEyMjEuMTU1Mjc2MzgxOTA5NX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M892.605,994.478L834.999,1007.232C777.393,1019.985,662.181,1045.493,604.575,1066.413C546.969,1087.333,546.969,1103.667,518.032,1127.658C489.095,1151.649,431.222,1183.297,402.285,1199.121L373.348,1214.946\" id=\"edge11\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge11\" data-points=\"W3sieCI6ODkyLjYwNTQ2ODc1LCJ5Ijo5OTQuNDc4MDkzODgwNDM5NH0seyJ4Ijo1NDYuOTY4NzUsInkiOjEwNzF9LHsieCI6NTQ2Ljk2ODc1LCJ5IjoxMTIwfSx7IngiOjM3My4zNDc5NDgyNDc4MDYxLCJ5IjoxMjE0Ljk0NTU0NzI1Mzg1NzV9XQ==\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M360.797,364.5L371.825,370.583C382.854,376.667,404.911,388.833,415.94,404.417C426.969,420,426.969,439,426.969,458C426.969,477,426.969,496,426.969,515C426.969,534,426.969,553,426.969,572C426.969,591,426.969,610,426.969,629C426.969,648,426.969,667,426.969,688C426.969,709,426.969,732,426.969,755.667C426.969,779.333,426.969,803.667,426.969,828C426.969,852.333,426.969,876.667,426.969,903C426.969,929.333,426.969,957.667,426.969,986C426.969,1014.333,426.969,1042.667,426.969,1065C426.969,1087.333,426.969,1103.667,415.212,1127.25C403.455,1150.833,379.942,1181.667,368.185,1197.083L356.428,1212.5\" id=\"edge12\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge12\" data-points=\"W3sieCI6MzYwLjc5NjczNzkzODU5NjUsInkiOjM2NC41fSx7IngiOjQyNi45Njg3NSwieSI6NDAxfSx7IngiOjQyNi45Njg3NSwieSI6NDU4fSx7IngiOjQyNi45Njg3NSwieSI6NTE1fSx7IngiOjQyNi45Njg3NSwieSI6NTcyfSx7IngiOjQyNi45Njg3NSwieSI6NjI5fSx7IngiOjQyNi45Njg3NSwieSI6Njg2fSx7IngiOjQyNi45Njg3NSwieSI6NzU1fSx7IngiOjQyNi45Njg3NSwieSI6ODI4fSx7IngiOjQyNi45Njg3NSwieSI6OTAxfSx7IngiOjQyNi45Njg3NSwieSI6OTg2fSx7IngiOjQyNi45Njg3NSwieSI6MTA3MX0seyJ4Ijo0MjYuOTY4NzUsInkiOjExMjB9LHsieCI6MzU2LjQyODAxMzM5Mjg1NzE3LCJ5IjoxMjEyLjV9XQ==\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M283.305,475.381L292.835,481.984C302.364,488.587,321.424,501.794,330.954,517.897C340.484,534,340.484,553,340.484,572C340.484,591,340.484,610,340.484,629C340.484,648,340.484,667,340.484,688C340.484,709,340.484,732,340.484,755.667C340.484,779.333,340.484,803.667,340.484,828C340.484,852.333,340.484,876.667,340.484,903C340.484,929.333,340.484,957.667,340.484,986C340.484,1014.333,340.484,1042.667,340.484,1065C340.484,1087.333,340.484,1103.667,340.568,1127.25C340.651,1150.833,340.818,1181.667,340.901,1197.083L340.984,1212.5\" id=\"edge13\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge13\" data-points=\"W3sieCI6MjgzLjMwNDUzMzY0NjkxODA2LCJ5Ijo0NzUuMzgwNjMwODY3ODEyfSx7IngiOjM0MC40ODQzNzUsInkiOjUxNX0seyJ4IjozNDAuNDg0Mzc1LCJ5Ijo1NzJ9LHsieCI6MzQwLjQ4NDM3NSwieSI6NjI5fSx7IngiOjM0MC40ODQzNzUsInkiOjY4Nn0seyJ4IjozNDAuNDg0Mzc1LCJ5Ijo3NTV9LHsieCI6MzQwLjQ4NDM3NSwieSI6ODI4fSx7IngiOjM0MC40ODQzNzUsInkiOjkwMX0seyJ4IjozNDAuNDg0Mzc1LCJ5Ijo5ODZ9LHsieCI6MzQwLjQ4NDM3NSwieSI6MTA3MX0seyJ4IjozNDAuNDg0Mzc1LCJ5IjoxMTIwfSx7IngiOjM0MC45ODQzNzUsInkiOjEyMTIuNX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M645.934,578.213L580.788,586.677C515.643,595.142,385.353,612.071,320.208,630.035C255.063,648,255.063,667,255.063,688C255.063,709,255.063,732,255.063,755.667C255.063,779.333,255.063,803.667,255.063,828C255.063,852.333,255.063,876.667,255.063,903C255.063,929.333,255.063,957.667,255.063,986C255.063,1014.333,255.063,1042.667,255.063,1065C255.063,1087.333,255.063,1103.667,266.84,1127.25C278.618,1150.833,302.174,1181.667,313.952,1197.083L325.73,1212.5\" id=\"edge14\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge14\" data-points=\"W3sieCI6NjQ1LjkzMzU5Mzc1LCJ5Ijo1NzguMjEyOTg0MDU0NjY5N30seyJ4IjoyNTUuMDYyNSwieSI6NjI5fSx7IngiOjI1NS4wNjI1LCJ5Ijo2ODZ9LHsieCI6MjU1LjA2MjUsInkiOjc1NX0seyJ4IjoyNTUuMDYyNSwieSI6ODI4fSx7IngiOjI1NS4wNjI1LCJ5Ijo5MDF9LHsieCI6MjU1LjA2MjUsInkiOjk4Nn0seyJ4IjoyNTUuMDYyNSwieSI6MTA3MX0seyJ4IjoyNTUuMDYyNSwieSI6MTEyMH0seyJ4IjozMjUuNzMwNDY4NzUsInkiOjEyMTIuNX1d\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M648.262,691.969L568.492,702.474C488.721,712.979,329.181,733.99,249.411,756.661C169.641,779.333,169.641,803.667,169.641,828C169.641,852.333,169.641,876.667,169.641,903C169.641,929.333,169.641,957.667,169.641,986C169.641,1014.333,169.641,1042.667,169.641,1065C169.641,1087.333,169.641,1103.667,193.207,1127.311C216.774,1150.956,263.906,1181.913,287.473,1197.391L311.039,1212.869\" id=\"edge15\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge15\" data-points=\"W3sieCI6NjQ4LjI2MTcxODc1LCJ5Ijo2OTEuOTY4NzE3Nzk0NDEwOH0seyJ4IjoxNjkuNjQwNjI1LCJ5Ijo3NTV9LHsieCI6MTY5LjY0MDYyNSwieSI6ODI4fSx7IngiOjE2OS42NDA2MjUsInkiOjkwMX0seyJ4IjoxNjkuNjQwNjI1LCJ5Ijo5ODZ9LHsieCI6MTY5LjY0MDYyNSwieSI6MTA3MX0seyJ4IjoxNjkuNjQwNjI1LCJ5IjoxMTIwfSx7IngiOjMxMS4wMzkzNDIxMzAwNzQ2NiwieSI6MTIxMi44Njg5NDEzMTk1ODh9XQ==\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M234.395,466.315L208.465,474.429C182.536,482.543,130.678,498.772,104.749,516.386C78.82,534,78.82,553,78.82,572C78.82,591,78.82,610,78.82,629C78.82,648,78.82,667,78.82,688C78.82,709,78.82,732,78.82,755.667C78.82,779.333,78.82,803.667,78.82,828C78.82,852.333,78.82,876.667,78.904,899.75C78.987,922.833,79.154,944.667,79.237,955.583L79.32,966.5\" id=\"edge16\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge16\" data-points=\"W3sieCI6MjM0LjM5NDUzMTI1LCJ5Ijo0NjYuMzE1MjQ1NTA2MTE4NjN9LHsieCI6NzguODIwMzEyNSwieSI6NTE1fSx7IngiOjc4LjgyMDMxMjUsInkiOjU3Mn0seyJ4Ijo3OC44MjAzMTI1LCJ5Ijo2Mjl9LHsieCI6NzguODIwMzEyNSwieSI6Njg2fSx7IngiOjc4LjgyMDMxMjUsInkiOjc1NX0seyJ4Ijo3OC44MjAzMTI1LCJ5Ijo4Mjh9LHsieCI6NzguODIwMzEyNSwieSI6OTAxfSx7IngiOjc5LjMyMDMxMjUsInkiOjk2Ni41fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M79.32,1006.5L79.237,1017.25C79.154,1028,78.987,1049.5,78.904,1068.417C78.82,1087.333,78.82,1103.667,117.003,1128.224C155.185,1152.782,231.549,1185.563,269.732,1201.954L307.914,1218.345\" id=\"edge17\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge17\" data-points=\"W3sieCI6NzkuMzIwMzEyNSwieSI6MTAwNi41fSx7IngiOjc4LjgyMDMxMjUsInkiOjEwNzF9LHsieCI6NzguODIwMzEyNSwieSI6MTEyMH0seyJ4IjozMDcuOTE0MDYyNSwieSI6MTIxOC4zNDQ5MjI4MTk2OTM3fV0=\" marker-end=\"url(#mermaid-1780569689846_stateDiagram-barbEnd)\"></path><path d=\"M928.355,1006.5L928.272,1017.25C928.189,1028,928.022,1049.5,927.939,1068.417C927.855,1087.333,927.855,1103.667,927.855,1116C927.855,1128.333,927.855,1136.667,927.855,1140.833L927.855,1145\" id=\"Replied-Replied----note-18\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Replied-Replied----note-18\" data-points=\"W3sieCI6OTI4LjM1NTQ2ODc1LCJ5IjoxMDA2LjV9LHsieCI6OTI3Ljg1NTQ2ODc1LCJ5IjoxMDcxfSx7IngiOjkyNy44NTU0Njg3NSwieSI6MTEyMH0seyJ4Ijo5MjcuODU1NDY4NzUsInkiOjExNDV9XQ==\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(324.2578125, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-66.7265625, -12)\"><foreignObject width=\"133.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → Submitted</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(324.2578125, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-85.890625, -12)\"><foreignObject width=\"171.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Submitted → Processed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(324.2578125, 287)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-89.140625, -12)\"><foreignObject width=\"178.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Processed → Dispatched</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(258.53515625, 401)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-67.546875, -12)\"><foreignObject width=\"135.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Dispatched → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(688.91796875, 515)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-61.078125, -12)\"><foreignObject width=\"122.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Delivered</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(688.91796875, 629)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-77.59375, -12)\"><foreignObject width=\"155.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Delivered → Received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(688.91796875, 755)\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(-60.8828125, -12)\"><foreignObject width=\"121.765625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Received → Read</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1047.85546875, 755)\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Replied (state ≥ Dispatched)</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(927.85546875, 828)\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Replied (state ≥ Dispatched)</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(802.78393, 910.57047)\"><g class=\"label\" data-id=\"edge9\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Replied (state ≥ Dispatched)</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(666.96875, 986)\"><g class=\"label\" data-id=\"edge10\" transform=\"translate(-100, -36)\"><foreignObject width=\"200\" height=\"72\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Closed (CommitmentChoice Disabled)</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(546.96875, 1071)\"><g class=\"label\" data-id=\"edge11\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Accepted / Rejected outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(426.96875, 686)\"><g class=\"label\" data-id=\"edge12\" transform=\"translate(-65.421875, -12)\"><foreignObject width=\"130.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Refused outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(340.484375, 755)\"><g class=\"label\" data-id=\"edge13\" transform=\"translate(-65.421875, -12)\"><foreignObject width=\"130.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Refused outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(255.0625, 828)\"><g class=\"label\" data-id=\"edge14\" transform=\"translate(-65.421875, -12)\"><foreignObject width=\"130.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Refused outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(169.640625, 901)\"><g class=\"label\" data-id=\"edge15\" transform=\"translate(-65.421875, -12)\"><foreignObject width=\"130.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Refused outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(78.8203125, 686)\"><g class=\"label\" data-id=\"edge16\" transform=\"translate(-57.1953125, -12)\"><foreignObject width=\"114.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Failed outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(78.8203125, 1071)\"><g class=\"label\" data-id=\"edge17\" transform=\"translate(-70.8203125, -12)\"><foreignObject width=\"141.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Closed after failure</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Replied-Replied----note-18\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(324.2578125, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-Submitted-1\" transform=\"translate(324.2578125, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.703125 -20 C-22.165295502368934 -20, -2.627466004737869 -20, 41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 C41.81672597255124 -19.99530142901983, 41.93032694510248 -19.990602858039654, 42.11602172736166 -19.982922465033347 C42.27406026227329 -19.96322298220054, 42.43209879718492 -19.943523499367732, 42.52609795140367 -19.931806517013612 C42.665704341130635 -19.902534135346436, 42.8053107308576 -19.873261753679262, 42.930552435703994 -19.847001329696653 C43.064711108288094 -19.807060562360522, 43.19886978087219 -19.767119795024392, 43.32662234602342 -19.729086208503173 C43.472134294741025 -19.672307269922115, 43.61764624345862 -19.615528331341057, 43.711602123264846 -19.578866633275286 C43.830982175078645 -19.520505282159956, 43.950362226892445 -19.462143931044626, 44.082861965185366 -19.397368756032446 C44.201216718740156 -19.32684463059749, 44.31957147229494 -19.256320505162527, 44.437865790612136 -19.185832391312644 C44.50643608583801 -19.136874141535376, 44.57500638106389 -19.087915891758108, 44.77418856344834 -18.94570254698197 C44.861451313226475 -18.8717947679763, 44.94871406300461 -18.79788698897063, 45.089532858128706 -18.678619553365657 C45.20535895217912 -18.562793459315248, 45.32118504622952 -18.44696736526484, 45.38174455336566 -18.386407858128706 C45.46583710725585 -18.287119967367417, 45.54992966114605 -18.187832076606124, 45.64882754698197 -18.07106356344834 C45.721819920914534 -17.968831382915667, 45.79481229484709 -17.866599202382993, 45.888957391312644 -17.734740790612136 C45.97041853902323 -17.59803134541004, 46.05187968673382 -17.46132190020794, 46.10049375603245 -17.37973696518537 C46.1472343935376 -17.284127462997038, 46.193975031042754 -17.188517960808706, 46.28199163327529 -17.008477123264846 C46.330954840254925 -16.882995178002716, 46.37991804723456 -16.757513232740585, 46.432211208503176 -16.623497346023417 C46.468809084888576 -16.50056724620983, 46.50540696127397 -16.37763714639624, 46.55012632969665 -16.227427435703994 C46.56848546230862 -16.139868717331925, 46.5868445949206 -16.052309998959856, 46.63493151701361 -15.82297295140367 C46.654102722325135 -15.66917250772517, 46.67327392763665 -15.51537206404667, 46.68604746503335 -15.412896727361662 C46.69204753204484 -15.26782848198354, 46.69804759905633 -15.12276023660542, 46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 C46.703125 -4.770884344322786, 46.703125 5.458231311354428, 46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 C46.697308878414525 15.140620855016255, 46.69149275682905 15.281241710032512, 46.68604746503335 15.412896727361662 C46.670665491117674 15.536298171060167, 46.655283517201994 15.65969961475867, 46.63493151701361 15.822972951403669 C46.61550763976033 15.915609669818393, 46.59608376250705 16.00824638823312, 46.55012632969665 16.227427435703994 C46.51358067653547 16.350182120799605, 46.47703502337428 16.47293680589522, 46.432211208503176 16.623497346023417 C46.39537905770436 16.71789005874637, 46.35854690690555 16.812282771469324, 46.28199163327529 17.008477123264846 C46.227592183780935 17.11975297577972, 46.17319273428659 17.23102882829459, 46.10049375603245 17.379736965185366 C46.01726377810525 17.519414890507928, 45.934033800178064 17.65909281583049, 45.888957391312644 17.734740790612133 C45.80456413861511 17.852940895372182, 45.72017088591758 17.971141000132235, 45.64882754698197 18.07106356344834 C45.59199385695659 18.138166974461033, 45.53516016693121 18.20527038547372, 45.38174455336566 18.386407858128706 C45.28017734360973 18.487975067884634, 45.1786101338538 18.589542277640565, 45.089532858128706 18.678619553365657 C44.982004864487834 18.769691118393556, 44.87447687084696 18.86076268342146, 44.77418856344834 18.94570254698197 C44.6802875598653 19.01274657490413, 44.586386556282264 19.079790602826293, 44.437865790612136 19.185832391312644 C44.343253449230254 19.242209109871922, 44.24864110784837 19.2985858284312, 44.082861965185366 19.397368756032446 C43.9606064430197 19.45713583894532, 43.838350920854026 19.516902921858193, 43.711602123264846 19.578866633275286 C43.603951583475315 19.620872004248564, 43.496301043685776 19.662877375221846, 43.32662234602342 19.729086208503173 C43.21501125706278 19.76231426935414, 43.103400168102134 19.795542330205105, 42.930552435703994 19.847001329696653 C42.8065559792277 19.87300065255322, 42.68255952275142 19.89899997540979, 42.52609795140367 19.931806517013612 C42.39828324501005 19.94773860355054, 42.270468538616434 19.96367069008747, 42.11602172736166 19.982922465033347 C42.025768401063935 19.98665537022142, 41.93551507476621 19.99038827540949, 41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 C10.115984570515987 20, -21.471155858968025 20, -41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 C-41.84597947202049 19.99409149533187, -41.988833944040984 19.988182990663738, -42.11602172736166 19.982922465033347 C-42.247860471073466 19.966488782767804, -42.379699214785276 19.95005510050226, -42.52609795140367 19.931806517013612 C-42.636701860356375 19.908615316073046, -42.74730576930908 19.88542411513248, -42.930552435703994 19.847001329696653 C-43.02298520106562 19.819482903161614, -43.11541796642725 19.791964476626575, -43.32662234602342 19.729086208503173 C-43.473872258681205 19.67162911428826, -43.62112217133899 19.61417202007335, -43.711602123264846 19.578866633275286 C-43.83580062227104 19.518149686864486, -43.95999912127723 19.457432740453683, -44.082861965185366 19.397368756032446 C-44.21149275336278 19.320721443036923, -44.340123541540194 19.2440741300414, -44.437865790612136 19.185832391312644 C-44.56111415427664 19.09783475103635, -44.68436251794113 19.009837110760053, -44.77418856344834 18.94570254698197 C-44.88007072202463 18.856024933147935, -44.98595288060092 18.7663473193139, -45.089532858128706 18.67861955336566 C-45.19454778046327 18.5736046310311, -45.29956270279783 18.468589708696534, -45.38174455336566 18.386407858128706 C-45.48396051051545 18.265721705573494, -45.586176467665254 18.145035553018282, -45.64882754698197 18.07106356344834 C-45.716496024166915 17.97628796425583, -45.78416450135186 17.88151236506332, -45.888957391312644 17.734740790612133 C-45.95514404389025 17.623665255734878, -46.02133069646785 17.512589720857626, -46.10049375603244 17.37973696518537 C-46.15014615747133 17.2781713546713, -46.199798558910224 17.17660574415723, -46.28199163327528 17.00847712326485 C-46.31511243177527 16.923595791326324, -46.348233230275255 16.838714459387795, -46.432211208503176 16.623497346023417 C-46.464581109054215 16.51476876669845, -46.496951009605255 16.406040187373478, -46.55012632969665 16.227427435703994 C-46.58099716643153 16.080197664194152, -46.611868003166414 15.932967892684308, -46.63493151701361 15.82297295140367 C-46.654062301443986 15.6694967830826, -46.67319308587435 15.516020614761532, -46.68604746503335 15.412896727361664 C-46.69121333359232 15.287997541024405, -46.6963792021513 15.163098354687143, -46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 C-46.703125 8.537163422726621, -46.703125 2.0743268454532444, -46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 C-46.69926935044819 -15.09322101139907, -46.69541370089639 -15.18644202279814, -46.68604746503335 -15.41289672736166 C-46.669448424117526 -15.5460620560933, -46.65284938320171 -15.679227384824939, -46.63493151701361 -15.822972951403669 C-46.6087374598164 -15.947898138536779, -46.5825434026192 -16.072823325669887, -46.55012632969665 -16.227427435703994 C-46.51573943765721 -16.342930970012183, -46.481352545617774 -16.458434504320373, -46.432211208503176 -16.623497346023417 C-46.3885906374026 -16.73528728897838, -46.34497006630202 -16.847077231933344, -46.28199163327529 -17.008477123264846 C-46.23420076325536 -17.106234910399206, -46.18640989323543 -17.203992697533565, -46.10049375603245 -17.379736965185366 C-46.033413147312444 -17.492312752044054, -45.96633253859244 -17.604888538902742, -45.888957391312644 -17.734740790612133 C-45.807501760009416 -17.848826500613683, -45.72604612870618 -17.962912210615233, -45.64882754698197 -18.07106356344834 C-45.55555443292081 -18.18119092112096, -45.46228131885965 -18.291318278793582, -45.38174455336566 -18.386407858128706 C-45.29893189977958 -18.46922051171478, -45.21611924619351 -18.552033165300852, -45.089532858128706 -18.678619553365657 C-45.0045218042803 -18.750620243199997, -44.9195107504319 -18.822620933034337, -44.77418856344834 -18.945702546981966 C-44.68401315037576 -19.010086554407234, -44.59383773730318 -19.074470561832502, -44.437865790612136 -19.185832391312644 C-44.3281728825322 -19.251195177144254, -44.21847997445227 -19.316557962975864, -44.082861965185366 -19.397368756032446 C-43.96780297972258 -19.45361766652916, -43.8527439942598 -19.509866577025868, -43.711602123264846 -19.578866633275286 C-43.594198975631606 -19.62467748363801, -43.476795827998366 -19.670488334000737, -43.32662234602342 -19.729086208503173 C-43.183725889062615 -19.771628326956613, -43.040829432101816 -19.81417044541005, -42.930552435703994 -19.847001329696653 C-42.843247495643574 -19.86530725059237, -42.75594255558316 -19.883613171488086, -42.52609795140367 -19.931806517013612 C-42.44053095199395 -19.94247243236691, -42.354963952584235 -19.953138347720206, -42.11602172736166 -19.982922465033347 C-41.9730269436737 -19.988836773034972, -41.83003215998575 -19.994751081036597, -41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.703125 -20 C-12.357400823397118 -20, 16.988323353205764 -20, 41.703125 -20 M-41.703125 -20 C-24.103434506218708 -20, -6.503744012437416 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.84377953457558 -19.994182485417646, 41.98443406915116 -19.988364970835292, 42.11602172736166 -19.982922465033347 M41.703125 -20 C41.861976689044056 -19.993429845541534, 42.02082837808811 -19.986859691083065, 42.11602172736166 -19.982922465033347 M42.11602172736166 -19.982922465033347 C42.20574237434595 -19.971738798049824, 42.29546302133025 -19.960555131066304, 42.52609795140367 -19.931806517013612 M42.11602172736166 -19.982922465033347 C42.21689925608561 -19.970348094191294, 42.31777678480955 -19.957773723349245, 42.52609795140367 -19.931806517013612 M42.52609795140367 -19.931806517013612 C42.670880233576305 -19.901448864826698, 42.81566251574893 -19.871091212639783, 42.930552435703994 -19.847001329696653 M42.52609795140367 -19.931806517013612 C42.6317613025421 -19.909651242109604, 42.73742465368054 -19.887495967205595, 42.930552435703994 -19.847001329696653 M42.930552435703994 -19.847001329696653 C43.05213590618339 -19.81080436223417, 43.17371937666278 -19.77460739477168, 43.32662234602342 -19.729086208503173 M42.930552435703994 -19.847001329696653 C43.03286022620852 -19.81654298079898, 43.135168016713045 -19.78608463190131, 43.32662234602342 -19.729086208503173 M43.32662234602342 -19.729086208503173 C43.47425465103959 -19.671479904327008, 43.62188695605575 -19.613873600150843, 43.711602123264846 -19.578866633275286 M43.32662234602342 -19.729086208503173 C43.434526268332235 -19.686981967364066, 43.54243019064105 -19.64487772622496, 43.711602123264846 -19.578866633275286 M43.711602123264846 -19.578866633275286 C43.78640340928693 -19.54229851279715, 43.86120469530902 -19.505730392319016, 44.082861965185366 -19.397368756032446 M43.711602123264846 -19.578866633275286 C43.79174607269559 -19.53968664380944, 43.87189002212633 -19.500506654343596, 44.082861965185366 -19.397368756032446 M44.082861965185366 -19.397368756032446 C44.159644354865115 -19.35161638260991, 44.23642674454487 -19.305864009187378, 44.437865790612136 -19.185832391312644 M44.082861965185366 -19.397368756032446 C44.16478557210634 -19.348552882085276, 44.24670917902731 -19.299737008138102, 44.437865790612136 -19.185832391312644 M44.437865790612136 -19.185832391312644 C44.54604481319809 -19.108594053764623, 44.65422383578404 -19.031355716216602, 44.77418856344834 -18.94570254698197 M44.437865790612136 -19.185832391312644 C44.54024082557019 -19.1127380212808, 44.642615860528245 -19.03964365124896, 44.77418856344834 -18.94570254698197 M44.77418856344834 -18.94570254698197 C44.89629989598392 -18.84227952396157, 45.0184112285195 -18.738856500941168, 45.089532858128706 -18.678619553365657 M44.77418856344834 -18.94570254698197 C44.84221144764609 -18.888090102893308, 44.91023433184384 -18.830477658804647, 45.089532858128706 -18.678619553365657 M45.089532858128706 -18.678619553365657 C45.15673171232198 -18.611420699172385, 45.22393056651525 -18.544221844979113, 45.38174455336566 -18.386407858128706 M45.089532858128706 -18.678619553365657 C45.189579200709545 -18.578573210784818, 45.289625543290384 -18.478526868203982, 45.38174455336566 -18.386407858128706 M45.38174455336566 -18.386407858128706 C45.4529432641239 -18.302343699186167, 45.524141974882156 -18.218279540243625, 45.64882754698197 -18.07106356344834 M45.38174455336566 -18.386407858128706 C45.44028346564544 -18.31729109500472, 45.49882237792522 -18.24817433188073, 45.64882754698197 -18.07106356344834 M45.64882754698197 -18.07106356344834 C45.70074544403248 -17.998348024301084, 45.752663341082986 -17.92563248515383, 45.888957391312644 -17.734740790612136 M45.64882754698197 -18.07106356344834 C45.703973654561324 -17.993826634136582, 45.75911976214068 -17.916589704824823, 45.888957391312644 -17.734740790612136 M45.888957391312644 -17.734740790612136 C45.955178955519735 -17.62360666646095, 46.021400519726825 -17.51247254230977, 46.10049375603245 -17.37973696518537 M45.888957391312644 -17.734740790612136 C45.95869080378935 -17.61771302461982, 46.02842421626607 -17.500685258627502, 46.10049375603245 -17.37973696518537 M46.10049375603245 -17.37973696518537 C46.14125957734643 -17.296349144860955, 46.182025398660414 -17.212961324536536, 46.28199163327529 -17.008477123264846 M46.10049375603245 -17.37973696518537 C46.13806773061596 -17.30287817170463, 46.17564170519947 -17.226019378223892, 46.28199163327529 -17.008477123264846 M46.28199163327529 -17.008477123264846 C46.33987638396295 -16.86013122099741, 46.397761134650615 -16.71178531872997, 46.432211208503176 -16.623497346023417 M46.28199163327529 -17.008477123264846 C46.32840886183533 -16.889519961496145, 46.37482609039537 -16.770562799727447, 46.432211208503176 -16.623497346023417 M46.432211208503176 -16.623497346023417 C46.46738182631469 -16.50536132325133, 46.50255244412621 -16.387225300479237, 46.55012632969665 -16.227427435703994 M46.432211208503176 -16.623497346023417 C46.45666749081262 -16.5413501418056, 46.48112377312207 -16.459202937587786, 46.55012632969665 -16.227427435703994 M46.55012632969665 -16.227427435703994 C46.570795904757375 -16.12884971202481, 46.591465479818105 -16.030271988345625, 46.63493151701361 -15.82297295140367 M46.55012632969665 -16.227427435703994 C46.567529971441004 -16.144425662235214, 46.584933613185356 -16.061423888766434, 46.63493151701361 -15.82297295140367 M46.63493151701361 -15.82297295140367 C46.64675745810802 -15.728099678822165, 46.65858339920243 -15.633226406240661, 46.68604746503335 -15.412896727361662 M46.63493151701361 -15.82297295140367 C46.64636363337661 -15.73125912641238, 46.657795749739606 -15.63954530142109, 46.68604746503335 -15.412896727361662 M46.68604746503335 -15.412896727361662 C46.68976234002506 -15.323079331020141, 46.69347721501677 -15.23326193467862, 46.703125 -15 M46.68604746503335 -15.412896727361662 C46.6905820318332 -15.303261010302947, 46.695116598633064 -15.193625293244232, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -7.991248369670137, 46.703125 -0.9824967393402737, 46.703125 15 M46.703125 -15 C46.703125 -3.8163694314095924, 46.703125 7.367261137180815, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.69788222040929 15.126758723639586, 46.692639440818574 15.253517447279174, 46.68604746503335 15.412896727361662 M46.703125 15 C46.69654764707043 15.159025732028919, 46.68997029414086 15.318051464057838, 46.68604746503335 15.412896727361662 M46.68604746503335 15.412896727361662 C46.66788272599831 15.558622824260432, 46.649717986963275 15.704348921159202, 46.63493151701361 15.822972951403669 M46.68604746503335 15.412896727361662 C46.67226039587491 15.523503093478851, 46.658473326716475 15.634109459596038, 46.63493151701361 15.822972951403669 M46.63493151701361 15.822972951403669 C46.605408613931026 15.963774132547076, 46.57588571084844 16.104575313690482, 46.55012632969665 16.227427435703994 M46.63493151701361 15.822972951403669 C46.61213318772317 15.93170316954014, 46.589334858432714 16.040433387676615, 46.55012632969665 16.227427435703994 M46.55012632969665 16.227427435703994 C46.50676400185186 16.37307892744564, 46.46340167400707 16.51873041918729, 46.432211208503176 16.623497346023417 M46.55012632969665 16.227427435703994 C46.52452183810847 16.31343140690346, 46.49891734652029 16.39943537810293, 46.432211208503176 16.623497346023417 M46.432211208503176 16.623497346023417 C46.376672989731546 16.765829602379842, 46.32113477095991 16.908161858736268, 46.28199163327529 17.008477123264846 M46.432211208503176 16.623497346023417 C46.39928026263127 16.707892127375192, 46.366349316759376 16.792286908726965, 46.28199163327529 17.008477123264846 M46.28199163327529 17.008477123264846 C46.24129436550429 17.091724715075763, 46.20059709773328 17.17497230688668, 46.10049375603245 17.379736965185366 M46.28199163327529 17.008477123264846 C46.2108190751678 17.154062917839795, 46.139646517060314 17.29964871241474, 46.10049375603245 17.379736965185366 M46.10049375603245 17.379736965185366 C46.02747243432106 17.502282554827122, 45.95445111260967 17.62482814446888, 45.888957391312644 17.734740790612133 M46.10049375603245 17.379736965185366 C46.024555061373654 17.50717853835174, 45.94861636671486 17.634620111518114, 45.888957391312644 17.734740790612133 M45.888957391312644 17.734740790612133 C45.798594521067436 17.861301864963462, 45.70823165082223 17.987862939314788, 45.64882754698197 18.07106356344834 M45.888957391312644 17.734740790612133 C45.84089692212661 17.802053665883886, 45.79283645294058 17.869366541155635, 45.64882754698197 18.07106356344834 M45.64882754698197 18.07106356344834 C45.58766268937729 18.143280774358747, 45.526497831772616 18.215497985269156, 45.38174455336566 18.386407858128706 M45.64882754698197 18.07106356344834 C45.56668407657801 18.16805017568599, 45.484540606174036 18.26503678792364, 45.38174455336566 18.386407858128706 M45.38174455336566 18.386407858128706 C45.27019991869959 18.497952492794774, 45.15865528403352 18.60949712746084, 45.089532858128706 18.678619553365657 M45.38174455336566 18.386407858128706 C45.27005942259237 18.49809298890199, 45.15837429181909 18.60977811967528, 45.089532858128706 18.678619553365657 M45.089532858128706 18.678619553365657 C45.02184171369114 18.735951028209765, 44.954150569253564 18.793282503053874, 44.77418856344834 18.94570254698197 M45.089532858128706 18.678619553365657 C45.021394786132255 18.736329556543303, 44.9532567141358 18.79403955972095, 44.77418856344834 18.94570254698197 M44.77418856344834 18.94570254698197 C44.702802294991876 18.996671363001298, 44.63141602653541 19.047640179020622, 44.437865790612136 19.185832391312644 M44.77418856344834 18.94570254698197 C44.67958431543647 19.013248681775444, 44.58498006742461 19.080794816568922, 44.437865790612136 19.185832391312644 M44.437865790612136 19.185832391312644 C44.34898751985897 19.23879234540639, 44.26010924910581 19.29175229950014, 44.082861965185366 19.397368756032446 M44.437865790612136 19.185832391312644 C44.30529091804095 19.264829868489645, 44.17271604546977 19.343827345666643, 44.082861965185366 19.397368756032446 M44.082861965185366 19.397368756032446 C43.993526696856776 19.441042107506934, 43.90419142852819 19.484715458981423, 43.711602123264846 19.578866633275286 M44.082861965185366 19.397368756032446 C43.98882381260161 19.44334120752491, 43.894785660017845 19.489313659017373, 43.711602123264846 19.578866633275286 M43.711602123264846 19.578866633275286 C43.58184386616544 19.62949846231175, 43.45208560906603 19.680130291348213, 43.32662234602342 19.729086208503173 M43.711602123264846 19.578866633275286 C43.590734150905384 19.626029462441526, 43.46986617854592 19.673192291607766, 43.32662234602342 19.729086208503173 M43.32662234602342 19.729086208503173 C43.24442158910611 19.753558434142032, 43.1622208321888 19.778030659780892, 42.930552435703994 19.847001329696653 M43.32662234602342 19.729086208503173 C43.19674278341337 19.767753029603945, 43.06686322080332 19.806419850704717, 42.930552435703994 19.847001329696653 M42.930552435703994 19.847001329696653 C42.80830053473848 19.87263485772928, 42.68604863377297 19.89826838576191, 42.52609795140367 19.931806517013612 M42.930552435703994 19.847001329696653 C42.82350389380409 19.869447048560502, 42.71645535190418 19.891892767424356, 42.52609795140367 19.931806517013612 M42.52609795140367 19.931806517013612 C42.40335629904181 19.947106248024944, 42.28061464667995 19.962405979036276, 42.11602172736166 19.982922465033347 M42.52609795140367 19.931806517013612 C42.36916973573527 19.951367598697086, 42.21224152006687 19.970928680380556, 42.11602172736166 19.982922465033347 M42.11602172736166 19.982922465033347 C41.974108235178534 19.98879205048752, 41.832194742995405 19.99466163594169, 41.703125 20 M42.11602172736166 19.982922465033347 C41.99419367115732 19.987961310710432, 41.872365614952976 19.993000156387517, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C12.298590263944952 20, -17.105944472110096 20, -41.703125 20 M41.703125 20 C23.447504410815313 20, 5.191883821630626 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.83062317487556 19.99472663647994, -41.958121349751124 19.989453272959878, -42.11602172736166 19.982922465033347 M-41.703125 20 C-41.8581351320622 19.9935887335136, -42.0131452641244 19.9871774670272, -42.11602172736166 19.982922465033347 M-42.11602172736166 19.982922465033347 C-42.22705799999875 19.96908180808309, -42.338094272635836 19.95524115113283, -42.52609795140367 19.931806517013612 M-42.11602172736166 19.982922465033347 C-42.274482210354414 19.96317038642708, -42.43294269334716 19.94341830782081, -42.52609795140367 19.931806517013612 M-42.52609795140367 19.931806517013612 C-42.61795414689026 19.912546298208177, -42.709810342376855 19.893286079402742, -42.930552435703994 19.847001329696653 M-42.52609795140367 19.931806517013612 C-42.68334190169924 19.89883592779554, -42.8405858519948 19.865865338577464, -42.930552435703994 19.847001329696653 M-42.930552435703994 19.847001329696653 C-43.087039420266485 19.800413135872468, -43.24352640482898 19.753824942048286, -43.32662234602342 19.729086208503173 M-42.930552435703994 19.847001329696653 C-43.066439848065315 19.80654589422989, -43.20232726042663 19.76609045876313, -43.32662234602342 19.729086208503173 M-43.32662234602342 19.729086208503173 C-43.45625610649816 19.678502958200397, -43.5858898669729 19.627919707897625, -43.711602123264846 19.578866633275286 M-43.32662234602342 19.729086208503173 C-43.44564862536722 19.682642010181638, -43.56467490471101 19.636197811860104, -43.711602123264846 19.578866633275286 M-43.711602123264846 19.578866633275286 C-43.846543976957186 19.512897580792586, -43.981485830649525 19.446928528309886, -44.082861965185366 19.397368756032446 M-43.711602123264846 19.578866633275286 C-43.81290209676679 19.529344093858555, -43.914202070268736 19.47982155444182, -44.082861965185366 19.397368756032446 M-44.082861965185366 19.397368756032446 C-44.188187243785755 19.33460851247326, -44.29351252238614 19.271848268914077, -44.437865790612136 19.185832391312644 M-44.082861965185366 19.397368756032446 C-44.172411273918755 19.34400895009272, -44.261960582652144 19.290649144152994, -44.437865790612136 19.185832391312644 M-44.437865790612136 19.185832391312644 C-44.55931267288094 19.099120984030517, -44.68075955514975 19.01240957674839, -44.77418856344834 18.94570254698197 M-44.437865790612136 19.185832391312644 C-44.50523303184523 19.137733105576295, -44.57260027307832 19.08963381983995, -44.77418856344834 18.94570254698197 M-44.77418856344834 18.94570254698197 C-44.8984039175475 18.840497508598318, -45.02261927164666 18.735292470214667, -45.089532858128706 18.67861955336566 M-44.77418856344834 18.94570254698197 C-44.88674104171761 18.85037546054915, -44.999293519986885 18.755048374116328, -45.089532858128706 18.67861955336566 M-45.089532858128706 18.67861955336566 C-45.16497926460124 18.603173146893123, -45.24042567107378 18.527726740420587, -45.38174455336566 18.386407858128706 M-45.089532858128706 18.67861955336566 C-45.16024837287493 18.607904038619434, -45.23096388762115 18.537188523873212, -45.38174455336566 18.386407858128706 M-45.38174455336566 18.386407858128706 C-45.43696957584003 18.321203797304424, -45.49219459831441 18.255999736480142, -45.64882754698197 18.07106356344834 M-45.38174455336566 18.386407858128706 C-45.48385706301619 18.265843845805076, -45.58596957266672 18.145279833481446, -45.64882754698197 18.07106356344834 M-45.64882754698197 18.07106356344834 C-45.71838754139396 17.97363872954516, -45.787947535805955 17.876213895641982, -45.888957391312644 17.734740790612133 M-45.64882754698197 18.07106356344834 C-45.73377596016655 17.952085908047334, -45.818724373351124 17.833108252646326, -45.888957391312644 17.734740790612133 M-45.888957391312644 17.734740790612133 C-45.933267970709885 17.660378043508427, -45.97757855010712 17.58601529640472, -46.10049375603244 17.37973696518537 M-45.888957391312644 17.734740790612133 C-45.96390439097323 17.608963496391315, -46.0388513906338 17.4831862021705, -46.10049375603244 17.37973696518537 M-46.10049375603244 17.37973696518537 C-46.170905928405325 17.235706564491146, -46.24131810077821 17.091676163796922, -46.28199163327528 17.00847712326485 M-46.10049375603244 17.37973696518537 C-46.159147492094114 17.259758830404383, -46.217801228155786 17.139780695623394, -46.28199163327528 17.00847712326485 M-46.28199163327528 17.00847712326485 C-46.3378400313255 16.86534994554487, -46.393688429375715 16.722222767824892, -46.432211208503176 16.623497346023417 M-46.28199163327528 17.00847712326485 C-46.31919740774946 16.91312689512424, -46.356403182223644 16.817776666983633, -46.432211208503176 16.623497346023417 M-46.432211208503176 16.623497346023417 C-46.46069028934778 16.527837799716412, -46.48916937019239 16.432178253409408, -46.55012632969665 16.227427435703994 M-46.432211208503176 16.623497346023417 C-46.47777285040266 16.470458488593728, -46.52333449230214 16.31741963116404, -46.55012632969665 16.227427435703994 M-46.55012632969665 16.227427435703994 C-46.569222697991876 16.136352679132944, -46.588319066287106 16.045277922561898, -46.63493151701361 15.82297295140367 M-46.55012632969665 16.227427435703994 C-46.57955052252765 16.0870970253373, -46.60897471535864 15.946766614970603, -46.63493151701361 15.82297295140367 M-46.63493151701361 15.82297295140367 C-46.65046621962479 15.698346246134532, -46.66600092223597 15.573719540865394, -46.68604746503335 15.412896727361664 M-46.63493151701361 15.82297295140367 C-46.646190178168645 15.73265066583358, -46.65744883932368 15.642328380263487, -46.68604746503335 15.412896727361664 M-46.68604746503335 15.412896727361664 C-46.69098009087323 15.293636830042486, -46.69591271671312 15.174376932723309, -46.703125 15 M-46.68604746503335 15.412896727361664 C-46.69199082265944 15.269199588509538, -46.69793418028554 15.125502449657413, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 6.462609452901978, -46.703125 -2.0747810941960445, -46.703125 -15 M-46.703125 15 C-46.703125 3.1523301011559717, -46.703125 -8.695339797688057, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.69911383811032 -15.096980953070764, -46.69510267622065 -15.193961906141528, -46.68604746503335 -15.41289672736166 M-46.703125 -15 C-46.69677722080321 -15.153475150921084, -46.690429441606426 -15.306950301842168, -46.68604746503335 -15.41289672736166 M-46.68604746503335 -15.41289672736166 C-46.6707093632111 -15.535946208451394, -46.65537126138886 -15.658995689541127, -46.63493151701361 -15.822972951403669 M-46.68604746503335 -15.41289672736166 C-46.67255981801486 -15.521100987965758, -46.659072170996374 -15.629305248569855, -46.63493151701361 -15.822972951403669 M-46.63493151701361 -15.822972951403669 C-46.6158969605934 -15.913752913625183, -46.59686240417319 -16.0045328758467, -46.55012632969665 -16.227427435703994 M-46.63493151701361 -15.822972951403669 C-46.607718889055 -15.952755925248413, -46.580506261096396 -16.08253889909316, -46.55012632969665 -16.227427435703994 M-46.55012632969665 -16.227427435703994 C-46.52283672043562 -16.31909161739054, -46.49554711117458 -16.410755799077087, -46.432211208503176 -16.623497346023417 M-46.55012632969665 -16.227427435703994 C-46.518642802266 -16.33317874019985, -46.48715927483535 -16.438930044695706, -46.432211208503176 -16.623497346023417 M-46.432211208503176 -16.623497346023417 C-46.38584290426069 -16.742329125511908, -46.33947460001821 -16.8611609050004, -46.28199163327529 -17.008477123264846 M-46.432211208503176 -16.623497346023417 C-46.3745243038411 -16.77133621238196, -46.31683739917903 -16.919175078740505, -46.28199163327529 -17.008477123264846 M-46.28199163327529 -17.008477123264846 C-46.21278127577602 -17.150049172342115, -46.14357091827674 -17.291621221419383, -46.10049375603245 -17.379736965185366 M-46.28199163327529 -17.008477123264846 C-46.23729176472063 -17.099912165842593, -46.19259189616598 -17.19134720842034, -46.10049375603245 -17.379736965185366 M-46.10049375603245 -17.379736965185366 C-46.042256959869874 -17.477470919560997, -45.98402016370731 -17.575204873936627, -45.888957391312644 -17.734740790612133 M-46.10049375603245 -17.379736965185366 C-46.02584913273802 -17.505006806388142, -45.951204509443585 -17.63027664759092, -45.888957391312644 -17.734740790612133 M-45.888957391312644 -17.734740790612133 C-45.810813612226326 -17.844187962976175, -45.73266983314001 -17.95363513534022, -45.64882754698197 -18.07106356344834 M-45.888957391312644 -17.734740790612133 C-45.8375593884475 -17.80672817264718, -45.78616138558235 -17.878715554682227, -45.64882754698197 -18.07106356344834 M-45.64882754698197 -18.07106356344834 C-45.57137403466978 -18.162512752630683, -45.49392052235759 -18.253961941813024, -45.38174455336566 -18.386407858128706 M-45.64882754698197 -18.07106356344834 C-45.58164235465368 -18.150388970135094, -45.514457162325385 -18.22971437682185, -45.38174455336566 -18.386407858128706 M-45.38174455336566 -18.386407858128706 C-45.271099993976364 -18.497052417517995, -45.16045543458708 -18.607696976907285, -45.089532858128706 -18.678619553365657 M-45.38174455336566 -18.386407858128706 C-45.2939454020963 -18.474207009398068, -45.20614625082693 -18.562006160667426, -45.089532858128706 -18.678619553365657 M-45.089532858128706 -18.678619553365657 C-44.990899122255136 -18.762158066327736, -44.89226538638157 -18.845696579289815, -44.77418856344834 -18.945702546981966 M-45.089532858128706 -18.678619553365657 C-44.9700894847543 -18.779782930241723, -44.850646111379895 -18.88094630711779, -44.77418856344834 -18.945702546981966 M-44.77418856344834 -18.945702546981966 C-44.68191456702921 -19.011584914117087, -44.58964057061007 -19.077467281252204, -44.437865790612136 -19.185832391312644 M-44.77418856344834 -18.945702546981966 C-44.700391692802704 -18.99839249988283, -44.62659482215707 -19.051082452783696, -44.437865790612136 -19.185832391312644 M-44.437865790612136 -19.185832391312644 C-44.34729298428322 -19.23980206944289, -44.2567201779543 -19.293771747573143, -44.082861965185366 -19.397368756032446 M-44.437865790612136 -19.185832391312644 C-44.36243026251852 -19.230782209429275, -44.2869947344249 -19.27573202754591, -44.082861965185366 -19.397368756032446 M-44.082861965185366 -19.397368756032446 C-43.98817052218717 -19.443660581747636, -43.89347907918898 -19.489952407462827, -43.711602123264846 -19.578866633275286 M-44.082861965185366 -19.397368756032446 C-43.94044154035986 -19.466993859162738, -43.79802111553436 -19.53661896229303, -43.711602123264846 -19.578866633275286 M-43.711602123264846 -19.578866633275286 C-43.61027237350112 -19.618405624327043, -43.50894262373738 -19.6579446153788, -43.32662234602342 -19.729086208503173 M-43.711602123264846 -19.578866633275286 C-43.5962235216038 -19.623887503348264, -43.48084491994274 -19.668908373421246, -43.32662234602342 -19.729086208503173 M-43.32662234602342 -19.729086208503173 C-43.198929345274486 -19.767102061933507, -43.07123634452556 -19.805117915363844, -42.930552435703994 -19.847001329696653 M-43.32662234602342 -19.729086208503173 C-43.20221528499394 -19.766123795293808, -43.07780822396447 -19.803161382084447, -42.930552435703994 -19.847001329696653 M-42.930552435703994 -19.847001329696653 C-42.77404250217606 -19.879818011783296, -42.61753256864813 -19.91263469386994, -42.52609795140367 -19.931806517013612 M-42.930552435703994 -19.847001329696653 C-42.8003485201333 -19.874302219853618, -42.670144604562594 -19.90160311001058, -42.52609795140367 -19.931806517013612 M-42.52609795140367 -19.931806517013612 C-42.390562388353004 -19.94870100732918, -42.255026825302345 -19.965595497644752, -42.11602172736166 -19.982922465033347 M-42.52609795140367 -19.931806517013612 C-42.42836820854528 -19.943988516756715, -42.33063846568688 -19.956170516499814, -42.11602172736166 -19.982922465033347 M-42.11602172736166 -19.982922465033347 C-42.00491027937635 -19.98751806851582, -41.89379883139104 -19.992113671998293, -41.703125 -20 M-42.11602172736166 -19.982922465033347 C-41.97792900177971 -19.988634022411958, -41.83983627619776 -19.994345579790565, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.703125, -12)\"><rect></rect><foreignObject width=\"77.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Submitted</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Processed-2\" transform=\"translate(324.2578125, 230)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.234375 -20 C-13.426719225124529 -20, 14.380936549750942 -20, 41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 C41.3694857621421 -19.994411777541576, 41.50459652428419 -19.98882355508315, 41.64727172736166 -19.982922465033347 C41.7445525971363 -19.970796417261784, 41.841833466910934 -19.958670369490225, 42.05734795140367 -19.931806517013612 C42.17984547101369 -19.906121488167013, 42.302342990623714 -19.88043645932041, 42.461802435703994 -19.847001329696653 C42.54685265197508 -19.8216807832531, 42.63190286824617 -19.796360236809548, 42.85787234602342 -19.729086208503173 C42.992358139213245 -19.676609689159946, 43.12684393240307 -19.62413316981672, 43.242852123264846 -19.578866633275286 C43.33398363955831 -19.534315149679262, 43.42511515585177 -19.489763666083235, 43.614111965185366 -19.397368756032446 C43.72679513243731 -19.33022416248635, 43.83947829968926 -19.26307956894025, 43.969115790612136 -19.185832391312644 C44.06146581901842 -19.11989573838211, 44.15381584742472 -19.053959085451577, 44.30543856344834 -18.94570254698197 C44.369880117785854 -18.891123334558937, 44.43432167212337 -18.836544122135905, 44.620782858128706 -18.678619553365657 C44.71240115292131 -18.587001258573054, 44.80401944771391 -18.49538296378045, 44.91299455336566 -18.386407858128706 C44.97304884822024 -18.31550188617959, 45.03310314307482 -18.244595914230477, 45.18007754698197 -18.07106356344834 C45.26004149953524 -17.959067079526815, 45.34000545208851 -17.84707059560529, 45.420207391312644 -17.734740790612136 C45.4866283275763 -17.62327207697863, 45.55304926383995 -17.51180336334512, 45.63174375603245 -17.37973696518537 C45.69576969269531 -17.24876981843212, 45.759795629358166 -17.117802671678866, 45.81324163327529 -17.008477123264846 C45.87077055014786 -16.86104314491052, 45.92829946702044 -16.7136091665562, 45.963461208503176 -16.623497346023417 C46.0076450094308 -16.475086574836048, 46.05182881035843 -16.326675803648676, 46.08137632969665 -16.227427435703994 C46.10686323164282 -16.105874826610382, 46.13235013358898 -15.984322217516771, 46.16618151701361 -15.82297295140367 C46.182788910563694 -15.689740613903684, 46.199396304113776 -15.556508276403695, 46.21729746503335 -15.412896727361662 C46.221880154750586 -15.302097505433105, 46.22646284446783 -15.191298283504548, 46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 C46.234375 -4.729445786209597, 46.234375 5.541108427580806, 46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 C46.230632916692606 15.090475232763595, 46.22689083338522 15.18095046552719, 46.21729746503335 15.412896727361662 C46.2033799796321 15.524549354038939, 46.18946249423085 15.636201980716216, 46.16618151701361 15.822972951403669 C46.138431949886474 15.955316705565984, 46.11068238275933 16.087660459728298, 46.08137632969665 16.227427435703994 C46.0371960434727 16.375826401209853, 45.993015757248735 16.52422536671571, 45.963461208503176 16.623497346023417 C45.92601275802507 16.719469499460995, 45.888564307546964 16.815441652898574, 45.81324163327529 17.008477123264846 C45.760918228861904 17.115506357690904, 45.708594824448525 17.222535592116962, 45.63174375603245 17.379736965185366 C45.56855311715399 17.485784540327963, 45.50536247827553 17.591832115470556, 45.420207391312644 17.734740790612133 C45.36473312266629 17.81243733809546, 45.30925885401994 17.89013388557879, 45.18007754698197 18.07106356344834 C45.10753840691527 18.156710364284773, 45.034999266848565 18.242357165121202, 44.91299455336566 18.386407858128706 C44.84280491492825 18.45659749656611, 44.772615276490846 18.526787135003516, 44.620782858128706 18.678619553365657 C44.534435135253155 18.751752344117207, 44.448087412377596 18.82488513486876, 44.30543856344834 18.94570254698197 C44.192232093630906 19.02653041285986, 44.07902562381348 19.107358278737752, 43.969115790612136 19.185832391312644 C43.84612937274417 19.25911638963132, 43.72314295487621 19.33240038795, 43.614111965185366 19.397368756032446 C43.527278757885504 19.439818924403973, 43.44044555058564 19.4822690927755, 43.242852123264846 19.578866633275286 C43.13449249235084 19.62114869246393, 43.02613286143683 19.663430751652573, 42.85787234602342 19.729086208503173 C42.729049297219014 19.767438491816073, 42.600226248414614 19.80579077512897, 42.461802435703994 19.847001329696653 C42.37117919677329 19.86600302469846, 42.28055595784259 19.885004719700266, 42.05734795140367 19.931806517013612 C41.960485682800055 19.94388038620362, 41.86362341419643 19.95595425539363, 41.64727172736166 19.982922465033347 C41.490015289596116 19.98942663941088, 41.33275885183057 19.99593081378841, 41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 C22.997426328696484 20, 4.760477657392968 20, -41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 C-41.32256872618485 19.99635228050272, -41.410762452369696 19.992704561005436, -41.64727172736166 19.982922465033347 C-41.811013758801266 19.962512042099743, -41.97475579024087 19.94210161916614, -42.05734795140367 19.931806517013612 C-42.162661238511284 19.909724642818112, -42.26797452561889 19.887642768622612, -42.461802435703994 19.847001329696653 C-42.61184511231255 19.80233168947525, -42.7618877889211 19.75766204925385, -42.85787234602342 19.729086208503173 C-42.95949977523962 19.68943106256862, -43.06112720445582 19.64977591663407, -43.242852123264846 19.578866633275286 C-43.37531791273869 19.51410805482945, -43.50778370221253 19.449349476383613, -43.614111965185366 19.397368756032446 C-43.713851718594476 19.33793676307054, -43.813591472003594 19.278504770108636, -43.969115790612136 19.185832391312644 C-44.04991880723548 19.128140146331475, -44.13072182385882 19.07044790135031, -44.30543856344834 18.94570254698197 C-44.38589835829308 18.877556576893404, -44.466358153137826 18.80941060680484, -44.620782858128706 18.67861955336566 C-44.71670748965629 18.582694921838076, -44.812632121183874 18.486770290310492, -44.91299455336566 18.386407858128706 C-45.00256849864787 18.28064810078027, -45.09214244393007 18.17488834343183, -45.18007754698197 18.07106356344834 C-45.239299399086356 17.988118198753, -45.29852125119074 17.90517283405766, -45.420207391312644 17.734740790612133 C-45.487008433644526 17.62263417668915, -45.55380947597641 17.51052756276617, -45.63174375603244 17.37973696518537 C-45.687629603409285 17.26542063720452, -45.74351545078613 17.151104309223673, -45.81324163327528 17.00847712326485 C-45.86342784286881 16.87986089092232, -45.91361405246233 16.75124465857979, -45.963461208503176 16.623497346023417 C-46.002283122702345 16.49309683487894, -46.04110503690151 16.36269632373446, -46.08137632969665 16.227427435703994 C-46.10691487560132 16.105628525278316, -46.132453421505986 15.983829614852636, -46.16618151701361 15.82297295140367 C-46.18378695529261 15.681733828747305, -46.20139239357161 15.54049470609094, -46.21729746503335 15.412896727361664 C-46.2236870971658 15.258409665751966, -46.230076729298254 15.103922604142266, -46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 C-46.234375 7.571903543066028, -46.234375 0.14380708613205684, -46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 C-46.22856226343868 -15.140539012677799, -46.222749526877365 -15.281078025355596, -46.21729746503335 -15.41289672736166 C-46.20389065432532 -15.520452480988132, -46.190483843617294 -15.628008234614605, -46.16618151701361 -15.822972951403669 C-46.13809588506511 -15.956919472192817, -46.11001025311661 -16.090865992981968, -46.08137632969665 -16.227427435703994 C-46.05400872860148 -16.319353587343514, -46.0266411275063 -16.41127973898303, -45.963461208503176 -16.623497346023417 C-45.928663516827804 -16.712676186859426, -45.89386582515243 -16.801855027695435, -45.81324163327529 -17.008477123264846 C-45.75725220666153 -17.123005325961298, -45.70126278004778 -17.23753352865775, -45.63174375603245 -17.379736965185366 C-45.57694200234199 -17.471706174479376, -45.522140248651525 -17.56367538377339, -45.420207391312644 -17.734740790612133 C-45.365768082656054 -17.81098778643935, -45.311328773999456 -17.88723478226657, -45.18007754698197 -18.07106356344834 C-45.10929978150137 -18.154630713240724, -45.038522016020764 -18.238197863033108, -44.91299455336566 -18.386407858128706 C-44.8483740148275 -18.451028396666864, -44.78375347628934 -18.515648935205025, -44.620782858128706 -18.678619553365657 C-44.53474701672454 -18.751488193985317, -44.44871117532037 -18.824356834604977, -44.30543856344834 -18.945702546981966 C-44.178892399421166 -19.03605477146035, -44.052346235394 -19.126406995938734, -43.969115790612136 -19.185832391312644 C-43.87969590458268 -19.239115078060006, -43.79027601855323 -19.29239776480737, -43.614111965185366 -19.397368756032446 C-43.530223303929475 -19.438379423558256, -43.446334642673584 -19.479390091084067, -43.242852123264846 -19.578866633275286 C-43.14231183324201 -19.618097576180237, -43.041771543219184 -19.657328519085183, -42.85787234602342 -19.729086208503173 C-42.70252730930998 -19.77533442972275, -42.54718227259653 -19.82158265094233, -42.461802435703994 -19.847001329696653 C-42.356626352812015 -19.869054435193426, -42.25145026992003 -19.891107540690204, -42.05734795140367 -19.931806517013612 C-41.955010877484135 -19.944562819974564, -41.8526738035646 -19.957319122935516, -41.64727172736166 -19.982922465033347 C-41.56287004601666 -19.986413344395903, -41.47846836467167 -19.989904223758458, -41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.234375 -20 C-11.619325730437748 -20, 17.995723539124505 -20, 41.234375 -20 M-41.234375 -20 C-11.979238046595196 -20, 17.27589890680961 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.358680020325444 -19.994858706329055, 41.482985040650895 -19.98971741265811, 41.64727172736166 -19.982922465033347 M41.234375 -20 C41.32036439652962 -19.996443452251658, 41.40635379305924 -19.992886904503315, 41.64727172736166 -19.982922465033347 M41.64727172736166 -19.982922465033347 C41.772655644386944 -19.967293376075197, 41.89803956141222 -19.951664287117048, 42.05734795140367 -19.931806517013612 M41.64727172736166 -19.982922465033347 C41.76236598587242 -19.968575980671446, 41.87746024438318 -19.954229496309544, 42.05734795140367 -19.931806517013612 M42.05734795140367 -19.931806517013612 C42.183575416850225 -19.90533940076873, 42.30980288229678 -19.87887228452385, 42.461802435703994 -19.847001329696653 M42.05734795140367 -19.931806517013612 C42.1722728318949 -19.90770930361691, 42.287197712386124 -19.88361209022021, 42.461802435703994 -19.847001329696653 M42.461802435703994 -19.847001329696653 C42.57994790324935 -19.811827900054308, 42.698093370794695 -19.776654470411962, 42.85787234602342 -19.729086208503173 M42.461802435703994 -19.847001329696653 C42.54871244537904 -19.821127098767334, 42.63562245505408 -19.795252867838016, 42.85787234602342 -19.729086208503173 M42.85787234602342 -19.729086208503173 C42.99225025323904 -19.676651786397713, 43.126628160454665 -19.62421736429225, 43.242852123264846 -19.578866633275286 M42.85787234602342 -19.729086208503173 C42.99518874526241 -19.675505183252156, 43.1325051445014 -19.621924158001136, 43.242852123264846 -19.578866633275286 M43.242852123264846 -19.578866633275286 C43.34597702080906 -19.528451942857014, 43.44910191835327 -19.47803725243874, 43.614111965185366 -19.397368756032446 M43.242852123264846 -19.578866633275286 C43.32657209716161 -19.537938431974318, 43.41029207105838 -19.49701023067335, 43.614111965185366 -19.397368756032446 M43.614111965185366 -19.397368756032446 C43.71202069014065 -19.339027819208756, 43.80992941509594 -19.280686882385066, 43.969115790612136 -19.185832391312644 M43.614111965185366 -19.397368756032446 C43.73887648110368 -19.32302524125015, 43.863640997021996 -19.248681726467858, 43.969115790612136 -19.185832391312644 M43.969115790612136 -19.185832391312644 C44.102039003007796 -19.09092704181361, 44.23496221540346 -18.99602169231458, 44.30543856344834 -18.94570254698197 M43.969115790612136 -19.185832391312644 C44.054265702651826 -19.12503652265816, 44.139415614691515 -19.064240654003676, 44.30543856344834 -18.94570254698197 M44.30543856344834 -18.94570254698197 C44.381615524175906 -18.881183952357215, 44.45779248490348 -18.816665357732465, 44.620782858128706 -18.678619553365657 M44.30543856344834 -18.94570254698197 C44.42388527345577 -18.84538330091839, 44.542331983463185 -18.745064054854808, 44.620782858128706 -18.678619553365657 M44.620782858128706 -18.678619553365657 C44.73625126126584 -18.563151150228517, 44.851719664402985 -18.44768274709138, 44.91299455336566 -18.386407858128706 M44.620782858128706 -18.678619553365657 C44.68758245929841 -18.61181995219595, 44.75438206046812 -18.545020351026242, 44.91299455336566 -18.386407858128706 M44.91299455336566 -18.386407858128706 C44.975448806470645 -18.31266826082782, 45.03790305957564 -18.23892866352693, 45.18007754698197 -18.07106356344834 M44.91299455336566 -18.386407858128706 C44.993505047673175 -18.291349297124835, 45.0740155419807 -18.196290736120968, 45.18007754698197 -18.07106356344834 M45.18007754698197 -18.07106356344834 C45.2472578290399 -17.97697172407444, 45.314438111097836 -17.882879884700536, 45.420207391312644 -17.734740790612136 M45.18007754698197 -18.07106356344834 C45.26491244071181 -17.95224490193622, 45.34974733444165 -17.833426240424092, 45.420207391312644 -17.734740790612136 M45.420207391312644 -17.734740790612136 C45.4982458740986 -17.60377531828679, 45.57628435688456 -17.472809845961446, 45.63174375603245 -17.37973696518537 M45.420207391312644 -17.734740790612136 C45.49669709777595 -17.606374500323412, 45.573186804239256 -17.47800821003469, 45.63174375603245 -17.37973696518537 M45.63174375603245 -17.37973696518537 C45.6964695289351 -17.247338280522694, 45.76119530183774 -17.114939595860022, 45.81324163327529 -17.008477123264846 M45.63174375603245 -17.37973696518537 C45.69354602466647 -17.2533184040873, 45.75534829330048 -17.12689984298923, 45.81324163327529 -17.008477123264846 M45.81324163327529 -17.008477123264846 C45.85920921562392 -16.890672305976185, 45.905176797972544 -16.77286748868752, 45.963461208503176 -16.623497346023417 M45.81324163327529 -17.008477123264846 C45.8675088129428 -16.869402260962605, 45.921775992610314 -16.73032739866036, 45.963461208503176 -16.623497346023417 M45.963461208503176 -16.623497346023417 C46.00910249677233 -16.470190961153868, 46.05474378504148 -16.316884576284323, 46.08137632969665 -16.227427435703994 M45.963461208503176 -16.623497346023417 C45.993536937585446 -16.522474752823857, 46.02361266666771 -16.4214521596243, 46.08137632969665 -16.227427435703994 M46.08137632969665 -16.227427435703994 C46.10925019806015 -16.094490861762146, 46.137124066423645 -15.961554287820299, 46.16618151701361 -15.82297295140367 M46.08137632969665 -16.227427435703994 C46.10024233264937 -16.137451341829784, 46.11910833560209 -16.047475247955575, 46.16618151701361 -15.82297295140367 M46.16618151701361 -15.82297295140367 C46.17912771878482 -15.719112419736085, 46.19207392055603 -15.6152518880685, 46.21729746503335 -15.412896727361662 M46.16618151701361 -15.82297295140367 C46.18209606885821 -15.695298916575364, 46.19801062070281 -15.56762488174706, 46.21729746503335 -15.412896727361662 M46.21729746503335 -15.412896727361662 C46.22181639608635 -15.303639047807586, 46.22633532713937 -15.19438136825351, 46.234375 -15 M46.21729746503335 -15.412896727361662 C46.22214158837402 -15.29577662318926, 46.226985711714704 -15.17865651901686, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -7.294815560280645, 46.234375 0.41036887943871037, 46.234375 15 M46.234375 -15 C46.234375 -6.3784455691093545, 46.234375 2.243108861781291, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.22853474683471 15.141204302823494, 46.22269449366943 15.282408605646989, 46.21729746503335 15.412896727361662 M46.234375 15 C46.22847650276175 15.142612514673903, 46.222578005523495 15.285225029347805, 46.21729746503335 15.412896727361662 M46.21729746503335 15.412896727361662 C46.19924063131894 15.55775715692661, 46.18118379760453 15.70261758649156, 46.16618151701361 15.822972951403669 M46.21729746503335 15.412896727361662 C46.20074537490144 15.545685394778632, 46.184193284769535 15.678474062195601, 46.16618151701361 15.822972951403669 M46.16618151701361 15.822972951403669 C46.13338785833503 15.979373081263585, 46.10059419965645 16.1357732111235, 46.08137632969665 16.227427435703994 M46.16618151701361 15.822972951403669 C46.137111780667546 15.961612881277913, 46.10804204432148 16.100252811152156, 46.08137632969665 16.227427435703994 M46.08137632969665 16.227427435703994 C46.05551716967136 16.31428682310476, 46.02965800964607 16.401146210505523, 45.963461208503176 16.623497346023417 M46.08137632969665 16.227427435703994 C46.05532799191023 16.314922260003158, 46.02927965412381 16.40241708430232, 45.963461208503176 16.623497346023417 M45.963461208503176 16.623497346023417 C45.91529130047102 16.746946240322504, 45.867121392438854 16.870395134621592, 45.81324163327529 17.008477123264846 M45.963461208503176 16.623497346023417 C45.924693006319416 16.72285173321372, 45.885924804135655 16.822206120404022, 45.81324163327529 17.008477123264846 M45.81324163327529 17.008477123264846 C45.74545192221251 17.147143193608642, 45.67766221114973 17.285809263952434, 45.63174375603245 17.379736965185366 M45.81324163327529 17.008477123264846 C45.76128219585754 17.11476185130154, 45.70932275843979 17.221046579338235, 45.63174375603245 17.379736965185366 M45.63174375603245 17.379736965185366 C45.547302497307285 17.521447681973896, 45.46286123858213 17.663158398762427, 45.420207391312644 17.734740790612133 M45.63174375603245 17.379736965185366 C45.57019412295469 17.48303057725609, 45.50864448987693 17.586324189326817, 45.420207391312644 17.734740790612133 M45.420207391312644 17.734740790612133 C45.34046227531697 17.846430774864466, 45.26071715932131 17.958120759116802, 45.18007754698197 18.07106356344834 M45.420207391312644 17.734740790612133 C45.32916059694705 17.862259760293878, 45.23811380258145 17.989778729975626, 45.18007754698197 18.07106356344834 M45.18007754698197 18.07106356344834 C45.11098225348757 18.152644222320337, 45.04188695999317 18.234224881192336, 44.91299455336566 18.386407858128706 M45.18007754698197 18.07106356344834 C45.120796576501526 18.141056473034258, 45.06151560602108 18.211049382620175, 44.91299455336566 18.386407858128706 M44.91299455336566 18.386407858128706 C44.83645957234097 18.46294283915339, 44.75992459131629 18.53947782017807, 44.620782858128706 18.678619553365657 M44.91299455336566 18.386407858128706 C44.84635140184622 18.453051009648142, 44.779708250326784 18.519694161167582, 44.620782858128706 18.678619553365657 M44.620782858128706 18.678619553365657 C44.557319180565706 18.732370546408383, 44.4938555030027 18.786121539451106, 44.30543856344834 18.94570254698197 M44.620782858128706 18.678619553365657 C44.52948316092552 18.755946452430074, 44.43818346372234 18.833273351494494, 44.30543856344834 18.94570254698197 M44.30543856344834 18.94570254698197 C44.192213419058014 19.026543746248628, 44.078988274667694 19.10738494551529, 43.969115790612136 19.185832391312644 M44.30543856344834 18.94570254698197 C44.21069426538458 19.01334867559054, 44.11594996732083 19.080994804199108, 43.969115790612136 19.185832391312644 M43.969115790612136 19.185832391312644 C43.85271115529882 19.255194498498707, 43.7363065199855 19.324556605684766, 43.614111965185366 19.397368756032446 M43.969115790612136 19.185832391312644 C43.86134115540226 19.250052134617928, 43.75356652019238 19.31427187792321, 43.614111965185366 19.397368756032446 M43.614111965185366 19.397368756032446 C43.49988549471854 19.45321067474745, 43.385659024251716 19.509052593462453, 43.242852123264846 19.578866633275286 M43.614111965185366 19.397368756032446 C43.52354034775297 19.44164652175414, 43.43296873032058 19.485924287475836, 43.242852123264846 19.578866633275286 M43.242852123264846 19.578866633275286 C43.11937323889829 19.627048243468085, 42.995894354531735 19.675229853660884, 42.85787234602342 19.729086208503173 M43.242852123264846 19.578866633275286 C43.15294449240507 19.61394869970038, 43.06303686154529 19.649030766125474, 42.85787234602342 19.729086208503173 M42.85787234602342 19.729086208503173 C42.71917769544696 19.770377394997045, 42.580483044870505 19.811668581490917, 42.461802435703994 19.847001329696653 M42.85787234602342 19.729086208503173 C42.72630708432 19.768254883967813, 42.59474182261658 19.807423559432454, 42.461802435703994 19.847001329696653 M42.461802435703994 19.847001329696653 C42.31598872301445 19.87757525012038, 42.170175010324904 19.90814917054411, 42.05734795140367 19.931806517013612 M42.461802435703994 19.847001329696653 C42.37051990498799 19.86614126364875, 42.27923737427197 19.885281197600847, 42.05734795140367 19.931806517013612 M42.05734795140367 19.931806517013612 C41.91969639839045 19.948964765202952, 41.78204484537723 19.966123013392288, 41.64727172736166 19.982922465033347 M42.05734795140367 19.931806517013612 C41.92511243522781 19.94828965691522, 41.792876919051956 19.96477279681683, 41.64727172736166 19.982922465033347 M41.64727172736166 19.982922465033347 C41.56389833825743 19.986370813914224, 41.48052494915319 19.989819162795104, 41.234375 20 M41.64727172736166 19.982922465033347 C41.49861628061943 19.98907089979074, 41.349960833877205 19.995219334548132, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C8.985532213966856 20, -23.26331057206629 20, -41.234375 20 M41.234375 20 C15.053787090013117 20, -11.126800819973766 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.35399870607908 19.9950523269185, -41.473622412158164 19.990104653837005, -41.64727172736166 19.982922465033347 M-41.234375 20 C-41.33989598685009 19.995635619700444, -41.44541697370017 19.99127123940089, -41.64727172736166 19.982922465033347 M-41.64727172736166 19.982922465033347 C-41.77463064650411 19.96704719231803, -41.901989565646545 19.95117191960271, -42.05734795140367 19.931806517013612 M-41.64727172736166 19.982922465033347 C-41.767525563250324 19.967932840022, -41.88777939913899 19.952943215010652, -42.05734795140367 19.931806517013612 M-42.05734795140367 19.931806517013612 C-42.1570526675356 19.910900636485223, -42.25675738366754 19.889994755956838, -42.461802435703994 19.847001329696653 M-42.05734795140367 19.931806517013612 C-42.21165265742715 19.89945222251037, -42.36595736345063 19.867097928007126, -42.461802435703994 19.847001329696653 M-42.461802435703994 19.847001329696653 C-42.54522123445443 19.82216647729259, -42.62864003320487 19.797331624888532, -42.85787234602342 19.729086208503173 M-42.461802435703994 19.847001329696653 C-42.58748913667889 19.809582777588236, -42.71317583765379 19.772164225479816, -42.85787234602342 19.729086208503173 M-42.85787234602342 19.729086208503173 C-42.990293542804885 19.67741529717838, -43.12271473958635 19.625744385853586, -43.242852123264846 19.578866633275286 M-42.85787234602342 19.729086208503173 C-42.98019066747199 19.681357451366225, -43.10250898892056 19.633628694229277, -43.242852123264846 19.578866633275286 M-43.242852123264846 19.578866633275286 C-43.380686680053316 19.51148342441972, -43.51852123684179 19.44410021556415, -43.614111965185366 19.397368756032446 M-43.242852123264846 19.578866633275286 C-43.32542497828963 19.53849922421926, -43.407997833314425 19.49813181516324, -43.614111965185366 19.397368756032446 M-43.614111965185366 19.397368756032446 C-43.74272911721382 19.32072956841804, -43.871346269242274 19.244090380803637, -43.969115790612136 19.185832391312644 M-43.614111965185366 19.397368756032446 C-43.68703582716922 19.353915566065133, -43.759959689153064 19.31046237609782, -43.969115790612136 19.185832391312644 M-43.969115790612136 19.185832391312644 C-44.03799797445507 19.136651457342957, -44.106880158298 19.08747052337327, -44.30543856344834 18.94570254698197 M-43.969115790612136 19.185832391312644 C-44.0481754577555 19.129384873935592, -44.12723512489885 19.07293735655854, -44.30543856344834 18.94570254698197 M-44.30543856344834 18.94570254698197 C-44.38365576890857 18.879455953214375, -44.461872974368795 18.813209359446777, -44.620782858128706 18.67861955336566 M-44.30543856344834 18.94570254698197 C-44.422267145526774 18.84675378536545, -44.53909572760521 18.74780502374893, -44.620782858128706 18.67861955336566 M-44.620782858128706 18.67861955336566 C-44.701757474654976 18.59764493683939, -44.78273209118124 18.51667032031312, -44.91299455336566 18.386407858128706 M-44.620782858128706 18.67861955336566 C-44.730221709828456 18.569180701665907, -44.839660561528206 18.459741849966157, -44.91299455336566 18.386407858128706 M-44.91299455336566 18.386407858128706 C-44.97584575898573 18.3121995798789, -45.03869696460579 18.23799130162909, -45.18007754698197 18.07106356344834 M-44.91299455336566 18.386407858128706 C-44.99444751928042 18.290236523000893, -45.07590048519518 18.19406518787308, -45.18007754698197 18.07106356344834 M-45.18007754698197 18.07106356344834 C-45.24156947325637 17.984938762054785, -45.30306139953076 17.89881396066123, -45.420207391312644 17.734740790612133 M-45.18007754698197 18.07106356344834 C-45.2448882373818 17.98029054368707, -45.309698927781625 17.8895175239258, -45.420207391312644 17.734740790612133 M-45.420207391312644 17.734740790612133 C-45.47508406858039 17.642645843331724, -45.52996074584813 17.55055089605132, -45.63174375603244 17.37973696518537 M-45.420207391312644 17.734740790612133 C-45.47423856313379 17.64406478455424, -45.52826973495493 17.553388778496345, -45.63174375603244 17.37973696518537 M-45.63174375603244 17.37973696518537 C-45.67516715918105 17.290912974329363, -45.71859056232965 17.202088983473356, -45.81324163327528 17.00847712326485 M-45.63174375603244 17.37973696518537 C-45.70321976577802 17.233530450363435, -45.77469577552361 17.087323935541505, -45.81324163327528 17.00847712326485 M-45.81324163327528 17.00847712326485 C-45.84738646719762 16.920971413456876, -45.88153130111997 16.8334657036489, -45.963461208503176 16.623497346023417 M-45.81324163327528 17.00847712326485 C-45.857126778512075 16.896009134909555, -45.90101192374887 16.78354114655426, -45.963461208503176 16.623497346023417 M-45.963461208503176 16.623497346023417 C-46.00889055160605 16.4709028724181, -46.054319894708925 16.318308398812782, -46.08137632969665 16.227427435703994 M-45.963461208503176 16.623497346023417 C-45.99903035258902 16.50402269709267, -46.03459949667486 16.384548048161925, -46.08137632969665 16.227427435703994 M-46.08137632969665 16.227427435703994 C-46.10941523197591 16.09370377892673, -46.13745413425517 15.959980122149469, -46.16618151701361 15.82297295140367 M-46.08137632969665 16.227427435703994 C-46.09930127056255 16.141939472722033, -46.117226211428445 16.056451509740075, -46.16618151701361 15.82297295140367 M-46.16618151701361 15.82297295140367 C-46.1818359298622 15.697385874195072, -46.19749034271079 15.571798796986474, -46.21729746503335 15.412896727361664 M-46.16618151701361 15.82297295140367 C-46.17674475410547 15.73822968539563, -46.18730799119733 15.65348641938759, -46.21729746503335 15.412896727361664 M-46.21729746503335 15.412896727361664 C-46.22180570309201 15.30389758057474, -46.22631394115067 15.194898433787817, -46.234375 15 M-46.21729746503335 15.412896727361664 C-46.22284229340597 15.278835137483027, -46.22838712177859 15.144773547604391, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 7.566518725140115, -46.234375 0.13303745028023073, -46.234375 -15 M-46.234375 15 C-46.234375 3.038904052830114, -46.234375 -8.922191894339772, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.22852080816341 -15.141541308824443, -46.22266661632682 -15.283082617648889, -46.21729746503335 -15.41289672736166 M-46.234375 -15 C-46.23028276216345 -15.098941188736905, -46.2261905243269 -15.19788237747381, -46.21729746503335 -15.41289672736166 M-46.21729746503335 -15.41289672736166 C-46.205133102147464 -15.510484979039855, -46.19296873926158 -15.60807323071805, -46.16618151701361 -15.822972951403669 M-46.21729746503335 -15.41289672736166 C-46.19917515431938 -15.558282444273932, -46.181052843605414 -15.703668161186203, -46.16618151701361 -15.822972951403669 M-46.16618151701361 -15.822972951403669 C-46.133746762354136 -15.977661389508016, -46.10131200769465 -16.132349827612366, -46.08137632969665 -16.227427435703994 M-46.16618151701361 -15.822972951403669 C-46.140524425544825 -15.945337231549289, -46.11486733407604 -16.067701511694906, -46.08137632969665 -16.227427435703994 M-46.08137632969665 -16.227427435703994 C-46.04717013446272 -16.342324020141564, -46.01296393922878 -16.457220604579135, -45.963461208503176 -16.623497346023417 M-46.08137632969665 -16.227427435703994 C-46.05450904001544 -16.31767307092752, -46.027641750334226 -16.40791870615104, -45.963461208503176 -16.623497346023417 M-45.963461208503176 -16.623497346023417 C-45.93104944322703 -16.706561581540544, -45.89863767795089 -16.78962581705767, -45.81324163327529 -17.008477123264846 M-45.963461208503176 -16.623497346023417 C-45.931745437689315 -16.704777900601197, -45.900029666875454 -16.786058455178974, -45.81324163327529 -17.008477123264846 M-45.81324163327529 -17.008477123264846 C-45.771920986830594 -17.092999856533986, -45.7306003403859 -17.17752258980312, -45.63174375603245 -17.379736965185366 M-45.81324163327529 -17.008477123264846 C-45.7763150973975 -17.084011559705214, -45.73938856151971 -17.15954599614558, -45.63174375603245 -17.379736965185366 M-45.63174375603245 -17.379736965185366 C-45.55050322458167 -17.516076168531953, -45.46926269313089 -17.652415371878536, -45.420207391312644 -17.734740790612133 M-45.63174375603245 -17.379736965185366 C-45.560266374277106 -17.49969148926091, -45.48878899252177 -17.61964601333646, -45.420207391312644 -17.734740790612133 M-45.420207391312644 -17.734740790612133 C-45.32828002087759 -17.863493083815982, -45.23635265044254 -17.992245377019835, -45.18007754698197 -18.07106356344834 M-45.420207391312644 -17.734740790612133 C-45.33074881842551 -17.860035317709478, -45.24129024553837 -17.985329844806827, -45.18007754698197 -18.07106356344834 M-45.18007754698197 -18.07106356344834 C-45.11005688963566 -18.153736797355737, -45.04003623228934 -18.236410031263134, -44.91299455336566 -18.386407858128706 M-45.18007754698197 -18.07106356344834 C-45.10927290572323 -18.15466244541201, -45.03846826446449 -18.23826132737568, -44.91299455336566 -18.386407858128706 M-44.91299455336566 -18.386407858128706 C-44.82440665993911 -18.474995751555255, -44.73581876651256 -18.5635836449818, -44.620782858128706 -18.678619553365657 M-44.91299455336566 -18.386407858128706 C-44.80456408484223 -18.49483832665214, -44.69613361631879 -18.60326879517557, -44.620782858128706 -18.678619553365657 M-44.620782858128706 -18.678619553365657 C-44.54598009124023 -18.741974265178683, -44.47117732435176 -18.805328976991714, -44.30543856344834 -18.945702546981966 M-44.620782858128706 -18.678619553365657 C-44.51825077912747 -18.76545979453479, -44.41571870012624 -18.852300035703927, -44.30543856344834 -18.945702546981966 M-44.30543856344834 -18.945702546981966 C-44.2005637822787 -19.020581701504, -44.09568900110905 -19.09546085602603, -43.969115790612136 -19.185832391312644 M-44.30543856344834 -18.945702546981966 C-44.1883382846484 -19.029310539037272, -44.07123800584847 -19.112918531092575, -43.969115790612136 -19.185832391312644 M-43.969115790612136 -19.185832391312644 C-43.855637567378906 -19.253450735393198, -43.74215934414567 -19.32106907947375, -43.614111965185366 -19.397368756032446 M-43.969115790612136 -19.185832391312644 C-43.871643364759045 -19.243913350301174, -43.77417093890595 -19.301994309289707, -43.614111965185366 -19.397368756032446 M-43.614111965185366 -19.397368756032446 C-43.531761346359936 -19.437627520430805, -43.4494107275345 -19.477886284829165, -43.242852123264846 -19.578866633275286 M-43.614111965185366 -19.397368756032446 C-43.51991185125776 -19.443420385601243, -43.42571173733016 -19.48947201517004, -43.242852123264846 -19.578866633275286 M-43.242852123264846 -19.578866633275286 C-43.10646685241055 -19.63208433110315, -42.97008158155626 -19.685302028931012, -42.85787234602342 -19.729086208503173 M-43.242852123264846 -19.578866633275286 C-43.13142716082771 -19.622344788535877, -43.02000219839058 -19.665822943796464, -42.85787234602342 -19.729086208503173 M-42.85787234602342 -19.729086208503173 C-42.716263674422535 -19.771244936643868, -42.57465500282166 -19.813403664784563, -42.461802435703994 -19.847001329696653 M-42.85787234602342 -19.729086208503173 C-42.77317196327544 -19.754302604994407, -42.688471580527455 -19.779519001485642, -42.461802435703994 -19.847001329696653 M-42.461802435703994 -19.847001329696653 C-42.3394353649266 -19.87265900629939, -42.21706829414921 -19.898316682902127, -42.05734795140367 -19.931806517013612 M-42.461802435703994 -19.847001329696653 C-42.3337131396633 -19.87385883076459, -42.20562384362261 -19.90071633183253, -42.05734795140367 -19.931806517013612 M-42.05734795140367 -19.931806517013612 C-41.955031712369 -19.944560222908873, -41.85271547333432 -19.957313928804137, -41.64727172736166 -19.982922465033347 M-42.05734795140367 -19.931806517013612 C-41.91963162558515 -19.94897283912471, -41.78191529976662 -19.966139161235812, -41.64727172736166 -19.982922465033347 M-41.64727172736166 -19.982922465033347 C-41.489789414069485 -19.989435981691766, -41.33230710077731 -19.995949498350182, -41.234375 -20 M-41.64727172736166 -19.982922465033347 C-41.52623387528235 -19.987928627626065, -41.40519602320303 -19.99293479021878, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.234375, -12)\"><rect></rect><foreignObject width=\"76.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Processed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Dispatched-12\" transform=\"translate(324.2578125, 344)\"><g class=\"basic label-container outer-path\"><path d=\"M-44.953125 -20 C-14.604789631309671 -20, 15.743545737380657 -20, 44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 C45.044912289864705 -19.99620364960949, 45.13669957972942 -19.992407299218986, 45.36602172736166 -19.982922465033347 C45.47565291252908 -19.96925695205353, 45.5852840976965 -19.955591439073718, 45.77609795140367 -19.931806517013612 C45.91361952979074 -19.902971274315252, 46.051141108177816 -19.874136031616892, 46.180552435703994 -19.847001329696653 C46.28133034929609 -19.816998444889638, 46.38210826288818 -19.786995560082627, 46.57662234602342 -19.729086208503173 C46.65618349588836 -19.698041351490183, 46.73574464575329 -19.666996494477193, 46.961602123264846 -19.578866633275286 C47.043173842064036 -19.538988649897078, 47.124745560863225 -19.499110666518867, 47.332861965185366 -19.397368756032446 C47.471499761700656 -19.31475856034694, 47.610137558215946 -19.232148364661438, 47.687865790612136 -19.185832391312644 C47.80801260526762 -19.100049214465148, 47.92815941992311 -19.014266037617652, 48.02418856344834 -18.94570254698197 C48.10676131413879 -18.875766994579187, 48.189334064829225 -18.805831442176405, 48.339532858128706 -18.678619553365657 C48.41782756141665 -18.60032485007771, 48.4961222647046 -18.522030146789763, 48.63174455336566 -18.386407858128706 C48.69512357717593 -18.311576386119327, 48.758502600986205 -18.236744914109945, 48.89882754698197 -18.07106356344834 C48.950612434953186 -17.99853431510756, 49.00239732292441 -17.926005066766777, 49.138957391312644 -17.734740790612136 C49.219509042920095 -17.599557676810555, 49.30006069452755 -17.464374563008974, 49.35049375603245 -17.37973696518537 C49.4012139417803 -17.275987166956423, 49.45193412752815 -17.17223736872748, 49.53199163327529 -17.008477123264846 C49.56793019079619 -16.916374493845304, 49.60386874831709 -16.824271864425764, 49.682211208503176 -16.623497346023417 C49.723833224992035 -16.483691457082283, 49.76545524148089 -16.34388556814115, 49.80012632969665 -16.227427435703994 C49.820425926644624 -16.130614218554776, 49.840725523592596 -16.03380100140556, 49.88493151701361 -15.82297295140367 C49.89517467033697 -15.740797548229976, 49.905417823660336 -15.658622145056283, 49.93604746503335 -15.412896727361662 C49.94287184988532 -15.247898314116519, 49.949696234737296 -15.082899900871375, 49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 C49.953125 -7.830555501890629, 49.953125 -0.661111003781258, 49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 C49.94854577399262 15.110715477145192, 49.94396654798524 15.221430954290382, 49.93604746503335 15.412896727361662 C49.92398520019897 15.509665900355678, 49.9119229353646 15.606435073349692, 49.88493151701361 15.822972951403669 C49.86279055115497 15.928568059575499, 49.84064958529633 16.03416316774733, 49.80012632969665 16.227427435703994 C49.76157240799976 16.35692777590122, 49.723018486302855 16.48642811609845, 49.682211208503176 16.623497346023417 C49.64554830069177 16.717456326141985, 49.608885392880374 16.81141530626055, 49.53199163327529 17.008477123264846 C49.49116070931104 17.091998113188897, 49.450329785346796 17.175519103112943, 49.35049375603245 17.379736965185366 C49.26739230206038 17.519199199481047, 49.18429084808832 17.65866143377673, 49.138957391312644 17.734740790612133 C49.0897155785047 17.80370824057326, 49.04047376569676 17.872675690534386, 48.89882754698197 18.07106356344834 C48.79629589010862 18.192122461962807, 48.693764233235264 18.31318136047727, 48.63174455336566 18.386407858128706 C48.52475741606342 18.493394995430943, 48.41777027876118 18.60038213273318, 48.339532858128706 18.678619553365657 C48.25110744334789 18.7535120593974, 48.16268202856707 18.828404565429143, 48.02418856344834 18.94570254698197 C47.9210427546799 19.019347238936827, 47.81789694591147 19.092991930891685, 47.687865790612136 19.185832391312644 C47.5464718427368 19.270084896735575, 47.405077894861456 19.354337402158507, 47.332861965185366 19.397368756032446 C47.24270323409417 19.44144467392141, 47.152544503002986 19.485520591810378, 46.961602123264846 19.578866633275286 C46.834207615653945 19.628576124399217, 46.706813108043036 19.678285615523148, 46.57662234602342 19.729086208503173 C46.422643717866094 19.77492763227034, 46.268665089708776 19.820769056037506, 46.180552435703994 19.847001329696653 C46.040311378920094 19.876406787051543, 45.9000703221362 19.90581224440643, 45.77609795140367 19.931806517013612 C45.63586861466292 19.949286085609494, 45.49563927792216 19.966765654205375, 45.36602172736166 19.982922465033347 C45.25881784490108 19.987356450410225, 45.1516139624405 19.9917904357871, 44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 C20.76068994330514 20, -3.4317451133897166 20, -44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 C-45.11705669720101 19.993219734849966, -45.28098839440201 19.986439469699935, -45.36602172736166 19.982922465033347 C-45.48611886363614 19.96795237260854, -45.606215999910624 19.95298228018373, -45.77609795140367 19.931806517013612 C-45.889670138746396 19.907992933543873, -46.003242326089115 19.88417935007413, -46.180552435703994 19.847001329696653 C-46.30459856488143 19.810071196974015, -46.42864469405887 19.77314106425138, -46.57662234602342 19.729086208503173 C-46.67923520560759 19.68904654644584, -46.78184806519176 19.649006884388513, -46.961602123264846 19.578866633275286 C-47.04716721915981 19.5370364067938, -47.132732315054774 19.495206180312316, -47.332861965185366 19.397368756032446 C-47.435513982948905 19.3362014301797, -47.53816600071244 19.275034104326952, -47.687865790612136 19.185832391312644 C-47.77126569755063 19.126286002284484, -47.85466560448913 19.066739613256324, -48.02418856344834 18.94570254698197 C-48.11777246690107 18.866441023909896, -48.211356370353805 18.78717950083782, -48.339532858128706 18.67861955336566 C-48.42958779152971 18.58856461996465, -48.519642724930726 18.49850968656364, -48.63174455336566 18.386407858128706 C-48.72568641702914 18.275490909292657, -48.81962828069262 18.164573960456604, -48.89882754698197 18.07106356344834 C-48.987129846417794 17.94738849808173, -49.075432145853625 17.823713432715117, -49.138957391312644 17.734740790612133 C-49.20543156837638 17.623182727387483, -49.27190574544012 17.511624664162834, -49.35049375603244 17.37973696518537 C-49.415086632068984 17.24761012540733, -49.47967950810553 17.115483285629292, -49.53199163327528 17.00847712326485 C-49.59013067771007 16.859479521976343, -49.64826972214486 16.710481920687833, -49.682211208503176 16.623497346023417 C-49.70827422025622 16.535953232739203, -49.73433723200927 16.448409119454993, -49.80012632969665 16.227427435703994 C-49.82790098959501 16.09496400862823, -49.855675649493364 15.96250058155247, -49.88493151701361 15.82297295140367 C-49.89713889185205 15.725039637572166, -49.909346266690484 15.627106323740662, -49.93604746503335 15.412896727361664 C-49.93952577825816 15.328798867215733, -49.94300409148297 15.244701007069802, -49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 C-49.953125 5.7862915568579965, -49.953125 -3.427416886284007, -49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 C-49.94641392703372 -15.162258784436668, -49.939702854067434 -15.324517568873336, -49.93604746503335 -15.41289672736166 C-49.920582011581764 -15.536967883237976, -49.90511655813018 -15.661039039114291, -49.88493151701361 -15.822972951403669 C-49.851193910987526 -15.983874972595018, -49.81745630496143 -16.144776993786365, -49.80012632969665 -16.227427435703994 C-49.77616558614951 -16.307910154560137, -49.752204842602374 -16.38839287341628, -49.682211208503176 -16.623497346023417 C-49.647892952964604 -16.711447497343652, -49.61357469742603 -16.799397648663888, -49.53199163327529 -17.008477123264846 C-49.48709488012302 -17.100314899724093, -49.44219812697075 -17.192152676183344, -49.35049375603245 -17.379736965185366 C-49.27653838605371 -17.503850090075648, -49.20258301607496 -17.627963214965934, -49.138957391312644 -17.734740790612133 C-49.063592356290876 -17.84029608976318, -48.988227321269115 -17.945851388914225, -48.89882754698197 -18.07106356344834 C-48.806037105222266 -18.18062103101151, -48.71324666346256 -18.290178498574676, -48.63174455336566 -18.386407858128706 C-48.54158295207706 -18.476569459417306, -48.45142135078846 -18.56673106070591, -48.339532858128706 -18.678619553365657 C-48.228682696069825 -18.7725048515143, -48.117832534010944 -18.86639014966294, -48.02418856344834 -18.945702546981966 C-47.947780462256404 -19.000256882658068, -47.87137236106446 -19.05481121833417, -47.687865790612136 -19.185832391312644 C-47.60991790345748 -19.23227925048793, -47.53197001630283 -19.278726109663218, -47.332861965185366 -19.397368756032446 C-47.2340938210113 -19.44565355951153, -47.135325676837226 -19.493938362990615, -46.961602123264846 -19.578866633275286 C-46.80770971896503 -19.6389156357719, -46.65381731466521 -19.698964638268517, -46.57662234602342 -19.729086208503173 C-46.49093604124591 -19.75459612669997, -46.4052497364684 -19.78010604489677, -46.180552435703994 -19.847001329696653 C-46.01968682704654 -19.880731300817263, -45.858821218389096 -19.914461271937874, -45.77609795140367 -19.931806517013612 C-45.62345694217488 -19.950833198971694, -45.470815932946095 -19.96985988092978, -45.36602172736166 -19.982922465033347 C-45.206254546371014 -19.989530484518813, -45.046487365380365 -19.996138504004282, -44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-44.953125 -20 C-18.162152728298544 -20, 8.628819543402912 -20, 44.953125 -20 M-44.953125 -20 C-19.058565909022008 -20, 6.835993181955985 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C45.0637482856248 -19.995424587062107, 45.1743715712496 -19.990849174124218, 45.36602172736166 -19.982922465033347 M44.953125 -20 C45.10304078077299 -19.993799437441506, 45.252956561545986 -19.98759887488301, 45.36602172736166 -19.982922465033347 M45.36602172736166 -19.982922465033347 C45.48980576818489 -19.96749280043581, 45.613589809008104 -19.952063135838273, 45.77609795140367 -19.931806517013612 M45.36602172736166 -19.982922465033347 C45.50143395307788 -19.966043348700484, 45.63684617879409 -19.949164232367618, 45.77609795140367 -19.931806517013612 M45.77609795140367 -19.931806517013612 C45.91081524102709 -19.903559271835675, 46.045532530650505 -19.875312026657742, 46.180552435703994 -19.847001329696653 M45.77609795140367 -19.931806517013612 C45.93437524765674 -19.898619257933067, 46.092652543909814 -19.865431998852518, 46.180552435703994 -19.847001329696653 M46.180552435703994 -19.847001329696653 C46.281728684446385 -19.816879855377287, 46.38290493318877 -19.78675838105792, 46.57662234602342 -19.729086208503173 M46.180552435703994 -19.847001329696653 C46.27103245578541 -19.820064260619922, 46.36151247586682 -19.793127191543196, 46.57662234602342 -19.729086208503173 M46.57662234602342 -19.729086208503173 C46.713347473864985 -19.675735898067366, 46.85007260170655 -19.62238558763156, 46.961602123264846 -19.578866633275286 M46.57662234602342 -19.729086208503173 C46.68432855869029 -19.687059113905747, 46.79203477135716 -19.64503201930832, 46.961602123264846 -19.578866633275286 M46.961602123264846 -19.578866633275286 C47.0377563644801 -19.541637093306438, 47.11391060569536 -19.50440755333759, 47.332861965185366 -19.397368756032446 M46.961602123264846 -19.578866633275286 C47.06599635772159 -19.5278314018528, 47.17039059217833 -19.476796170430312, 47.332861965185366 -19.397368756032446 M47.332861965185366 -19.397368756032446 C47.41400793993248 -19.349016250284052, 47.49515391467959 -19.30066374453566, 47.687865790612136 -19.185832391312644 M47.332861965185366 -19.397368756032446 C47.44638364082371 -19.329724519938463, 47.55990531646206 -19.26208028384448, 47.687865790612136 -19.185832391312644 M47.687865790612136 -19.185832391312644 C47.765853826162065 -19.130150004186927, 47.843841861712 -19.07446761706121, 48.02418856344834 -18.94570254698197 M47.687865790612136 -19.185832391312644 C47.80763385882637 -19.100319634226533, 47.927401927040606 -19.014806877140423, 48.02418856344834 -18.94570254698197 M48.02418856344834 -18.94570254698197 C48.09362712576113 -18.886891084692124, 48.16306568807392 -18.828079622402278, 48.339532858128706 -18.678619553365657 M48.02418856344834 -18.94570254698197 C48.12850024382688 -18.85735506033127, 48.23281192420542 -18.769007573680565, 48.339532858128706 -18.678619553365657 M48.339532858128706 -18.678619553365657 C48.41471442597937 -18.603437985514994, 48.48989599383003 -18.528256417664334, 48.63174455336566 -18.386407858128706 M48.339532858128706 -18.678619553365657 C48.42862414375169 -18.589528267742672, 48.517715429374675 -18.500436982119687, 48.63174455336566 -18.386407858128706 M48.63174455336566 -18.386407858128706 C48.72466196447702 -18.27670047813531, 48.81757937558838 -18.166993098141916, 48.89882754698197 -18.07106356344834 M48.63174455336566 -18.386407858128706 C48.70355834703227 -18.301617472168555, 48.775372140698884 -18.216827086208404, 48.89882754698197 -18.07106356344834 M48.89882754698197 -18.07106356344834 C48.99339134810972 -17.93861871931052, 49.087955149237466 -17.806173875172696, 49.138957391312644 -17.734740790612136 M48.89882754698197 -18.07106356344834 C48.96490321667222 -17.978518829955608, 49.03097888636247 -17.885974096462874, 49.138957391312644 -17.734740790612136 M49.138957391312644 -17.734740790612136 C49.1838249783454 -17.659443264083336, 49.22869256537815 -17.584145737554536, 49.35049375603245 -17.37973696518537 M49.138957391312644 -17.734740790612136 C49.21853912553718 -17.601185408201996, 49.2981208597617 -17.467630025791852, 49.35049375603245 -17.37973696518537 M49.35049375603245 -17.37973696518537 C49.38683655229941 -17.30539658720415, 49.42317934856637 -17.23105620922293, 49.53199163327529 -17.008477123264846 M49.35049375603245 -17.37973696518537 C49.411468218858246 -17.255011707932884, 49.472442681684036 -17.1302864506804, 49.53199163327529 -17.008477123264846 M49.53199163327529 -17.008477123264846 C49.56672340598774 -16.91946721825244, 49.601455178700185 -16.830457313240032, 49.682211208503176 -16.623497346023417 M49.53199163327529 -17.008477123264846 C49.57030077324523 -16.910299211700625, 49.60860991321517 -16.8121213001364, 49.682211208503176 -16.623497346023417 M49.682211208503176 -16.623497346023417 C49.72350422647404 -16.48479654362418, 49.76479724444491 -16.346095741224946, 49.80012632969665 -16.227427435703994 M49.682211208503176 -16.623497346023417 C49.71335907535182 -16.51887350554802, 49.744506942200466 -16.41424966507262, 49.80012632969665 -16.227427435703994 M49.80012632969665 -16.227427435703994 C49.81726171686914 -16.145705026952836, 49.83439710404163 -16.063982618201678, 49.88493151701361 -15.82297295140367 M49.80012632969665 -16.227427435703994 C49.833739470308686 -16.06711901729154, 49.86735261092072 -15.906810598879083, 49.88493151701361 -15.82297295140367 M49.88493151701361 -15.82297295140367 C49.900527377168245 -15.697855611499705, 49.91612323732288 -15.57273827159574, 49.93604746503335 -15.412896727361662 M49.88493151701361 -15.82297295140367 C49.89643771128161 -15.730664838548352, 49.9079439055496 -15.638356725693033, 49.93604746503335 -15.412896727361662 M49.93604746503335 -15.412896727361662 C49.94123242069095 -15.28753605752724, 49.946417376348556 -15.162175387692816, 49.953125 -15 M49.93604746503335 -15.412896727361662 C49.942445718286244 -15.258201226277366, 49.948843971539134 -15.10350572519307, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -8.540218860757285, 49.953125 -2.0804377215145724, 49.953125 15 M49.953125 -15 C49.953125 -3.1823512416430226, 49.953125 8.635297516713955, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.94843232934932 15.113458315736715, 49.94373965869864 15.22691663147343, 49.93604746503335 15.412896727361662 M49.953125 15 C49.9467964727772 15.153009681105303, 49.9404679455544 15.306019362210604, 49.93604746503335 15.412896727361662 M49.93604746503335 15.412896727361662 C49.924756070230856 15.50348161767782, 49.91346467542836 15.594066507993977, 49.88493151701361 15.822972951403669 M49.93604746503335 15.412896727361662 C49.92490029024109 15.502324616790203, 49.91375311544884 15.591752506218745, 49.88493151701361 15.822972951403669 M49.88493151701361 15.822972951403669 C49.859114325672074 15.946100782854575, 49.833297134330536 16.06922861430548, 49.80012632969665 16.227427435703994 M49.88493151701361 15.822972951403669 C49.86719485480575 15.907562972290908, 49.8494581925979 15.992152993178149, 49.80012632969665 16.227427435703994 M49.80012632969665 16.227427435703994 C49.760057044064425 16.36201779363511, 49.71998775843219 16.496608151566225, 49.682211208503176 16.623497346023417 M49.80012632969665 16.227427435703994 C49.7564895425091 16.37400082012722, 49.71285275532154 16.52057420455044, 49.682211208503176 16.623497346023417 M49.682211208503176 16.623497346023417 C49.63392446783754 16.747245656701104, 49.58563772717191 16.87099396737879, 49.53199163327529 17.008477123264846 M49.682211208503176 16.623497346023417 C49.643076951938106 16.72378985019322, 49.60394269537304 16.82408235436302, 49.53199163327529 17.008477123264846 M49.53199163327529 17.008477123264846 C49.49530448964855 17.08352187502883, 49.45861734602181 17.158566626792812, 49.35049375603245 17.379736965185366 M49.53199163327529 17.008477123264846 C49.46415354087445 17.147242159217456, 49.39631544847361 17.28600719517007, 49.35049375603245 17.379736965185366 M49.35049375603245 17.379736965185366 C49.282059793461144 17.49458397285757, 49.21362583088984 17.609430980529773, 49.138957391312644 17.734740790612133 M49.35049375603245 17.379736965185366 C49.30788380015114 17.451245697781616, 49.26527384426983 17.522754430377862, 49.138957391312644 17.734740790612133 M49.138957391312644 17.734740790612133 C49.04597547865674 17.864970062093207, 48.95299356600084 17.995199333574277, 48.89882754698197 18.07106356344834 M49.138957391312644 17.734740790612133 C49.06698021282909 17.83555110145039, 48.99500303434552 17.936361412288647, 48.89882754698197 18.07106356344834 M48.89882754698197 18.07106356344834 C48.83960675292889 18.14098542286073, 48.780385958875804 18.21090728227312, 48.63174455336566 18.386407858128706 M48.89882754698197 18.07106356344834 C48.81661067860234 18.1681368365121, 48.734393810222706 18.265210109575865, 48.63174455336566 18.386407858128706 M48.63174455336566 18.386407858128706 C48.52803207387939 18.49012033761497, 48.424319594393125 18.593832817101237, 48.339532858128706 18.678619553365657 M48.63174455336566 18.386407858128706 C48.55388331732372 18.464269094170646, 48.476022081281776 18.542130330212586, 48.339532858128706 18.678619553365657 M48.339532858128706 18.678619553365657 C48.27434135428366 18.733833940621125, 48.209149850438614 18.789048327876593, 48.02418856344834 18.94570254698197 M48.339532858128706 18.678619553365657 C48.24211891718723 18.76112495271967, 48.14470497624575 18.843630352073685, 48.02418856344834 18.94570254698197 M48.02418856344834 18.94570254698197 C47.896130211321804 19.037134453011017, 47.76807185919526 19.128566359040065, 47.687865790612136 19.185832391312644 M48.02418856344834 18.94570254698197 C47.924811227475416 19.016656601076896, 47.82543389150249 19.087610655171822, 47.687865790612136 19.185832391312644 M47.687865790612136 19.185832391312644 C47.586524348595546 19.246218783526533, 47.485182906578956 19.306605175740422, 47.332861965185366 19.397368756032446 M47.687865790612136 19.185832391312644 C47.60163107251284 19.23721712993464, 47.51539635441354 19.288601868556633, 47.332861965185366 19.397368756032446 M47.332861965185366 19.397368756032446 C47.252763203658674 19.436526654478104, 47.17266444213198 19.475684552923763, 46.961602123264846 19.578866633275286 M47.332861965185366 19.397368756032446 C47.224306139118916 19.450438465623126, 47.11575031305246 19.50350817521381, 46.961602123264846 19.578866633275286 M46.961602123264846 19.578866633275286 C46.82256259318338 19.633120026267473, 46.68352306310191 19.687373419259657, 46.57662234602342 19.729086208503173 M46.961602123264846 19.578866633275286 C46.881402589198444 19.61016058857667, 46.80120305513204 19.64145454387805, 46.57662234602342 19.729086208503173 M46.57662234602342 19.729086208503173 C46.41847204644364 19.776169592663045, 46.26032174686385 19.823252976822914, 46.180552435703994 19.847001329696653 M46.57662234602342 19.729086208503173 C46.44002988975393 19.76975154463573, 46.30343743348443 19.810416880768294, 46.180552435703994 19.847001329696653 M46.180552435703994 19.847001329696653 C46.04526835429112 19.875367418615333, 45.90998427287824 19.903733507534014, 45.77609795140367 19.931806517013612 M46.180552435703994 19.847001329696653 C46.05807836885855 19.872681441015644, 45.93560430201311 19.898361552334634, 45.77609795140367 19.931806517013612 M45.77609795140367 19.931806517013612 C45.66706458360437 19.945397512136203, 45.558031215805066 19.958988507258795, 45.36602172736166 19.982922465033347 M45.77609795140367 19.931806517013612 C45.651410907840095 19.94734874078535, 45.52672386427652 19.962890964557086, 45.36602172736166 19.982922465033347 M45.36602172736166 19.982922465033347 C45.236476787044495 19.988280483398267, 45.106931846727335 19.99363850176319, 44.953125 20 M45.36602172736166 19.982922465033347 C45.27615013089284 19.986639581758908, 45.18627853442401 19.99035669848447, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C16.032585989178784 20, -12.887953021642431 20, -44.953125 20 M44.953125 20 C9.916238485665822 20, -25.120648028668356 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-45.04733341018139 19.996103511332468, -45.14154182036277 19.99220702266494, -45.36602172736166 19.982922465033347 M-44.953125 20 C-45.11308674575655 19.99338393325629, -45.273048491513094 19.98676786651258, -45.36602172736166 19.982922465033347 M-45.36602172736166 19.982922465033347 C-45.47635879397621 19.969168964022906, -45.58669586059075 19.955415463012468, -45.77609795140367 19.931806517013612 M-45.36602172736166 19.982922465033347 C-45.458101363870334 19.971444750312262, -45.55018100037901 19.95996703559118, -45.77609795140367 19.931806517013612 M-45.77609795140367 19.931806517013612 C-45.90860867866127 19.904021939310073, -46.041119405918856 19.876237361606535, -46.180552435703994 19.847001329696653 M-45.77609795140367 19.931806517013612 C-45.91489591846136 19.902703643754823, -46.05369388551906 19.873600770496036, -46.180552435703994 19.847001329696653 M-46.180552435703994 19.847001329696653 C-46.29085980843715 19.8141614019832, -46.4011671811703 19.781321474269745, -46.57662234602342 19.729086208503173 M-46.180552435703994 19.847001329696653 C-46.32067862428153 19.805283955874504, -46.46080481285906 19.763566582052356, -46.57662234602342 19.729086208503173 M-46.57662234602342 19.729086208503173 C-46.67726753505491 19.68981433387803, -46.7779127240864 19.650542459252886, -46.961602123264846 19.578866633275286 M-46.57662234602342 19.729086208503173 C-46.705755821659835 19.678698169950078, -46.83488929729625 19.628310131396983, -46.961602123264846 19.578866633275286 M-46.961602123264846 19.578866633275286 C-47.06631087438469 19.527677644025356, -47.17101962550453 19.476488654775427, -47.332861965185366 19.397368756032446 M-46.961602123264846 19.578866633275286 C-47.081152052009855 19.52042223438876, -47.20070198075486 19.461977835502232, -47.332861965185366 19.397368756032446 M-47.332861965185366 19.397368756032446 C-47.43686195892782 19.33539821083983, -47.54086195267028 19.273427665647215, -47.687865790612136 19.185832391312644 M-47.332861965185366 19.397368756032446 C-47.41666004131305 19.347435940876853, -47.500458117440736 19.297503125721256, -47.687865790612136 19.185832391312644 M-47.687865790612136 19.185832391312644 C-47.787430849489134 19.114744305640397, -47.88699590836613 19.043656219968152, -48.02418856344834 18.94570254698197 M-47.687865790612136 19.185832391312644 C-47.813514428861346 19.09612098792267, -47.93916306711055 19.006409584532697, -48.02418856344834 18.94570254698197 M-48.02418856344834 18.94570254698197 C-48.13835299906899 18.849010202314734, -48.25251743468964 18.752317857647498, -48.339532858128706 18.67861955336566 M-48.02418856344834 18.94570254698197 C-48.09326928500028 18.887194160356586, -48.16235000655223 18.828685773731202, -48.339532858128706 18.67861955336566 M-48.339532858128706 18.67861955336566 C-48.43927340332118 18.578879008173182, -48.539013948513656 18.479138462980707, -48.63174455336566 18.386407858128706 M-48.339532858128706 18.67861955336566 C-48.4465930237019 18.571559387792465, -48.553653189275096 18.464499222219267, -48.63174455336566 18.386407858128706 M-48.63174455336566 18.386407858128706 C-48.7198876003141 18.282337559250497, -48.808030647262555 18.178267260372287, -48.89882754698197 18.07106356344834 M-48.63174455336566 18.386407858128706 C-48.68607486694749 18.32226017809768, -48.740405180529336 18.25811249806665, -48.89882754698197 18.07106356344834 M-48.89882754698197 18.07106356344834 C-48.951821817337546 17.996840469687967, -49.00481608769313 17.922617375927594, -49.138957391312644 17.734740790612133 M-48.89882754698197 18.07106356344834 C-48.9573426075713 17.989108121862408, -49.01585766816063 17.90715268027647, -49.138957391312644 17.734740790612133 M-49.138957391312644 17.734740790612133 C-49.19074911051993 17.6478230709644, -49.24254082972722 17.56090535131667, -49.35049375603244 17.37973696518537 M-49.138957391312644 17.734740790612133 C-49.210436376144024 17.61478357622786, -49.281915360975404 17.494826361843593, -49.35049375603244 17.37973696518537 M-49.35049375603244 17.37973696518537 C-49.391162102938296 17.29654853194968, -49.43183044984415 17.213360098713984, -49.53199163327528 17.00847712326485 M-49.35049375603244 17.37973696518537 C-49.394524086566925 17.28967148451824, -49.43855441710141 17.19960600385111, -49.53199163327528 17.00847712326485 M-49.53199163327528 17.00847712326485 C-49.59057432954967 16.85834253975468, -49.649157025824046 16.708207956244514, -49.682211208503176 16.623497346023417 M-49.53199163327528 17.00847712326485 C-49.57912948290419 16.887673167973087, -49.626267332533104 16.766869212681325, -49.682211208503176 16.623497346023417 M-49.682211208503176 16.623497346023417 C-49.70948833385346 16.531875097053927, -49.73676545920373 16.440252848084437, -49.80012632969665 16.227427435703994 M-49.682211208503176 16.623497346023417 C-49.72705471144873 16.47287067481888, -49.77189821439428 16.322244003614344, -49.80012632969665 16.227427435703994 M-49.80012632969665 16.227427435703994 C-49.82191580932747 16.123508642218923, -49.84370528895828 16.01958984873385, -49.88493151701361 15.82297295140367 M-49.80012632969665 16.227427435703994 C-49.81844261728162 16.140073054635458, -49.836758904866585 16.052718673566922, -49.88493151701361 15.82297295140367 M-49.88493151701361 15.82297295140367 C-49.89744949015349 15.722547871624657, -49.90996746329338 15.622122791845646, -49.93604746503335 15.412896727361664 M-49.88493151701361 15.82297295140367 C-49.90238730961383 15.68293435690487, -49.919843102214045 15.54289576240607, -49.93604746503335 15.412896727361664 M-49.93604746503335 15.412896727361664 C-49.94191514667423 15.271029265139873, -49.94778282831513 15.129161802918084, -49.953125 15 M-49.93604746503335 15.412896727361664 C-49.94132471287915 15.285304638148416, -49.94660196072495 15.157712548935166, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 5.173944047721886, -49.953125 -4.652111904556229, -49.953125 -15 M-49.953125 15 C-49.953125 4.438309500918518, -49.953125 -6.123380998162965, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.948982867156765 -15.100147538775866, -49.94484073431353 -15.200295077551733, -49.93604746503335 -15.41289672736166 M-49.953125 -15 C-49.948291698508136 -15.116858455991407, -49.94345839701627 -15.233716911982812, -49.93604746503335 -15.41289672736166 M-49.93604746503335 -15.41289672736166 C-49.924373194138845 -15.506553230123048, -49.91269892324434 -15.600209732884434, -49.88493151701361 -15.822972951403669 M-49.93604746503335 -15.41289672736166 C-49.925521678369535 -15.497339548386934, -49.91499589170572 -15.581782369412208, -49.88493151701361 -15.822972951403669 M-49.88493151701361 -15.822972951403669 C-49.861451233244914 -15.934955559583045, -49.837970949476215 -16.046938167762423, -49.80012632969665 -16.227427435703994 M-49.88493151701361 -15.822972951403669 C-49.85560649265665 -15.962830405630642, -49.826281468299676 -16.102687859857618, -49.80012632969665 -16.227427435703994 M-49.80012632969665 -16.227427435703994 C-49.760894375208245 -16.35920524790149, -49.72166242071984 -16.49098306009898, -49.682211208503176 -16.623497346023417 M-49.80012632969665 -16.227427435703994 C-49.75866413666881 -16.366696487102736, -49.71720194364097 -16.505965538501474, -49.682211208503176 -16.623497346023417 M-49.682211208503176 -16.623497346023417 C-49.64072483860259 -16.72981780005649, -49.599238468702 -16.836138254089565, -49.53199163327529 -17.008477123264846 M-49.682211208503176 -16.623497346023417 C-49.65073473520442 -16.704164633629027, -49.619258261905664 -16.784831921234634, -49.53199163327529 -17.008477123264846 M-49.53199163327529 -17.008477123264846 C-49.490572274770415 -17.093201775280445, -49.44915291626554 -17.177926427296047, -49.35049375603245 -17.379736965185366 M-49.53199163327529 -17.008477123264846 C-49.46548599542941 -17.14451657986107, -49.39898035758353 -17.280556036457295, -49.35049375603245 -17.379736965185366 M-49.35049375603245 -17.379736965185366 C-49.27523165177906 -17.50604307314469, -49.19996954752566 -17.63234918110401, -49.138957391312644 -17.734740790612133 M-49.35049375603245 -17.379736965185366 C-49.28826151850321 -17.484176135334717, -49.226029280973975 -17.588615305484065, -49.138957391312644 -17.734740790612133 M-49.138957391312644 -17.734740790612133 C-49.05290521587342 -17.85526436123692, -48.966853040434195 -17.975787931861706, -48.89882754698197 -18.07106356344834 M-49.138957391312644 -17.734740790612133 C-49.06156713236687 -17.843132592354664, -48.98417687342109 -17.951524394097195, -48.89882754698197 -18.07106356344834 M-48.89882754698197 -18.07106356344834 C-48.82728428188243 -18.155534536932922, -48.75574101678288 -18.240005510417507, -48.63174455336566 -18.386407858128706 M-48.89882754698197 -18.07106356344834 C-48.83406624253216 -18.147527091124854, -48.76930493808234 -18.223990618801366, -48.63174455336566 -18.386407858128706 M-48.63174455336566 -18.386407858128706 C-48.554550696563176 -18.463601714931183, -48.4773568397607 -18.540795571733664, -48.339532858128706 -18.678619553365657 M-48.63174455336566 -18.386407858128706 C-48.53769054297835 -18.480461868516006, -48.44363653259106 -18.574515878903306, -48.339532858128706 -18.678619553365657 M-48.339532858128706 -18.678619553365657 C-48.21419061367353 -18.78477901919524, -48.08884836921836 -18.890938485024826, -48.02418856344834 -18.945702546981966 M-48.339532858128706 -18.678619553365657 C-48.256499618049595 -18.748945120385883, -48.173466377970485 -18.819270687406114, -48.02418856344834 -18.945702546981966 M-48.02418856344834 -18.945702546981966 C-47.89121654215061 -19.040642745367258, -47.75824452085288 -19.135582943752546, -47.687865790612136 -19.185832391312644 M-48.02418856344834 -18.945702546981966 C-47.89680553941449 -19.0366522780206, -47.76942251538063 -19.127602009059235, -47.687865790612136 -19.185832391312644 M-47.687865790612136 -19.185832391312644 C-47.55511974504337 -19.26493186545715, -47.422373699474605 -19.34403133960166, -47.332861965185366 -19.397368756032446 M-47.687865790612136 -19.185832391312644 C-47.61504492392657 -19.229224209403316, -47.54222405724099 -19.272616027493985, -47.332861965185366 -19.397368756032446 M-47.332861965185366 -19.397368756032446 C-47.24297673552327 -19.441310967220073, -47.15309150586117 -19.485253178407696, -46.961602123264846 -19.578866633275286 M-47.332861965185366 -19.397368756032446 C-47.221965185794375 -19.45158288796876, -47.111068406403376 -19.505797019905067, -46.961602123264846 -19.578866633275286 M-46.961602123264846 -19.578866633275286 C-46.81863593597344 -19.634652212665337, -46.675669748682026 -19.690437792055388, -46.57662234602342 -19.729086208503173 M-46.961602123264846 -19.578866633275286 C-46.87718848378531 -19.611804937611474, -46.79277484430578 -19.64474324194766, -46.57662234602342 -19.729086208503173 M-46.57662234602342 -19.729086208503173 C-46.44508878630425 -19.76824544587818, -46.31355522658507 -19.807404683253186, -46.180552435703994 -19.847001329696653 M-46.57662234602342 -19.729086208503173 C-46.425222585519684 -19.774159870105144, -46.273822825015955 -19.81923353170712, -46.180552435703994 -19.847001329696653 M-46.180552435703994 -19.847001329696653 C-46.041696470891154 -19.87611636380587, -45.90284050607832 -19.905231397915088, -45.77609795140367 -19.931806517013612 M-46.180552435703994 -19.847001329696653 C-46.09888393778493 -19.864125412956362, -46.01721543986587 -19.881249496216068, -45.77609795140367 -19.931806517013612 M-45.77609795140367 -19.931806517013612 C-45.678419106839016 -19.943982172291015, -45.580740262274354 -19.95615782756842, -45.36602172736166 -19.982922465033347 M-45.77609795140367 -19.931806517013612 C-45.637136965788414 -19.949127985806577, -45.49817598017316 -19.96644945459954, -45.36602172736166 -19.982922465033347 M-45.36602172736166 -19.982922465033347 C-45.27344915070215 -19.98675129512594, -45.18087657404263 -19.990580125218536, -44.953125 -20 M-45.36602172736166 -19.982922465033347 C-45.25440738922146 -19.98753886820648, -45.14279305108127 -19.992155271379616, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-41.953125, -12)\"><rect></rect><foreignObject width=\"83.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dispatched</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Sent-16\" transform=\"translate(258.53515625, 458)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.640625 -20 C-7.345035026458504 -20, 4.950554947082992 -20, 19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 C19.724896350066064 -19.996514511179015, 19.809167700132125 -19.99302902235803, 20.053521727361662 -19.982922465033347 C20.213582944428705 -19.962970855132802, 20.37364416149575 -19.943019245232257, 20.46359795140367 -19.931806517013612 C20.550667834687758 -19.913549882340995, 20.637737717971845 -19.895293247668377, 20.868052435703998 -19.847001329696653 C21.010779851275196 -19.80450953704536, 21.153507266846393 -19.76201774439406, 21.264122346023417 -19.729086208503173 C21.347147645033026 -19.696689636299407, 21.430172944042635 -19.66429306409564, 21.649102123264846 -19.578866633275286 C21.786047146610066 -19.511918290821782, 21.92299216995529 -19.44496994836828, 22.02036196518537 -19.397368756032446 C22.10276645573885 -19.34826633763649, 22.185170946292327 -19.299163919240534, 22.375365790612136 -19.185832391312644 C22.482279066052197 -19.1094977798565, 22.58919234149226 -19.033163168400357, 22.71168856344834 -18.94570254698197 C22.83037838433092 -18.845177396510373, 22.9490682052135 -18.744652246038775, 23.027032858128706 -18.678619553365657 C23.115602905072013 -18.59004950642235, 23.20417295201532 -18.501479459479043, 23.319244553365657 -18.386407858128706 C23.382427284416405 -18.311808148542553, 23.445610015467153 -18.2372084389564, 23.58632754698197 -18.07106356344834 C23.667156843483788 -17.95785508991743, 23.747986139985603 -17.84464661638652, 23.826457391312644 -17.734740790612136 C23.886861467873686 -17.63336967043171, 23.947265544434728 -17.531998550251284, 24.037993756032446 -17.37973696518537 C24.07690867045479 -17.30013523542265, 24.11582358487714 -17.220533505659933, 24.219491633275286 -17.008477123264846 C24.262267815379055 -16.898851163848004, 24.305043997482823 -16.78922520443116, 24.369711208503173 -16.623497346023417 C24.403458229806088 -16.510143099632387, 24.437205251109006 -16.396788853241357, 24.487626329696653 -16.227427435703994 C24.519744723549508 -16.07424779147116, 24.551863117402362 -15.921068147238323, 24.572431517013612 -15.82297295140367 C24.590540469611522 -15.6776943995936, 24.608649422209428 -15.532415847783529, 24.623547465033347 -15.412896727361662 C24.629112544294255 -15.278345516146244, 24.634677623555163 -15.143794304930825, 24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 C24.640625 -7.3388647700405505, 24.640625 0.322270459918899, 24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 C24.635369178079515 15.127074058100407, 24.63011335615903 15.254148116200813, 24.623547465033347 15.412896727361662 C24.606140668621798 15.55254225134491, 24.58873387221025 15.692187775328158, 24.572431517013612 15.822972951403669 C24.55022299504632 15.928890249431467, 24.52801447307903 16.034807547459263, 24.487626329696653 16.227427435703994 C24.4471275610021 16.363460401811693, 24.40662879230755 16.49949336791939, 24.369711208503173 16.623497346023417 C24.320714977355845 16.749063924973946, 24.27171874620852 16.874630503924475, 24.219491633275286 17.008477123264846 C24.151082969143552 17.14840928234768, 24.082674305011817 17.288341441430514, 24.037993756032446 17.379736965185366 C23.95870028728729 17.512808575701005, 23.879406818542137 17.645880186216644, 23.826457391312644 17.734740790612133 C23.773071365149626 17.809512572519953, 23.71968533898661 17.884284354427773, 23.58632754698197 18.07106356344834 C23.510280428463627 18.16085222661606, 23.43423330994528 18.250640889783778, 23.319244553365657 18.386407858128706 C23.229177992944575 18.47647441854979, 23.139111432523492 18.56654097897087, 23.027032858128706 18.678619553365657 C22.951856030063432 18.74229107883468, 22.876679201998158 18.805962604303705, 22.71168856344834 18.94570254698197 C22.619498044856527 19.011525312093976, 22.527307526264714 19.077348077205983, 22.375365790612136 19.185832391312644 C22.244292277304456 19.263935252550343, 22.11321876399678 19.342038113788043, 22.02036196518537 19.397368756032446 C21.895474841735968 19.458422350420076, 21.770587718286563 19.519475944807706, 21.649102123264846 19.578866633275286 C21.531288265375235 19.62483774327735, 21.413474407485623 19.670808853279414, 21.264122346023417 19.729086208503173 C21.165511894834115 19.758443811794855, 21.066901443644817 19.78780141508654, 20.868052435703998 19.847001329696653 C20.770177604231037 19.86752352376019, 20.67230277275808 19.888045717823733, 20.46359795140367 19.931806517013612 C20.362201124841505 19.944445618263693, 20.260804298279336 19.957084719513773, 20.053521727361662 19.982922465033347 C19.90322320504264 19.989138857899285, 19.752924682723613 19.99535525076522, 19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 C5.024640456524391 20, -9.591344086951217 20, -19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 C-19.744223052595387 19.995715152849527, -19.84782110519078 19.991430305699055, -20.053521727361662 19.982922465033347 C-20.166483738653614 19.968841765010094, -20.279445749945562 19.95476106498684, -20.46359795140367 19.931806517013612 C-20.622369102597563 19.898515707441256, -20.781140253791452 19.865224897868902, -20.868052435703994 19.847001329696653 C-20.964692442330275 19.818230353168072, -21.061332448956556 19.789459376639496, -21.264122346023417 19.729086208503173 C-21.34400725942973 19.697915018564313, -21.423892172836048 19.66674382862545, -21.649102123264846 19.578866633275286 C-21.77171161132322 19.518926506981774, -21.894321099381592 19.45898638068826, -22.02036196518537 19.397368756032446 C-22.140938034728528 19.325521013567418, -22.261514104271686 19.25367327110239, -22.375365790612133 19.185832391312644 C-22.46545420288618 19.12151050126359, -22.55554261516022 19.057188611214535, -22.71168856344834 18.94570254698197 C-22.80088546162258 18.870156627846782, -22.89008235979682 18.7946107087116, -23.027032858128706 18.67861955336566 C-23.1283992984302 18.577253113064167, -23.22976573873169 18.475886672762673, -23.319244553365657 18.386407858128706 C-23.39633484478246 18.29538752304717, -23.473425136199264 18.204367187965637, -23.586327546981966 18.07106356344834 C-23.68164171616229 17.937567763462887, -23.776955885342613 17.804071963477437, -23.826457391312644 17.734740790612133 C-23.88966488697244 17.628664926140342, -23.952872382632233 17.52258906166855, -24.037993756032446 17.37973696518537 C-24.100560722442342 17.25175418978516, -24.163127688852242 17.12377141438495, -24.219491633275286 17.00847712326485 C-24.26237614398918 16.898573541413437, -24.305260654703073 16.78866995956203, -24.369711208503173 16.623497346023417 C-24.40216951782278 16.514471806879524, -24.434627827142386 16.405446267735627, -24.487626329696653 16.227427435703994 C-24.51396751766108 16.10180054976609, -24.540308705625506 15.976173663828183, -24.572431517013612 15.82297295140367 C-24.584593336909602 15.725405100788805, -24.596755156805592 15.627837250173942, -24.623547465033347 15.412896727361664 C-24.62953272534101 15.26818647507599, -24.635517985648672 15.123476222790313, -24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 C-24.640625 8.34594967828659, -24.640625 1.691899356573181, -24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 C-24.635116959370706 -15.133172144249798, -24.629608918741415 -15.266344288499594, -24.623547465033347 -15.41289672736166 C-24.60422272004952 -15.567928938648889, -24.584897975065694 -15.722961149936117, -24.572431517013612 -15.822972951403669 C-24.541250415612794 -15.971682442956935, -24.510069314211975 -16.1203919345102, -24.487626329696653 -16.227427435703994 C-24.449008046116546 -16.357143963656036, -24.410389762536443 -16.486860491608077, -24.369711208503173 -16.623497346023417 C-24.30972895197459 -16.777218695067184, -24.249746695446007 -16.930940044110955, -24.21949163327529 -17.008477123264846 C-24.177459612191996 -17.094454996615422, -24.135427591108705 -17.180432869965994, -24.037993756032446 -17.379736965185366 C-23.986907756052187 -17.465470335155896, -23.93582175607193 -17.551203705126422, -23.826457391312644 -17.734740790612133 C-23.73473439922015 -17.8632068341369, -23.643011407127663 -17.991672877661667, -23.58632754698197 -18.07106356344834 C-23.514318413072928 -18.156084587196908, -23.442309279163887 -18.241105610945475, -23.31924455336566 -18.386407858128706 C-23.226428816245786 -18.47922359524858, -23.13361307912591 -18.57203933236845, -23.027032858128706 -18.678619553365657 C-22.925516221625656 -18.7645997586095, -22.823999585122607 -18.850579963853345, -22.71168856344834 -18.945702546981966 C-22.583602631416266 -19.03715414468508, -22.455516699384187 -19.128605742388196, -22.375365790612136 -19.185832391312644 C-22.2806623949447 -19.242263366449397, -22.185958999277265 -19.298694341586152, -22.020361965185366 -19.397368756032446 C-21.94425126371072 -19.434577010719117, -21.86814056223607 -19.47178526540579, -21.64910212326485 -19.578866633275286 C-21.503369168969076 -19.635731808500548, -21.3576362146733 -19.69259698372581, -21.26412234602342 -19.729086208503173 C-21.11242701895968 -19.77424786408256, -20.960731691895933 -19.819409519661953, -20.868052435703994 -19.847001329696653 C-20.73055680432058 -19.875831131880464, -20.59306117293717 -19.904660934064278, -20.463597951403674 -19.931806517013612 C-20.378588560717628 -19.94240292651199, -20.293579170031578 -19.952999336010368, -20.053521727361662 -19.982922465033347 C-19.92217007822018 -19.988355209427993, -19.790818429078698 -19.993787953822636, -19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.640625 -20 C-6.045133686818863 -20, 7.550357626362274 -20, 19.640625 -20 M-19.640625 -20 C-8.516670929084382 -20, 2.6072831418312354 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.749023456588258 -19.995516606671732, 19.85742191317652 -19.991033213343464, 20.053521727361662 -19.982922465033347 M19.640625 -20 C19.80201160355573 -19.99332500070179, 19.96339820711146 -19.98665000140358, 20.053521727361662 -19.982922465033347 M20.053521727361662 -19.982922465033347 C20.18934884344268 -19.965991632670445, 20.3251759595237 -19.94906080030754, 20.46359795140367 -19.931806517013612 M20.053521727361662 -19.982922465033347 C20.193599025230455 -19.965461848063093, 20.333676323099244 -19.948001231092835, 20.46359795140367 -19.931806517013612 M20.46359795140367 -19.931806517013612 C20.573158646814175 -19.908834054950454, 20.68271934222468 -19.88586159288729, 20.868052435703998 -19.847001329696653 M20.46359795140367 -19.931806517013612 C20.58687112026853 -19.90595885162099, 20.710144289133392 -19.880111186228373, 20.868052435703998 -19.847001329696653 M20.868052435703998 -19.847001329696653 C21.016907173787374 -19.80268535409737, 21.16576191187075 -19.758369378498088, 21.264122346023417 -19.729086208503173 M20.868052435703998 -19.847001329696653 C20.96938041771081 -19.816834682427267, 21.07070839971762 -19.786668035157877, 21.264122346023417 -19.729086208503173 M21.264122346023417 -19.729086208503173 C21.363500829351132 -19.690308603977417, 21.462879312678847 -19.651530999451666, 21.649102123264846 -19.578866633275286 M21.264122346023417 -19.729086208503173 C21.348833660775526 -19.69603175091519, 21.43354497552764 -19.662977293327206, 21.649102123264846 -19.578866633275286 M21.649102123264846 -19.578866633275286 C21.740223607685646 -19.53432005396297, 21.831345092106442 -19.489773474650647, 22.02036196518537 -19.397368756032446 M21.649102123264846 -19.578866633275286 C21.79526424741789 -19.50741232480537, 21.94142637157093 -19.43595801633545, 22.02036196518537 -19.397368756032446 M22.02036196518537 -19.397368756032446 C22.126084410777594 -19.334371852314632, 22.231806856369815 -19.271374948596815, 22.375365790612136 -19.185832391312644 M22.02036196518537 -19.397368756032446 C22.15271837258581 -19.318501455841513, 22.285074779986246 -19.23963415565058, 22.375365790612136 -19.185832391312644 M22.375365790612136 -19.185832391312644 C22.47527691212071 -19.11449722167059, 22.57518803362928 -19.04316205202854, 22.71168856344834 -18.94570254698197 M22.375365790612136 -19.185832391312644 C22.45169391408214 -19.131335158632446, 22.52802203755214 -19.076837925952248, 22.71168856344834 -18.94570254698197 M22.71168856344834 -18.94570254698197 C22.801014559175567 -18.870047287796872, 22.890340554902792 -18.79439202861177, 23.027032858128706 -18.678619553365657 M22.71168856344834 -18.94570254698197 C22.783210821965657 -18.885126284029862, 22.854733080482973 -18.824550021077755, 23.027032858128706 -18.678619553365657 M23.027032858128706 -18.678619553365657 C23.101884578174293 -18.60376783332007, 23.17673629821988 -18.528916113274484, 23.319244553365657 -18.386407858128706 M23.027032858128706 -18.678619553365657 C23.09156060151637 -18.614091809977992, 23.15608834490403 -18.54956406659033, 23.319244553365657 -18.386407858128706 M23.319244553365657 -18.386407858128706 C23.373812968818154 -18.321979051750215, 23.42838138427065 -18.25755024537173, 23.58632754698197 -18.07106356344834 M23.319244553365657 -18.386407858128706 C23.38359937410517 -18.31042426486205, 23.44795419484468 -18.234440671595394, 23.58632754698197 -18.07106356344834 M23.58632754698197 -18.07106356344834 C23.672618173519407 -17.950206021280948, 23.75890880005684 -17.829348479113555, 23.826457391312644 -17.734740790612136 M23.58632754698197 -18.07106356344834 C23.642089078715365 -17.992964678978385, 23.69785061044876 -17.91486579450843, 23.826457391312644 -17.734740790612136 M23.826457391312644 -17.734740790612136 C23.87601231396661 -17.65157689992985, 23.925567236620576 -17.568413009247568, 24.037993756032446 -17.37973696518537 M23.826457391312644 -17.734740790612136 C23.880225508602148 -17.644506247019343, 23.933993625891656 -17.554271703426554, 24.037993756032446 -17.37973696518537 M24.037993756032446 -17.37973696518537 C24.096815869660478 -17.25941440858734, 24.15563798328851 -17.139091851989306, 24.219491633275286 -17.008477123264846 M24.037993756032446 -17.37973696518537 C24.104444289202487 -17.2438102270052, 24.170894822372528 -17.10788348882503, 24.219491633275286 -17.008477123264846 M24.219491633275286 -17.008477123264846 C24.27589615994689 -16.863924710035747, 24.33230068661849 -16.719372296806647, 24.369711208503173 -16.623497346023417 M24.219491633275286 -17.008477123264846 C24.25678584255432 -16.912900256143125, 24.29408005183335 -16.817323389021407, 24.369711208503173 -16.623497346023417 M24.369711208503173 -16.623497346023417 C24.401292970004086 -16.517416079102, 24.432874731505002 -16.411334812180584, 24.487626329696653 -16.227427435703994 M24.369711208503173 -16.623497346023417 C24.415508139906738 -16.46966816508103, 24.461305071310306 -16.31583898413864, 24.487626329696653 -16.227427435703994 M24.487626329696653 -16.227427435703994 C24.516092250808704 -16.0916672327287, 24.544558171920755 -15.955907029753403, 24.572431517013612 -15.82297295140367 M24.487626329696653 -16.227427435703994 C24.506692786953582 -16.136495331415794, 24.525759244210516 -16.045563227127595, 24.572431517013612 -15.82297295140367 M24.572431517013612 -15.82297295140367 C24.591821199696962 -15.667419779288155, 24.611210882380316 -15.511866607172639, 24.623547465033347 -15.412896727361662 M24.572431517013612 -15.82297295140367 C24.591698799474486 -15.668401731555498, 24.610966081935363 -15.513830511707326, 24.623547465033347 -15.412896727361662 M24.623547465033347 -15.412896727361662 C24.62845573153256 -15.294225784599659, 24.633363998031772 -15.175554841837656, 24.640625 -15 M24.623547465033347 -15.412896727361662 C24.62783078076058 -15.30933570116644, 24.632114096487815 -15.205774674971218, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -3.2198850183899523, 24.640625 8.560229963220095, 24.640625 15 M24.640625 -15 C24.640625 -5.945100102552161, 24.640625 3.109799794895679, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.63592249164026 15.113696169612211, 24.631219983280523 15.227392339224421, 24.623547465033347 15.412896727361662 M24.640625 15 C24.63387420902935 15.163219077245408, 24.627123418058705 15.326438154490816, 24.623547465033347 15.412896727361662 M24.623547465033347 15.412896727361662 C24.60545308635432 15.558058360326328, 24.587358707675293 15.703219993290993, 24.572431517013612 15.822972951403669 M24.623547465033347 15.412896727361662 C24.603150438383036 15.576531287503526, 24.582753411732725 15.740165847645391, 24.572431517013612 15.822972951403669 M24.572431517013612 15.822972951403669 C24.54834637676959 15.937840252389499, 24.524261236525568 16.05270755337533, 24.487626329696653 16.227427435703994 M24.572431517013612 15.822972951403669 C24.54371895756875 15.959909426525307, 24.515006398123884 16.096845901646944, 24.487626329696653 16.227427435703994 M24.487626329696653 16.227427435703994 C24.454668021322302 16.338132442067767, 24.42170971294795 16.448837448431537, 24.369711208503173 16.623497346023417 M24.487626329696653 16.227427435703994 C24.462209106200454 16.31280238447066, 24.436791882704252 16.398177333237328, 24.369711208503173 16.623497346023417 M24.369711208503173 16.623497346023417 C24.329724832938556 16.725973644030553, 24.289738457373936 16.828449942037693, 24.219491633275286 17.008477123264846 M24.369711208503173 16.623497346023417 C24.330413793971783 16.72420798822506, 24.291116379440393 16.824918630426705, 24.219491633275286 17.008477123264846 M24.219491633275286 17.008477123264846 C24.164433570968626 17.12110018982045, 24.109375508661966 17.23372325637605, 24.037993756032446 17.379736965185366 M24.219491633275286 17.008477123264846 C24.160936854699298 17.128252837273482, 24.102382076123305 17.24802855128212, 24.037993756032446 17.379736965185366 M24.037993756032446 17.379736965185366 C23.989702845374783 17.460779570032624, 23.94141193471712 17.541822174879886, 23.826457391312644 17.734740790612133 M24.037993756032446 17.379736965185366 C23.98545772295245 17.467903804682912, 23.932921689872458 17.55607064418046, 23.826457391312644 17.734740790612133 M23.826457391312644 17.734740790612133 C23.744969816712786 17.848871239984273, 23.663482242112927 17.963001689356414, 23.58632754698197 18.07106356344834 M23.826457391312644 17.734740790612133 C23.777660739066405 17.803084754413565, 23.72886408682017 17.871428718214993, 23.58632754698197 18.07106356344834 M23.58632754698197 18.07106356344834 C23.51048794300665 18.160607214658093, 23.434648339031327 18.250150865867848, 23.319244553365657 18.386407858128706 M23.58632754698197 18.07106356344834 C23.517396654848863 18.15245011399985, 23.448465762715756 18.233836664551365, 23.319244553365657 18.386407858128706 M23.319244553365657 18.386407858128706 C23.24784174694306 18.457810664551303, 23.176438940520462 18.5292134709739, 23.027032858128706 18.678619553365657 M23.319244553365657 18.386407858128706 C23.2330320853841 18.472620326110263, 23.146819617402546 18.558832794091817, 23.027032858128706 18.678619553365657 M23.027032858128706 18.678619553365657 C22.948823362626655 18.744859617131777, 22.8706138671246 18.8110996808979, 22.71168856344834 18.94570254698197 M23.027032858128706 18.678619553365657 C22.90523089321638 18.781780555374926, 22.78342892830406 18.884941557384195, 22.71168856344834 18.94570254698197 M22.71168856344834 18.94570254698197 C22.616646150456855 19.0135615255578, 22.521603737465373 19.081420504133636, 22.375365790612136 19.185832391312644 M22.71168856344834 18.94570254698197 C22.623420121810124 19.008725002973133, 22.53515168017191 19.071747458964296, 22.375365790612136 19.185832391312644 M22.375365790612136 19.185832391312644 C22.287983418159698 19.2379009834946, 22.20060104570726 19.289969575676555, 22.02036196518537 19.397368756032446 M22.375365790612136 19.185832391312644 C22.238617009429777 19.267316978179856, 22.101868228247415 19.34880156504707, 22.02036196518537 19.397368756032446 M22.02036196518537 19.397368756032446 C21.93354865079357 19.439809199353814, 21.846735336401764 19.48224964267518, 21.649102123264846 19.578866633275286 M22.02036196518537 19.397368756032446 C21.93348811880374 19.439838791640447, 21.846614272422112 19.482308827248453, 21.649102123264846 19.578866633275286 M21.649102123264846 19.578866633275286 C21.549007822282682 19.617923550716544, 21.44891352130052 19.656980468157805, 21.264122346023417 19.729086208503173 M21.649102123264846 19.578866633275286 C21.502749918840216 19.63597344065064, 21.356397714415586 19.693080248025993, 21.264122346023417 19.729086208503173 M21.264122346023417 19.729086208503173 C21.16554592147527 19.758433681624876, 21.066969496927126 19.78778115474658, 20.868052435703998 19.847001329696653 M21.264122346023417 19.729086208503173 C21.1181122770313 19.772555289420705, 20.972102208039182 19.816024370338233, 20.868052435703998 19.847001329696653 M20.868052435703998 19.847001329696653 C20.715536703845075 19.87898051576367, 20.563020971986152 19.910959701830684, 20.46359795140367 19.931806517013612 M20.868052435703998 19.847001329696653 C20.778879649449784 19.865698896754033, 20.689706863195568 19.884396463811417, 20.46359795140367 19.931806517013612 M20.46359795140367 19.931806517013612 C20.324612914348624 19.94913098381542, 20.18562787729358 19.96645545061723, 20.053521727361662 19.982922465033347 M20.46359795140367 19.931806517013612 C20.33287839454785 19.948100692783044, 20.202158837692032 19.964394868552475, 20.053521727361662 19.982922465033347 M20.053521727361662 19.982922465033347 C19.8990390939321 19.989311914014916, 19.74455646050254 19.995701362996485, 19.640625 20 M20.053521727361662 19.982922465033347 C19.95940029505339 19.986815356269435, 19.865278862745114 19.990708247505523, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C6.009105206551542 20, -7.622414586896916 20, -19.640625 20 M19.640625 20 C11.564711057401396 20, 3.488797114802793 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.729829566893482 19.996310471821747, -19.819034133786964 19.992620943643498, -20.053521727361662 19.982922465033347 M-19.640625 20 C-19.790462825399047 19.993802661699622, -19.940300650798097 19.987605323399244, -20.053521727361662 19.982922465033347 M-20.053521727361662 19.982922465033347 C-20.19072267201731 19.965820385117205, -20.327923616672958 19.948718305201062, -20.46359795140367 19.931806517013612 M-20.053521727361662 19.982922465033347 C-20.184469854363027 19.966599798024987, -20.315417981364394 19.950277131016627, -20.46359795140367 19.931806517013612 M-20.46359795140367 19.931806517013612 C-20.559181858148353 19.911764679351723, -20.654765764893035 19.891722841689838, -20.868052435703994 19.847001329696653 M-20.46359795140367 19.931806517013612 C-20.617463324329186 19.899544340973915, -20.7713286972547 19.867282164934217, -20.868052435703994 19.847001329696653 M-20.868052435703994 19.847001329696653 C-21.005747357526527 19.806007775348288, -21.14344227934906 19.765014220999927, -21.264122346023417 19.729086208503173 M-20.868052435703994 19.847001329696653 C-20.973990111478866 19.81546231713224, -21.079927787253737 19.78392330456783, -21.264122346023417 19.729086208503173 M-21.264122346023417 19.729086208503173 C-21.37338648908082 19.68645120758096, -21.482650632138224 19.643816206658745, -21.649102123264846 19.578866633275286 M-21.264122346023417 19.729086208503173 C-21.34886342463925 19.696020137019527, -21.433604503255086 19.662954065535878, -21.649102123264846 19.578866633275286 M-21.649102123264846 19.578866633275286 C-21.730003887185706 19.539316170879783, -21.810905651106566 19.499765708484283, -22.02036196518537 19.397368756032446 M-21.649102123264846 19.578866633275286 C-21.733426114388795 19.537643145945037, -21.817750105512747 19.496419658614787, -22.02036196518537 19.397368756032446 M-22.02036196518537 19.397368756032446 C-22.111936928693712 19.342801921839555, -22.20351189220206 19.28823508764667, -22.375365790612133 19.185832391312644 M-22.02036196518537 19.397368756032446 C-22.12818306631616 19.333121325048076, -22.23600416744695 19.268873894063706, -22.375365790612133 19.185832391312644 M-22.375365790612133 19.185832391312644 C-22.486713856841764 19.106331400092927, -22.59806192307139 19.02683040887321, -22.71168856344834 18.94570254698197 M-22.375365790612133 19.185832391312644 C-22.50182347072486 19.095543343134878, -22.628281150837594 19.005254294957112, -22.71168856344834 18.94570254698197 M-22.71168856344834 18.94570254698197 C-22.776994600055474 18.89039115542523, -22.842300636662607 18.835079763868492, -23.027032858128706 18.67861955336566 M-22.71168856344834 18.94570254698197 C-22.815245917699244 18.85799394197185, -22.918803271950143 18.770285336961727, -23.027032858128706 18.67861955336566 M-23.027032858128706 18.67861955336566 C-23.105709879022314 18.599942532472053, -23.18438689991592 18.521265511578445, -23.319244553365657 18.386407858128706 M-23.027032858128706 18.67861955336566 C-23.09470338119137 18.610949030302997, -23.16237390425403 18.543278507240334, -23.319244553365657 18.386407858128706 M-23.319244553365657 18.386407858128706 C-23.373244555349288 18.322650176264734, -23.42724455733292 18.258892494400758, -23.586327546981966 18.07106356344834 M-23.319244553365657 18.386407858128706 C-23.421570921420912 18.26559134366375, -23.52389728947617 18.1447748291988, -23.586327546981966 18.07106356344834 M-23.586327546981966 18.07106356344834 C-23.672937198465753 17.949759199042507, -23.75954684994954 17.82845483463667, -23.826457391312644 17.734740790612133 M-23.586327546981966 18.07106356344834 C-23.650187770969055 17.981621754725463, -23.714047994956147 17.89217994600258, -23.826457391312644 17.734740790612133 M-23.826457391312644 17.734740790612133 C-23.8715803371931 17.65901471664227, -23.91670328307356 17.583288642672407, -24.037993756032446 17.37973696518537 M-23.826457391312644 17.734740790612133 C-23.888451980954617 17.630700445077146, -23.950446570596593 17.52666009954216, -24.037993756032446 17.37973696518537 M-24.037993756032446 17.37973696518537 C-24.094028520811648 17.265116021789183, -24.150063285590846 17.150495078392996, -24.219491633275286 17.00847712326485 M-24.037993756032446 17.37973696518537 C-24.09881791031696 17.255319168968363, -24.159642064601478 17.13090137275136, -24.219491633275286 17.00847712326485 M-24.219491633275286 17.00847712326485 C-24.26675613634024 16.887348583034527, -24.314020639405193 16.766220042804203, -24.369711208503173 16.623497346023417 M-24.219491633275286 17.00847712326485 C-24.266696191620206 16.887502208185783, -24.31390074996512 16.76652729310672, -24.369711208503173 16.623497346023417 M-24.369711208503173 16.623497346023417 C-24.406753495630824 16.49907449684022, -24.443795782758475 16.374651647657025, -24.487626329696653 16.227427435703994 M-24.369711208503173 16.623497346023417 C-24.403363927561653 16.5104598552878, -24.437016646620133 16.39742236455218, -24.487626329696653 16.227427435703994 M-24.487626329696653 16.227427435703994 C-24.517035455098394 16.087168885202498, -24.546444580500133 15.946910334701005, -24.572431517013612 15.82297295140367 M-24.487626329696653 16.227427435703994 C-24.507471819208483 16.132779956226166, -24.527317308720317 16.03813247674834, -24.572431517013612 15.82297295140367 M-24.572431517013612 15.82297295140367 C-24.588553300100397 15.693636409890246, -24.60467508318718 15.564299868376823, -24.623547465033347 15.412896727361664 M-24.572431517013612 15.82297295140367 C-24.586565221813952 15.709585710810783, -24.60069892661429 15.596198470217894, -24.623547465033347 15.412896727361664 M-24.623547465033347 15.412896727361664 C-24.628656926531203 15.289361338023308, -24.63376638802906 15.165825948684951, -24.640625 15 M-24.623547465033347 15.412896727361664 C-24.629349512414613 15.27261615522991, -24.63515155979588 15.132335583098158, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 4.888310395755047, -24.640625 -5.223379208489906, -24.640625 -15 M-24.640625 15 C-24.640625 4.7776714442588695, -24.640625 -5.444657111482261, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.635957502298822 -15.11284968993171, -24.63129000459764 -15.225699379863421, -24.623547465033347 -15.41289672736166 M-24.640625 -15 C-24.637087620147526 -15.085525959535337, -24.633550240295055 -15.171051919070674, -24.623547465033347 -15.41289672736166 M-24.623547465033347 -15.41289672736166 C-24.60658527783293 -15.548975386725564, -24.589623090632514 -15.68505404608947, -24.572431517013612 -15.822972951403669 M-24.623547465033347 -15.41289672736166 C-24.607342511177812 -15.542900503977283, -24.591137557322273 -15.672904280592903, -24.572431517013612 -15.822972951403669 M-24.572431517013612 -15.822972951403669 C-24.549421486523713 -15.93271281885711, -24.52641145603381 -16.042452686310554, -24.487626329696653 -16.227427435703994 M-24.572431517013612 -15.822972951403669 C-24.552484699112778 -15.91810368812808, -24.532537881211947 -16.013234424852488, -24.487626329696653 -16.227427435703994 M-24.487626329696653 -16.227427435703994 C-24.460545133507132 -16.318391570223483, -24.433463937317615 -16.409355704742975, -24.369711208503173 -16.623497346023417 M-24.487626329696653 -16.227427435703994 C-24.454529983969774 -16.338596101361695, -24.4214336382429 -16.449764767019392, -24.369711208503173 -16.623497346023417 M-24.369711208503173 -16.623497346023417 C-24.32409785974071 -16.74039434043423, -24.27848451097825 -16.85729133484504, -24.21949163327529 -17.008477123264846 M-24.369711208503173 -16.623497346023417 C-24.33680476080289 -16.70782934394208, -24.303898313102614 -16.792161341860744, -24.21949163327529 -17.008477123264846 M-24.21949163327529 -17.008477123264846 C-24.170415862775307 -17.108863216340595, -24.12134009227533 -17.20924930941634, -24.037993756032446 -17.379736965185366 M-24.21949163327529 -17.008477123264846 C-24.149591085745623 -17.151460978614843, -24.079690538215957 -17.29444483396484, -24.037993756032446 -17.379736965185366 M-24.037993756032446 -17.379736965185366 C-23.964093326933916 -17.503757887381923, -23.890192897835387 -17.627778809578484, -23.826457391312644 -17.734740790612133 M-24.037993756032446 -17.379736965185366 C-23.959300968480083 -17.511800502589864, -23.880608180927716 -17.643864039994362, -23.826457391312644 -17.734740790612133 M-23.826457391312644 -17.734740790612133 C-23.73941473388996 -17.856651617569224, -23.65237207646727 -17.978562444526315, -23.58632754698197 -18.07106356344834 M-23.826457391312644 -17.734740790612133 C-23.75591576680656 -17.833540483005162, -23.685374142300475 -17.932340175398195, -23.58632754698197 -18.07106356344834 M-23.58632754698197 -18.07106356344834 C-23.49724212015417 -18.176246528147583, -23.408156693326365 -18.281429492846826, -23.31924455336566 -18.386407858128706 M-23.58632754698197 -18.07106356344834 C-23.528806533718296 -18.13897849547502, -23.471285520454625 -18.206893427501694, -23.31924455336566 -18.386407858128706 M-23.31924455336566 -18.386407858128706 C-23.232063690010442 -18.47358872148392, -23.144882826655223 -18.56076958483914, -23.027032858128706 -18.678619553365657 M-23.31924455336566 -18.386407858128706 C-23.24681744316697 -18.458834968327395, -23.17439033296828 -18.531262078526083, -23.027032858128706 -18.678619553365657 M-23.027032858128706 -18.678619553365657 C-22.957254099414218 -18.737719147310067, -22.88747534069973 -18.796818741254473, -22.71168856344834 -18.945702546981966 M-23.027032858128706 -18.678619553365657 C-22.940451018848012 -18.75195063059771, -22.85386917956732 -18.825281707829767, -22.71168856344834 -18.945702546981966 M-22.71168856344834 -18.945702546981966 C-22.618940924293018 -19.01192308853076, -22.526193285137694 -19.078143630079555, -22.375365790612136 -19.185832391312644 M-22.71168856344834 -18.945702546981966 C-22.642709714645665 -18.994952498406345, -22.573730865842993 -19.044202449830724, -22.375365790612136 -19.185832391312644 M-22.375365790612136 -19.185832391312644 C-22.27456613531544 -19.245895948714704, -22.173766480018745 -19.305959506116768, -22.020361965185366 -19.397368756032446 M-22.375365790612136 -19.185832391312644 C-22.23498536820302 -19.26948096664435, -22.0946049457939 -19.353129541976056, -22.020361965185366 -19.397368756032446 M-22.020361965185366 -19.397368756032446 C-21.907089415895427 -19.452744331100458, -21.793816866605493 -19.508119906168474, -21.64910212326485 -19.578866633275286 M-22.020361965185366 -19.397368756032446 C-21.88017285764391 -19.465903034611355, -21.739983750102454 -19.534437313190264, -21.64910212326485 -19.578866633275286 M-21.64910212326485 -19.578866633275286 C-21.525364491585716 -19.627149206982754, -21.401626859906585 -19.67543178069022, -21.26412234602342 -19.729086208503173 M-21.64910212326485 -19.578866633275286 C-21.51708739155861 -19.63037894143556, -21.385072659852376 -19.681891249595836, -21.26412234602342 -19.729086208503173 M-21.26412234602342 -19.729086208503173 C-21.10772199957391 -19.77564860904358, -20.951321653124406 -19.822211009583985, -20.868052435703994 -19.847001329696653 M-21.26412234602342 -19.729086208503173 C-21.126053422849203 -19.770191107878162, -20.987984499674987 -19.81129600725315, -20.868052435703994 -19.847001329696653 M-20.868052435703994 -19.847001329696653 C-20.776213844947858 -19.86625785717829, -20.684375254191718 -19.885514384659924, -20.463597951403674 -19.931806517013612 M-20.868052435703994 -19.847001329696653 C-20.738709311206282 -19.87412173094567, -20.609366186708566 -19.90124213219469, -20.463597951403674 -19.931806517013612 M-20.463597951403674 -19.931806517013612 C-20.35709638464553 -19.94508192346554, -20.250594817887386 -19.95835732991747, -20.053521727361662 -19.982922465033347 M-20.463597951403674 -19.931806517013612 C-20.37829399311799 -19.942439644324992, -20.292990034832304 -19.95307277163637, -20.053521727361662 -19.982922465033347 M-20.053521727361662 -19.982922465033347 C-19.896385393206085 -19.989421671888827, -19.739249059050504 -19.995920878744304, -19.640625 -20 M-20.053521727361662 -19.982922465033347 C-19.93136434784365 -19.98797493162344, -19.809206968325636 -19.993027398213535, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.640625, -12)\"><rect></rect><foreignObject width=\"33.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sent</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Delivered-14\" transform=\"translate(688.91796875, 572)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.484375 -20 C-10.13909889529322 -20, 18.20617720941356 -20, 38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 C38.56901025070741 -19.996499460137155, 38.653645501414815 -19.992998920274314, 38.89727172736166 -19.982922465033347 C39.01314595748733 -19.96847875731104, 39.129020187613 -19.954035049588732, 39.30734795140367 -19.931806517013612 C39.40085534146159 -19.912200079114672, 39.49436273151951 -19.892593641215733, 39.711802435703994 -19.847001329696653 C39.83188741022491 -19.811250483810053, 39.95197238474583 -19.77549963792345, 40.10787234602342 -19.729086208503173 C40.192206786194895 -19.69617880783289, 40.27654122636636 -19.663271407162604, 40.492852123264846 -19.578866633275286 C40.59430131520395 -19.5292711454097, 40.695750507143046 -19.479675657544114, 40.864111965185366 -19.397368756032446 C40.941489428179 -19.351261795880013, 41.01886689117263 -19.305154835727578, 41.219115790612136 -19.185832391312644 C41.29022193620042 -19.13506357917698, 41.36132808178869 -19.084294767041314, 41.55543856344834 -18.94570254698197 C41.633730770852736 -18.879392429808007, 41.71202297825713 -18.813082312634048, 41.870782858128706 -18.678619553365657 C41.983497008918675 -18.565905402575684, 42.09621115970865 -18.453191251785714, 42.16299455336566 -18.386407858128706 C42.22517956474623 -18.312986153931146, 42.28736457612679 -18.239564449733585, 42.43007754698197 -18.07106356344834 C42.497355058653575 -17.97683554552752, 42.56463257032518 -17.8826075276067, 42.670207391312644 -17.734740790612136 C42.73572819327453 -17.62478269724928, 42.80124899523642 -17.51482460388642, 42.88174375603245 -17.37973696518537 C42.93883404993628 -17.262956902454526, 42.995924343840116 -17.146176839723687, 43.06324163327529 -17.008477123264846 C43.10629257566438 -16.898147013584776, 43.14934351805348 -16.787816903904705, 43.213461208503176 -16.623497346023417 C43.242013601637176 -16.527591548077186, 43.27056599477117 -16.431685750130953, 43.33137632969665 -16.227427435703994 C43.36411757833718 -16.07127726077709, 43.3968588269777 -15.915127085850186, 43.41618151701361 -15.82297295140367 C43.42931874392993 -15.71757992599902, 43.44245597084625 -15.61218690059437, 43.46729746503335 -15.412896727361662 C43.471263901789364 -15.316997128324358, 43.47523033854539 -15.221097529287052, 43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 C43.484375 -8.123542016404077, 43.484375 -1.2470840328081536, 43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 C43.477619014000325 15.163344681466905, 43.47086302800064 15.326689362933811, 43.46729746503335 15.412896727361662 C43.451433041172244 15.540168611882931, 43.43556861731114 15.6674404964042, 43.41618151701361 15.822972951403669 C43.39769043733647 15.911160954184947, 43.37919935765933 15.999348956966223, 43.33137632969665 16.227427435703994 C43.295384202025716 16.34832286145217, 43.25939207435478 16.469218287200345, 43.213461208503176 16.623497346023417 C43.16202086418599 16.755327650205878, 43.110580519868805 16.887157954388336, 43.06324163327529 17.008477123264846 C43.009848031966655 17.117695480429926, 42.95645443065801 17.226913837595003, 42.88174375603245 17.379736965185366 C42.799373288086535 17.51797244664372, 42.71700282014062 17.656207928102077, 42.670207391312644 17.734740790612133 C42.5888709506356 17.848659563754968, 42.50753450995856 17.962578336897806, 42.43007754698197 18.07106356344834 C42.36068273518049 18.15299786291726, 42.29128792337901 18.234932162386183, 42.16299455336566 18.386407858128706 C42.08970502723052 18.459697384263844, 42.01641550109538 18.532986910398982, 41.870782858128706 18.678619553365657 C41.794114013924016 18.743554752044442, 41.717445169719326 18.808489950723228, 41.55543856344834 18.94570254698197 C41.439268709231875 19.028646228653216, 41.32309885501541 19.111589910324465, 41.219115790612136 19.185832391312644 C41.1051971410827 19.253713172502188, 40.99127849155327 19.321593953691732, 40.864111965185366 19.397368756032446 C40.78960887048338 19.433791099657018, 40.71510577578139 19.47021344328159, 40.492852123264846 19.578866633275286 C40.378398774772954 19.623526468441327, 40.26394542628107 19.668186303607367, 40.10787234602342 19.729086208503173 C40.003088786011936 19.760281625917926, 39.898305226000446 19.79147704333268, 39.711802435703994 19.847001329696653 C39.56155087647989 19.878505768686143, 39.41129931725579 19.910010207675633, 39.30734795140367 19.931806517013612 C39.21881912300052 19.942841623965922, 39.130290294597366 19.953876730918235, 38.89727172736166 19.982922465033347 C38.79196394920619 19.987278026956062, 38.68665617105072 19.99163358887878, 38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 C21.338333629361767 20, 4.192292258723533 20, -38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 C-38.62319882192788 19.994258204252848, -38.762022643855765 19.9885164085057, -38.89727172736166 19.982922465033347 C-39.00263731655616 19.969788658037057, -39.10800290575065 19.95665485104077, -39.30734795140367 19.931806517013612 C-39.38829686684327 19.914833314333375, -39.469245782282876 19.897860111653138, -39.711802435703994 19.847001329696653 C-39.82306454204228 19.813877165473876, -39.93432664838056 19.7807530012511, -40.10787234602342 19.729086208503173 C-40.21445751128924 19.687496547959043, -40.32104267655507 19.64590688741491, -40.492852123264846 19.578866633275286 C-40.56817044483151 19.5420457495214, -40.643488766398164 19.50522486576751, -40.864111965185366 19.397368756032446 C-40.96461557060959 19.337481606064088, -41.06511917603381 19.27759445609573, -41.219115790612136 19.185832391312644 C-41.304523642670624 19.12485235702454, -41.38993149472911 19.063872322736433, -41.55543856344834 18.94570254698197 C-41.68064161007126 18.83966097570247, -41.805844656694184 18.733619404422967, -41.870782858128706 18.67861955336566 C-41.93161294005799 18.617789471436378, -41.99244302198727 18.5569593895071, -42.16299455336566 18.386407858128706 C-42.257245967873665 18.275125423301155, -42.35149738238167 18.163842988473608, -42.43007754698197 18.07106356344834 C-42.51126705369602 17.95735058412508, -42.59245656041006 17.843637604801824, -42.670207391312644 17.734740790612133 C-42.7376511011104 17.621555641520196, -42.80509481090816 17.508370492428256, -42.88174375603244 17.37973696518537 C-42.92862389190193 17.283842114531932, -42.975504027771414 17.187947263878492, -43.06324163327528 17.00847712326485 C-43.098509588619415 16.918093099934026, -43.13377754396355 16.8277090766032, -43.213461208503176 16.623497346023417 C-43.25507767261401 16.483710107191328, -43.29669413672483 16.34392286835924, -43.33137632969665 16.227427435703994 C-43.35428368686157 16.118177239790956, -43.37719104402649 16.008927043877918, -43.41618151701361 15.82297295140367 C-43.431085582579016 15.70340551371132, -43.44598964814442 15.58383807601897, -43.46729746503335 15.412896727361664 C-43.47335179274186 15.266516579284056, -43.47940612045037 15.120136431206449, -43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 C-43.484375 8.860996760231046, -43.484375 2.7219935204620924, -43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 C-43.47860347420982 -15.139542628096134, -43.47283194841963 -15.27908525619227, -43.46729746503335 -15.41289672736166 C-43.45263222461863 -15.530548197145883, -43.43796698420391 -15.648199666930104, -43.41618151701361 -15.822972951403669 C-43.39775191141731 -15.910867770849698, -43.379322305821006 -15.998762590295728, -43.33137632969665 -16.227427435703994 C-43.28427360660336 -16.3856426936161, -43.23717088351005 -16.543857951528206, -43.213461208503176 -16.623497346023417 C-43.153651899896396 -16.7767754675297, -43.093842591289615 -16.93005358903598, -43.06324163327529 -17.008477123264846 C-43.01085675539498 -17.11563210367736, -42.95847187751467 -17.222787084089877, -42.88174375603245 -17.379736965185366 C-42.82484969765026 -17.47521751481325, -42.76795563926807 -17.57069806444113, -42.670207391312644 -17.734740790612133 C-42.58548412898373 -17.853403102619264, -42.500760866654815 -17.972065414626396, -42.43007754698197 -18.07106356344834 C-42.358420916618236 -18.155668387047427, -42.286764286254495 -18.240273210646514, -42.16299455336566 -18.386407858128706 C-42.053682009440514 -18.495720402053852, -41.944369465515365 -18.605032945978994, -41.870782858128706 -18.678619553365657 C-41.75107403819967 -18.780007752005275, -41.63136521827063 -18.881395950644894, -41.55543856344834 -18.945702546981966 C-41.46130820474861 -19.012910331309925, -41.36717784604888 -19.080118115637884, -41.219115790612136 -19.185832391312644 C-41.09987151157793 -19.256886558884517, -40.980627232543725 -19.32794072645639, -40.864111965185366 -19.397368756032446 C-40.76848068195606 -19.444120041639692, -40.67284939872676 -19.49087132724694, -40.492852123264846 -19.578866633275286 C-40.38275315935925 -19.6218273823033, -40.27265419545365 -19.664788131331314, -40.10787234602342 -19.729086208503173 C-39.963273639723056 -19.77213510854225, -39.8186749334227 -19.81518400858133, -39.711802435703994 -19.847001329696653 C-39.59712289227695 -19.871047101320567, -39.48244334884991 -19.89509287294448, -39.30734795140367 -19.931806517013612 C-39.18050281161606 -19.94761774719914, -39.053657671828454 -19.963428977384662, -38.89727172736166 -19.982922465033347 C-38.75458385324196 -19.988824079161333, -38.61189597912227 -19.99472569328932, -38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-38.484375 -20 C-9.813346217546151 -20, 18.857682564907698 -20, 38.484375 -20 M-38.484375 -20 C-12.072349905640941 -20, 14.339675188718118 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.64336239101316 -19.993424232866573, 38.802349782026326 -19.986848465733146, 38.89727172736166 -19.982922465033347 M38.484375 -20 C38.64768792031547 -19.993245327651262, 38.811000840630946 -19.986490655302525, 38.89727172736166 -19.982922465033347 M38.89727172736166 -19.982922465033347 C39.00169420046701 -19.969906217334973, 39.106116673572345 -19.9568899696366, 39.30734795140367 -19.931806517013612 M38.89727172736166 -19.982922465033347 C39.03703224918922 -19.96550133415545, 39.17679277101678 -19.94808020327756, 39.30734795140367 -19.931806517013612 M39.30734795140367 -19.931806517013612 C39.43869926486928 -19.9042650428177, 39.570050578334886 -19.87672356862178, 39.711802435703994 -19.847001329696653 M39.30734795140367 -19.931806517013612 C39.4225740176827 -19.90764615159822, 39.53780008396173 -19.88348578618283, 39.711802435703994 -19.847001329696653 M39.711802435703994 -19.847001329696653 C39.851146830359916 -19.8055167060093, 39.99049122501584 -19.764032082321947, 40.10787234602342 -19.729086208503173 M39.711802435703994 -19.847001329696653 C39.849489988951724 -19.806009969068057, 39.98717754219945 -19.76501860843946, 40.10787234602342 -19.729086208503173 M40.10787234602342 -19.729086208503173 C40.21155159305279 -19.6886304407735, 40.31523084008216 -19.648174673043833, 40.492852123264846 -19.578866633275286 M40.10787234602342 -19.729086208503173 C40.23112002220982 -19.680994816022224, 40.354367698396224 -19.632903423541276, 40.492852123264846 -19.578866633275286 M40.492852123264846 -19.578866633275286 C40.61287870400871 -19.52018921342552, 40.732905284752576 -19.461511793575756, 40.864111965185366 -19.397368756032446 M40.492852123264846 -19.578866633275286 C40.624767782521616 -19.514376997104726, 40.756683441778385 -19.44988736093417, 40.864111965185366 -19.397368756032446 M40.864111965185366 -19.397368756032446 C40.97451648176568 -19.331581943572125, 41.084920998346 -19.265795131111805, 41.219115790612136 -19.185832391312644 M40.864111965185366 -19.397368756032446 C40.96503549746663 -19.337231383969495, 41.065959029747894 -19.277094011906545, 41.219115790612136 -19.185832391312644 M41.219115790612136 -19.185832391312644 C41.287786512207816 -19.13680243848552, 41.356457233803496 -19.0877724856584, 41.55543856344834 -18.94570254698197 M41.219115790612136 -19.185832391312644 C41.30528054469494 -19.12431193936641, 41.39144529877774 -19.062791487420174, 41.55543856344834 -18.94570254698197 M41.55543856344834 -18.94570254698197 C41.62301357843096 -18.888469428769007, 41.69058859341358 -18.831236310556044, 41.870782858128706 -18.678619553365657 M41.55543856344834 -18.94570254698197 C41.650468165271484 -18.86521657984939, 41.745497767094626 -18.784730612716803, 41.870782858128706 -18.678619553365657 M41.870782858128706 -18.678619553365657 C41.98125821381176 -18.5681441976826, 42.09173356949482 -18.457668841999546, 42.16299455336566 -18.386407858128706 M41.870782858128706 -18.678619553365657 C41.95630124734242 -18.593101164151946, 42.04181963655613 -18.507582774938236, 42.16299455336566 -18.386407858128706 M42.16299455336566 -18.386407858128706 C42.223534413733134 -18.31492858006185, 42.284074274100604 -18.243449301994993, 42.43007754698197 -18.07106356344834 M42.16299455336566 -18.386407858128706 C42.25449031025318 -18.278379022105575, 42.345986067140714 -18.170350186082445, 42.43007754698197 -18.07106356344834 M42.43007754698197 -18.07106356344834 C42.483019911313654 -17.99691316859772, 42.535962275645346 -17.9227627737471, 42.670207391312644 -17.734740790612136 M42.43007754698197 -18.07106356344834 C42.484227264787485 -17.995222164844137, 42.538376982593 -17.919380766239932, 42.670207391312644 -17.734740790612136 M42.670207391312644 -17.734740790612136 C42.7141170615644 -17.661050855866165, 42.758026731816166 -17.587360921120194, 42.88174375603245 -17.37973696518537 M42.670207391312644 -17.734740790612136 C42.730348253543234 -17.633811401073824, 42.79048911577382 -17.532882011535513, 42.88174375603245 -17.37973696518537 M42.88174375603245 -17.37973696518537 C42.938176251214 -17.26430245124749, 42.994608746395556 -17.148867937309614, 43.06324163327529 -17.008477123264846 M42.88174375603245 -17.37973696518537 C42.95182763644369 -17.236378096432098, 43.02191151685493 -17.093019227678827, 43.06324163327529 -17.008477123264846 M43.06324163327529 -17.008477123264846 C43.10335723421918 -16.905669648993552, 43.143472835163074 -16.802862174722254, 43.213461208503176 -16.623497346023417 M43.06324163327529 -17.008477123264846 C43.11465632911547 -16.87671255049555, 43.16607102495564 -16.744947977726255, 43.213461208503176 -16.623497346023417 M43.213461208503176 -16.623497346023417 C43.252227893868465 -16.493282345261825, 43.290994579233754 -16.363067344500237, 43.33137632969665 -16.227427435703994 M43.213461208503176 -16.623497346023417 C43.23769616229958 -16.54209357117604, 43.26193111609597 -16.460689796328662, 43.33137632969665 -16.227427435703994 M43.33137632969665 -16.227427435703994 C43.36269577066766 -16.07805817248712, 43.39401521163867 -15.928688909270246, 43.41618151701361 -15.82297295140367 M43.33137632969665 -16.227427435703994 C43.361797773490295 -16.08234091740834, 43.39221921728394 -15.93725439911269, 43.41618151701361 -15.82297295140367 M43.41618151701361 -15.82297295140367 C43.43405386893367 -15.679592521732369, 43.45192622085372 -15.536212092061069, 43.46729746503335 -15.412896727361662 M43.41618151701361 -15.82297295140367 C43.428428663438346 -15.72472057116404, 43.44067580986308 -15.626468190924408, 43.46729746503335 -15.412896727361662 M43.46729746503335 -15.412896727361662 C43.47090802894226 -15.325601340478746, 43.474518592851176 -15.238305953595829, 43.484375 -15 M43.46729746503335 -15.412896727361662 C43.47349534169618 -15.263045885558636, 43.479693218359 -15.113195043755608, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -4.232213933584067, 43.484375 6.5355721328318666, 43.484375 15 M43.484375 -15 C43.484375 -7.173351657838621, 43.484375 0.6532966843227577, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.47764560770402 15.162701704992427, 43.470916215408046 15.325403409984853, 43.46729746503335 15.412896727361662 M43.484375 15 C43.47908561348008 15.127885575294659, 43.47379622696016 15.255771150589318, 43.46729746503335 15.412896727361662 M43.46729746503335 15.412896727361662 C43.456623952123486 15.498524677950595, 43.44595043921362 15.584152628539528, 43.41618151701361 15.822972951403669 M43.46729746503335 15.412896727361662 C43.44770329456447 15.570090396860113, 43.428109124095585 15.727284066358564, 43.41618151701361 15.822972951403669 M43.41618151701361 15.822972951403669 C43.39675248718695 15.915634243567656, 43.37732345736029 16.008295535731644, 43.33137632969665 16.227427435703994 M43.41618151701361 15.822972951403669 C43.398109511720364 15.909162296801096, 43.38003750642711 15.995351642198523, 43.33137632969665 16.227427435703994 M43.33137632969665 16.227427435703994 C43.305105481923164 16.31566965787488, 43.27883463414967 16.403911880045765, 43.213461208503176 16.623497346023417 M43.33137632969665 16.227427435703994 C43.299271044704575 16.335267187034336, 43.2671657597125 16.44310693836468, 43.213461208503176 16.623497346023417 M43.213461208503176 16.623497346023417 C43.15711399420184 16.76790288023555, 43.10076677990051 16.912308414447683, 43.06324163327529 17.008477123264846 M43.213461208503176 16.623497346023417 C43.17308141622198 16.726981884665513, 43.13270162394079 16.830466423307612, 43.06324163327529 17.008477123264846 M43.06324163327529 17.008477123264846 C43.0102819406229 17.116807906087043, 42.95732224797052 17.22513868890924, 42.88174375603245 17.379736965185366 M43.06324163327529 17.008477123264846 C43.001745617505904 17.134269234115468, 42.94024960173652 17.260061344966086, 42.88174375603245 17.379736965185366 M42.88174375603245 17.379736965185366 C42.81129056020898 17.497972683493188, 42.74083736438551 17.61620840180101, 42.670207391312644 17.734740790612133 M42.88174375603245 17.379736965185366 C42.81142483132561 17.497747347484843, 42.74110590661876 17.61575772978432, 42.670207391312644 17.734740790612133 M42.670207391312644 17.734740790612133 C42.57778294964189 17.86418927539831, 42.485358507971135 17.993637760184484, 42.43007754698197 18.07106356344834 M42.670207391312644 17.734740790612133 C42.57717070275734 17.865046780513698, 42.48413401420204 17.995352770415263, 42.43007754698197 18.07106356344834 M42.43007754698197 18.07106356344834 C42.32837702043057 18.191141148245986, 42.226676493879175 18.31121873304363, 42.16299455336566 18.386407858128706 M42.43007754698197 18.07106356344834 C42.344509629340855 18.17209341289869, 42.25894171169974 18.27312326234904, 42.16299455336566 18.386407858128706 M42.16299455336566 18.386407858128706 C42.07952885541632 18.469873556078042, 41.996063157466985 18.55333925402738, 41.870782858128706 18.678619553365657 M42.16299455336566 18.386407858128706 C42.10012494262531 18.44927746886906, 42.03725533188495 18.51214707960941, 41.870782858128706 18.678619553365657 M41.870782858128706 18.678619553365657 C41.79322227178775 18.74431001910748, 41.71566168544678 18.810000484849304, 41.55543856344834 18.94570254698197 M41.870782858128706 18.678619553365657 C41.78453735533088 18.751665768127634, 41.69829185253307 18.82471198288961, 41.55543856344834 18.94570254698197 M41.55543856344834 18.94570254698197 C41.433628599059695 19.03267318991496, 41.31181863467105 19.119643832847952, 41.219115790612136 19.185832391312644 M41.55543856344834 18.94570254698197 C41.47310013238757 19.004491056800436, 41.390761701326795 19.063279566618903, 41.219115790612136 19.185832391312644 M41.219115790612136 19.185832391312644 C41.101260862096126 19.25605868567051, 40.983405933580116 19.326284980028376, 40.864111965185366 19.397368756032446 M41.219115790612136 19.185832391312644 C41.12435459024606 19.242297810573486, 41.02959338987998 19.29876322983433, 40.864111965185366 19.397368756032446 M40.864111965185366 19.397368756032446 C40.752408743646946 19.4519771335115, 40.64070552210852 19.506585510990558, 40.492852123264846 19.578866633275286 M40.864111965185366 19.397368756032446 C40.771102362355414 19.442838380189777, 40.678092759525455 19.488308004347108, 40.492852123264846 19.578866633275286 M40.492852123264846 19.578866633275286 C40.34474471337936 19.636658323946737, 40.19663730349388 19.694450014618184, 40.10787234602342 19.729086208503173 M40.492852123264846 19.578866633275286 C40.40630450777624 19.612637617634114, 40.319756892287636 19.64640860199294, 40.10787234602342 19.729086208503173 M40.10787234602342 19.729086208503173 C39.98927176627429 19.76439513091906, 39.87067118652517 19.799704053334942, 39.711802435703994 19.847001329696653 M40.10787234602342 19.729086208503173 C39.97304560733542 19.769225867735795, 39.83821886864742 19.80936552696842, 39.711802435703994 19.847001329696653 M39.711802435703994 19.847001329696653 C39.57098422423811 19.876527803662352, 39.430166012772226 19.906054277628048, 39.30734795140367 19.931806517013612 M39.711802435703994 19.847001329696653 C39.61326812306252 19.867661802419963, 39.51473381042105 19.888322275143278, 39.30734795140367 19.931806517013612 M39.30734795140367 19.931806517013612 C39.20802756166833 19.94418679068315, 39.10870717193299 19.95656706435269, 38.89727172736166 19.982922465033347 M39.30734795140367 19.931806517013612 C39.17483277266283 19.948324516817593, 39.04231759392199 19.964842516621573, 38.89727172736166 19.982922465033347 M38.89727172736166 19.982922465033347 C38.795308055880895 19.98713971368089, 38.69334438440012 19.991356962328435, 38.484375 20 M38.89727172736166 19.982922465033347 C38.74565383013561 19.98919342764909, 38.59403593290956 19.995464390264836, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C13.647086502619906 20, -11.190201994760187 20, -38.484375 20 M38.484375 20 C10.266197193117197 20, -17.951980613765606 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.60901641571895 19.994844792912662, -38.733657831437895 19.989689585825325, -38.89727172736166 19.982922465033347 M-38.484375 20 C-38.58930182032149 19.995660194609847, -38.694228640642976 19.9913203892197, -38.89727172736166 19.982922465033347 M-38.89727172736166 19.982922465033347 C-39.002777101986005 19.9697712338014, -39.108282476610356 19.95662000256945, -39.30734795140367 19.931806517013612 M-38.89727172736166 19.982922465033347 C-39.01735193428105 19.967954482850452, -39.13743214120044 19.952986500667553, -39.30734795140367 19.931806517013612 M-39.30734795140367 19.931806517013612 C-39.41687794245054 19.908840492978488, -39.5264079334974 19.885874468943367, -39.711802435703994 19.847001329696653 M-39.30734795140367 19.931806517013612 C-39.39015696561427 19.914443292635443, -39.47296597982486 19.897080068257278, -39.711802435703994 19.847001329696653 M-39.711802435703994 19.847001329696653 C-39.85774266975468 19.80355303954199, -40.003682903805355 19.76010474938732, -40.10787234602342 19.729086208503173 M-39.711802435703994 19.847001329696653 C-39.823312951905514 19.81380321065336, -39.934823468107034 19.780605091610074, -40.10787234602342 19.729086208503173 M-40.10787234602342 19.729086208503173 C-40.20480266663395 19.691263880033993, -40.301732987244485 19.65344155156481, -40.492852123264846 19.578866633275286 M-40.10787234602342 19.729086208503173 C-40.242805572461236 19.67643510016481, -40.37773879889906 19.623783991826446, -40.492852123264846 19.578866633275286 M-40.492852123264846 19.578866633275286 C-40.61650923628903 19.51841435434372, -40.74016634931323 19.457962075412155, -40.864111965185366 19.397368756032446 M-40.492852123264846 19.578866633275286 C-40.58463070210195 19.533998820077045, -40.67640928093904 19.489131006878807, -40.864111965185366 19.397368756032446 M-40.864111965185366 19.397368756032446 C-40.94384688399793 19.34985705711889, -41.02358180281048 19.302345358205333, -41.219115790612136 19.185832391312644 M-40.864111965185366 19.397368756032446 C-40.95808890717098 19.341370653332504, -41.0520658491566 19.285372550632562, -41.219115790612136 19.185832391312644 M-41.219115790612136 19.185832391312644 C-41.343461491370164 19.097051267410706, -41.4678071921282 19.008270143508767, -41.55543856344834 18.94570254698197 M-41.219115790612136 19.185832391312644 C-41.35055991451464 19.091983090699685, -41.48200403841714 18.998133790086722, -41.55543856344834 18.94570254698197 M-41.55543856344834 18.94570254698197 C-41.66606554390448 18.852006274008627, -41.77669252436061 18.758310001035284, -41.870782858128706 18.67861955336566 M-41.55543856344834 18.94570254698197 C-41.6267511754739 18.88530384555092, -41.698063787499464 18.824905144119864, -41.870782858128706 18.67861955336566 M-41.870782858128706 18.67861955336566 C-41.929733702811575 18.61966870868279, -41.988684547494444 18.56071786399992, -42.16299455336566 18.386407858128706 M-41.870782858128706 18.67861955336566 C-41.9706823418506 18.57872006964377, -42.07058182557248 18.47882058592188, -42.16299455336566 18.386407858128706 M-42.16299455336566 18.386407858128706 C-42.2407510575052 18.294600927171807, -42.318507561644736 18.20279399621491, -42.43007754698197 18.07106356344834 M-42.16299455336566 18.386407858128706 C-42.239472680520265 18.296110304025763, -42.315950807674874 18.20581274992282, -42.43007754698197 18.07106356344834 M-42.43007754698197 18.07106356344834 C-42.49442983296474 17.98093257902031, -42.55878211894751 17.890801594592276, -42.670207391312644 17.734740790612133 M-42.43007754698197 18.07106356344834 C-42.52587123372372 17.93689615733108, -42.62166492046546 17.802728751213824, -42.670207391312644 17.734740790612133 M-42.670207391312644 17.734740790612133 C-42.751133984205325 17.598928444145315, -42.832060577098005 17.463116097678494, -42.88174375603244 17.37973696518537 M-42.670207391312644 17.734740790612133 C-42.72528342302523 17.642311283405682, -42.78035945473782 17.549881776199232, -42.88174375603244 17.37973696518537 M-42.88174375603244 17.37973696518537 C-42.928964704676446 17.28314497085888, -42.97618565332045 17.18655297653239, -43.06324163327528 17.00847712326485 M-42.88174375603244 17.37973696518537 C-42.92684925671002 17.287472188838166, -42.97195475738759 17.195207412490962, -43.06324163327528 17.00847712326485 M-43.06324163327528 17.00847712326485 C-43.09835870417122 16.918479783634645, -43.13347577506716 16.828482444004436, -43.213461208503176 16.623497346023417 M-43.06324163327528 17.00847712326485 C-43.10519291576469 16.900965200379538, -43.147144198254104 16.793453277494226, -43.213461208503176 16.623497346023417 M-43.213461208503176 16.623497346023417 C-43.24637831065472 16.512930748922226, -43.27929541280626 16.40236415182104, -43.33137632969665 16.227427435703994 M-43.213461208503176 16.623497346023417 C-43.25686133350262 16.477718895877267, -43.30026145850206 16.331940445731117, -43.33137632969665 16.227427435703994 M-43.33137632969665 16.227427435703994 C-43.36243412152321 16.079306034476883, -43.39349191334976 15.93118463324977, -43.41618151701361 15.82297295140367 M-43.33137632969665 16.227427435703994 C-43.36472840918488 16.06836407488224, -43.3980804886731 15.909300714060487, -43.41618151701361 15.82297295140367 M-43.41618151701361 15.82297295140367 C-43.42681639911615 15.737654915356362, -43.437451281218685 15.652336879309056, -43.46729746503335 15.412896727361664 M-43.41618151701361 15.82297295140367 C-43.42927828238401 15.717904527588384, -43.44237504775441 15.612836103773096, -43.46729746503335 15.412896727361664 M-43.46729746503335 15.412896727361664 C-43.47074407383099 15.329565409591062, -43.474190682628645 15.24623409182046, -43.484375 15 M-43.46729746503335 15.412896727361664 C-43.47324494626366 15.269099888951606, -43.47919242749398 15.125303050541548, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 6.093025644959338, -43.484375 -2.8139487100813234, -43.484375 -15 M-43.484375 15 C-43.484375 6.483211305875191, -43.484375 -2.0335773882496184, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.479882169395715 -15.108626628885409, -43.47538933879143 -15.217253257770817, -43.46729746503335 -15.41289672736166 M-43.484375 -15 C-43.478819525103184 -15.134318999101163, -43.47326405020637 -15.268637998202324, -43.46729746503335 -15.41289672736166 M-43.46729746503335 -15.41289672736166 C-43.45167866961241 -15.538198064780415, -43.436059874191486 -15.663499402199172, -43.41618151701361 -15.822972951403669 M-43.46729746503335 -15.41289672736166 C-43.44944445546145 -15.556121983600697, -43.43159144588956 -15.699347239839732, -43.41618151701361 -15.822972951403669 M-43.41618151701361 -15.822972951403669 C-43.3979887019676 -15.90973846493181, -43.379795886921585 -15.99650397845995, -43.33137632969665 -16.227427435703994 M-43.41618151701361 -15.822972951403669 C-43.39339213180505 -15.93166051325764, -43.37060274659649 -16.04034807511161, -43.33137632969665 -16.227427435703994 M-43.33137632969665 -16.227427435703994 C-43.28599861208807 -16.379848502330724, -43.2406208944795 -16.532269568957453, -43.213461208503176 -16.623497346023417 M-43.33137632969665 -16.227427435703994 C-43.296213786534494 -16.345536336206983, -43.261051243372336 -16.463645236709972, -43.213461208503176 -16.623497346023417 M-43.213461208503176 -16.623497346023417 C-43.16050636019001 -16.75920899130352, -43.10755151187685 -16.894920636583624, -43.06324163327529 -17.008477123264846 M-43.213461208503176 -16.623497346023417 C-43.174139435693824 -16.72427041314145, -43.13481766288447 -16.825043480259485, -43.06324163327529 -17.008477123264846 M-43.06324163327529 -17.008477123264846 C-43.01422498915725 -17.10874227139322, -42.96520834503921 -17.209007419521587, -42.88174375603245 -17.379736965185366 M-43.06324163327529 -17.008477123264846 C-43.009853226519944 -17.11768485480133, -42.956464819764605 -17.226892586337808, -42.88174375603245 -17.379736965185366 M-42.88174375603245 -17.379736965185366 C-42.81410960359311 -17.493241718267733, -42.74647545115376 -17.606746471350103, -42.670207391312644 -17.734740790612133 M-42.88174375603245 -17.379736965185366 C-42.832579383921384 -17.462245427488064, -42.78341501181031 -17.544753889790762, -42.670207391312644 -17.734740790612133 M-42.670207391312644 -17.734740790612133 C-42.592943308939155 -17.84295587106966, -42.515679226565666 -17.951170951527185, -42.43007754698197 -18.07106356344834 M-42.670207391312644 -17.734740790612133 C-42.618949858532645 -17.806531432051827, -42.567692325752645 -17.878322073491518, -42.43007754698197 -18.07106356344834 M-42.43007754698197 -18.07106356344834 C-42.329829273175044 -18.18942647667068, -42.22958099936812 -18.307789389893017, -42.16299455336566 -18.386407858128706 M-42.43007754698197 -18.07106356344834 C-42.33103601166594 -18.1880016832268, -42.23199447634991 -18.304939803005258, -42.16299455336566 -18.386407858128706 M-42.16299455336566 -18.386407858128706 C-42.04913050735882 -18.50027190413555, -41.93526646135197 -18.614135950142387, -41.870782858128706 -18.678619553365657 M-42.16299455336566 -18.386407858128706 C-42.095146619945524 -18.454255791548842, -42.027298686525384 -18.522103724968975, -41.870782858128706 -18.678619553365657 M-41.870782858128706 -18.678619553365657 C-41.77303484756324 -18.761407895258206, -41.67528683699778 -18.844196237150758, -41.55543856344834 -18.945702546981966 M-41.870782858128706 -18.678619553365657 C-41.78771541175377 -18.748974091640612, -41.70464796537885 -18.819328629915567, -41.55543856344834 -18.945702546981966 M-41.55543856344834 -18.945702546981966 C-41.44396863491012 -19.025290546217665, -41.332498706371894 -19.10487854545336, -41.219115790612136 -19.185832391312644 M-41.55543856344834 -18.945702546981966 C-41.42192449213722 -19.04102976163807, -41.288410420826104 -19.13635697629418, -41.219115790612136 -19.185832391312644 M-41.219115790612136 -19.185832391312644 C-41.109921218062695 -19.25089823362145, -41.000726645513254 -19.315964075930257, -40.864111965185366 -19.397368756032446 M-41.219115790612136 -19.185832391312644 C-41.126187052768 -19.24120589991615, -41.03325831492387 -19.29657940851966, -40.864111965185366 -19.397368756032446 M-40.864111965185366 -19.397368756032446 C-40.78970688789383 -19.43374318186489, -40.7153018106023 -19.470117607697336, -40.492852123264846 -19.578866633275286 M-40.864111965185366 -19.397368756032446 C-40.77379519335591 -19.441521935330467, -40.68347842152646 -19.48567511462849, -40.492852123264846 -19.578866633275286 M-40.492852123264846 -19.578866633275286 C-40.389855306150906 -19.619056116025643, -40.286858489036966 -19.659245598775996, -40.10787234602342 -19.729086208503173 M-40.492852123264846 -19.578866633275286 C-40.37174980021273 -19.62612090636556, -40.25064747716061 -19.673375179455835, -40.10787234602342 -19.729086208503173 M-40.10787234602342 -19.729086208503173 C-40.0110553045685 -19.757909890583804, -39.91423826311359 -19.78673357266443, -39.711802435703994 -19.847001329696653 M-40.10787234602342 -19.729086208503173 C-39.953700744168486 -19.77498508302928, -39.79952914231355 -19.820883957555385, -39.711802435703994 -19.847001329696653 M-39.711802435703994 -19.847001329696653 C-39.61003856055526 -19.868338970467324, -39.508274685406526 -19.889676611238, -39.30734795140367 -19.931806517013612 M-39.711802435703994 -19.847001329696653 C-39.55941538685882 -19.87895353377309, -39.40702833801363 -19.91090573784953, -39.30734795140367 -19.931806517013612 M-39.30734795140367 -19.931806517013612 C-39.17043176248498 -19.94887310216416, -39.03351557356629 -19.96593968731471, -38.89727172736166 -19.982922465033347 M-39.30734795140367 -19.931806517013612 C-39.204045503407144 -19.94468315372777, -39.100743055410625 -19.957559790441923, -38.89727172736166 -19.982922465033347 M-38.89727172736166 -19.982922465033347 C-38.74316743342057 -19.989296265777924, -38.58906313947947 -19.995670066522496, -38.484375 -20 M-38.89727172736166 -19.982922465033347 C-38.759691668792975 -19.98861281834744, -38.622111610224295 -19.994303171661535, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-35.484375, -12)\"><rect></rect><foreignObject width=\"70.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Delivered</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Received-15\" transform=\"translate(688.91796875, 686)\"><g class=\"basic label-container outer-path\"><path d=\"M-36.15625 -20 C-10.655433250587464 -20, 14.845383498825072 -20, 36.15625 -20 C36.15625 -20, 36.15625 -20, 36.15625 -20 C36.29142202699054 -19.9944092436087, 36.42659405398107 -19.9888184872174, 36.56914672736166 -19.982922465033347 C36.71367530674422 -19.964906996401037, 36.85820388612677 -19.946891527768727, 36.97922295140367 -19.931806517013612 C37.065591937787 -19.91369684496662, 37.151960924170325 -19.89558717291963, 37.383677435703994 -19.847001329696653 C37.48580707254955 -19.816596019441253, 37.58793670939511 -19.786190709185856, 37.77974734602342 -19.729086208503173 C37.929905566549344 -19.670494289036625, 38.08006378707527 -19.611902369570075, 38.164727123264846 -19.578866633275286 C38.26352083870419 -19.530569328766354, 38.36231455414352 -19.482272024257423, 38.535986965185366 -19.397368756032446 C38.642441607153394 -19.33393555797495, 38.74889624912142 -19.270502359917458, 38.890990790612136 -19.185832391312644 C39.00795433513829 -19.102322025652374, 39.12491787966444 -19.0188116599921, 39.22731356344834 -18.94570254698197 C39.324258559571035 -18.86359432362941, 39.42120355569372 -18.78148610027685, 39.542657858128706 -18.678619553365657 C39.626361415861574 -18.59491599563279, 39.71006497359444 -18.511212437899918, 39.83486955336566 -18.386407858128706 C39.89946471490504 -18.310140495015865, 39.964059876444416 -18.233873131903025, 40.10195254698197 -18.07106356344834 C40.19152630094866 -17.94560771521175, 40.28110005491535 -17.820151866975163, 40.342082391312644 -17.734740790612136 C40.402890543678396 -17.63269154373409, 40.46369869604415 -17.530642296856044, 40.55361875603245 -17.37973696518537 C40.592183147589985 -17.30085224140286, 40.63074753914753 -17.221967517620357, 40.73511663327529 -17.008477123264846 C40.78864449569614 -16.871296968682948, 40.84217235811699 -16.734116814101046, 40.885336208503176 -16.623497346023417 C40.9261481786189 -16.486412354886692, 40.96696014873462 -16.34932736374997, 41.00325132969665 -16.227427435703994 C41.036851219822054 -16.067182211760013, 41.070451109947456 -15.906936987816035, 41.08805651701361 -15.82297295140367 C41.10011793507417 -15.72621057162831, 41.112179353134714 -15.629448191852948, 41.13917246503335 -15.412896727361662 C41.144275235873586 -15.289523103210112, 41.149378006713825 -15.166149479058562, 41.15625 -15 C41.15625 -15, 41.15625 -15, 41.15625 -15 C41.15625 -8.33959216660334, 41.15625 -1.6791843332066811, 41.15625 15 C41.15625 15, 41.15625 15, 41.15625 15 C41.15249877857216 15.090696172145986, 41.14874755714432 15.18139234429197, 41.13917246503335 15.412896727361662 C41.11937751073704 15.571701179345622, 41.09958255644073 15.730505631329581, 41.08805651701361 15.822972951403669 C41.067713701221784 15.919992288670732, 41.047370885429956 16.017011625937794, 41.00325132969665 16.227427435703994 C40.96108589767621 16.369058625240008, 40.91892046565577 16.51068981477602, 40.885336208503176 16.623497346023417 C40.84314475367853 16.731624777852737, 40.80095329885389 16.839752209682057, 40.73511663327529 17.008477123264846 C40.6634250096132 17.155124683402427, 40.59173338595111 17.30177224354001, 40.55361875603245 17.379736965185366 C40.4890838613946 17.488040492573184, 40.424548966756745 17.596344019961002, 40.342082391312644 17.734740790612133 C40.25219720670511 17.8606328246005, 40.16231202209759 17.98652485858887, 40.10195254698197 18.07106356344834 C40.016409452924165 18.172064103749264, 39.93086635886635 18.273064644050184, 39.83486955336566 18.386407858128706 C39.76166858936684 18.45960882212752, 39.68846762536803 18.53280978612634, 39.542657858128706 18.678619553365657 C39.43853499176122 18.766807122706417, 39.33441212539375 18.85499469204718, 39.22731356344834 18.94570254698197 C39.12456867804964 19.019060985152848, 39.02182379265094 19.092419423323722, 38.890990790612136 19.185832391312644 C38.801606929719355 19.23909361173794, 38.71222306882658 19.292354832163237, 38.535986965185366 19.397368756032446 C38.43374551958713 19.44735155311151, 38.331504073988896 19.497334350190577, 38.164727123264846 19.578866633275286 C38.07832389066022 19.61258127925796, 37.991920658055605 19.64629592524063, 37.77974734602342 19.729086208503173 C37.654477755047076 19.766380581584734, 37.529208164070724 19.8036749546663, 37.383677435703994 19.847001329696653 C37.283632978212886 19.867978446496913, 37.18358852072178 19.888955563297174, 36.97922295140367 19.931806517013612 C36.83105924056504 19.95027510430938, 36.68289552972641 19.968743691605148, 36.56914672736166 19.982922465033347 C36.43695994051153 19.988389750979128, 36.3047731536614 19.993857036924904, 36.15625 20 C36.15625 20, 36.15625 20, 36.15625 20 C10.017614467730343 20, -16.121021064539313 20, -36.15625 20 C-36.15625 20, -36.15625 20, -36.15625 20 C-36.308662400672915 19.993696176478622, -36.46107480134582 19.98739235295724, -36.56914672736166 19.982922465033347 C-36.724398551122675 19.96357034538321, -36.87965037488369 19.944218225733074, -36.97922295140367 19.931806517013612 C-37.08073725371383 19.91052120616422, -37.18225155602398 19.889235895314826, -37.383677435703994 19.847001329696653 C-37.49238339207228 19.81463816429163, -37.60108934844057 19.78227499888661, -37.77974734602342 19.729086208503173 C-37.857966346736326 19.698565059714433, -37.936185347449225 19.66804391092569, -38.164727123264846 19.578866633275286 C-38.2913402802757 19.516969232496336, -38.41795343728654 19.45507183171739, -38.535986965185366 19.397368756032446 C-38.62653523904466 19.343413696081132, -38.71708351290394 19.28945863612982, -38.890990790612136 19.185832391312644 C-38.98701007430277 19.117275940463553, -39.08302935799341 19.048719489614463, -39.22731356344834 18.94570254698197 C-39.346275231473534 18.84494715372533, -39.46523689949873 18.744191760468688, -39.542657858128706 18.67861955336566 C-39.61190089096876 18.609376520525604, -39.68114392380882 18.540133487685548, -39.83486955336566 18.386407858128706 C-39.890750867244705 18.32042891550717, -39.946632181123746 18.254449972885627, -40.10195254698197 18.07106356344834 C-40.152952389205524 17.999633840089114, -40.20395223142908 17.928204116729887, -40.342082391312644 17.734740790612133 C-40.405087507388124 17.629004562905468, -40.468092623463605 17.523268335198804, -40.55361875603244 17.37973696518537 C-40.60576120050441 17.273077890235907, -40.65790364497638 17.166418815286445, -40.73511663327528 17.00847712326485 C-40.79058916810516 16.866313200424397, -40.84606170293504 16.724149277583944, -40.885336208503176 16.623497346023417 C-40.91146608806854 16.535728627716864, -40.93759596763392 16.44795990941031, -41.00325132969665 16.227427435703994 C-41.03242841675799 16.08827552679218, -41.06160550381933 15.949123617880371, -41.08805651701361 15.82297295140367 C-41.10762487467616 15.665986364402196, -41.12719323233872 15.508999777400719, -41.13917246503335 15.412896727361664 C-41.14412905573191 15.293057413180575, -41.14908564643047 15.173218098999486, -41.15625 15 C-41.15625 15, -41.15625 15, -41.15625 15 C-41.15625 5.226330307730015, -41.15625 -4.5473393845399706, -41.15625 -15 C-41.15625 -15, -41.15625 -15, -41.15625 -15 C-41.1513220012333 -15.119148025004032, -41.14639400246659 -15.238296050008062, -41.13917246503335 -15.41289672736166 C-41.12380736261662 -15.536162819944712, -41.10844226019989 -15.659428912527765, -41.08805651701361 -15.822972951403669 C-41.06460290595593 -15.934828351591191, -41.04114929489824 -16.046683751778712, -41.00325132969665 -16.227427435703994 C-40.96053515623753 -16.370908533123064, -40.917818982778414 -16.514389630542134, -40.885336208503176 -16.623497346023417 C-40.84954214114803 -16.715229678883805, -40.81374807379287 -16.806962011744197, -40.73511663327529 -17.008477123264846 C-40.67326160499593 -17.135003605942433, -40.61140657671657 -17.261530088620024, -40.55361875603245 -17.379736965185366 C-40.50163099890598 -17.46698367891093, -40.449643241779505 -17.554230392636487, -40.342082391312644 -17.734740790612133 C-40.266988483718016 -17.839916352174367, -40.191894576123396 -17.945091913736597, -40.10195254698197 -18.07106356344834 C-40.02542154940165 -18.161423541544963, -39.948890551821336 -18.251783519641585, -39.83486955336566 -18.386407858128706 C-39.752491522484526 -18.468785889009837, -39.670113491603395 -18.55116391989097, -39.542657858128706 -18.678619553365657 C-39.43566369668844 -18.769238985583065, -39.32866953524817 -18.859858417800478, -39.22731356344834 -18.945702546981966 C-39.15485024735529 -18.997440360233117, -39.082386931262235 -19.049178173484272, -38.890990790612136 -19.185832391312644 C-38.80850865064317 -19.234981078717265, -38.7260265106742 -19.284129766121886, -38.535986965185366 -19.397368756032446 C-38.45855129378052 -19.435224749048416, -38.381115622375674 -19.473080742064386, -38.164727123264846 -19.578866633275286 C-38.03228399116715 -19.630546103787033, -37.89984085906946 -19.682225574298776, -37.77974734602342 -19.729086208503173 C-37.69404392431099 -19.754601222632285, -37.60834050259856 -19.7801162367614, -37.383677435703994 -19.847001329696653 C-37.24584776999183 -19.875901171513895, -37.10801810427967 -19.904801013331138, -36.97922295140367 -19.931806517013612 C-36.83870460746309 -19.949322110319383, -36.698186263522516 -19.966837703625153, -36.56914672736166 -19.982922465033347 C-36.43907019066405 -19.9883024703872, -36.30899365396643 -19.993682475741057, -36.15625 -20 C-36.15625 -20, -36.15625 -20, -36.15625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-36.15625 -20 C-14.79658340288173 -20, 6.56308319423654 -20, 36.15625 -20 M-36.15625 -20 C-8.208741627736373 -20, 19.738766744527254 -20, 36.15625 -20 M36.15625 -20 C36.15625 -20, 36.15625 -20, 36.15625 -20 M36.15625 -20 C36.15625 -20, 36.15625 -20, 36.15625 -20 M36.15625 -20 C36.25141183000802 -19.996064077596746, 36.34657366001603 -19.992128155193495, 36.56914672736166 -19.982922465033347 M36.15625 -20 C36.272599901243694 -19.99518773248809, 36.38894980248739 -19.990375464976182, 36.56914672736166 -19.982922465033347 M36.56914672736166 -19.982922465033347 C36.70479292726557 -19.9660141838484, 36.840439127169475 -19.949105902663458, 36.97922295140367 -19.931806517013612 M36.56914672736166 -19.982922465033347 C36.709283577118555 -19.96545442492798, 36.849420426875454 -19.947986384822617, 36.97922295140367 -19.931806517013612 M36.97922295140367 -19.931806517013612 C37.10269490555015 -19.90591717073056, 37.22616685969663 -19.880027824447513, 37.383677435703994 -19.847001329696653 M36.97922295140367 -19.931806517013612 C37.06982370495694 -19.912809536699662, 37.1604244585102 -19.89381255638571, 37.383677435703994 -19.847001329696653 M37.383677435703994 -19.847001329696653 C37.52281058477418 -19.805579596545023, 37.66194373384436 -19.764157863393393, 37.77974734602342 -19.729086208503173 M37.383677435703994 -19.847001329696653 C37.47301995262983 -19.82040290998195, 37.56236246955568 -19.793804490267245, 37.77974734602342 -19.729086208503173 M37.77974734602342 -19.729086208503173 C37.924723237569154 -19.672516440079658, 38.06969912911488 -19.615946671656143, 38.164727123264846 -19.578866633275286 M37.77974734602342 -19.729086208503173 C37.921714251152 -19.67369055022303, 38.063681156280566 -19.618294891942885, 38.164727123264846 -19.578866633275286 M38.164727123264846 -19.578866633275286 C38.25062991609242 -19.536871316823113, 38.33653270892 -19.49487600037094, 38.535986965185366 -19.397368756032446 M38.164727123264846 -19.578866633275286 C38.30910557867504 -19.50828430731998, 38.45348403408523 -19.437701981364672, 38.535986965185366 -19.397368756032446 M38.535986965185366 -19.397368756032446 C38.6673641884627 -19.31908492293386, 38.798741411740025 -19.240801089835276, 38.890990790612136 -19.185832391312644 M38.535986965185366 -19.397368756032446 C38.65483163699312 -19.32655270268342, 38.77367630880089 -19.255736649334388, 38.890990790612136 -19.185832391312644 M38.890990790612136 -19.185832391312644 C39.01912459881274 -19.094346610682226, 39.14725840701333 -19.002860830051812, 39.22731356344834 -18.94570254698197 M38.890990790612136 -19.185832391312644 C38.97749186531662 -19.12407181105797, 39.063992940021116 -19.062311230803296, 39.22731356344834 -18.94570254698197 M39.22731356344834 -18.94570254698197 C39.30301885308924 -18.88158343738978, 39.37872414273015 -18.817464327797587, 39.542657858128706 -18.678619553365657 M39.22731356344834 -18.94570254698197 C39.3142395078649 -18.872080027566387, 39.40116545228145 -18.798457508150804, 39.542657858128706 -18.678619553365657 M39.542657858128706 -18.678619553365657 C39.65181984054757 -18.569457570946795, 39.76098182296643 -18.460295588527934, 39.83486955336566 -18.386407858128706 M39.542657858128706 -18.678619553365657 C39.649221311610106 -18.572056099884254, 39.75578476509151 -18.46549264640285, 39.83486955336566 -18.386407858128706 M39.83486955336566 -18.386407858128706 C39.88984610428909 -18.321497167110262, 39.944822655212526 -18.256586476091815, 40.10195254698197 -18.07106356344834 M39.83486955336566 -18.386407858128706 C39.93215086966161 -18.271548025020067, 40.02943218595757 -18.15668819191143, 40.10195254698197 -18.07106356344834 M40.10195254698197 -18.07106356344834 C40.17810095645139 -17.964411080117053, 40.25424936592081 -17.85775859678576, 40.342082391312644 -17.734740790612136 M40.10195254698197 -18.07106356344834 C40.17770125277474 -17.96497089994794, 40.25344995856751 -17.85887823644754, 40.342082391312644 -17.734740790612136 M40.342082391312644 -17.734740790612136 C40.40821563844911 -17.623754881629363, 40.47434888558558 -17.51276897264659, 40.55361875603245 -17.37973696518537 M40.342082391312644 -17.734740790612136 C40.425305710016325 -17.595074040908603, 40.50852902872 -17.455407291205066, 40.55361875603245 -17.37973696518537 M40.55361875603245 -17.37973696518537 C40.602654569071234 -17.2794326064029, 40.65169038211001 -17.179128247620433, 40.73511663327529 -17.008477123264846 M40.55361875603245 -17.37973696518537 C40.62187787529832 -17.24011070501499, 40.690136994564185 -17.100484444844614, 40.73511663327529 -17.008477123264846 M40.73511663327529 -17.008477123264846 C40.77047721924701 -16.91785570798079, 40.80583780521874 -16.82723429269674, 40.885336208503176 -16.623497346023417 M40.73511663327529 -17.008477123264846 C40.780033647694616 -16.893364680833358, 40.82495066211394 -16.77825223840187, 40.885336208503176 -16.623497346023417 M40.885336208503176 -16.623497346023417 C40.93158073773993 -16.468164710461675, 40.97782526697668 -16.312832074899934, 41.00325132969665 -16.227427435703994 M40.885336208503176 -16.623497346023417 C40.92724165212027 -16.48273944214028, 40.96914709573737 -16.341981538257144, 41.00325132969665 -16.227427435703994 M41.00325132969665 -16.227427435703994 C41.036604651542746 -16.06835814980588, 41.06995797338884 -15.909288863907772, 41.08805651701361 -15.82297295140367 M41.00325132969665 -16.227427435703994 C41.03066441291578 -16.096688446884418, 41.058077496134906 -15.965949458064845, 41.08805651701361 -15.82297295140367 M41.08805651701361 -15.82297295140367 C41.10687648861674 -15.671990270057135, 41.12569646021987 -15.521007588710598, 41.13917246503335 -15.412896727361662 M41.08805651701361 -15.82297295140367 C41.105565544676615 -15.682507280143492, 41.123074572339625 -15.542041608883315, 41.13917246503335 -15.412896727361662 M41.13917246503335 -15.412896727361662 C41.145947844505336 -15.249083154964872, 41.15272322397733 -15.085269582568081, 41.15625 -15 M41.13917246503335 -15.412896727361662 C41.14507132552064 -15.270275430135717, 41.15097018600793 -15.127654132909774, 41.15625 -15 M41.15625 -15 C41.15625 -15, 41.15625 -15, 41.15625 -15 M41.15625 -15 C41.15625 -15, 41.15625 -15, 41.15625 -15 M41.15625 -15 C41.15625 -3.4935501939230367, 41.15625 8.012899612153927, 41.15625 15 M41.15625 -15 C41.15625 -8.659646477997976, 41.15625 -2.3192929559959516, 41.15625 15 M41.15625 15 C41.15625 15, 41.15625 15, 41.15625 15 M41.15625 15 C41.15625 15, 41.15625 15, 41.15625 15 M41.15625 15 C41.151957586052795 15.10378100087305, 41.14766517210558 15.207562001746101, 41.13917246503335 15.412896727361662 M41.15625 15 C41.1499818867591 15.151549005693981, 41.1437137735182 15.303098011387965, 41.13917246503335 15.412896727361662 M41.13917246503335 15.412896727361662 C41.12088850963974 15.559579234071068, 41.102604554246135 15.706261740780473, 41.08805651701361 15.822972951403669 M41.13917246503335 15.412896727361662 C41.12712470353443 15.50954954776378, 41.11507694203551 15.6062023681659, 41.08805651701361 15.822972951403669 M41.08805651701361 15.822972951403669 C41.05471826221131 15.981970379274946, 41.02138000740901 16.14096780714622, 41.00325132969665 16.227427435703994 M41.08805651701361 15.822972951403669 C41.059130175070926 15.960929002009372, 41.03020383312824 16.098885052615074, 41.00325132969665 16.227427435703994 M41.00325132969665 16.227427435703994 C40.956501813123545 16.384456293828183, 40.90975229655044 16.541485151952376, 40.885336208503176 16.623497346023417 M41.00325132969665 16.227427435703994 C40.95858595662971 16.377455779193387, 40.91392058356276 16.52748412268278, 40.885336208503176 16.623497346023417 M40.885336208503176 16.623497346023417 C40.848678028318965 16.71744421027186, 40.81201984813475 16.811391074520305, 40.73511663327529 17.008477123264846 M40.885336208503176 16.623497346023417 C40.847706337595234 16.719934440175667, 40.81007646668729 16.816371534327917, 40.73511663327529 17.008477123264846 M40.73511663327529 17.008477123264846 C40.691858506303106 17.09696303629833, 40.648600379330915 17.185448949331814, 40.55361875603245 17.379736965185366 M40.73511663327529 17.008477123264846 C40.66938079336465 17.14294193301622, 40.60364495345401 17.277406742767596, 40.55361875603245 17.379736965185366 M40.55361875603245 17.379736965185366 C40.50192437343197 17.466491332929905, 40.450229990831495 17.55324570067444, 40.342082391312644 17.734740790612133 M40.55361875603245 17.379736965185366 C40.50775699691968 17.456702927739368, 40.46189523780691 17.533668890293367, 40.342082391312644 17.734740790612133 M40.342082391312644 17.734740790612133 C40.28412368059072 17.815917015726267, 40.2261649698688 17.897093240840405, 40.10195254698197 18.07106356344834 M40.342082391312644 17.734740790612133 C40.29049560236073 17.806992584013255, 40.23890881340882 17.879244377414377, 40.10195254698197 18.07106356344834 M40.10195254698197 18.07106356344834 C40.0051309401981 18.185380618561712, 39.90830933341422 18.29969767367508, 39.83486955336566 18.386407858128706 M40.10195254698197 18.07106356344834 C40.01761797883756 18.17063719989962, 39.933283410693164 18.270210836350902, 39.83486955336566 18.386407858128706 M39.83486955336566 18.386407858128706 C39.719077711502585 18.502199699991774, 39.60328586963952 18.617991541854845, 39.542657858128706 18.678619553365657 M39.83486955336566 18.386407858128706 C39.76324973080649 18.45802768068787, 39.69162990824733 18.529647503247034, 39.542657858128706 18.678619553365657 M39.542657858128706 18.678619553365657 C39.47722971071883 18.7340343674967, 39.41180156330896 18.78944918162775, 39.22731356344834 18.94570254698197 M39.542657858128706 18.678619553365657 C39.4455226448266 18.760888882451127, 39.34838743152451 18.843158211536593, 39.22731356344834 18.94570254698197 M39.22731356344834 18.94570254698197 C39.139734761986425 19.00823260935143, 39.0521559605245 19.07076267172089, 38.890990790612136 19.185832391312644 M39.22731356344834 18.94570254698197 C39.10830534924453 19.03067277873238, 38.989297135040715 19.11564301048279, 38.890990790612136 19.185832391312644 M38.890990790612136 19.185832391312644 C38.79524332325428 19.24288549813948, 38.69949585589643 19.29993860496631, 38.535986965185366 19.397368756032446 M38.890990790612136 19.185832391312644 C38.76887149199174 19.258599698710633, 38.646752193371334 19.331367006108618, 38.535986965185366 19.397368756032446 M38.535986965185366 19.397368756032446 C38.40843730489358 19.459723985367916, 38.2808876446018 19.522079214703385, 38.164727123264846 19.578866633275286 M38.535986965185366 19.397368756032446 C38.44311658033336 19.442770320667528, 38.35024619548136 19.488171885302606, 38.164727123264846 19.578866633275286 M38.164727123264846 19.578866633275286 C38.07624389047904 19.6133928978472, 37.98776065769324 19.64791916241911, 37.77974734602342 19.729086208503173 M38.164727123264846 19.578866633275286 C38.01752659270184 19.63630445853702, 37.87032606213883 19.693742283798755, 37.77974734602342 19.729086208503173 M37.77974734602342 19.729086208503173 C37.63424614941253 19.772403791548882, 37.488744952801646 19.815721374594595, 37.383677435703994 19.847001329696653 M37.77974734602342 19.729086208503173 C37.696325047398446 19.75392210286503, 37.612902748773465 19.778757997226883, 37.383677435703994 19.847001329696653 M37.383677435703994 19.847001329696653 C37.258867256377236 19.873171272292737, 37.134057077050485 19.899341214888825, 36.97922295140367 19.931806517013612 M37.383677435703994 19.847001329696653 C37.232349184780425 19.87873152719495, 37.08102093385685 19.91046172469325, 36.97922295140367 19.931806517013612 M36.97922295140367 19.931806517013612 C36.861867236499926 19.946434891620925, 36.74451152159617 19.961063266228237, 36.56914672736166 19.982922465033347 M36.97922295140367 19.931806517013612 C36.872419941111254 19.945119498362903, 36.76561693081884 19.95843247971219, 36.56914672736166 19.982922465033347 M36.56914672736166 19.982922465033347 C36.47008667322979 19.987019619178998, 36.37102661909792 19.99111677332465, 36.15625 20 M36.56914672736166 19.982922465033347 C36.40921377449061 19.989537340894504, 36.249280821619564 19.99615221675566, 36.15625 20 M36.15625 20 C36.15625 20, 36.15625 20, 36.15625 20 M36.15625 20 C36.15625 20, 36.15625 20, 36.15625 20 M36.15625 20 C15.18716849980849 20, -5.781913000383021 20, -36.15625 20 M36.15625 20 C19.19979483011838 20, 2.2433396602367566 20, -36.15625 20 M-36.15625 20 C-36.15625 20, -36.15625 20, -36.15625 20 M-36.15625 20 C-36.15625 20, -36.15625 20, -36.15625 20 M-36.15625 20 C-36.2419154933169 19.99645684898763, -36.32758098663381 19.992913697975265, -36.56914672736166 19.982922465033347 M-36.15625 20 C-36.261044570091755 19.995665664519812, -36.36583914018352 19.991331329039625, -36.56914672736166 19.982922465033347 M-36.56914672736166 19.982922465033347 C-36.68648364414149 19.968296433609737, -36.80382056092131 19.953670402186127, -36.97922295140367 19.931806517013612 M-36.56914672736166 19.982922465033347 C-36.71979795636523 19.964143808921683, -36.870449185368784 19.945365152810016, -36.97922295140367 19.931806517013612 M-36.97922295140367 19.931806517013612 C-37.06378683900939 19.914075334378662, -37.1483507266151 19.896344151743715, -37.383677435703994 19.847001329696653 M-36.97922295140367 19.931806517013612 C-37.13683528376867 19.89875868619824, -37.29444761613367 19.865710855382865, -37.383677435703994 19.847001329696653 M-37.383677435703994 19.847001329696653 C-37.498762798018 19.812738932853865, -37.61384816033201 19.778476536011077, -37.77974734602342 19.729086208503173 M-37.383677435703994 19.847001329696653 C-37.53961479345041 19.80057676686523, -37.69555215119683 19.754152204033808, -37.77974734602342 19.729086208503173 M-37.77974734602342 19.729086208503173 C-37.92907121440831 19.67081985425232, -38.07839508279321 19.612553500001468, -38.164727123264846 19.578866633275286 M-37.77974734602342 19.729086208503173 C-37.88193822520922 19.689211203708236, -37.98412910439502 19.6493361989133, -38.164727123264846 19.578866633275286 M-38.164727123264846 19.578866633275286 C-38.30105341801875 19.51222076879875, -38.43737971277266 19.44557490432221, -38.535986965185366 19.397368756032446 M-38.164727123264846 19.578866633275286 C-38.24344394124232 19.540384325864075, -38.32216075921979 19.501902018452867, -38.535986965185366 19.397368756032446 M-38.535986965185366 19.397368756032446 C-38.62784544347134 19.342632983701126, -38.71970392175731 19.287897211369806, -38.890990790612136 19.185832391312644 M-38.535986965185366 19.397368756032446 C-38.67490548217187 19.314591287253723, -38.81382399915838 19.231813818475, -38.890990790612136 19.185832391312644 M-38.890990790612136 19.185832391312644 C-38.972319067292666 19.12776511785897, -39.053647343973196 19.069697844405297, -39.22731356344834 18.94570254698197 M-38.890990790612136 19.185832391312644 C-38.9953976533461 19.111287324132277, -39.09980451608007 19.036742256951914, -39.22731356344834 18.94570254698197 M-39.22731356344834 18.94570254698197 C-39.298137423035904 18.885717797750083, -39.368961282623474 18.825733048518195, -39.542657858128706 18.67861955336566 M-39.22731356344834 18.94570254698197 C-39.29689544025861 18.886769703504445, -39.36647731706888 18.827836860026924, -39.542657858128706 18.67861955336566 M-39.542657858128706 18.67861955336566 C-39.63605692836064 18.585220483133728, -39.72945599859256 18.4918214129018, -39.83486955336566 18.386407858128706 M-39.542657858128706 18.67861955336566 C-39.63073591190137 18.590541499592995, -39.71881396567404 18.50246344582033, -39.83486955336566 18.386407858128706 M-39.83486955336566 18.386407858128706 C-39.8937628580309 18.316872664705883, -39.952656162696144 18.24733747128306, -40.10195254698197 18.07106356344834 M-39.83486955336566 18.386407858128706 C-39.93989306622813 18.262406830807404, -40.044916579090604 18.138405803486105, -40.10195254698197 18.07106356344834 M-40.10195254698197 18.07106356344834 C-40.1611310570504 17.988178903051352, -40.22030956711883 17.905294242654364, -40.342082391312644 17.734740790612133 M-40.10195254698197 18.07106356344834 C-40.174825958026325 17.968998000807495, -40.24769936907067 17.866932438166646, -40.342082391312644 17.734740790612133 M-40.342082391312644 17.734740790612133 C-40.40750069661458 17.62495470883897, -40.47291900191652 17.515168627065812, -40.55361875603244 17.37973696518537 M-40.342082391312644 17.734740790612133 C-40.39900919352972 17.639205289739056, -40.4559359957468 17.54366978886598, -40.55361875603244 17.37973696518537 M-40.55361875603244 17.37973696518537 C-40.60047380995647 17.283893420471422, -40.64732886388049 17.188049875757475, -40.73511663327528 17.00847712326485 M-40.55361875603244 17.37973696518537 C-40.59142954841557 17.302393753152824, -40.6292403407987 17.22505054112028, -40.73511663327528 17.00847712326485 M-40.73511663327528 17.00847712326485 C-40.78419021328596 16.882712316166387, -40.83326379329663 16.756947509067924, -40.885336208503176 16.623497346023417 M-40.73511663327528 17.00847712326485 C-40.78275578452405 16.88638844202675, -40.830394935772816 16.76429976078865, -40.885336208503176 16.623497346023417 M-40.885336208503176 16.623497346023417 C-40.915905925867804 16.520815475432517, -40.94647564323243 16.41813360484162, -41.00325132969665 16.227427435703994 M-40.885336208503176 16.623497346023417 C-40.9219555214539 16.50049524205614, -40.95857483440464 16.37749313808886, -41.00325132969665 16.227427435703994 M-41.00325132969665 16.227427435703994 C-41.032502948618216 16.087920068051446, -41.06175456753978 15.9484127003989, -41.08805651701361 15.82297295140367 M-41.00325132969665 16.227427435703994 C-41.024571350686166 16.125747593144858, -41.04589137167568 16.024067750585722, -41.08805651701361 15.82297295140367 M-41.08805651701361 15.82297295140367 C-41.10231087175314 15.708617800140797, -41.116565226492675 15.594262648877924, -41.13917246503335 15.412896727361664 M-41.08805651701361 15.82297295140367 C-41.10528565562479 15.684752682018443, -41.122514794235975 15.546532412633217, -41.13917246503335 15.412896727361664 M-41.13917246503335 15.412896727361664 C-41.14453681349613 15.283198739388844, -41.14990116195891 15.153500751416024, -41.15625 15 M-41.13917246503335 15.412896727361664 C-41.143499593344444 15.308276410552727, -41.14782672165555 15.20365609374379, -41.15625 15 M-41.15625 15 C-41.15625 15, -41.15625 15, -41.15625 15 M-41.15625 15 C-41.15625 15, -41.15625 15, -41.15625 15 M-41.15625 15 C-41.15625 6.211354165233191, -41.15625 -2.5772916695336185, -41.15625 -15 M-41.15625 15 C-41.15625 4.191629864704659, -41.15625 -6.616740270590682, -41.15625 -15 M-41.15625 -15 C-41.15625 -15, -41.15625 -15, -41.15625 -15 M-41.15625 -15 C-41.15625 -15, -41.15625 -15, -41.15625 -15 M-41.15625 -15 C-41.15259321781078 -15.088412841873831, -41.14893643562157 -15.17682568374766, -41.13917246503335 -15.41289672736166 M-41.15625 -15 C-41.150147890017585 -15.147535416947514, -41.144045780035164 -15.295070833895029, -41.13917246503335 -15.41289672736166 M-41.13917246503335 -15.41289672736166 C-41.12176268846436 -15.55256615957232, -41.10435291189537 -15.69223559178298, -41.08805651701361 -15.822972951403669 M-41.13917246503335 -15.41289672736166 C-41.128325194503596 -15.499918643462797, -41.11747792397384 -15.586940559563933, -41.08805651701361 -15.822972951403669 M-41.08805651701361 -15.822972951403669 C-41.06389421872028 -15.938208236000309, -41.039731920426945 -16.053443520596947, -41.00325132969665 -16.227427435703994 M-41.08805651701361 -15.822972951403669 C-41.0541951416789 -15.984465255494856, -41.02033376634419 -16.145957559586044, -41.00325132969665 -16.227427435703994 M-41.00325132969665 -16.227427435703994 C-40.97282660603882 -16.329622281018864, -40.942401882380985 -16.431817126333733, -40.885336208503176 -16.623497346023417 M-41.00325132969665 -16.227427435703994 C-40.96370270137498 -16.360268936557137, -40.9241540730533 -16.49311043741028, -40.885336208503176 -16.623497346023417 M-40.885336208503176 -16.623497346023417 C-40.83995961249547 -16.739787595123907, -40.79458301648776 -16.856077844224394, -40.73511663327529 -17.008477123264846 M-40.885336208503176 -16.623497346023417 C-40.82649605008173 -16.774291748467814, -40.767655891660276 -16.925086150912207, -40.73511663327529 -17.008477123264846 M-40.73511663327529 -17.008477123264846 C-40.69373780226735 -17.093118874960425, -40.65235897125941 -17.177760626656006, -40.55361875603245 -17.379736965185366 M-40.73511663327529 -17.008477123264846 C-40.67473483596186 -17.131990063834774, -40.61435303864842 -17.255503004404698, -40.55361875603245 -17.379736965185366 M-40.55361875603245 -17.379736965185366 C-40.50147414850017 -17.46724690785577, -40.449329540967895 -17.55475685052617, -40.342082391312644 -17.734740790612133 M-40.55361875603245 -17.379736965185366 C-40.51061953243432 -17.451898973301255, -40.467620308836196 -17.524060981417144, -40.342082391312644 -17.734740790612133 M-40.342082391312644 -17.734740790612133 C-40.28989945808238 -17.807827536025425, -40.23771652485211 -17.880914281438717, -40.10195254698197 -18.07106356344834 M-40.342082391312644 -17.734740790612133 C-40.29127301673337 -17.805903747437455, -40.2404636421541 -17.87706670426278, -40.10195254698197 -18.07106356344834 M-40.10195254698197 -18.07106356344834 C-40.042943865765125 -18.140734981708228, -39.98393518454828 -18.21040639996811, -39.83486955336566 -18.386407858128706 M-40.10195254698197 -18.07106356344834 C-39.9957387747685 -18.1964699273298, -39.88952500255503 -18.321876291211264, -39.83486955336566 -18.386407858128706 M-39.83486955336566 -18.386407858128706 C-39.741446220007525 -18.479831191486834, -39.6480228866494 -18.573254524844966, -39.542657858128706 -18.678619553365657 M-39.83486955336566 -18.386407858128706 C-39.73312505866249 -18.488152352831875, -39.63138056395932 -18.589896847535044, -39.542657858128706 -18.678619553365657 M-39.542657858128706 -18.678619553365657 C-39.41825540198231 -18.783983059099853, -39.293852945835916 -18.889346564834053, -39.22731356344834 -18.945702546981966 M-39.542657858128706 -18.678619553365657 C-39.46500904658334 -18.744384742043973, -39.387360235037974 -18.81014993072229, -39.22731356344834 -18.945702546981966 M-39.22731356344834 -18.945702546981966 C-39.1290880302898 -19.015834229674013, -39.03086249713127 -19.085965912366056, -38.890990790612136 -19.185832391312644 M-39.22731356344834 -18.945702546981966 C-39.14563063882572 -19.004023034199335, -39.0639477142031 -19.062343521416707, -38.890990790612136 -19.185832391312644 M-38.890990790612136 -19.185832391312644 C-38.764177515766576 -19.261396701434638, -38.637364240921016 -19.336961011556635, -38.535986965185366 -19.397368756032446 M-38.890990790612136 -19.185832391312644 C-38.814179824088406 -19.231601792838138, -38.73736885756468 -19.277371194363628, -38.535986965185366 -19.397368756032446 M-38.535986965185366 -19.397368756032446 C-38.41341593832909 -19.457290079789978, -38.2908449114728 -19.517211403547513, -38.164727123264846 -19.578866633275286 M-38.535986965185366 -19.397368756032446 C-38.45354375048172 -19.43767278779732, -38.37110053577807 -19.4779768195622, -38.164727123264846 -19.578866633275286 M-38.164727123264846 -19.578866633275286 C-38.04162284911071 -19.626902070109608, -37.91851857495658 -19.674937506943927, -37.77974734602342 -19.729086208503173 M-38.164727123264846 -19.578866633275286 C-38.0198617654818 -19.635393271290763, -37.87499640769875 -19.69191990930624, -37.77974734602342 -19.729086208503173 M-37.77974734602342 -19.729086208503173 C-37.69910920965307 -19.753093221849017, -37.61847107328273 -19.77710023519486, -37.383677435703994 -19.847001329696653 M-37.77974734602342 -19.729086208503173 C-37.62781157723434 -19.774319446685645, -37.47587580844525 -19.819552684868118, -37.383677435703994 -19.847001329696653 M-37.383677435703994 -19.847001329696653 C-37.29262359437254 -19.866093312527305, -37.20156975304109 -19.88518529535796, -36.97922295140367 -19.931806517013612 M-37.383677435703994 -19.847001329696653 C-37.26749312842286 -19.8713626171214, -37.15130882114174 -19.89572390454614, -36.97922295140367 -19.931806517013612 M-36.97922295140367 -19.931806517013612 C-36.84644301344315 -19.948357519019908, -36.713663075482636 -19.964908521026203, -36.56914672736166 -19.982922465033347 M-36.97922295140367 -19.931806517013612 C-36.87071906142751 -19.94533151279438, -36.762215171451345 -19.958856508575145, -36.56914672736166 -19.982922465033347 M-36.56914672736166 -19.982922465033347 C-36.46796937105494 -19.987107191444725, -36.36679201474823 -19.991291917856103, -36.15625 -20 M-36.56914672736166 -19.982922465033347 C-36.433503082433994 -19.988532727686817, -36.297859437506325 -19.994142990340283, -36.15625 -20 M-36.15625 -20 C-36.15625 -20, -36.15625 -20, -36.15625 -20 M-36.15625 -20 C-36.15625 -20, -36.15625 -20, -36.15625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-33.15625, -12)\"><rect></rect><foreignObject width=\"66.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Received</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Read-10\" transform=\"translate(688.91796875, 828)\"><g class=\"basic label-container outer-path\"><path d=\"M-21.7734375 -20 C-12.31517274664374 -20, -2.8569079932874786 -20, 21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 C21.862118976019016 -19.996332107020354, 21.95080045203803 -19.992664214040705, 22.186334227361662 -19.982922465033347 C22.270536288937446 -19.972426689003616, 22.35473835051323 -19.961930912973887, 22.59641045140367 -19.931806517013612 C22.70165737586473 -19.909738557601827, 22.806904300325794 -19.88767059819004, 23.000864935703998 -19.847001329696653 C23.13609206305383 -19.806742469594802, 23.271319190403663 -19.766483609492955, 23.396934846023417 -19.729086208503173 C23.47837487466168 -19.69730821071781, 23.55981490329994 -19.665530212932453, 23.781914623264846 -19.578866633275286 C23.925969274595328 -19.50844260548874, 24.070023925925806 -19.438018577702195, 24.15317446518537 -19.397368756032446 C24.27365704300272 -19.32557672254403, 24.394139620820074 -19.25378468905562, 24.508178290612136 -19.185832391312644 C24.605592759639336 -19.11627979727986, 24.70300722866654 -19.046727203247073, 24.84450106344834 -18.94570254698197 C24.940567739904868 -18.864338222440168, 25.03663441636139 -18.78297389789837, 25.159845358128706 -18.678619553365657 C25.248145644425232 -18.59031926706913, 25.33644593072176 -18.502018980772604, 25.452057053365657 -18.386407858128706 C25.532852237407983 -18.291013164590115, 25.61364742145031 -18.195618471051525, 25.71914004698197 -18.07106356344834 C25.79821584883514 -17.96031101197922, 25.877291650688313 -17.8495584605101, 25.959269891312644 -17.734740790612136 C26.036918305203315 -17.604429938357384, 26.114566719093986 -17.474119086102633, 26.170806256032446 -17.37973696518537 C26.21098530327768 -17.297549410402976, 26.25116435052292 -17.215361855620586, 26.352304133275286 -17.008477123264846 C26.392834391972084 -16.90460697224784, 26.43336465066888 -16.80073682123084, 26.502523708503173 -16.623497346023417 C26.544848639242808 -16.481330409733573, 26.58717356998244 -16.33916347344373, 26.620438829696653 -16.227427435703994 C26.650904067447385 -16.082132054449712, 26.681369305198114 -15.936836673195428, 26.705244017013612 -15.82297295140367 C26.72198055206706 -15.688704579904147, 26.738717087120506 -15.554436208404624, 26.756359965033347 -15.412896727361662 C26.759881171465498 -15.327761805077023, 26.763402377897645 -15.242626882792385, 26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 C26.7734375 -5.623752670501386, 26.7734375 3.752494658997229, 26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 C26.769667419772777 15.091152135876243, 26.765897339545553 15.182304271752484, 26.756359965033347 15.412896727361662 C26.73731962768569 15.565647286560909, 26.718279290338028 15.718397845760155, 26.705244017013612 15.822972951403669 C26.673368627888223 15.9749936529487, 26.64149323876283 16.127014354493735, 26.620438829696653 16.227427435703994 C26.594572124506385 16.314312166867172, 26.568705419316114 16.40119689803035, 26.502523708503173 16.623497346023417 C26.462011786974784 16.72732050290534, 26.4214998654464 16.831143659787262, 26.352304133275286 17.008477123264846 C26.28319471107409 17.14984270588985, 26.214085288872887 17.291208288514856, 26.170806256032446 17.379736965185366 C26.089501519870023 17.516183917940776, 26.0081967837076 17.652630870696186, 25.959269891312644 17.734740790612133 C25.907795760086316 17.806834797051142, 25.856321628859988 17.87892880349015, 25.71914004698197 18.07106356344834 C25.642629474036415 18.161399426224264, 25.566118901090864 18.25173528900019, 25.452057053365657 18.386407858128706 C25.35975905451524 18.478705856979122, 25.267461055664825 18.571003855829538, 25.159845358128706 18.678619553365657 C25.073784490262174 18.751509390317707, 24.98772362239564 18.82439922726976, 24.84450106344834 18.94570254698197 C24.754059465996317 19.01027660640122, 24.663617868544293 19.07485066582047, 24.508178290612136 19.185832391312644 C24.395782871691658 19.252805524069778, 24.28338745277118 19.319778656826912, 24.15317446518537 19.397368756032446 C24.02219726521332 19.4613996074145, 23.891220065241278 19.525430458796553, 23.781914623264846 19.578866633275286 C23.69035173561335 19.614594582904758, 23.598788847961853 19.650322532534226, 23.396934846023417 19.729086208503173 C23.308430305456834 19.755435151846697, 23.219925764890256 19.781784095190222, 23.000864935703998 19.847001329696653 C22.90825164501689 19.866420294672025, 22.81563835432978 19.885839259647398, 22.59641045140367 19.931806517013612 C22.47148657359065 19.947378262143758, 22.346562695777624 19.9629500072739, 22.186334227361662 19.982922465033347 C22.074667762462106 19.987541024185195, 21.963001297562545 19.992159583337045, 21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 C7.155579932748623 20, -7.462277634502755 20, -21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 C-21.87476656075326 19.9958089990463, -21.976095621506524 19.9916179980926, -22.186334227361662 19.982922465033347 C-22.315685388251108 19.966798859643244, -22.44503654914055 19.950675254253138, -22.59641045140367 19.931806517013612 C-22.713587715774967 19.90723702838132, -22.83076498014626 19.882667539749026, -23.000864935703994 19.847001329696653 C-23.132484080066323 19.807816612669424, -23.264103224428652 19.768631895642198, -23.396934846023417 19.729086208503173 C-23.530281862680493 19.677054041141897, -23.663628879337573 19.625021873780625, -23.781914623264846 19.578866633275286 C-23.92771798600534 19.507587712572807, -24.073521348745835 19.436308791870328, -24.15317446518537 19.397368756032446 C-24.259272248029554 19.334148199857566, -24.365370030873734 19.27092764368269, -24.508178290612133 19.185832391312644 C-24.631496138391988 19.09778514033154, -24.754813986171847 19.009737889350436, -24.84450106344834 18.94570254698197 C-24.926757551576152 18.876034855306088, -25.00901403970396 18.80636716363021, -25.159845358128706 18.67861955336566 C-25.23544400879942 18.603020902694944, -25.311042659470136 18.52742225202423, -25.452057053365657 18.386407858128706 C-25.530137432576698 18.29421852859748, -25.608217811787735 18.20202919906625, -25.719140046981966 18.07106356344834 C-25.774964338526548 17.992876778393686, -25.83078863007113 17.914689993339028, -25.959269891312644 17.734740790612133 C-26.038338856898466 17.602045945011074, -26.117407822484285 17.469351099410012, -26.170806256032446 17.37973696518537 C-26.23087185702844 17.256870814520713, -26.290937458024434 17.13400466385606, -26.352304133275286 17.00847712326485 C-26.390629130490694 16.91025857306336, -26.428954127706106 16.81204002286187, -26.502523708503173 16.623497346023417 C-26.52883249299921 16.535127696647738, -26.55514127749525 16.44675804727206, -26.620438829696653 16.227427435703994 C-26.638357229674945 16.141970667645452, -26.656275629653233 16.056513899586914, -26.705244017013612 15.82297295140367 C-26.718871222018034 15.713649090867957, -26.73249842702246 15.604325230332243, -26.756359965033347 15.412896727361664 C-26.762768393933765 15.25795520180313, -26.769176822834183 15.103013676244593, -26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 C-26.7734375 5.582432959236657, -26.7734375 -3.835134081526686, -26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 C-26.767779636764512 -15.136794520892783, -26.762121773529024 -15.273589041785566, -26.756359965033347 -15.41289672736166 C-26.740263494550632 -15.542030199236368, -26.724167024067917 -15.671163671111076, -26.705244017013612 -15.822972951403669 C-26.68479140388263 -15.920515936192647, -26.664338790751653 -16.018058920981623, -26.620438829696653 -16.227427435703994 C-26.59222364926453 -16.322200556151042, -26.5640084688324 -16.416973676598094, -26.502523708503173 -16.623497346023417 C-26.448573016571057 -16.761761119772867, -26.394622324638945 -16.900024893522314, -26.35230413327529 -17.008477123264846 C-26.294047676396474 -17.127642610488365, -26.23579121951766 -17.246808097711884, -26.170806256032446 -17.379736965185366 C-26.114659301433907 -17.473963712888754, -26.058512346835368 -17.568190460592138, -25.959269891312644 -17.734740790612133 C-25.87263788397758 -17.85607646633586, -25.786005876642513 -17.97741214205959, -25.71914004698197 -18.07106356344834 C-25.651034899885346 -18.151475158677574, -25.582929752788726 -18.23188675390681, -25.45205705336566 -18.386407858128706 C-25.347636497448683 -18.490828414045684, -25.243215941531705 -18.595248969962658, -25.159845358128706 -18.678619553365657 C-25.093966066986802 -18.734416466746744, -25.028086775844898 -18.79021338012783, -24.84450106344834 -18.945702546981966 C-24.751529918743437 -19.01208266842592, -24.658558774038532 -19.078462789869867, -24.508178290612136 -19.185832391312644 C-24.383593874162568 -19.260068590105142, -24.259009457713 -19.334304788897644, -24.153174465185366 -19.397368756032446 C-24.051762090112902 -19.44694624522867, -23.95034971504044 -19.496523734424898, -23.78191462326485 -19.578866633275286 C-23.647029501368447 -19.631498971163342, -23.51214437947204 -19.6841313090514, -23.39693484602342 -19.729086208503173 C-23.24047995987247 -19.775664846216205, -23.084025073721524 -19.822243483929235, -23.000864935703994 -19.847001329696653 C-22.88168292435508 -19.87199116956638, -22.762500913006164 -19.8969810094361, -22.596410451403674 -19.931806517013612 C-22.485598999240686 -19.945619150120997, -22.374787547077702 -19.959431783228386, -22.186334227361662 -19.982922465033347 C-22.025184738279716 -19.98958765720438, -21.864035249197766 -19.99625284937541, -21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-21.7734375 -20 C-10.931144403809851 -20, -0.08885130761970217 -20, 21.7734375 -20 M-21.7734375 -20 C-9.206203403835664 -20, 3.361030692328672 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.904544313520343 -19.99457738208155, 22.035651127040687 -19.989154764163104, 22.186334227361662 -19.982922465033347 M21.7734375 -20 C21.93676123370212 -19.993244880406284, 22.100084967404243 -19.986489760812567, 22.186334227361662 -19.982922465033347 M22.186334227361662 -19.982922465033347 C22.324011577283486 -19.965761001262706, 22.46168892720531 -19.94859953749206, 22.59641045140367 -19.931806517013612 M22.186334227361662 -19.982922465033347 C22.326241053805823 -19.965483097304013, 22.46614788024998 -19.948043729574678, 22.59641045140367 -19.931806517013612 M22.59641045140367 -19.931806517013612 C22.73867046583869 -19.901977728756396, 22.88093048027371 -19.872148940499184, 23.000864935703998 -19.847001329696653 M22.59641045140367 -19.931806517013612 C22.67872268151869 -19.91454745730642, 22.761034911633704 -19.89728839759923, 23.000864935703998 -19.847001329696653 M23.000864935703998 -19.847001329696653 C23.100899207811754 -19.81721983655173, 23.200933479919513 -19.78743834340681, 23.396934846023417 -19.729086208503173 M23.000864935703998 -19.847001329696653 C23.158646047629524 -19.80002785746359, 23.316427159555047 -19.75305438523053, 23.396934846023417 -19.729086208503173 M23.396934846023417 -19.729086208503173 C23.537346925116967 -19.674297245224537, 23.677759004210518 -19.619508281945905, 23.781914623264846 -19.578866633275286 M23.396934846023417 -19.729086208503173 C23.542446340268675 -19.672307447257776, 23.687957834513934 -19.615528686012375, 23.781914623264846 -19.578866633275286 M23.781914623264846 -19.578866633275286 C23.91713731705258 -19.512760286435906, 24.05236001084031 -19.446653939596523, 24.15317446518537 -19.397368756032446 M23.781914623264846 -19.578866633275286 C23.863989645300403 -19.538742599937734, 23.94606466733596 -19.498618566600186, 24.15317446518537 -19.397368756032446 M24.15317446518537 -19.397368756032446 C24.25850858569807 -19.334603243837112, 24.363842706210768 -19.271837731641778, 24.508178290612136 -19.185832391312644 M24.15317446518537 -19.397368756032446 C24.291346684195588 -19.315035984323426, 24.42951890320581 -19.23270321261441, 24.508178290612136 -19.185832391312644 M24.508178290612136 -19.185832391312644 C24.634206024238246 -19.09585031902602, 24.760233757864352 -19.005868246739396, 24.84450106344834 -18.94570254698197 M24.508178290612136 -19.185832391312644 C24.5902574635568 -19.127228988231188, 24.672336636501463 -19.068625585149736, 24.84450106344834 -18.94570254698197 M24.84450106344834 -18.94570254698197 C24.956940681229884 -18.850471048506286, 25.069380299011424 -18.755239550030605, 25.159845358128706 -18.678619553365657 M24.84450106344834 -18.94570254698197 C24.924479030424877 -18.877964664281123, 25.004456997401412 -18.810226781580276, 25.159845358128706 -18.678619553365657 M25.159845358128706 -18.678619553365657 C25.26996615238429 -18.568498759110074, 25.380086946639867 -18.458377964854495, 25.452057053365657 -18.386407858128706 M25.159845358128706 -18.678619553365657 C25.23317174707749 -18.605293164416874, 25.30649813602627 -18.531966775468092, 25.452057053365657 -18.386407858128706 M25.452057053365657 -18.386407858128706 C25.518672702460396 -18.30775490986711, 25.58528835155514 -18.229101961605515, 25.71914004698197 -18.07106356344834 M25.452057053365657 -18.386407858128706 C25.523092180925694 -18.30253684150333, 25.594127308485728 -18.218665824877952, 25.71914004698197 -18.07106356344834 M25.71914004698197 -18.07106356344834 C25.807806464234645 -17.946878519348587, 25.89647288148732 -17.822693475248837, 25.959269891312644 -17.734740790612136 M25.71914004698197 -18.07106356344834 C25.813150768928132 -17.939393354901807, 25.907161490874294 -17.80772314635527, 25.959269891312644 -17.734740790612136 M25.959269891312644 -17.734740790612136 C26.010418375630493 -17.648902558392965, 26.061566859948343 -17.563064326173794, 26.170806256032446 -17.37973696518537 M25.959269891312644 -17.734740790612136 C26.03290920469214 -17.611158077133304, 26.106548518071634 -17.48757536365447, 26.170806256032446 -17.37973696518537 M26.170806256032446 -17.37973696518537 C26.214246108390256 -17.290879326934135, 26.257685960748066 -17.202021688682898, 26.352304133275286 -17.008477123264846 M26.170806256032446 -17.37973696518537 C26.222687833897897 -17.273611501408492, 26.274569411763352 -17.167486037631615, 26.352304133275286 -17.008477123264846 M26.352304133275286 -17.008477123264846 C26.394547451505147 -16.900216776919173, 26.43679076973501 -16.7919564305735, 26.502523708503173 -16.623497346023417 M26.352304133275286 -17.008477123264846 C26.385006210259164 -16.924668882604553, 26.41770828724304 -16.840860641944264, 26.502523708503173 -16.623497346023417 M26.502523708503173 -16.623497346023417 C26.549660365443525 -16.46516810632829, 26.596797022383875 -16.306838866633164, 26.620438829696653 -16.227427435703994 M26.502523708503173 -16.623497346023417 C26.547918857294224 -16.471017729086864, 26.59331400608528 -16.31853811215031, 26.620438829696653 -16.227427435703994 M26.620438829696653 -16.227427435703994 C26.646550274394208 -16.10289624564819, 26.672661719091764 -15.978365055592384, 26.705244017013612 -15.82297295140367 M26.620438829696653 -16.227427435703994 C26.638323778664592 -16.142130202829197, 26.65620872763253 -16.0568329699544, 26.705244017013612 -15.82297295140367 M26.705244017013612 -15.82297295140367 C26.725465384512415 -15.66074761175676, 26.74568675201122 -15.498522272109849, 26.756359965033347 -15.412896727361662 M26.705244017013612 -15.82297295140367 C26.720002975415458 -15.70456963176095, 26.7347619338173 -15.58616631211823, 26.756359965033347 -15.412896727361662 M26.756359965033347 -15.412896727361662 C26.761352743180108 -15.292182481349808, 26.76634552132687 -15.171468235337954, 26.7734375 -15 M26.756359965033347 -15.412896727361662 C26.759862017382503 -15.328224908106803, 26.763364069731654 -15.243553088851945, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -5.771829757749311, 26.7734375 3.4563404845013785, 26.7734375 15 M26.7734375 -15 C26.7734375 -8.787618292772676, 26.7734375 -2.575236585545351, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.76836187604055 15.122717273088098, 26.763286252081105 15.245434546176197, 26.756359965033347 15.412896727361662 M26.7734375 15 C26.767834345095306 15.135471795406426, 26.76223119019061 15.270943590812852, 26.756359965033347 15.412896727361662 M26.756359965033347 15.412896727361662 C26.738917187038158 15.55283091256562, 26.721474409042973 15.692765097769577, 26.705244017013612 15.822972951403669 M26.756359965033347 15.412896727361662 C26.744460839975893 15.50835711618357, 26.73256171491844 15.603817505005479, 26.705244017013612 15.822972951403669 M26.705244017013612 15.822972951403669 C26.673084076038624 15.976350742947876, 26.640924135063635 16.129728534492084, 26.620438829696653 16.227427435703994 M26.705244017013612 15.822972951403669 C26.675787632324358 15.963456891782418, 26.646331247635104 16.103940832161165, 26.620438829696653 16.227427435703994 M26.620438829696653 16.227427435703994 C26.576347493074227 16.375527624765013, 26.532256156451805 16.523627813826028, 26.502523708503173 16.623497346023417 M26.620438829696653 16.227427435703994 C26.576914139371766 16.37362429340278, 26.53338944904688 16.519821151101567, 26.502523708503173 16.623497346023417 M26.502523708503173 16.623497346023417 C26.45162597356792 16.753937061538124, 26.400728238632674 16.884376777052836, 26.352304133275286 17.008477123264846 M26.502523708503173 16.623497346023417 C26.451702128072963 16.753741894268206, 26.40088054764275 16.883986442512995, 26.352304133275286 17.008477123264846 M26.352304133275286 17.008477123264846 C26.291215245631495 17.133436440223626, 26.230126357987707 17.258395757182406, 26.170806256032446 17.379736965185366 M26.352304133275286 17.008477123264846 C26.30661576391243 17.101934176564516, 26.26092739454957 17.195391229864185, 26.170806256032446 17.379736965185366 M26.170806256032446 17.379736965185366 C26.10951939670961 17.482589585995115, 26.048232537386777 17.585442206804863, 25.959269891312644 17.734740790612133 M26.170806256032446 17.379736965185366 C26.125019103935813 17.456577721011122, 26.079231951839176 17.533418476836875, 25.959269891312644 17.734740790612133 M25.959269891312644 17.734740790612133 C25.87314203605816 17.85537035741323, 25.787014180803677 17.97599992421432, 25.71914004698197 18.07106356344834 M25.959269891312644 17.734740790612133 C25.907885481881905 17.80670913385771, 25.856501072451167 17.878677477103288, 25.71914004698197 18.07106356344834 M25.71914004698197 18.07106356344834 C25.653872889333446 18.148124350867974, 25.58860573168492 18.22518513828761, 25.452057053365657 18.386407858128706 M25.71914004698197 18.07106356344834 C25.63096895088667 18.17516697989166, 25.54279785479137 18.279270396334976, 25.452057053365657 18.386407858128706 M25.452057053365657 18.386407858128706 C25.351919169796986 18.486545741697377, 25.25178128622831 18.58668362526605, 25.159845358128706 18.678619553365657 M25.452057053365657 18.386407858128706 C25.352226284552305 18.486238626942058, 25.252395515738954 18.58606939575541, 25.159845358128706 18.678619553365657 M25.159845358128706 18.678619553365657 C25.08730562629929 18.740057572254702, 25.014765894469875 18.80149559114375, 24.84450106344834 18.94570254698197 M25.159845358128706 18.678619553365657 C25.079186705759238 18.746933947186324, 24.998528053389766 18.815248341006996, 24.84450106344834 18.94570254698197 M24.84450106344834 18.94570254698197 C24.7233483593098 19.032203915116195, 24.602195655171254 19.118705283250424, 24.508178290612136 19.185832391312644 M24.84450106344834 18.94570254698197 C24.711445750861262 19.040702214204813, 24.578390438274187 19.13570188142766, 24.508178290612136 19.185832391312644 M24.508178290612136 19.185832391312644 C24.411452055027823 19.243468717411215, 24.314725819443506 19.301105043509786, 24.15317446518537 19.397368756032446 M24.508178290612136 19.185832391312644 C24.406334792118702 19.246517944252105, 24.304491293625272 19.307203497191566, 24.15317446518537 19.397368756032446 M24.15317446518537 19.397368756032446 C24.037823463212682 19.453760424701958, 23.92247246123999 19.51015209337147, 23.781914623264846 19.578866633275286 M24.15317446518537 19.397368756032446 C24.078475999498075 19.43388661071182, 24.003777533810783 19.470404465391194, 23.781914623264846 19.578866633275286 M23.781914623264846 19.578866633275286 C23.636827825120346 19.63547967758793, 23.49174102697585 19.692092721900572, 23.396934846023417 19.729086208503173 M23.781914623264846 19.578866633275286 C23.631971719671128 19.637374535814175, 23.482028816077413 19.69588243835306, 23.396934846023417 19.729086208503173 M23.396934846023417 19.729086208503173 C23.25688699859755 19.770780259153952, 23.116839151171682 19.81247430980473, 23.000864935703998 19.847001329696653 M23.396934846023417 19.729086208503173 C23.29554720281117 19.759270617682986, 23.194159559598923 19.7894550268628, 23.000864935703998 19.847001329696653 M23.000864935703998 19.847001329696653 C22.900342384783148 19.86807869214738, 22.799819833862298 19.889156054598114, 22.59641045140367 19.931806517013612 M23.000864935703998 19.847001329696653 C22.90123126612913 19.867892313328568, 22.801597596554267 19.888783296960483, 22.59641045140367 19.931806517013612 M22.59641045140367 19.931806517013612 C22.50302933231805 19.94344646136873, 22.40964821323243 19.955086405723847, 22.186334227361662 19.982922465033347 M22.59641045140367 19.931806517013612 C22.469596947265398 19.94761380381956, 22.342783443127125 19.96342109062551, 22.186334227361662 19.982922465033347 M22.186334227361662 19.982922465033347 C22.082126975792463 19.987232508839757, 21.977919724223266 19.991542552646166, 21.7734375 20 M22.186334227361662 19.982922465033347 C22.03612332519336 19.989135233903042, 21.885912423025054 19.995348002772737, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C5.025901219032676 20, -11.721635061934649 20, -21.7734375 20 M21.7734375 20 C8.399867549132573 20, -4.973702401734855 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.893044131696904 19.995053033120172, -22.012650763393808 19.990106066240344, -22.186334227361662 19.982922465033347 M-21.7734375 20 C-21.87531556220276 19.995786292178387, -21.977193624405523 19.991572584356774, -22.186334227361662 19.982922465033347 M-22.186334227361662 19.982922465033347 C-22.33096354731381 19.96489443910213, -22.47559286726596 19.94686641317092, -22.59641045140367 19.931806517013612 M-22.186334227361662 19.982922465033347 C-22.291609891283034 19.969799867210664, -22.39688555520441 19.95667726938798, -22.59641045140367 19.931806517013612 M-22.59641045140367 19.931806517013612 C-22.7172577446421 19.90646750425038, -22.83810503788053 19.881128491487146, -23.000864935703994 19.847001329696653 M-22.59641045140367 19.931806517013612 C-22.6831875571182 19.91361127134172, -22.769964662832724 19.89541602566982, -23.000864935703994 19.847001329696653 M-23.000864935703994 19.847001329696653 C-23.130459132465862 19.80841946568981, -23.260053329227727 19.769837601682962, -23.396934846023417 19.729086208503173 M-23.000864935703994 19.847001329696653 C-23.11546246457916 19.812884167161155, -23.230059993454322 19.778767004625653, -23.396934846023417 19.729086208503173 M-23.396934846023417 19.729086208503173 C-23.500080792452852 19.688838535313337, -23.603226738882288 19.648590862123505, -23.781914623264846 19.578866633275286 M-23.396934846023417 19.729086208503173 C-23.512336511566538 19.684056338875482, -23.62773817710966 19.639026469247796, -23.781914623264846 19.578866633275286 M-23.781914623264846 19.578866633275286 C-23.85752799318191 19.54190150917209, -23.933141363098976 19.504936385068895, -24.15317446518537 19.397368756032446 M-23.781914623264846 19.578866633275286 C-23.90590955002743 19.518249207270166, -24.029904476790012 19.457631781265043, -24.15317446518537 19.397368756032446 M-24.15317446518537 19.397368756032446 C-24.269100619993637 19.32829176134202, -24.385026774801904 19.259214766651592, -24.508178290612133 19.185832391312644 M-24.15317446518537 19.397368756032446 C-24.25293226600415 19.337926009148582, -24.35269006682293 19.278483262264714, -24.508178290612133 19.185832391312644 M-24.508178290612133 19.185832391312644 C-24.616060174017548 19.108806207061782, -24.723942057422963 19.03178002281092, -24.84450106344834 18.94570254698197 M-24.508178290612133 19.185832391312644 C-24.626605556055427 19.10127694900468, -24.74503282149872 19.016721506696722, -24.84450106344834 18.94570254698197 M-24.84450106344834 18.94570254698197 C-24.937700134783636 18.86676696008727, -25.03089920611893 18.787831373192567, -25.159845358128706 18.67861955336566 M-24.84450106344834 18.94570254698197 C-24.92860312977011 18.87447173031125, -25.012705196091876 18.803240913640526, -25.159845358128706 18.67861955336566 M-25.159845358128706 18.67861955336566 C-25.238170235737797 18.60029467575657, -25.316495113346885 18.521969798147477, -25.452057053365657 18.386407858128706 M-25.159845358128706 18.67861955336566 C-25.26455701818283 18.57390789331153, -25.36926867823696 18.469196233257406, -25.452057053365657 18.386407858128706 M-25.452057053365657 18.386407858128706 C-25.516063667401244 18.310835391740497, -25.58007028143683 18.23526292535229, -25.719140046981966 18.07106356344834 M-25.452057053365657 18.386407858128706 C-25.55345155969686 18.266691590722285, -25.654846066028064 18.146975323315864, -25.719140046981966 18.07106356344834 M-25.719140046981966 18.07106356344834 C-25.787265538348674 17.975647876068276, -25.855391029715378 17.88023218868821, -25.959269891312644 17.734740790612133 M-25.719140046981966 18.07106356344834 C-25.793084035389 17.96749856391677, -25.867028023796035 17.863933564385203, -25.959269891312644 17.734740790612133 M-25.959269891312644 17.734740790612133 C-26.0053823019222 17.65735418057123, -26.051494712531753 17.57996757053033, -26.170806256032446 17.37973696518537 M-25.959269891312644 17.734740790612133 C-26.00223249773061 17.662640234053526, -26.045195104148576 17.590539677494917, -26.170806256032446 17.37973696518537 M-26.170806256032446 17.37973696518537 C-26.215516756976804 17.288280173706863, -26.260227257921166 17.196823382228356, -26.352304133275286 17.00847712326485 M-26.170806256032446 17.37973696518537 C-26.216280148619727 17.286718631142396, -26.26175404120701 17.193700297099422, -26.352304133275286 17.00847712326485 M-26.352304133275286 17.00847712326485 C-26.405933997214923 16.871035561193803, -26.45956386115456 16.733593999122757, -26.502523708503173 16.623497346023417 M-26.352304133275286 17.00847712326485 C-26.385025102864603 16.924620465006374, -26.417746072453916 16.840763806747898, -26.502523708503173 16.623497346023417 M-26.502523708503173 16.623497346023417 C-26.539596213264904 16.498972997596535, -26.57666871802663 16.374448649169654, -26.620438829696653 16.227427435703994 M-26.502523708503173 16.623497346023417 C-26.545346963683258 16.479656567443953, -26.58817021886334 16.335815788864494, -26.620438829696653 16.227427435703994 M-26.620438829696653 16.227427435703994 C-26.64279911034162 16.120786367354366, -26.665159390986588 16.01414529900474, -26.705244017013612 15.82297295140367 M-26.620438829696653 16.227427435703994 C-26.649414733362658 16.08923501440117, -26.678390637028663 15.951042593098345, -26.705244017013612 15.82297295140367 M-26.705244017013612 15.82297295140367 C-26.71925600998286 15.710562140478018, -26.733268002952105 15.598151329552365, -26.756359965033347 15.412896727361664 M-26.705244017013612 15.82297295140367 C-26.72345490075313 15.676876659939307, -26.741665784492643 15.530780368474943, -26.756359965033347 15.412896727361664 M-26.756359965033347 15.412896727361664 C-26.76203330135473 15.275728101743525, -26.767706637676113 15.138559476125387, -26.7734375 15 M-26.756359965033347 15.412896727361664 C-26.76193982786507 15.27798808235845, -26.767519690696798 15.143079437355235, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 6.0142433491730785, -26.7734375 -2.971513301653843, -26.7734375 -15 M-26.7734375 15 C-26.7734375 8.271453534931773, -26.7734375 1.5429070698635439, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.76995093155921 -15.084297452866263, -26.766464363118427 -15.168594905732526, -26.756359965033347 -15.41289672736166 M-26.7734375 -15 C-26.767836020807092 -15.135431280430858, -26.76223454161418 -15.270862560861715, -26.756359965033347 -15.41289672736166 M-26.756359965033347 -15.41289672736166 C-26.738473162260526 -15.55639308858401, -26.720586359487704 -15.699889449806358, -26.705244017013612 -15.822972951403669 M-26.756359965033347 -15.41289672736166 C-26.74423740693122 -15.510149601363564, -26.732114848829088 -15.607402475365465, -26.705244017013612 -15.822972951403669 M-26.705244017013612 -15.822972951403669 C-26.67357743428296 -15.973997809588472, -26.641910851552307 -16.125022667773276, -26.620438829696653 -16.227427435703994 M-26.705244017013612 -15.822972951403669 C-26.6718448249109 -15.982261002586942, -26.638445632808182 -16.141549053770216, -26.620438829696653 -16.227427435703994 M-26.620438829696653 -16.227427435703994 C-26.578833713741123 -16.367176556754362, -26.53722859778559 -16.50692567780473, -26.502523708503173 -16.623497346023417 M-26.620438829696653 -16.227427435703994 C-26.584033875571826 -16.34970952106727, -26.547628921447004 -16.471991606430546, -26.502523708503173 -16.623497346023417 M-26.502523708503173 -16.623497346023417 C-26.453493424697676 -16.74915119445755, -26.40446314089218 -16.874805042891683, -26.35230413327529 -17.008477123264846 M-26.502523708503173 -16.623497346023417 C-26.448340633771927 -16.762356665846724, -26.394157559040686 -16.90121598567003, -26.35230413327529 -17.008477123264846 M-26.35230413327529 -17.008477123264846 C-26.30634582013476 -17.102486355387477, -26.260387506994228 -17.19649558751011, -26.170806256032446 -17.379736965185366 M-26.35230413327529 -17.008477123264846 C-26.292567721615615 -17.130669906379307, -26.23283130995594 -17.252862689493764, -26.170806256032446 -17.379736965185366 M-26.170806256032446 -17.379736965185366 C-26.100850068888402 -17.497138595308403, -26.030893881744362 -17.61454022543144, -25.959269891312644 -17.734740790612133 M-26.170806256032446 -17.379736965185366 C-26.10915843575691 -17.48319535663511, -26.04751061548137 -17.586653748084856, -25.959269891312644 -17.734740790612133 M-25.959269891312644 -17.734740790612133 C-25.908691475213914 -17.805580269958828, -25.858113059115183 -17.876419749305526, -25.71914004698197 -18.07106356344834 M-25.959269891312644 -17.734740790612133 C-25.89847264983699 -17.81989262540751, -25.837675408361335 -17.905044460202884, -25.71914004698197 -18.07106356344834 M-25.71914004698197 -18.07106356344834 C-25.65308976806684 -18.149048980400252, -25.587039489151714 -18.227034397352163, -25.45205705336566 -18.386407858128706 M-25.71914004698197 -18.07106356344834 C-25.65429353865514 -18.14762769115235, -25.589447030328312 -18.22419181885636, -25.45205705336566 -18.386407858128706 M-25.45205705336566 -18.386407858128706 C-25.354711159917088 -18.48375375157728, -25.25736526646851 -18.58109964502585, -25.159845358128706 -18.678619553365657 M-25.45205705336566 -18.386407858128706 C-25.36128962300335 -18.477175288491015, -25.27052219264104 -18.567942718853324, -25.159845358128706 -18.678619553365657 M-25.159845358128706 -18.678619553365657 C-25.07865540282709 -18.747383937815705, -24.997465447525475 -18.816148322265754, -24.84450106344834 -18.945702546981966 M-25.159845358128706 -18.678619553365657 C-25.06515159116148 -18.75882108288452, -24.970457824194256 -18.83902261240338, -24.84450106344834 -18.945702546981966 M-24.84450106344834 -18.945702546981966 C-24.75167861481488 -19.011976501471512, -24.658856166181423 -19.07825045596106, -24.508178290612136 -19.185832391312644 M-24.84450106344834 -18.945702546981966 C-24.752340624271877 -19.011503835804206, -24.660180185095413 -19.07730512462644, -24.508178290612136 -19.185832391312644 M-24.508178290612136 -19.185832391312644 C-24.39363877896925 -19.25408312602118, -24.279099267326362 -19.322333860729714, -24.153174465185366 -19.397368756032446 M-24.508178290612136 -19.185832391312644 C-24.423663795003257 -19.23619209981927, -24.339149299394382 -19.286551808325896, -24.153174465185366 -19.397368756032446 M-24.153174465185366 -19.397368756032446 C-24.0709663315808 -19.43755786365082, -23.98875819797623 -19.477746971269198, -23.78191462326485 -19.578866633275286 M-24.153174465185366 -19.397368756032446 C-24.077711961949074 -19.434260125909585, -24.002249458712782 -19.471151495786724, -23.78191462326485 -19.578866633275286 M-23.78191462326485 -19.578866633275286 C-23.634287206213585 -19.63647103016163, -23.48665978916232 -19.69407542704797, -23.39693484602342 -19.729086208503173 M-23.78191462326485 -19.578866633275286 C-23.657462252128724 -19.627428099184307, -23.533009880992594 -19.675989565093328, -23.39693484602342 -19.729086208503173 M-23.39693484602342 -19.729086208503173 C-23.255011933514933 -19.77133849021544, -23.113089021006445 -19.813590771927714, -23.000864935703994 -19.847001329696653 M-23.39693484602342 -19.729086208503173 C-23.28697512038509 -19.76182263719221, -23.177015394746764 -19.79455906588125, -23.000864935703994 -19.847001329696653 M-23.000864935703994 -19.847001329696653 C-22.870463021795004 -19.87434373573938, -22.740061107886017 -19.90168614178211, -22.596410451403674 -19.931806517013612 M-23.000864935703994 -19.847001329696653 C-22.886761761778683 -19.870926249344745, -22.772658587853368 -19.894851168992837, -22.596410451403674 -19.931806517013612 M-22.596410451403674 -19.931806517013612 C-22.46458913631647 -19.948238026803363, -22.33276782122926 -19.964669536593117, -22.186334227361662 -19.982922465033347 M-22.596410451403674 -19.931806517013612 C-22.503320678768592 -19.943410145071542, -22.41023090613351 -19.955013773129473, -22.186334227361662 -19.982922465033347 M-22.186334227361662 -19.982922465033347 C-22.064193633330518 -19.98797423737057, -21.942053039299374 -19.993026009707787, -21.7734375 -20 M-22.186334227361662 -19.982922465033347 C-22.06773044152109 -19.987827953901743, -21.949126655680516 -19.992733442770138, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-18.7734375, -12)\"><rect></rect><foreignObject width=\"37.546875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Read</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Replied-18\" transform=\"translate(927.85546875, 986)\"><g class=\"basic label-container outer-path\"><path d=\"M-30.75 -20 C-13.697454925887552 -20, 3.355090148224896 -20, 30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 C30.835193789679852 -19.996476358794375, 30.9203875793597 -19.99295271758875, 31.162896727361662 -19.982922465033347 C31.322478457147806 -19.963030623160037, 31.482060186933946 -19.943138781286727, 31.57297295140367 -19.931806517013612 C31.723382451474176 -19.900268961311156, 31.873791951544682 -19.868731405608703, 31.977427435703998 -19.847001329696653 C32.08450478006142 -19.81512302309467, 32.19158212441885 -19.78324471649269, 32.37349734602342 -19.729086208503173 C32.49889374743538 -19.680156380837452, 32.62429014884735 -19.63122655317173, 32.758477123264846 -19.578866633275286 C32.88991896428237 -19.514608632727306, 33.0213608052999 -19.450350632179322, 33.129736965185366 -19.397368756032446 C33.24069582931613 -19.33125162412987, 33.351654693446896 -19.265134492227293, 33.484740790612136 -19.185832391312644 C33.56537297280964 -19.128262119767104, 33.646005155007146 -19.07069184822156, 33.82106356344834 -18.94570254698197 C33.890582648110176 -18.886822885741328, 33.96010173277201 -18.827943224500686, 34.136407858128706 -18.678619553365657 C34.21193821842621 -18.603089193068147, 34.287468578723725 -18.52755883277064, 34.42861955336566 -18.386407858128706 C34.53314026131992 -18.26300049144073, 34.63766096927419 -18.139593124752757, 34.69570254698197 -18.07106356344834 C34.757498974279116 -17.98451228183702, 34.81929540157626 -17.8979610002257, 34.935832391312644 -17.734740790612136 C34.986595786716414 -17.649548820976744, 35.03735918212019 -17.564356851341355, 35.14736875603245 -17.37973696518537 C35.18961064670471 -17.293329796728944, 35.23185253737696 -17.206922628272523, 35.32886663327529 -17.008477123264846 C35.37899134444705 -16.880018497869834, 35.42911605561882 -16.75155987247482, 35.479086208503176 -16.623497346023417 C35.51696772406392 -16.496255578224282, 35.55484923962466 -16.369013810425148, 35.59700132969665 -16.227427435703994 C35.61909114709369 -16.122076265731163, 35.64118096449073 -16.01672509575833, 35.68180651701361 -15.82297295140367 C35.70224190532692 -15.65903063592281, 35.72267729364023 -15.495088320441951, 35.73292246503335 -15.412896727361662 C35.737588466052955 -15.300083223854038, 35.74225446707256 -15.187269720346414, 35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 C35.75 -4.268995214663258, 35.75 6.462009570673484, 35.75 15 C35.75 15, 35.75 15, 35.75 15 C35.745146040737275 15.117357914841927, 35.74029208147455 15.234715829683855, 35.73292246503335 15.412896727361662 C35.71474673070857 15.558711033656419, 35.69657099638379 15.704525339951173, 35.68180651701361 15.822972951403669 C35.66077621555048 15.923271058182928, 35.63974591408735 16.023569164962186, 35.59700132969665 16.227427435703994 C35.567908228625996 16.325149439594075, 35.538815127555345 16.42287144348415, 35.479086208503176 16.623497346023417 C35.44184806748716 16.718930522501815, 35.40460992647113 16.814363698980213, 35.32886663327529 17.008477123264846 C35.281520743550644 17.105324688656697, 35.234174853826 17.20217225404855, 35.14736875603245 17.379736965185366 C35.0993803524162 17.460271897713202, 35.051391948799946 17.54080683024104, 34.935832391312644 17.734740790612133 C34.88545249031939 17.80530223225424, 34.835072589326124 17.87586367389634, 34.69570254698197 18.07106356344834 C34.63555436024575 18.142080393332627, 34.575406173509535 18.213097223216913, 34.42861955336566 18.386407858128706 C34.350175341229395 18.46485207026497, 34.271731129093126 18.543296282401236, 34.136407858128706 18.678619553365657 C34.02093296680745 18.776421797395027, 33.905458075486195 18.8742240414244, 33.82106356344834 18.94570254698197 C33.74163388968507 19.00241424400791, 33.662204215921804 19.059125941033844, 33.484740790612136 19.185832391312644 C33.35573532053385 19.26270296626074, 33.22672985045557 19.339573541208836, 33.129736965185366 19.397368756032446 C33.01960961224409 19.451206738297962, 32.909482259302806 19.50504472056348, 32.758477123264846 19.578866633275286 C32.66900409393667 19.613779117656517, 32.579531064608496 19.648691602037744, 32.37349734602342 19.729086208503173 C32.25653922475851 19.763906149842295, 32.139581103493605 19.798726091181415, 31.977427435703998 19.847001329696653 C31.83823843473436 19.87618619414465, 31.699049433764728 19.90537105859265, 31.57297295140367 19.931806517013612 C31.47043739478284 19.944587560817478, 31.367901838162016 19.957368604621344, 31.162896727361662 19.982922465033347 C31.041914978370386 19.987926307185177, 30.92093322937911 19.99293014933701, 30.75 20 C30.75 20, 30.75 20, 30.75 20 C16.836046113835252 20, 2.922092227670504 20, -30.75 20 C-30.75 20, -30.75 20, -30.75 20 C-30.84339204806526 19.996137276319352, -30.936784096130527 19.992274552638705, -31.162896727361662 19.982922465033347 C-31.263571347550368 19.970373386713838, -31.364245967739073 19.957824308394326, -31.57297295140367 19.931806517013612 C-31.729509748595206 19.898984202209043, -31.886046545786744 19.866161887404473, -31.977427435703994 19.847001329696653 C-32.08876535789731 19.813854594115888, -32.20010328009062 19.780707858535123, -32.37349734602342 19.729086208503173 C-32.49023283551086 19.683535879157365, -32.6069683249983 19.637985549811557, -32.758477123264846 19.578866633275286 C-32.83305689954999 19.54240680230898, -32.90763667583513 19.505946971342677, -33.129736965185366 19.397368756032446 C-33.20132656604662 19.354710613124475, -33.272916166907876 19.312052470216507, -33.484740790612136 19.185832391312644 C-33.618845657039095 19.090083357051515, -33.75295052346605 18.99433432279039, -33.82106356344834 18.94570254698197 C-33.94066003136593 18.844409505642048, -34.06025649928352 18.74311646430213, -34.136407858128706 18.67861955336566 C-34.240020157514074 18.575007253980292, -34.34363245689944 18.47139495459492, -34.42861955336566 18.386407858128706 C-34.48788729155586 18.316430571878353, -34.54715502974606 18.246453285628, -34.69570254698197 18.07106356344834 C-34.77288935305073 17.96295671518975, -34.85007615911948 17.85484986693116, -34.935832391312644 17.734740790612133 C-34.98646592791189 17.649766752169967, -35.03709946451112 17.5647927137278, -35.14736875603244 17.37973696518537 C-35.19184728356085 17.2887546829135, -35.23632581108925 17.197772400641625, -35.32886663327528 17.00847712326485 C-35.371946090832076 16.89807393547301, -35.41502554838886 16.787670747681176, -35.479086208503176 16.623497346023417 C-35.515387911633496 16.50156207463717, -35.551689614763816 16.379626803250925, -35.59700132969665 16.227427435703994 C-35.62590335109718 16.089587375082488, -35.65480537249771 15.951747314460984, -35.68180651701361 15.82297295140367 C-35.700124836410126 15.676014760468453, -35.718443155806646 15.529056569533235, -35.73292246503335 15.412896727361664 C-35.738642659022936 15.274595187778349, -35.74436285301253 15.136293648195034, -35.75 15 C-35.75 15, -35.75 15, -35.75 15 C-35.75 6.876706708773527, -35.75 -1.2465865824529452, -35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 C-35.744507531562576 -15.132795643363018, -35.739015063125144 -15.265591286726035, -35.73292246503335 -15.41289672736166 C-35.71251761096804 -15.576594082715388, -35.69211275690273 -15.740291438069114, -35.68180651701361 -15.822972951403669 C-35.65659312374102 -15.943221137819593, -35.63137973046843 -16.06346932423552, -35.59700132969665 -16.227427435703994 C-35.55943471520439 -16.353611469459445, -35.52186810071212 -16.4797955032149, -35.479086208503176 -16.623497346023417 C-35.43854420852813 -16.72739758735774, -35.39800220855307 -16.831297828692065, -35.32886663327529 -17.008477123264846 C-35.29249754761386 -17.082871277061976, -35.25612846195243 -17.157265430859105, -35.14736875603245 -17.379736965185366 C-35.08035866143609 -17.492194414075673, -35.01334856683972 -17.604651862965984, -34.935832391312644 -17.734740790612133 C-34.87936520869434 -17.813828000639578, -34.822898026076025 -17.892915210667024, -34.69570254698197 -18.07106356344834 C-34.622554598255974 -18.157429183310505, -34.54940664952997 -18.243794803172673, -34.42861955336566 -18.386407858128706 C-34.36289107441057 -18.452136337083793, -34.29716259545548 -18.517864816038884, -34.136407858128706 -18.678619553365657 C-34.05037344341709 -18.751486985638365, -33.96433902870547 -18.82435441791107, -33.82106356344834 -18.945702546981966 C-33.74710038805654 -18.998511239189337, -33.673137212664734 -19.05131993139671, -33.484740790612136 -19.185832391312644 C-33.34614404695031 -19.26841812480715, -33.20754730328847 -19.35100385830166, -33.129736965185366 -19.397368756032446 C-33.021312335216194 -19.450374327759373, -32.912887705247016 -19.5033798994863, -32.758477123264846 -19.578866633275286 C-32.60504853185558 -19.638734655420407, -32.451619940446314 -19.698602677565525, -32.37349734602342 -19.729086208503173 C-32.2362391013677 -19.769949758426293, -32.09898085671198 -19.810813308349413, -31.977427435703994 -19.847001329696653 C-31.86304061435857 -19.870985723954444, -31.748653793013144 -19.894970118212235, -31.572972951403674 -19.931806517013612 C-31.474867642744336 -19.94403533098498, -31.376762334084997 -19.95626414495635, -31.162896727361662 -19.982922465033347 C-31.03271077369311 -19.988306995906594, -30.90252482002456 -19.99369152677984, -30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-30.75 -20 C-15.39252532846837 -20, -0.0350506569367397 -20, 30.75 -20 M-30.75 -20 C-13.345722764246212 -20, 4.058554471507577 -20, 30.75 -20 M30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 M30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 M30.75 -20 C30.85551218921041 -19.995635983573514, 30.961024378420817 -19.99127196714703, 31.162896727361662 -19.982922465033347 M30.75 -20 C30.84782601441672 -19.995953886114513, 30.945652028833443 -19.991907772229027, 31.162896727361662 -19.982922465033347 M31.162896727361662 -19.982922465033347 C31.273768927427813 -19.96910225970773, 31.384641127493964 -19.95528205438211, 31.57297295140367 -19.931806517013612 M31.162896727361662 -19.982922465033347 C31.30894022185433 -19.96471816242949, 31.45498371634699 -19.946513859825636, 31.57297295140367 -19.931806517013612 M31.57297295140367 -19.931806517013612 C31.72588532410966 -19.89974416410672, 31.878797696815653 -19.867681811199827, 31.977427435703998 -19.847001329696653 M31.57297295140367 -19.931806517013612 C31.720851188538607 -19.900799711335527, 31.868729425673543 -19.869792905657444, 31.977427435703998 -19.847001329696653 M31.977427435703998 -19.847001329696653 C32.10100998736703 -19.810209209979725, 32.224592539030056 -19.773417090262793, 32.37349734602342 -19.729086208503173 M31.977427435703998 -19.847001329696653 C32.088453684547446 -19.813947383292405, 32.1994799333909 -19.78089343688816, 32.37349734602342 -19.729086208503173 M32.37349734602342 -19.729086208503173 C32.48231916272762 -19.686623803859565, 32.59114097943181 -19.644161399215957, 32.758477123264846 -19.578866633275286 M32.37349734602342 -19.729086208503173 C32.51061668045428 -19.675582078178902, 32.647736014885126 -19.622077947854635, 32.758477123264846 -19.578866633275286 M32.758477123264846 -19.578866633275286 C32.832808722320614 -19.54252812876346, 32.90714032137638 -19.50618962425164, 33.129736965185366 -19.397368756032446 M32.758477123264846 -19.578866633275286 C32.901389675250954 -19.509000943836167, 33.04430222723706 -19.439135254397048, 33.129736965185366 -19.397368756032446 M33.129736965185366 -19.397368756032446 C33.23663307356772 -19.333672501090085, 33.343529181950075 -19.269976246147724, 33.484740790612136 -19.185832391312644 M33.129736965185366 -19.397368756032446 C33.22709720482457 -19.33935464551753, 33.32445744446377 -19.28134053500262, 33.484740790612136 -19.185832391312644 M33.484740790612136 -19.185832391312644 C33.55463060177134 -19.135932025267156, 33.62452041293054 -19.086031659221668, 33.82106356344834 -18.94570254698197 M33.484740790612136 -19.185832391312644 C33.57152042251946 -19.123872925037883, 33.65830005442678 -19.061913458763122, 33.82106356344834 -18.94570254698197 M33.82106356344834 -18.94570254698197 C33.93640487583256 -18.84801343854119, 34.051746188216775 -18.750324330100415, 34.136407858128706 -18.678619553365657 M33.82106356344834 -18.94570254698197 C33.945564266628395 -18.840255830254875, 34.07006496980845 -18.734809113527785, 34.136407858128706 -18.678619553365657 M34.136407858128706 -18.678619553365657 C34.21345274134768 -18.60157467014668, 34.29049762456666 -18.5245297869277, 34.42861955336566 -18.386407858128706 M34.136407858128706 -18.678619553365657 C34.24957124503674 -18.565456166457622, 34.362734631944775 -18.452292779549584, 34.42861955336566 -18.386407858128706 M34.42861955336566 -18.386407858128706 C34.48673706112536 -18.31778864638139, 34.544854568885064 -18.249169434634076, 34.69570254698197 -18.07106356344834 M34.42861955336566 -18.386407858128706 C34.516482799105646 -18.28266791991307, 34.60434604484563 -18.178927981697434, 34.69570254698197 -18.07106356344834 M34.69570254698197 -18.07106356344834 C34.76365841986114 -17.975885441541294, 34.8316142927403 -17.880707319634244, 34.935832391312644 -17.734740790612136 M34.69570254698197 -18.07106356344834 C34.768827529326465 -17.968645653278738, 34.84195251167097 -17.866227743109132, 34.935832391312644 -17.734740790612136 M34.935832391312644 -17.734740790612136 C34.98660139622789 -17.64953940700182, 35.03737040114314 -17.564338023391507, 35.14736875603245 -17.37973696518537 M34.935832391312644 -17.734740790612136 C35.011274709590715 -17.608132244496414, 35.086717027868794 -17.481523698380688, 35.14736875603245 -17.37973696518537 M35.14736875603245 -17.37973696518537 C35.1931240399294 -17.286143036018462, 35.23887932382635 -17.19254910685155, 35.32886663327529 -17.008477123264846 M35.14736875603245 -17.37973696518537 C35.21807363147 -17.235107830802527, 35.28877850690755 -17.090478696419684, 35.32886663327529 -17.008477123264846 M35.32886663327529 -17.008477123264846 C35.38750005096848 -16.858212551898667, 35.44613346866167 -16.707947980532488, 35.479086208503176 -16.623497346023417 M35.32886663327529 -17.008477123264846 C35.37671043005171 -16.88586398048749, 35.42455422682813 -16.76325083771013, 35.479086208503176 -16.623497346023417 M35.479086208503176 -16.623497346023417 C35.51390751970285 -16.506534623478032, 35.54872883090252 -16.389571900932644, 35.59700132969665 -16.227427435703994 M35.479086208503176 -16.623497346023417 C35.50432577866053 -16.53871912430306, 35.52956534881788 -16.4539409025827, 35.59700132969665 -16.227427435703994 M35.59700132969665 -16.227427435703994 C35.62566635480545 -16.090717662226307, 35.65433137991425 -15.954007888748619, 35.68180651701361 -15.82297295140367 M35.59700132969665 -16.227427435703994 C35.62400696513621 -16.09863165444965, 35.65101260057577 -15.969835873195306, 35.68180651701361 -15.82297295140367 M35.68180651701361 -15.82297295140367 C35.69678546100175 -15.702804803716724, 35.71176440498989 -15.582636656029777, 35.73292246503335 -15.412896727361662 M35.68180651701361 -15.82297295140367 C35.69803201784654 -15.692804337252378, 35.714257518679474 -15.562635723101083, 35.73292246503335 -15.412896727361662 M35.73292246503335 -15.412896727361662 C35.73641530269251 -15.328447698770157, 35.73990814035166 -15.243998670178652, 35.75 -15 M35.73292246503335 -15.412896727361662 C35.73913220057765 -15.262759164239576, 35.74534193612196 -15.112621601117487, 35.75 -15 M35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 M35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 M35.75 -15 C35.75 -5.259153762467008, 35.75 4.481692475065984, 35.75 15 M35.75 -15 C35.75 -6.662425842941202, 35.75 1.675148314117596, 35.75 15 M35.75 15 C35.75 15, 35.75 15, 35.75 15 M35.75 15 C35.75 15, 35.75 15, 35.75 15 M35.75 15 C35.74617047854078 15.092589292363265, 35.742340957081566 15.185178584726529, 35.73292246503335 15.412896727361662 M35.75 15 C35.74329118346407 15.162204228980544, 35.73658236692815 15.324408457961086, 35.73292246503335 15.412896727361662 M35.73292246503335 15.412896727361662 C35.72004504647439 15.516205447685632, 35.70716762791543 15.619514168009601, 35.68180651701361 15.822972951403669 M35.73292246503335 15.412896727361662 C35.71759829966505 15.535834403650133, 35.702274134296744 15.658772079938602, 35.68180651701361 15.822972951403669 M35.68180651701361 15.822972951403669 C35.656117848298216 15.945487830343993, 35.63042917958281 16.06800270928432, 35.59700132969665 16.227427435703994 M35.68180651701361 15.822972951403669 C35.65037608413424 15.972871559304277, 35.61894565125487 16.122770167204884, 35.59700132969665 16.227427435703994 M35.59700132969665 16.227427435703994 C35.55460947054936 16.369819180552323, 35.51221761140207 16.51221092540065, 35.479086208503176 16.623497346023417 M35.59700132969665 16.227427435703994 C35.57315780683854 16.307516417206347, 35.54931428398043 16.3876053987087, 35.479086208503176 16.623497346023417 M35.479086208503176 16.623497346023417 C35.42852862216829 16.75306533538527, 35.377971035833404 16.882633324747122, 35.32886663327529 17.008477123264846 M35.479086208503176 16.623497346023417 C35.44559615180865 16.709325005611074, 35.412106095114126 16.79515266519873, 35.32886663327529 17.008477123264846 M35.32886663327529 17.008477123264846 C35.27080273614807 17.1272487232208, 35.21273883902085 17.24602032317675, 35.14736875603245 17.379736965185366 M35.32886663327529 17.008477123264846 C35.26874624283861 17.131455347521744, 35.20862585240194 17.254433571778637, 35.14736875603245 17.379736965185366 M35.14736875603245 17.379736965185366 C35.09065217237117 17.47491967380173, 35.033935588709895 17.570102382418092, 34.935832391312644 17.734740790612133 M35.14736875603245 17.379736965185366 C35.08520582982838 17.484059815922624, 35.02304290362431 17.588382666659886, 34.935832391312644 17.734740790612133 M34.935832391312644 17.734740790612133 C34.861215603589166 17.83924810421674, 34.78659881586569 17.943755417821343, 34.69570254698197 18.07106356344834 M34.935832391312644 17.734740790612133 C34.854304592678574 17.848927577249462, 34.77277679404451 17.96311436388679, 34.69570254698197 18.07106356344834 M34.69570254698197 18.07106356344834 C34.62694988885701 18.152239673504084, 34.55819723073205 18.23341578355983, 34.42861955336566 18.386407858128706 M34.69570254698197 18.07106356344834 C34.59292778439382 18.192409496337877, 34.490153021805675 18.31375542922741, 34.42861955336566 18.386407858128706 M34.42861955336566 18.386407858128706 C34.33524985159807 18.479777559896288, 34.24188014983049 18.573147261663873, 34.136407858128706 18.678619553365657 M34.42861955336566 18.386407858128706 C34.33248170264069 18.48254570885367, 34.23634385191573 18.578683559578636, 34.136407858128706 18.678619553365657 M34.136407858128706 18.678619553365657 C34.065299348909754 18.73884538853747, 33.9941908396908 18.799071223709284, 33.82106356344834 18.94570254698197 M34.136407858128706 18.678619553365657 C34.0594137063665 18.74383027349123, 33.9824195546043 18.809040993616808, 33.82106356344834 18.94570254698197 M33.82106356344834 18.94570254698197 C33.71374430208394 19.02232702681661, 33.60642504071953 19.098951506651247, 33.484740790612136 19.185832391312644 M33.82106356344834 18.94570254698197 C33.70877572846579 19.025874520194503, 33.596487893483236 19.106046493407035, 33.484740790612136 19.185832391312644 M33.484740790612136 19.185832391312644 C33.39374088659958 19.240056564422684, 33.30274098258702 19.294280737532723, 33.129736965185366 19.397368756032446 M33.484740790612136 19.185832391312644 C33.36208828229937 19.258917422723385, 33.23943577398659 19.332002454134127, 33.129736965185366 19.397368756032446 M33.129736965185366 19.397368756032446 C33.05247200704705 19.435141292417793, 32.975207048908736 19.47291382880314, 32.758477123264846 19.578866633275286 M33.129736965185366 19.397368756032446 C33.014894804490034 19.453511667359347, 32.9000526437947 19.509654578686252, 32.758477123264846 19.578866633275286 M32.758477123264846 19.578866633275286 C32.63870906673622 19.625600273952514, 32.518941010207584 19.672333914629743, 32.37349734602342 19.729086208503173 M32.758477123264846 19.578866633275286 C32.619014381620424 19.633285163931777, 32.479551639976 19.68770369458827, 32.37349734602342 19.729086208503173 M32.37349734602342 19.729086208503173 C32.21880599002827 19.77513982054111, 32.06411463403312 19.82119343257905, 31.977427435703998 19.847001329696653 M32.37349734602342 19.729086208503173 C32.27455975423433 19.758541205771188, 32.175622162445244 19.787996203039203, 31.977427435703998 19.847001329696653 M31.977427435703998 19.847001329696653 C31.886718589649067 19.86602097462481, 31.796009743594137 19.88504061955297, 31.57297295140367 19.931806517013612 M31.977427435703998 19.847001329696653 C31.86612429588316 19.870339143932537, 31.754821156062327 19.893676958168424, 31.57297295140367 19.931806517013612 M31.57297295140367 19.931806517013612 C31.451778113670876 19.946913437782506, 31.33058327593808 19.9620203585514, 31.162896727361662 19.982922465033347 M31.57297295140367 19.931806517013612 C31.464984402546612 19.945267275590872, 31.356995853689554 19.958728034168132, 31.162896727361662 19.982922465033347 M31.162896727361662 19.982922465033347 C31.047572191965152 19.987692323100113, 30.93224765656864 19.99246218116688, 30.75 20 M31.162896727361662 19.982922465033347 C31.00463103200145 19.98946838261377, 30.846365336641238 19.996014300194194, 30.75 20 M30.75 20 C30.75 20, 30.75 20, 30.75 20 M30.75 20 C30.75 20, 30.75 20, 30.75 20 M30.75 20 C9.770239888956887 20, -11.209520222086226 20, -30.75 20 M30.75 20 C7.399322131033323 20, -15.951355737933355 20, -30.75 20 M-30.75 20 C-30.75 20, -30.75 20, -30.75 20 M-30.75 20 C-30.75 20, -30.75 20, -30.75 20 M-30.75 20 C-30.893328749234147 19.99407187908121, -31.036657498468294 19.98814375816242, -31.162896727361662 19.982922465033347 M-30.75 20 C-30.91408852333994 19.99321324847288, -31.078177046679887 19.98642649694576, -31.162896727361662 19.982922465033347 M-31.162896727361662 19.982922465033347 C-31.285035370865714 19.967697898997756, -31.40717401436976 19.952473332962164, -31.57297295140367 19.931806517013612 M-31.162896727361662 19.982922465033347 C-31.269253381915476 19.96966512186885, -31.37561003646929 19.956407778704357, -31.57297295140367 19.931806517013612 M-31.57297295140367 19.931806517013612 C-31.703221892770262 19.904496185940047, -31.833470834136854 19.877185854866482, -31.977427435703994 19.847001329696653 M-31.57297295140367 19.931806517013612 C-31.713568796059555 19.90232666846488, -31.854164640715442 19.872846819916152, -31.977427435703994 19.847001329696653 M-31.977427435703994 19.847001329696653 C-32.10221890926834 19.809849298335862, -32.227010382832674 19.772697266975076, -32.37349734602342 19.729086208503173 M-31.977427435703994 19.847001329696653 C-32.12232168592994 19.803864442418718, -32.26721593615588 19.760727555140786, -32.37349734602342 19.729086208503173 M-32.37349734602342 19.729086208503173 C-32.45703022477882 19.696491578068002, -32.54056310353422 19.663896947632832, -32.758477123264846 19.578866633275286 M-32.37349734602342 19.729086208503173 C-32.51799823914867 19.672701785038477, -32.662499132273915 19.61631736157378, -32.758477123264846 19.578866633275286 M-32.758477123264846 19.578866633275286 C-32.88213429288241 19.518414326676904, -33.00579146249998 19.457962020078522, -33.129736965185366 19.397368756032446 M-32.758477123264846 19.578866633275286 C-32.85280373338868 19.53275316348435, -32.94713034351252 19.486639693693416, -33.129736965185366 19.397368756032446 M-33.129736965185366 19.397368756032446 C-33.208885675556886 19.350206361531136, -33.288034385928405 19.303043967029822, -33.484740790612136 19.185832391312644 M-33.129736965185366 19.397368756032446 C-33.20393193302402 19.353158151377063, -33.278126900862674 19.30894754672168, -33.484740790612136 19.185832391312644 M-33.484740790612136 19.185832391312644 C-33.59960712570818 19.10381940440473, -33.71447346080422 19.021806417496823, -33.82106356344834 18.94570254698197 M-33.484740790612136 19.185832391312644 C-33.56081991195107 19.131512942736887, -33.63689903329001 19.077193494161126, -33.82106356344834 18.94570254698197 M-33.82106356344834 18.94570254698197 C-33.92834261791271 18.85484182268152, -34.03562167237708 18.763981098381077, -34.136407858128706 18.67861955336566 M-33.82106356344834 18.94570254698197 C-33.9090377557771 18.87119220687273, -33.997011948105865 18.796681866763493, -34.136407858128706 18.67861955336566 M-34.136407858128706 18.67861955336566 C-34.20510255403665 18.609924857457713, -34.2737972499446 18.541230161549766, -34.42861955336566 18.386407858128706 M-34.136407858128706 18.67861955336566 C-34.224842690708165 18.5901847207862, -34.313277523287624 18.50174988820674, -34.42861955336566 18.386407858128706 M-34.42861955336566 18.386407858128706 C-34.501150565787576 18.300770653584337, -34.573681578209495 18.215133449039964, -34.69570254698197 18.07106356344834 M-34.42861955336566 18.386407858128706 C-34.49573100538784 18.307169516456852, -34.56284245741002 18.227931174785002, -34.69570254698197 18.07106356344834 M-34.69570254698197 18.07106356344834 C-34.77445167383304 17.960768548787392, -34.853200800684114 17.850473534126447, -34.935832391312644 17.734740790612133 M-34.69570254698197 18.07106356344834 C-34.75345639419849 17.990174267526136, -34.811210241415 17.90928497160393, -34.935832391312644 17.734740790612133 M-34.935832391312644 17.734740790612133 C-35.013290657645555 17.60474904713326, -35.09074892397847 17.474757303654393, -35.14736875603244 17.37973696518537 M-34.935832391312644 17.734740790612133 C-35.0163033885429 17.599693032320136, -35.09677438577316 17.464645274028136, -35.14736875603244 17.37973696518537 M-35.14736875603244 17.37973696518537 C-35.18578339375307 17.301158567772422, -35.2241980314737 17.222580170359475, -35.32886663327528 17.00847712326485 M-35.14736875603244 17.37973696518537 C-35.216251691384684 17.238834668814835, -35.28513462673692 17.0979323724443, -35.32886663327528 17.00847712326485 M-35.32886663327528 17.00847712326485 C-35.386800304241994 16.86000584906702, -35.4447339752087 16.711534574869187, -35.479086208503176 16.623497346023417 M-35.32886663327528 17.00847712326485 C-35.37660602175874 16.88613155601023, -35.4243454102422 16.763785988755608, -35.479086208503176 16.623497346023417 M-35.479086208503176 16.623497346023417 C-35.52329147331786 16.475014478910285, -35.567496738132554 16.32653161179715, -35.59700132969665 16.227427435703994 M-35.479086208503176 16.623497346023417 C-35.51966441789159 16.48719754332873, -35.56024262728 16.350897740634043, -35.59700132969665 16.227427435703994 M-35.59700132969665 16.227427435703994 C-35.617916833295006 16.127676825046926, -35.63883233689336 16.027926214389858, -35.68180651701361 15.82297295140367 M-35.59700132969665 16.227427435703994 C-35.62523501353043 16.092774823096594, -35.653468697364204 15.958122210489195, -35.68180651701361 15.82297295140367 M-35.68180651701361 15.82297295140367 C-35.69918124927459 15.683584661146934, -35.71655598153557 15.5441963708902, -35.73292246503335 15.412896727361664 M-35.68180651701361 15.82297295140367 C-35.69477151211097 15.718961650817155, -35.70773650720832 15.614950350230638, -35.73292246503335 15.412896727361664 M-35.73292246503335 15.412896727361664 C-35.73807213486242 15.28838919020428, -35.743221804691494 15.163881653046895, -35.75 15 M-35.73292246503335 15.412896727361664 C-35.73730687936631 15.30689136224238, -35.74169129369927 15.200885997123097, -35.75 15 M-35.75 15 C-35.75 15, -35.75 15, -35.75 15 M-35.75 15 C-35.75 15, -35.75 15, -35.75 15 M-35.75 15 C-35.75 7.54304705732128, -35.75 0.08609411464255956, -35.75 -15 M-35.75 15 C-35.75 4.02676408149517, -35.75 -6.9464718370096605, -35.75 -15 M-35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 M-35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 M-35.75 -15 C-35.74480744433889 -15.125544420977723, -35.739614888677785 -15.251088841955445, -35.73292246503335 -15.41289672736166 M-35.75 -15 C-35.74558926705574 -15.106641690472635, -35.74117853411149 -15.21328338094527, -35.73292246503335 -15.41289672736166 M-35.73292246503335 -15.41289672736166 C-35.71752684309923 -15.5364076618959, -35.70213122116511 -15.65991859643014, -35.68180651701361 -15.822972951403669 M-35.73292246503335 -15.41289672736166 C-35.718310770563114 -15.530118626345006, -35.70369907609289 -15.64734052532835, -35.68180651701361 -15.822972951403669 M-35.68180651701361 -15.822972951403669 C-35.65104083905158 -15.969701197728691, -35.62027516108955 -16.116429444053715, -35.59700132969665 -16.227427435703994 M-35.68180651701361 -15.822972951403669 C-35.65605708277559 -15.945777634410137, -35.630307648537574 -16.068582317416606, -35.59700132969665 -16.227427435703994 M-35.59700132969665 -16.227427435703994 C-35.572796093954196 -16.308731389367793, -35.54859085821174 -16.39003534303159, -35.479086208503176 -16.623497346023417 M-35.59700132969665 -16.227427435703994 C-35.57188679599218 -16.31178566738255, -35.54677226228771 -16.39614389906111, -35.479086208503176 -16.623497346023417 M-35.479086208503176 -16.623497346023417 C-35.43244957682442 -16.743016789795927, -35.38581294514565 -16.862536233568438, -35.32886663327529 -17.008477123264846 M-35.479086208503176 -16.623497346023417 C-35.426847357539195 -16.75737404735846, -35.37460850657522 -16.891250748693505, -35.32886663327529 -17.008477123264846 M-35.32886663327529 -17.008477123264846 C-35.25761237852256 -17.15423003099868, -35.186358123769836 -17.29998293873251, -35.14736875603245 -17.379736965185366 M-35.32886663327529 -17.008477123264846 C-35.270556054558426 -17.1277533184776, -35.21224547584156 -17.24702951369035, -35.14736875603245 -17.379736965185366 M-35.14736875603245 -17.379736965185366 C-35.08220395937174 -17.489097604564567, -35.01703916271103 -17.598458243943767, -34.935832391312644 -17.734740790612133 M-35.14736875603245 -17.379736965185366 C-35.07830965813706 -17.495633085296237, -35.009250560241675 -17.611529205407113, -34.935832391312644 -17.734740790612133 M-34.935832391312644 -17.734740790612133 C-34.84507564615613 -17.86185352110053, -34.75431890099963 -17.988966251588934, -34.69570254698197 -18.07106356344834 M-34.935832391312644 -17.734740790612133 C-34.86594421492702 -17.832625271968446, -34.79605603854139 -17.930509753324756, -34.69570254698197 -18.07106356344834 M-34.69570254698197 -18.07106356344834 C-34.606394839691255 -18.176508974194217, -34.51708713240055 -18.28195438494009, -34.42861955336566 -18.386407858128706 M-34.69570254698197 -18.07106356344834 C-34.62440121353318 -18.15524888877264, -34.553099880084396 -18.23943421409694, -34.42861955336566 -18.386407858128706 M-34.42861955336566 -18.386407858128706 C-34.365827781469804 -18.44919963002456, -34.30303600957395 -18.511991401920408, -34.136407858128706 -18.678619553365657 M-34.42861955336566 -18.386407858128706 C-34.314756818453525 -18.50027059304084, -34.200894083541385 -18.614133327952974, -34.136407858128706 -18.678619553365657 M-34.136407858128706 -18.678619553365657 C-34.06149527295205 -18.74206727652424, -33.986582687775396 -18.805514999682817, -33.82106356344834 -18.945702546981966 M-34.136407858128706 -18.678619553365657 C-34.073003296817426 -18.7323204774972, -34.009598735506145 -18.786021401628744, -33.82106356344834 -18.945702546981966 M-33.82106356344834 -18.945702546981966 C-33.74550643208446 -18.999649301878986, -33.66994930072059 -19.053596056776005, -33.484740790612136 -19.185832391312644 M-33.82106356344834 -18.945702546981966 C-33.70286913466881 -19.030091747107303, -33.58467470588927 -19.114480947232643, -33.484740790612136 -19.185832391312644 M-33.484740790612136 -19.185832391312644 C-33.38606654034804 -19.244629482209415, -33.287392290083936 -19.303426573106186, -33.129736965185366 -19.397368756032446 M-33.484740790612136 -19.185832391312644 C-33.35272229028802 -19.264498342590073, -33.2207037899639 -19.343164293867506, -33.129736965185366 -19.397368756032446 M-33.129736965185366 -19.397368756032446 C-33.0525918775489 -19.435082691300263, -32.97544678991244 -19.472796626568083, -32.758477123264846 -19.578866633275286 M-33.129736965185366 -19.397368756032446 C-33.03002726482959 -19.446113858280718, -32.93031756447381 -19.49485896052899, -32.758477123264846 -19.578866633275286 M-32.758477123264846 -19.578866633275286 C-32.64775718059702 -19.622069688968224, -32.5370372379292 -19.665272744661163, -32.37349734602342 -19.729086208503173 M-32.758477123264846 -19.578866633275286 C-32.666040586485714 -19.614935481852207, -32.57360404970658 -19.65100433042913, -32.37349734602342 -19.729086208503173 M-32.37349734602342 -19.729086208503173 C-32.2526764986137 -19.76505613324077, -32.131855651203985 -19.801026057978362, -31.977427435703994 -19.847001329696653 M-32.37349734602342 -19.729086208503173 C-32.229898349930046 -19.771837481918404, -32.08629935383667 -19.814588755333638, -31.977427435703994 -19.847001329696653 M-31.977427435703994 -19.847001329696653 C-31.884986755975383 -19.866384101960023, -31.792546076246772 -19.885766874223393, -31.572972951403674 -19.931806517013612 M-31.977427435703994 -19.847001329696653 C-31.883534536654505 -19.866688600330825, -31.789641637605015 -19.886375870964994, -31.572972951403674 -19.931806517013612 M-31.572972951403674 -19.931806517013612 C-31.433072343837598 -19.949245109560604, -31.293171736271525 -19.96668370210759, -31.162896727361662 -19.982922465033347 M-31.572972951403674 -19.931806517013612 C-31.45407865079491 -19.94662667612905, -31.335184350186147 -19.961446835244487, -31.162896727361662 -19.982922465033347 M-31.162896727361662 -19.982922465033347 C-31.057549803531522 -19.987279646033144, -30.95220287970138 -19.99163682703294, -30.75 -20 M-31.162896727361662 -19.982922465033347 C-31.011821652076186 -19.989170976367557, -30.860746576790707 -19.995419487701767, -30.75 -20 M-30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20 M-30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-27.75, -12)\"><rect></rect><foreignObject width=\"55.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Replied</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closed-17\" transform=\"translate(340.484375, 1232)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.0703125 -20 C-7.393448577261509 -20, 13.283415345476982 -20, 28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 C28.205547481809074 -19.994406639778145, 28.340782463618147 -19.98881327955629, 28.483209227361662 -19.982922465033347 C28.636569402817276 -19.963806139098576, 28.78992957827289 -19.94468981316381, 28.89328545140367 -19.931806517013612 C29.003886074672444 -19.90861600500852, 29.114486697941217 -19.885425493003424, 29.297739935703998 -19.847001329696653 C29.38467925963782 -19.82111837153437, 29.471618583571644 -19.79523541337209, 29.693809846023417 -19.729086208503173 C29.77783461668914 -19.69629964124899, 29.861859387354865 -19.66351307399481, 30.078789623264846 -19.578866633275286 C30.205452245099398 -19.51694505061754, 30.332114866933953 -19.45502346795979, 30.45004946518537 -19.397368756032446 C30.570947876320385 -19.32532893966946, 30.6918462874554 -19.253289123306477, 30.805053290612136 -19.185832391312644 C30.889396012481303 -19.12561284536256, 30.973738734350473 -19.06539329941248, 31.14137606344834 -18.94570254698197 C31.218062241499265 -18.880752667284305, 31.294748419550192 -18.81580278758664, 31.456720358128706 -18.678619553365657 C31.537472090458618 -18.597867821035745, 31.61822382278853 -18.517116088705833, 31.748932053365657 -18.386407858128706 C31.80270914469097 -18.322913366381677, 31.856486236016284 -18.25941887463465, 32.01601504698197 -18.07106356344834 C32.07191049137609 -17.992777122627373, 32.127805935770205 -17.91449068180641, 32.256144891312644 -17.734740790612136 C32.32416593633262 -17.620586748002953, 32.39218698135259 -17.50643270539377, 32.46768125603245 -17.37973696518537 C32.51068581823563 -17.29176972717712, 32.5536903804388 -17.203802489168872, 32.64917913327529 -17.008477123264846 C32.69482206366663 -16.891504317636503, 32.740464994057966 -16.77453151200816, 32.799398708503176 -16.623497346023417 C32.824705959170686 -16.538491789476808, 32.850013209838195 -16.453486232930203, 32.91731382969665 -16.227427435703994 C32.9498135330262 -16.072429243188516, 32.98231323635574 -15.917431050673034, 33.00211901701361 -15.82297295140367 C33.01332755225481 -15.733052799536866, 33.024536087495996 -15.643132647670061, 33.05323496503335 -15.412896727361662 C33.058216290717894 -15.292459376357106, 33.06319761640244 -15.172022025352549, 33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 C33.0703125 -8.764922467358492, 33.0703125 -2.5298449347169836, 33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 C33.066099391188146 15.101863579482107, 33.061886282376285 15.203727158964215, 33.05323496503335 15.412896727361662 C33.03743397341894 15.539659728506676, 33.02163298180454 15.66642272965169, 33.00211901701361 15.822972951403669 C32.98406873734652 15.909058682538777, 32.966018457679425 15.995144413673886, 32.91731382969665 16.227427435703994 C32.89371089321097 16.306708301826486, 32.8701079567253 16.385989167948978, 32.799398708503176 16.623497346023417 C32.759344475532316 16.726147547658634, 32.71929024256145 16.82879774929385, 32.64917913327529 17.008477123264846 C32.587642441328185 17.134352438566886, 32.52610574938108 17.260227753868925, 32.46768125603245 17.379736965185366 C32.42515602457868 17.451103511846224, 32.382630793124925 17.522470058507082, 32.256144891312644 17.734740790612133 C32.192064755993336 17.824490604319717, 32.12798462067403 17.914240418027305, 32.01601504698197 18.07106356344834 C31.94455556205611 18.155435617868775, 31.873096077130246 18.23980767228921, 31.748932053365657 18.386407858128706 C31.640169293242817 18.495170618251546, 31.531406533119977 18.603933378374386, 31.456720358128706 18.678619553365657 C31.34736042811572 18.77124268935467, 31.238000498102735 18.86386582534368, 31.14137606344834 18.94570254698197 C31.054909279894265 19.00743864382584, 30.96844249634019 19.069174740669705, 30.805053290612136 19.185832391312644 C30.673971981511535 19.26393989783464, 30.54289067241093 19.342047404356634, 30.45004946518537 19.397368756032446 C30.308292407590915 19.466669558684547, 30.166535349996465 19.535970361336645, 30.078789623264846 19.578866633275286 C29.969652930277856 19.621451903025704, 29.86051623729087 19.66403717277612, 29.693809846023417 19.729086208503173 C29.541963310800107 19.774292880702095, 29.390116775576793 19.819499552901018, 29.297739935703998 19.847001329696653 C29.215588085043066 19.864226761368617, 29.13343623438213 19.881452193040584, 28.89328545140367 19.931806517013612 C28.734075907471375 19.951651965968622, 28.574866363539083 19.971497414923633, 28.483209227361662 19.982922465033347 C28.383168533972803 19.987060178718686, 28.28312784058394 19.991197892404028, 28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 C15.268347048319 20, 2.4663815966380014 20, -28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 C-28.209149755130223 19.99425764865149, -28.347987010260443 19.988515297302982, -28.483209227361662 19.982922465033347 C-28.64232477689769 19.963088732467615, -28.801440326433717 19.943254999901878, -28.89328545140367 19.931806517013612 C-28.98804398132753 19.91193774267186, -29.082802511251387 19.892068968330108, -29.297739935703994 19.847001329696653 C-29.395524414737693 19.817889628969876, -29.493308893771392 19.7887779282431, -29.693809846023417 19.729086208503173 C-29.785893308341993 19.693155130008275, -29.87797677066057 19.657224051513378, -30.078789623264846 19.578866633275286 C-30.162046762375248 19.53816469811397, -30.24530390148565 19.497462762952654, -30.45004946518537 19.397368756032446 C-30.534862237427298 19.346831313230812, -30.619675009669223 19.29629387042918, -30.805053290612133 19.185832391312644 C-30.876394098044667 19.134896033840526, -30.9477349054772 19.08395967636841, -31.14137606344834 18.94570254698197 C-31.253455169964642 18.850776385972598, -31.365534276480943 18.75585022496323, -31.456720358128706 18.67861955336566 C-31.551454284410347 18.58388562708402, -31.64618821069199 18.489151700802374, -31.748932053365657 18.386407858128706 C-31.819737317011253 18.302808241314263, -31.89054258065685 18.21920862449982, -32.01601504698197 18.07106356344834 C-32.100504164141384 17.952729192155417, -32.184993281300805 17.83439482086249, -32.256144891312644 17.734740790612133 C-32.314062539475685 17.637542435687035, -32.37198018763872 17.540344080761933, -32.46768125603244 17.37973696518537 C-32.52867659595631 17.254969003146204, -32.58967193588018 17.130201041107036, -32.64917913327528 17.00847712326485 C-32.69395623952905 16.893723234732416, -32.73873334578282 16.778969346199982, -32.799398708503176 16.623497346023417 C-32.83033621546725 16.51958009194486, -32.86127372243132 16.415662837866304, -32.91731382969665 16.227427435703994 C-32.93797462712598 16.128891574468526, -32.958635424555304 16.030355713233053, -33.00211901701361 15.82297295140367 C-33.020117930298625 15.678577186819053, -33.03811684358364 15.534181422234434, -33.05323496503335 15.412896727361664 C-33.05802792090852 15.297013738446019, -33.06282087678369 15.181130749530372, -33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 C-33.0703125 5.25985479093243, -33.0703125 -4.480290418135141, -33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 C-33.06651092481314 -15.091913613793851, -33.06270934962627 -15.183827227587702, -33.05323496503335 -15.41289672736166 C-33.03514642893043 -15.55801148842738, -33.017057892827516 -15.703126249493101, -33.00211901701361 -15.822972951403669 C-32.97305978699356 -15.961562774311542, -32.9440005569735 -16.100152597219417, -32.91731382969665 -16.227427435703994 C-32.87051396472272 -16.384625411125423, -32.823714099748784 -16.541823386546852, -32.799398708503176 -16.623497346023417 C-32.76842994144828 -16.702863494038073, -32.73746117439339 -16.78222964205273, -32.64917913327529 -17.008477123264846 C-32.582250261701496 -17.145382318289027, -32.515321390127696 -17.282287513313207, -32.46768125603245 -17.379736965185366 C-32.407486842059 -17.480756226144127, -32.347292428085545 -17.581775487102888, -32.256144891312644 -17.734740790612133 C-32.162705320462216 -17.865611052276762, -32.06926574961179 -17.99648131394139, -32.01601504698197 -18.07106356344834 C-31.91689372558085 -18.188095886479463, -31.817772404179724 -18.30512820951058, -31.74893205336566 -18.386407858128706 C-31.65295938603832 -18.482380525456044, -31.55698671871098 -18.578353192783386, -31.456720358128706 -18.678619553365657 C-31.358410068209036 -18.76188412157878, -31.260099778289366 -18.845148689791905, -31.14137606344834 -18.945702546981966 C-31.06543240237804 -18.99992527878489, -30.98948874130774 -19.054148010587813, -30.805053290612136 -19.185832391312644 C-30.704329013600304 -19.245851033006147, -30.603604736588476 -19.305869674699654, -30.450049465185366 -19.397368756032446 C-30.340280574971594 -19.451031496548744, -30.230511684757822 -19.50469423706504, -30.07878962326485 -19.578866633275286 C-29.977578169780497 -19.61835946497559, -29.876366716296147 -19.657852296675895, -29.69380984602342 -19.729086208503173 C-29.540652572706033 -19.774683104339864, -29.387495299388643 -19.820280000176556, -29.297739935703994 -19.847001329696653 C-29.20060965657748 -19.86736740755019, -29.103479377450967 -19.88773348540373, -28.893285451403674 -19.931806517013612 C-28.790389273770927 -19.944632512179737, -28.68749309613818 -19.95745850734586, -28.483209227361662 -19.982922465033347 C-28.354032449186274 -19.988265256099446, -28.224855671010882 -19.993608047165548, -28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.0703125 -20 C-9.73106514269113 -20, 8.608182214617742 -20, 28.0703125 -20 M-28.0703125 -20 C-13.686525275354969 -20, 0.6972619492900627 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.17888016745559 -19.99550960805849, 28.28744783491118 -19.991019216116978, 28.483209227361662 -19.982922465033347 M28.0703125 -20 C28.234668307890576 -19.993202193502093, 28.39902411578115 -19.986404387004185, 28.483209227361662 -19.982922465033347 M28.483209227361662 -19.982922465033347 C28.614386268876864 -19.966571263860594, 28.74556331039207 -19.95022006268784, 28.89328545140367 -19.931806517013612 M28.483209227361662 -19.982922465033347 C28.620393449124492 -19.96582246962362, 28.757577670887322 -19.94872247421389, 28.89328545140367 -19.931806517013612 M28.89328545140367 -19.931806517013612 C28.999931240550076 -19.909445246521653, 29.106577029696485 -19.887083976029693, 29.297739935703998 -19.847001329696653 M28.89328545140367 -19.931806517013612 C28.99854208020108 -19.90973652281647, 29.103798708998493 -19.88766652861933, 29.297739935703998 -19.847001329696653 M29.297739935703998 -19.847001329696653 C29.418288525528776 -19.811112459553932, 29.538837115353555 -19.775223589411215, 29.693809846023417 -19.729086208503173 M29.297739935703998 -19.847001329696653 C29.388153024804936 -19.82008418683615, 29.478566113905877 -19.793167043975647, 29.693809846023417 -19.729086208503173 M29.693809846023417 -19.729086208503173 C29.78394969383166 -19.69391353074361, 29.8740895416399 -19.65874085298405, 30.078789623264846 -19.578866633275286 M29.693809846023417 -19.729086208503173 C29.811846029186665 -19.683028346910135, 29.92988221234991 -19.6369704853171, 30.078789623264846 -19.578866633275286 M30.078789623264846 -19.578866633275286 C30.19225432520522 -19.52339712050052, 30.30571902714559 -19.46792760772575, 30.45004946518537 -19.397368756032446 M30.078789623264846 -19.578866633275286 C30.188589786304696 -19.52518860440591, 30.29838994934455 -19.471510575536527, 30.45004946518537 -19.397368756032446 M30.45004946518537 -19.397368756032446 C30.584235435042796 -19.31741127324781, 30.71842140490022 -19.237453790463174, 30.805053290612136 -19.185832391312644 M30.45004946518537 -19.397368756032446 C30.554701772031216 -19.33500951659862, 30.659354078877065 -19.272650277164793, 30.805053290612136 -19.185832391312644 M30.805053290612136 -19.185832391312644 C30.924930383272592 -19.10024179226811, 31.044807475933048 -19.014651193223578, 31.14137606344834 -18.94570254698197 M30.805053290612136 -19.185832391312644 C30.898633516350507 -19.11901739436943, 30.992213742088882 -19.052202397426214, 31.14137606344834 -18.94570254698197 M31.14137606344834 -18.94570254698197 C31.2500737266133 -18.853640322400988, 31.35877138977826 -18.761578097820006, 31.456720358128706 -18.678619553365657 M31.14137606344834 -18.94570254698197 C31.24702541155486 -18.8562221135576, 31.35267475966138 -18.766741680133233, 31.456720358128706 -18.678619553365657 M31.456720358128706 -18.678619553365657 C31.515200950781047 -18.620138960713316, 31.57368154343339 -18.56165836806097, 31.748932053365657 -18.386407858128706 M31.456720358128706 -18.678619553365657 C31.53413351646567 -18.601206395028694, 31.611546674802636 -18.523793236691727, 31.748932053365657 -18.386407858128706 M31.748932053365657 -18.386407858128706 C31.822498667829475 -18.299547920563974, 31.896065282293293 -18.21268798299924, 32.01601504698197 -18.07106356344834 M31.748932053365657 -18.386407858128706 C31.850682576093934 -18.26627124295656, 31.952433098822215 -18.146134627784413, 32.01601504698197 -18.07106356344834 M32.01601504698197 -18.07106356344834 C32.09001019684644 -17.967426907837222, 32.164005346710915 -17.863790252226103, 32.256144891312644 -17.734740790612136 M32.01601504698197 -18.07106356344834 C32.08313189794285 -17.9770605648535, 32.15024874890372 -17.883057566258657, 32.256144891312644 -17.734740790612136 M32.256144891312644 -17.734740790612136 C32.32222124028317 -17.623850369072354, 32.3882975892537 -17.512959947532575, 32.46768125603245 -17.37973696518537 M32.256144891312644 -17.734740790612136 C32.30041054519308 -17.660453438253658, 32.34467619907352 -17.586166085895176, 32.46768125603245 -17.37973696518537 M32.46768125603245 -17.37973696518537 C32.52790992811402 -17.256537247283603, 32.58813860019559 -17.133337529381834, 32.64917913327529 -17.008477123264846 M32.46768125603245 -17.37973696518537 C32.516163318525535 -17.280565321248826, 32.56464538101863 -17.181393677312286, 32.64917913327529 -17.008477123264846 M32.64917913327529 -17.008477123264846 C32.69166677874083 -16.899590619877895, 32.73415442420637 -16.790704116490947, 32.799398708503176 -16.623497346023417 M32.64917913327529 -17.008477123264846 C32.696909280542094 -16.886155239218773, 32.7446394278089 -16.763833355172704, 32.799398708503176 -16.623497346023417 M32.799398708503176 -16.623497346023417 C32.83224121679526 -16.51318130527944, 32.865083725087345 -16.40286526453546, 32.91731382969665 -16.227427435703994 M32.799398708503176 -16.623497346023417 C32.829951220573506 -16.52087326699733, 32.86050373264384 -16.41824918797125, 32.91731382969665 -16.227427435703994 M32.91731382969665 -16.227427435703994 C32.948982784251776 -16.076391265769615, 32.98065173880689 -15.925355095835236, 33.00211901701361 -15.82297295140367 M32.91731382969665 -16.227427435703994 C32.9358607981536 -16.13897288710955, 32.95440776661055 -16.050518338515104, 33.00211901701361 -15.82297295140367 M33.00211901701361 -15.82297295140367 C33.01368505927699 -15.730184709725256, 33.02525110154037 -15.637396468046843, 33.05323496503335 -15.412896727361662 M33.00211901701361 -15.82297295140367 C33.01791290596283 -15.696266931186008, 33.03370679491204 -15.569560910968345, 33.05323496503335 -15.412896727361662 M33.05323496503335 -15.412896727361662 C33.05975977327266 -15.255141408813863, 33.06628458151198 -15.097386090266063, 33.0703125 -15 M33.05323496503335 -15.412896727361662 C33.05929398645301 -15.266403095811462, 33.06535300787266 -15.119909464261262, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -5.286171399084507, 33.0703125 4.427657201830986, 33.0703125 15 M33.0703125 -15 C33.0703125 -3.7093139800543824, 33.0703125 7.581372039891235, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.06399576241829 15.15272463386454, 33.05767902483658 15.305449267729081, 33.05323496503335 15.412896727361662 M33.0703125 15 C33.064624136904655 15.137531939515775, 33.05893577380931 15.27506387903155, 33.05323496503335 15.412896727361662 M33.05323496503335 15.412896727361662 C33.03853034872997 15.530864089081062, 33.0238257324266 15.648831450800461, 33.00211901701361 15.822972951403669 M33.05323496503335 15.412896727361662 C33.041368739828066 15.508093178065005, 33.02950251462278 15.60328962876835, 33.00211901701361 15.822972951403669 M33.00211901701361 15.822972951403669 C32.97214764362833 15.965912985496274, 32.94217627024305 16.10885301958888, 32.91731382969665 16.227427435703994 M33.00211901701361 15.822972951403669 C32.96929372312551 15.979523956496081, 32.9364684292374 16.136074961588495, 32.91731382969665 16.227427435703994 M32.91731382969665 16.227427435703994 C32.880965959778706 16.349517778596326, 32.84461808986077 16.471608121488657, 32.799398708503176 16.623497346023417 M32.91731382969665 16.227427435703994 C32.88791227862046 16.326185504899314, 32.858510727544264 16.424943574094634, 32.799398708503176 16.623497346023417 M32.799398708503176 16.623497346023417 C32.758007312421746 16.729574403017935, 32.71661591634032 16.83565146001245, 32.64917913327529 17.008477123264846 M32.799398708503176 16.623497346023417 C32.75434379929606 16.73896318250895, 32.70928889008894 16.854429018994484, 32.64917913327529 17.008477123264846 M32.64917913327529 17.008477123264846 C32.59900876687544 17.111102248041263, 32.548838400475596 17.21372737281768, 32.46768125603245 17.379736965185366 M32.64917913327529 17.008477123264846 C32.58155813849837 17.146798078929777, 32.51393714372146 17.285119034594704, 32.46768125603245 17.379736965185366 M32.46768125603245 17.379736965185366 C32.41998399253361 17.459783301553607, 32.37228672903477 17.539829637921848, 32.256144891312644 17.734740790612133 M32.46768125603245 17.379736965185366 C32.39931733364194 17.494466430267906, 32.330953411251436 17.60919589535045, 32.256144891312644 17.734740790612133 M32.256144891312644 17.734740790612133 C32.16591621286765 17.861113917653263, 32.075687534422656 17.98748704469439, 32.01601504698197 18.07106356344834 M32.256144891312644 17.734740790612133 C32.1733524907355 17.85069876247308, 32.09056009015836 17.966656734334027, 32.01601504698197 18.07106356344834 M32.01601504698197 18.07106356344834 C31.95007525207852 18.14891853217416, 31.88413545717507 18.22677350089998, 31.748932053365657 18.386407858128706 M32.01601504698197 18.07106356344834 C31.94846790805594 18.150816319675513, 31.880920769129908 18.23056907590269, 31.748932053365657 18.386407858128706 M31.748932053365657 18.386407858128706 C31.672528214744176 18.462811696750187, 31.596124376122695 18.539215535371667, 31.456720358128706 18.678619553365657 M31.748932053365657 18.386407858128706 C31.64800534192846 18.487334569565903, 31.547078630491264 18.5882612810031, 31.456720358128706 18.678619553365657 M31.456720358128706 18.678619553365657 C31.386613944840924 18.73799665657782, 31.316507531553146 18.797373759789984, 31.14137606344834 18.94570254698197 M31.456720358128706 18.678619553365657 C31.372904268717456 18.749608159948377, 31.289088179306205 18.820596766531093, 31.14137606344834 18.94570254698197 M31.14137606344834 18.94570254698197 C31.048777235198344 19.011816839586544, 30.956178406948347 19.077931132191118, 30.805053290612136 19.185832391312644 M31.14137606344834 18.94570254698197 C31.056465272784756 19.00632768625546, 30.971554482121167 19.06695282552895, 30.805053290612136 19.185832391312644 M30.805053290612136 19.185832391312644 C30.68328220440707 19.258392209147946, 30.561511118202006 19.330952026983244, 30.45004946518537 19.397368756032446 M30.805053290612136 19.185832391312644 C30.722903562784953 19.23478300407405, 30.64075383495777 19.283733616835455, 30.45004946518537 19.397368756032446 M30.45004946518537 19.397368756032446 C30.351335096979046 19.445627270042834, 30.252620728772722 19.49388578405322, 30.078789623264846 19.578866633275286 M30.45004946518537 19.397368756032446 C30.33562629681 19.453306834495496, 30.22120312843463 19.509244912958543, 30.078789623264846 19.578866633275286 M30.078789623264846 19.578866633275286 C29.996705305038525 19.61089603363804, 29.914620986812203 19.64292543400079, 29.693809846023417 19.729086208503173 M30.078789623264846 19.578866633275286 C29.939587260075154 19.633183563943465, 29.800384896885465 19.68750049461164, 29.693809846023417 19.729086208503173 M29.693809846023417 19.729086208503173 C29.55929698131686 19.769132423402873, 29.424784116610297 19.809178638302573, 29.297739935703998 19.847001329696653 M29.693809846023417 19.729086208503173 C29.551566160625057 19.771433988442396, 29.4093224752267 19.81378176838162, 29.297739935703998 19.847001329696653 M29.297739935703998 19.847001329696653 C29.156232682849197 19.876672280448552, 29.014725429994392 19.906343231200452, 28.89328545140367 19.931806517013612 M29.297739935703998 19.847001329696653 C29.162725580056737 19.875310863069615, 29.02771122440948 19.903620396442577, 28.89328545140367 19.931806517013612 M28.89328545140367 19.931806517013612 C28.747063557661882 19.950033057060683, 28.600841663920097 19.96825959710775, 28.483209227361662 19.982922465033347 M28.89328545140367 19.931806517013612 C28.802190158853175 19.943161533388267, 28.711094866302684 19.95451654976292, 28.483209227361662 19.982922465033347 M28.483209227361662 19.982922465033347 C28.37193736797715 19.987524703180366, 28.26066550859264 19.99212694132739, 28.0703125 20 M28.483209227361662 19.982922465033347 C28.398201102860142 19.986438427070393, 28.313192978358618 19.98995438910744, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C7.212464950663918 20, -13.645382598672164 20, -28.0703125 20 M28.0703125 20 C15.699831911789635 20, 3.329351323579271 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.225773818804843 19.993570072291888, -28.381235137609686 19.987140144583776, -28.483209227361662 19.982922465033347 M-28.0703125 20 C-28.187273186465582 19.99516247022445, -28.304233872931167 19.990324940448897, -28.483209227361662 19.982922465033347 M-28.483209227361662 19.982922465033347 C-28.64491739644954 19.9627655627775, -28.806625565537416 19.94260866052165, -28.89328545140367 19.931806517013612 M-28.483209227361662 19.982922465033347 C-28.636416576310154 19.963825188902824, -28.789623925258645 19.9447279127723, -28.89328545140367 19.931806517013612 M-28.89328545140367 19.931806517013612 C-29.011054809524076 19.907112879377536, -29.12882416764448 19.882419241741456, -29.297739935703994 19.847001329696653 M-28.89328545140367 19.931806517013612 C-29.039110673751257 19.901230183268375, -29.18493589609884 19.87065384952314, -29.297739935703994 19.847001329696653 M-29.297739935703994 19.847001329696653 C-29.4237321312973 19.80949182789977, -29.5497243268906 19.77198232610289, -29.693809846023417 19.729086208503173 M-29.297739935703994 19.847001329696653 C-29.422748659125357 19.80978462025113, -29.54775738254672 19.772567910805606, -29.693809846023417 19.729086208503173 M-29.693809846023417 19.729086208503173 C-29.842723566079183 19.67097989462697, -29.991637286134946 19.612873580750765, -30.078789623264846 19.578866633275286 M-29.693809846023417 19.729086208503173 C-29.774571854587116 19.697572774971878, -29.85533386315082 19.666059341440587, -30.078789623264846 19.578866633275286 M-30.078789623264846 19.578866633275286 C-30.156788606031935 19.540735254114818, -30.234787588799023 19.502603874954346, -30.45004946518537 19.397368756032446 M-30.078789623264846 19.578866633275286 C-30.15901091983873 19.539648831095256, -30.239232216412617 19.500431028915227, -30.45004946518537 19.397368756032446 M-30.45004946518537 19.397368756032446 C-30.584709791445746 19.317128618183624, -30.71937011770612 19.2368884803348, -30.805053290612133 19.185832391312644 M-30.45004946518537 19.397368756032446 C-30.562527715640364 19.330346266393946, -30.67500596609536 19.263323776755445, -30.805053290612133 19.185832391312644 M-30.805053290612133 19.185832391312644 C-30.92237571191276 19.10206579256039, -31.039698133213385 19.01829919380813, -31.14137606344834 18.94570254698197 M-30.805053290612133 19.185832391312644 C-30.897291659668088 19.11997546162591, -30.98953002872404 19.054118531939174, -31.14137606344834 18.94570254698197 M-31.14137606344834 18.94570254698197 C-31.230434892447967 18.87027356647261, -31.319493721447593 18.79484458596325, -31.456720358128706 18.67861955336566 M-31.14137606344834 18.94570254698197 C-31.215799933951548 18.882668744037616, -31.290223804454754 18.81963494109326, -31.456720358128706 18.67861955336566 M-31.456720358128706 18.67861955336566 C-31.54224483313917 18.593095078355194, -31.627769308149634 18.507570603344732, -31.748932053365657 18.386407858128706 M-31.456720358128706 18.67861955336566 C-31.565712704662822 18.569627206831544, -31.674705051196938 18.46063486029743, -31.748932053365657 18.386407858128706 M-31.748932053365657 18.386407858128706 C-31.845360345122323 18.27255518919044, -31.94178863687899 18.15870252025218, -32.01601504698197 18.07106356344834 M-31.748932053365657 18.386407858128706 C-31.83653829792445 18.282971360634317, -31.924144542483237 18.17953486313993, -32.01601504698197 18.07106356344834 M-32.01601504698197 18.07106356344834 C-32.10812051181689 17.94206183351763, -32.200225976651815 17.813060103586917, -32.256144891312644 17.734740790612133 M-32.01601504698197 18.07106356344834 C-32.07734083960213 17.985171446715082, -32.13866663222228 17.899279329981823, -32.256144891312644 17.734740790612133 M-32.256144891312644 17.734740790612133 C-32.31064362457885 17.643280115205126, -32.36514235784506 17.551819439798116, -32.46768125603244 17.37973696518537 M-32.256144891312644 17.734740790612133 C-32.3128189866023 17.63962938668364, -32.36949308189196 17.544517982755146, -32.46768125603244 17.37973696518537 M-32.46768125603244 17.37973696518537 C-32.50421542837113 17.305005121192444, -32.54074960070982 17.230273277199515, -32.64917913327528 17.00847712326485 M-32.46768125603244 17.37973696518537 C-32.507050979567104 17.29920490851356, -32.54642070310177 17.21867285184175, -32.64917913327528 17.00847712326485 M-32.64917913327528 17.00847712326485 C-32.70513328353127 16.86507892586878, -32.76108743378725 16.721680728472705, -32.799398708503176 16.623497346023417 M-32.64917913327528 17.00847712326485 C-32.6848927852592 16.916950877338593, -32.72060643724311 16.82542463141234, -32.799398708503176 16.623497346023417 M-32.799398708503176 16.623497346023417 C-32.831939535043944 16.514194636419507, -32.864480361584704 16.4048919268156, -32.91731382969665 16.227427435703994 M-32.799398708503176 16.623497346023417 C-32.82963016434437 16.521951675861217, -32.85986162018557 16.42040600569902, -32.91731382969665 16.227427435703994 M-32.91731382969665 16.227427435703994 C-32.948434126575826 16.07900793421175, -32.979554423455 15.930588432719503, -33.00211901701361 15.82297295140367 M-32.91731382969665 16.227427435703994 C-32.94729257876458 16.08445222536786, -32.97727132783251 15.94147701503172, -33.00211901701361 15.82297295140367 M-33.00211901701361 15.82297295140367 C-33.02234444671148 15.66071502288151, -33.042569876409345 15.49845709435935, -33.05323496503335 15.412896727361664 M-33.00211901701361 15.82297295140367 C-33.017731170110444 15.697724901839148, -33.03334332320727 15.572476852274626, -33.05323496503335 15.412896727361664 M-33.05323496503335 15.412896727361664 C-33.05736393789316 15.313067367649614, -33.06149291075297 15.213238007937562, -33.0703125 15 M-33.05323496503335 15.412896727361664 C-33.05803968040806 15.296729419960684, -33.06284439578277 15.180562112559704, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 5.72882321289312, -33.0703125 -3.5423535742137595, -33.0703125 -15 M-33.0703125 15 C-33.0703125 8.458403011117422, -33.0703125 1.9168060222348426, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.06450331020761 -15.14045325971128, -33.058694120415225 -15.28090651942256, -33.05323496503335 -15.41289672736166 M-33.0703125 -15 C-33.06486966040204 -15.131595728654187, -33.05942682080407 -15.263191457308372, -33.05323496503335 -15.41289672736166 M-33.05323496503335 -15.41289672736166 C-33.03509267904906 -15.55844269530603, -33.016950393064775 -15.703988663250403, -33.00211901701361 -15.822972951403669 M-33.05323496503335 -15.41289672736166 C-33.04241761702977 -15.499678590856478, -33.031600269026185 -15.586460454351295, -33.00211901701361 -15.822972951403669 M-33.00211901701361 -15.822972951403669 C-32.977413305065646 -15.940799894557978, -32.95270759311769 -16.05862683771229, -32.91731382969665 -16.227427435703994 M-33.00211901701361 -15.822972951403669 C-32.97923466502949 -15.932113430578532, -32.95635031304536 -16.041253909753397, -32.91731382969665 -16.227427435703994 M-32.91731382969665 -16.227427435703994 C-32.88859415015437 -16.323895138790625, -32.85987447061208 -16.420362841877257, -32.799398708503176 -16.623497346023417 M-32.91731382969665 -16.227427435703994 C-32.87148994532873 -16.38134715005777, -32.825666060960806 -16.535266864411543, -32.799398708503176 -16.623497346023417 M-32.799398708503176 -16.623497346023417 C-32.76708067938806 -16.706321356347935, -32.73476265027294 -16.789145366672454, -32.64917913327529 -17.008477123264846 M-32.799398708503176 -16.623497346023417 C-32.767141139133486 -16.706166411299723, -32.734883569763795 -16.78883547657603, -32.64917913327529 -17.008477123264846 M-32.64917913327529 -17.008477123264846 C-32.5864179879367 -17.136857098012314, -32.523656842598115 -17.26523707275978, -32.46768125603245 -17.379736965185366 M-32.64917913327529 -17.008477123264846 C-32.58849594089417 -17.132606577299747, -32.52781274851305 -17.256736031334643, -32.46768125603245 -17.379736965185366 M-32.46768125603245 -17.379736965185366 C-32.413860682255795 -17.470059542122357, -32.36004010847914 -17.560382119059344, -32.256144891312644 -17.734740790612133 M-32.46768125603245 -17.379736965185366 C-32.421873144142396 -17.45661289608305, -32.376065032252335 -17.533488826980737, -32.256144891312644 -17.734740790612133 M-32.256144891312644 -17.734740790612133 C-32.16568751198067 -17.861434233175366, -32.07523013264869 -17.9881276757386, -32.01601504698197 -18.07106356344834 M-32.256144891312644 -17.734740790612133 C-32.171826323180774 -17.85283629312967, -32.087507755048904 -17.970931795647203, -32.01601504698197 -18.07106356344834 M-32.01601504698197 -18.07106356344834 C-31.9535963148582 -18.14476122120595, -31.89117758273443 -18.218458878963563, -31.74893205336566 -18.386407858128706 M-32.01601504698197 -18.07106356344834 C-31.931161223508838 -18.171250283507757, -31.846307400035702 -18.27143700356717, -31.74893205336566 -18.386407858128706 M-31.74893205336566 -18.386407858128706 C-31.63701057024497 -18.49832934124939, -31.525089087124286 -18.610250824370077, -31.456720358128706 -18.678619553365657 M-31.74893205336566 -18.386407858128706 C-31.64733421979541 -18.48800569169895, -31.545736386225165 -18.589603525269197, -31.456720358128706 -18.678619553365657 M-31.456720358128706 -18.678619553365657 C-31.39018083591144 -18.73497565394328, -31.323641313694175 -18.791331754520904, -31.14137606344834 -18.945702546981966 M-31.456720358128706 -18.678619553365657 C-31.335714310360363 -18.78110644794038, -31.21470826259202 -18.883593342515105, -31.14137606344834 -18.945702546981966 M-31.14137606344834 -18.945702546981966 C-31.011367090031627 -19.038527169843146, -30.88135811661491 -19.131351792704326, -30.805053290612136 -19.185832391312644 M-31.14137606344834 -18.945702546981966 C-31.03095690741429 -19.0245403090698, -30.920537751380238 -19.103378071157636, -30.805053290612136 -19.185832391312644 M-30.805053290612136 -19.185832391312644 C-30.695660263791655 -19.251016486699452, -30.586267236971175 -19.31620058208626, -30.450049465185366 -19.397368756032446 M-30.805053290612136 -19.185832391312644 C-30.70543942603762 -19.24518937081125, -30.605825561463107 -19.304546350309856, -30.450049465185366 -19.397368756032446 M-30.450049465185366 -19.397368756032446 C-30.32818934515997 -19.456942538617586, -30.206329225134578 -19.51651632120273, -30.07878962326485 -19.578866633275286 M-30.450049465185366 -19.397368756032446 C-30.334363936480564 -19.453923964856063, -30.21867840777576 -19.510479173679677, -30.07878962326485 -19.578866633275286 M-30.07878962326485 -19.578866633275286 C-29.934640416599496 -19.635113828257495, -29.790491209934146 -19.691361023239704, -29.69380984602342 -19.729086208503173 M-30.07878962326485 -19.578866633275286 C-29.99875664042825 -19.61009560008513, -29.918723657591656 -19.641324566894976, -29.69380984602342 -19.729086208503173 M-29.69380984602342 -19.729086208503173 C-29.58520528633688 -19.761419186808126, -29.47660072665034 -19.79375216511308, -29.297739935703994 -19.847001329696653 M-29.69380984602342 -19.729086208503173 C-29.542854033761138 -19.774027700987194, -29.391898221498856 -19.818969193471215, -29.297739935703994 -19.847001329696653 M-29.297739935703994 -19.847001329696653 C-29.206554202308084 -19.86612096738506, -29.11536846891217 -19.885240605073474, -28.893285451403674 -19.931806517013612 M-29.297739935703994 -19.847001329696653 C-29.195758640330116 -19.86838455869452, -29.093777344956237 -19.889767787692385, -28.893285451403674 -19.931806517013612 M-28.893285451403674 -19.931806517013612 C-28.749919662486445 -19.949677043965576, -28.606553873569215 -19.967547570917535, -28.483209227361662 -19.982922465033347 M-28.893285451403674 -19.931806517013612 C-28.805303020395336 -19.942773515601687, -28.717320589386997 -19.953740514189764, -28.483209227361662 -19.982922465033347 M-28.483209227361662 -19.982922465033347 C-28.35114485886597 -19.988384687718533, -28.219080490370274 -19.99384691040372, -28.0703125 -20 M-28.483209227361662 -19.982922465033347 C-28.396139952381223 -19.986523676884797, -28.309070677400786 -19.990124888736247, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.0703125, -12)\"><rect></rect><foreignObject width=\"50.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Failed-17\" transform=\"translate(78.8203125, 986)\"><g class=\"basic label-container outer-path\"><path d=\"M-25 -20 C-14.883111386763511 -20, -4.766222773527023 -20, 25 -20 C25 -20, 25 -20, 25 -20 C25.104183821042113 -19.99569092528736, 25.20836764208423 -19.99138185057472, 25.412896727361662 -19.982922465033347 C25.520218509070386 -19.96954481889445, 25.62754029077911 -19.956167172755556, 25.82297295140367 -19.931806517013612 C25.964617634563663 -19.902106750156992, 26.106262317723658 -19.87240698330037, 26.227427435703998 -19.847001329696653 C26.376010997007207 -19.802766086922727, 26.524594558310415 -19.7585308441488, 26.623497346023417 -19.729086208503173 C26.70627700402681 -19.696785485717463, 26.789056662030205 -19.664484762931753, 27.008477123264846 -19.578866633275286 C27.086625625907253 -19.540662158301828, 27.164774128549656 -19.50245768332837, 27.37973696518537 -19.397368756032446 C27.516570569342363 -19.315833625643126, 27.653404173499354 -19.234298495253807, 27.734740790612136 -19.185832391312644 C27.861412785911448 -19.09539032503278, 27.988084781210755 -19.00494825875292, 28.07106356344834 -18.94570254698197 C28.171999394188415 -18.860214259126522, 28.272935224928485 -18.774725971271074, 28.386407858128706 -18.678619553365657 C28.489458811849936 -18.575568599644427, 28.59250976557116 -18.4725176459232, 28.678619553365657 -18.386407858128706 C28.77895367995345 -18.267943578719546, 28.879287806541242 -18.149479299310382, 28.94570254698197 -18.07106356344834 C29.022167335805626 -17.963967963260913, 29.098632124629283 -17.85687236307349, 29.185832391312644 -17.734740790612136 C29.228296473697423 -17.663476865330065, 29.270760556082198 -17.59221294004799, 29.397368756032446 -17.37973696518537 C29.44705951221444 -17.27809289879028, 29.496750268396436 -17.176448832395195, 29.578866633275286 -17.008477123264846 C29.61416789512785 -16.91800774266831, 29.649469156980416 -16.827538362071774, 29.729086208503173 -16.623497346023417 C29.76631009927211 -16.4984645009619, 29.803533990041053 -16.373431655900387, 29.847001329696653 -16.227427435703994 C29.87895233103176 -16.075046122995246, 29.910903332366868 -15.922664810286497, 29.931806517013612 -15.82297295140367 C29.94532508140523 -15.714520657062122, 29.95884364579685 -15.606068362720574, 29.982922465033347 -15.412896727361662 C29.98657301287749 -15.324634618054473, 29.990223560721635 -15.236372508747284, 30 -15 C30 -15, 30 -15, 30 -15 C30 -8.10933005551459, 30 -1.2186601110291804, 30 15 C30 15, 30 15, 30 15 C29.99601459348737 15.096358245465959, 29.992029186974744 15.19271649093192, 29.982922465033347 15.412896727361662 C29.9653839871887 15.553598661857711, 29.94784550934406 15.694300596353758, 29.931806517013612 15.822972951403669 C29.90821099087609 15.935505175642247, 29.884615464738566 16.048037399880823, 29.847001329696653 16.227427435703994 C29.821084333069503 16.314481092825886, 29.795167336442354 16.401534749947782, 29.729086208503173 16.623497346023417 C29.691520928945348 16.719768906732092, 29.653955649387527 16.816040467440768, 29.578866633275286 17.008477123264846 C29.524609204383978 17.11946246799287, 29.470351775492666 17.230447812720893, 29.397368756032446 17.379736965185366 C29.31283536877843 17.521602293594544, 29.228301981524414 17.66346762200372, 29.185832391312644 17.734740790612133 C29.096449687887468 17.859929055916446, 29.00706698446229 17.98511732122076, 28.94570254698197 18.07106356344834 C28.876914467693236 18.152281495193126, 28.808126388404506 18.233499426937907, 28.678619553365657 18.386407858128706 C28.60050529188466 18.464522119609704, 28.52239103040366 18.542636381090702, 28.386407858128706 18.678619553365657 C28.282243731765146 18.76684206814052, 28.17807960540159 18.855064582915382, 28.07106356344834 18.94570254698197 C27.98899823454646 19.004296065606862, 27.906932905644585 19.062889584231755, 27.734740790612136 19.185832391312644 C27.645560572414347 19.238972267030324, 27.556380354216557 19.292112142748003, 27.37973696518537 19.397368756032446 C27.232435740318547 19.46937993690862, 27.08513451545172 19.541391117784794, 27.008477123264846 19.578866633275286 C26.884178767742352 19.62736800210538, 26.759880412219857 19.675869370935473, 26.623497346023417 19.729086208503173 C26.465827666709192 19.776026505810485, 26.308157987394967 19.822966803117797, 26.227427435703998 19.847001329696653 C26.108362522161478 19.87196661673833, 25.989297608618962 19.896931903780004, 25.82297295140367 19.931806517013612 C25.737118511578533 19.942508261777327, 25.651264071753396 19.953210006541042, 25.412896727361662 19.982922465033347 C25.286103332454932 19.988166678638276, 25.1593099375482 19.993410892243205, 25 20 C25 20, 25 20, 25 20 C13.16822764992724 20, 1.3364552998544816 20, -25 20 C-25 20, -25 20, -25 20 C-25.127570236491117 19.99472365598947, -25.25514047298223 19.989447311978946, -25.412896727361662 19.982922465033347 C-25.573564682089994 19.962895225362196, -25.73423263681833 19.94286798569104, -25.82297295140367 19.931806517013612 C-25.908981309876467 19.913772460687774, -25.99498966834926 19.89573840436194, -26.227427435703994 19.847001329696653 C-26.328733092868728 19.81684132882072, -26.43003875003346 19.786681327944784, -26.623497346023417 19.729086208503173 C-26.725034267701254 19.689466378719683, -26.82657118937909 19.64984654893619, -27.008477123264846 19.578866633275286 C-27.144622700870965 19.512309116028913, -27.280768278477087 19.44575159878254, -27.37973696518537 19.397368756032446 C-27.480530891051437 19.33730861263001, -27.5813248169175 19.277248469227573, -27.734740790612133 19.185832391312644 C-27.815775714256784 19.127974567900804, -27.896810637901435 19.070116744488963, -28.07106356344834 18.94570254698197 C-28.184124093605543 18.849945162549695, -28.297184623762746 18.75418777811742, -28.386407858128706 18.67861955336566 C-28.479508297676258 18.585519113818105, -28.57260873722381 18.492418674270553, -28.678619553365657 18.386407858128706 C-28.736333528210466 18.318265096793695, -28.79404750305527 18.250122335458688, -28.945702546981966 18.07106356344834 C-29.009961141912598 17.98106380150343, -29.074219736843233 17.891064039558522, -29.185832391312644 17.734740790612133 C-29.241271959954076 17.641701189719925, -29.296711528595512 17.54866158882772, -29.397368756032446 17.37973696518537 C-29.466335468727117 17.238663299521814, -29.535302181421788 17.09758963385826, -29.578866633275286 17.00847712326485 C-29.635550028709954 16.863210030646446, -29.69223342414462 16.71794293802804, -29.729086208503173 16.623497346023417 C-29.769963511442267 16.486192905801364, -29.810840814381358 16.34888846557931, -29.847001329696653 16.227427435703994 C-29.87345261761534 16.10127545900654, -29.89990390553403 15.97512348230909, -29.931806517013612 15.82297295140367 C-29.942865744774966 15.73425061450314, -29.95392497253632 15.645528277602608, -29.982922465033347 15.412896727361664 C-29.98773927640565 15.296436965702483, -29.992556087777956 15.179977204043302, -30 15 C-30 15, -30 15, -30 15 C-30 4.367968041508991, -30 -6.264063916982018, -30 -15 C-30 -15, -30 -15, -30 -15 C-29.99408532244524 -15.143003718658921, -29.988170644890484 -15.286007437317842, -29.982922465033347 -15.41289672736166 C-29.97211816759938 -15.49957389303679, -29.961313870165412 -15.586251058711916, -29.931806517013612 -15.822972951403669 C-29.899937112429306 -15.974965111363506, -29.868067707845004 -16.126957271323345, -29.847001329696653 -16.227427435703994 C-29.810694804906912 -16.349378902758733, -29.774388280117172 -16.471330369813472, -29.729086208503173 -16.623497346023417 C-29.688829307419528 -16.726666941517884, -29.648572406335887 -16.82983653701235, -29.57886663327529 -17.008477123264846 C-29.521894256997545 -17.12501598163624, -29.4649218807198 -17.24155484000763, -29.397368756032446 -17.379736965185366 C-29.320060796788113 -17.509476460822572, -29.24275283754378 -17.639215956459775, -29.185832391312644 -17.734740790612133 C-29.122078652732892 -17.824033457242486, -29.058324914153136 -17.91332612387284, -28.94570254698197 -18.07106356344834 C-28.852567214574155 -18.18102824263026, -28.759431882166343 -18.290992921812176, -28.67861955336566 -18.386407858128706 C-28.584781929452756 -18.48024548204161, -28.49094430553985 -18.574083105954514, -28.386407858128706 -18.678619553365657 C-28.315675246078417 -18.738527019875686, -28.244942634028128 -18.798434486385712, -28.07106356344834 -18.945702546981966 C-27.982634629250196 -19.008839592458425, -27.894205695052047 -19.07197663793489, -27.734740790612136 -19.185832391312644 C-27.644723325693633 -19.239471157788643, -27.554705860775133 -19.293109924264638, -27.379736965185366 -19.397368756032446 C-27.28761450631059 -19.442404681937255, -27.195492047435813 -19.48744060784206, -27.00847712326485 -19.578866633275286 C-26.904736026736863 -19.619346534754204, -26.800994930208876 -19.659826436233125, -26.62349734602342 -19.729086208503173 C-26.506711013389715 -19.763855006150887, -26.389924680756014 -19.798623803798606, -26.227427435703994 -19.847001329696653 C-26.07795351479321 -19.878342715078418, -25.92847959388243 -19.909684100460183, -25.822972951403674 -19.931806517013612 C-25.689692440063208 -19.948419915426648, -25.556411928722746 -19.965033313839683, -25.412896727361662 -19.982922465033347 C-25.32497960684752 -19.986558744035463, -25.237062486333382 -19.99019502303758, -25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25 -20 C-12.69000628902498 -20, -0.3800125780499606 -20, 25 -20 M-25 -20 C-9.512737464476734 -20, 5.974525071046532 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25.117029132540246 -19.99515963927386, 25.234058265080492 -19.99031927854772, 25.412896727361662 -19.982922465033347 M25 -20 C25.14904469652716 -19.993835465752415, 25.29808939305432 -19.98767093150483, 25.412896727361662 -19.982922465033347 M25.412896727361662 -19.982922465033347 C25.521160191584585 -19.96942743829147, 25.629423655807507 -19.95593241154959, 25.82297295140367 -19.931806517013612 M25.412896727361662 -19.982922465033347 C25.51879438547602 -19.969722335715364, 25.624692043590382 -19.956522206397377, 25.82297295140367 -19.931806517013612 M25.82297295140367 -19.931806517013612 C25.910972825112523 -19.913354883854797, 25.998972698821373 -19.89490325069598, 26.227427435703998 -19.847001329696653 M25.82297295140367 -19.931806517013612 C25.94128003103267 -19.9070001310337, 26.059587110661667 -19.88219374505379, 26.227427435703998 -19.847001329696653 M26.227427435703998 -19.847001329696653 C26.376426028906668 -19.802642526572775, 26.525424622109337 -19.758283723448898, 26.623497346023417 -19.729086208503173 M26.227427435703998 -19.847001329696653 C26.3738348708306 -19.803413947755274, 26.5202423059572 -19.7598265658139, 26.623497346023417 -19.729086208503173 M26.623497346023417 -19.729086208503173 C26.72056306573495 -19.691211047140836, 26.817628785446484 -19.6533358857785, 27.008477123264846 -19.578866633275286 M26.623497346023417 -19.729086208503173 C26.71093758123025 -19.694966922849474, 26.798377816437085 -19.66084763719578, 27.008477123264846 -19.578866633275286 M27.008477123264846 -19.578866633275286 C27.115547518968935 -19.52652310633923, 27.22261791467302 -19.474179579403174, 27.37973696518537 -19.397368756032446 M27.008477123264846 -19.578866633275286 C27.1273719688169 -19.5207424850475, 27.24626681436895 -19.462618336819713, 27.37973696518537 -19.397368756032446 M27.37973696518537 -19.397368756032446 C27.51389414016127 -19.317428431272948, 27.64805131513717 -19.237488106513446, 27.734740790612136 -19.185832391312644 M27.37973696518537 -19.397368756032446 C27.456924909324634 -19.351374724605357, 27.5341128534639 -19.305380693178268, 27.734740790612136 -19.185832391312644 M27.734740790612136 -19.185832391312644 C27.84536484056632 -19.106848337777667, 27.9559888905205 -19.027864284242693, 28.07106356344834 -18.94570254698197 M27.734740790612136 -19.185832391312644 C27.862856011138504 -19.094359882026545, 27.990971231664872 -19.002887372740442, 28.07106356344834 -18.94570254698197 M28.07106356344834 -18.94570254698197 C28.14535108480386 -18.882784225874943, 28.21963860615938 -18.81986590476792, 28.386407858128706 -18.678619553365657 M28.07106356344834 -18.94570254698197 C28.15364196737901 -18.875762206528957, 28.236220371309674 -18.805821866075945, 28.386407858128706 -18.678619553365657 M28.386407858128706 -18.678619553365657 C28.466678435779265 -18.598348975715098, 28.54694901342982 -18.518078398064542, 28.678619553365657 -18.386407858128706 M28.386407858128706 -18.678619553365657 C28.49399146381626 -18.5710359476781, 28.601575069503816 -18.463452341990546, 28.678619553365657 -18.386407858128706 M28.678619553365657 -18.386407858128706 C28.773700294765142 -18.27414623889068, 28.868781036164627 -18.161884619652653, 28.94570254698197 -18.07106356344834 M28.678619553365657 -18.386407858128706 C28.76457306499302 -18.284922738719082, 28.850526576620382 -18.18343761930946, 28.94570254698197 -18.07106356344834 M28.94570254698197 -18.07106356344834 C29.015144636087875 -17.973803866201067, 29.084586725193777 -17.876544168953792, 29.185832391312644 -17.734740790612136 M28.94570254698197 -18.07106356344834 C29.0110374109046 -17.979556392989863, 29.07637227482723 -17.888049222531386, 29.185832391312644 -17.734740790612136 M29.185832391312644 -17.734740790612136 C29.26243786592906 -17.606180216294415, 29.339043340545473 -17.477619641976695, 29.397368756032446 -17.37973696518537 M29.185832391312644 -17.734740790612136 C29.236468724421876 -17.64976205902066, 29.287105057531107 -17.56478332742918, 29.397368756032446 -17.37973696518537 M29.397368756032446 -17.37973696518537 C29.44065334871769 -17.29119691567054, 29.48393794140293 -17.202656866155706, 29.578866633275286 -17.008477123264846 M29.397368756032446 -17.37973696518537 C29.469562331707706 -17.23206264579367, 29.541755907382967 -17.084388326401967, 29.578866633275286 -17.008477123264846 M29.578866633275286 -17.008477123264846 C29.610312146354506 -16.927889179901836, 29.641757659433726 -16.84730123653883, 29.729086208503173 -16.623497346023417 M29.578866633275286 -17.008477123264846 C29.62146426575457 -16.899308747319107, 29.664061898233854 -16.79014037137337, 29.729086208503173 -16.623497346023417 M29.729086208503173 -16.623497346023417 C29.7590716366695 -16.52277806825378, 29.789057064835827 -16.42205879048414, 29.847001329696653 -16.227427435703994 M29.729086208503173 -16.623497346023417 C29.773746878465474 -16.47348479998405, 29.81840754842778 -16.323472253944686, 29.847001329696653 -16.227427435703994 M29.847001329696653 -16.227427435703994 C29.880019378222013 -16.069957141593136, 29.913037426747376 -15.912486847482278, 29.931806517013612 -15.82297295140367 M29.847001329696653 -16.227427435703994 C29.876088044124423 -16.088706533645194, 29.905174758552192 -15.949985631586392, 29.931806517013612 -15.82297295140367 M29.931806517013612 -15.82297295140367 C29.95027671553062 -15.674796314588953, 29.968746914047625 -15.526619677774237, 29.982922465033347 -15.412896727361662 M29.931806517013612 -15.82297295140367 C29.94732910653293 -15.69844342306589, 29.962851696052248 -15.573913894728106, 29.982922465033347 -15.412896727361662 M29.982922465033347 -15.412896727361662 C29.9888346124504 -15.269954181792471, 29.99474675986745 -15.127011636223278, 30 -15 M29.982922465033347 -15.412896727361662 C29.98725208274173 -15.308216222475657, 29.99158170045011 -15.203535717589652, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -3.103535939545907, 30 8.792928120908186, 30 15 M30 -15 C30 -3.7325242261407503, 30 7.534951547718499, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C29.996401690227216 15.086999109187404, 29.992803380454433 15.17399821837481, 29.982922465033347 15.412896727361662 M30 15 C29.993610695607362 15.154479137591512, 29.987221391214725 15.308958275183022, 29.982922465033347 15.412896727361662 M29.982922465033347 15.412896727361662 C29.96730446429578 15.53819168945598, 29.951686463558207 15.663486651550299, 29.931806517013612 15.822972951403669 M29.982922465033347 15.412896727361662 C29.97154739535698 15.504152896948877, 29.96017232568061 15.59540906653609, 29.931806517013612 15.822972951403669 M29.931806517013612 15.822972951403669 C29.898817704840553 15.980303810956729, 29.86582889266749 16.13763467050979, 29.847001329696653 16.227427435703994 M29.931806517013612 15.822972951403669 C29.89922223893382 15.978374499398658, 29.866637960854028 16.13377604739365, 29.847001329696653 16.227427435703994 M29.847001329696653 16.227427435703994 C29.80483035889036 16.369077229693733, 29.762659388084067 16.510727023683472, 29.729086208503173 16.623497346023417 M29.847001329696653 16.227427435703994 C29.82027826481075 16.317188628379636, 29.793555199924846 16.406949821055278, 29.729086208503173 16.623497346023417 M29.729086208503173 16.623497346023417 C29.682552128972944 16.742753971163683, 29.636018049442715 16.86201059630395, 29.578866633275286 17.008477123264846 M29.729086208503173 16.623497346023417 C29.68930089815739 16.725458358036427, 29.64951558781161 16.82741937004944, 29.578866633275286 17.008477123264846 M29.578866633275286 17.008477123264846 C29.523367357656223 17.12200270607631, 29.46786808203716 17.235528288887767, 29.397368756032446 17.379736965185366 M29.578866633275286 17.008477123264846 C29.53766257180476 17.092761378157608, 29.496458510334236 17.17704563305037, 29.397368756032446 17.379736965185366 M29.397368756032446 17.379736965185366 C29.3360600462792 17.48262625574877, 29.274751336525952 17.585515546312173, 29.185832391312644 17.734740790612133 M29.397368756032446 17.379736965185366 C29.319463555594428 17.510478760870324, 29.241558355156414 17.641220556555282, 29.185832391312644 17.734740790612133 M29.185832391312644 17.734740790612133 C29.095194720880528 17.861686746572385, 29.004557050448412 17.988632702532634, 28.94570254698197 18.07106356344834 M29.185832391312644 17.734740790612133 C29.11593485220534 17.83263838527606, 29.046037313098033 17.930535979939986, 28.94570254698197 18.07106356344834 M28.94570254698197 18.07106356344834 C28.866201770010935 18.164929953445778, 28.7867009930399 18.258796343443215, 28.678619553365657 18.386407858128706 M28.94570254698197 18.07106356344834 C28.86342523363961 18.16820820374474, 28.781147920297247 18.26535284404114, 28.678619553365657 18.386407858128706 M28.678619553365657 18.386407858128706 C28.568683608929113 18.49634380256525, 28.45874766449257 18.606279747001793, 28.386407858128706 18.678619553365657 M28.678619553365657 18.386407858128706 C28.565819989285195 18.499207422209167, 28.453020425204738 18.612006986289625, 28.386407858128706 18.678619553365657 M28.386407858128706 18.678619553365657 C28.307008518023427 18.74586736410526, 28.227609177918147 18.813115174844857, 28.07106356344834 18.94570254698197 M28.386407858128706 18.678619553365657 C28.262477588252164 18.78358313772939, 28.138547318375625 18.88854672209312, 28.07106356344834 18.94570254698197 M28.07106356344834 18.94570254698197 C27.992148737484545 19.002046649744518, 27.91323391152075 19.05839075250707, 27.734740790612136 19.185832391312644 M28.07106356344834 18.94570254698197 C27.97541572440806 19.013993791448172, 27.879767885367777 19.082285035914374, 27.734740790612136 19.185832391312644 M27.734740790612136 19.185832391312644 C27.646028458546713 19.23869346741056, 27.557316126481293 19.291554543508475, 27.37973696518537 19.397368756032446 M27.734740790612136 19.185832391312644 C27.596343997502768 19.268298980138947, 27.4579472043934 19.350765568965254, 27.37973696518537 19.397368756032446 M27.37973696518537 19.397368756032446 C27.242095958137057 19.464657344185706, 27.104454951088748 19.53194593233897, 27.008477123264846 19.578866633275286 M27.37973696518537 19.397368756032446 C27.246408595340547 19.46254902432622, 27.11308022549572 19.527729292619995, 27.008477123264846 19.578866633275286 M27.008477123264846 19.578866633275286 C26.86203337707414 19.636009160358604, 26.715589630883436 19.693151687441922, 26.623497346023417 19.729086208503173 M27.008477123264846 19.578866633275286 C26.907075633184213 19.61843361748556, 26.80567414310358 19.65800060169584, 26.623497346023417 19.729086208503173 M26.623497346023417 19.729086208503173 C26.480325694538415 19.77171025591619, 26.337154043053413 19.814334303329208, 26.227427435703998 19.847001329696653 M26.623497346023417 19.729086208503173 C26.53985965010995 19.753986229416213, 26.45622195419648 19.778886250329254, 26.227427435703998 19.847001329696653 M26.227427435703998 19.847001329696653 C26.10851010375985 19.871935672131258, 25.989592771815705 19.896870014565867, 25.82297295140367 19.931806517013612 M26.227427435703998 19.847001329696653 C26.128306475960002 19.867784809382055, 26.029185516216007 19.88856828906746, 25.82297295140367 19.931806517013612 M25.82297295140367 19.931806517013612 C25.696007064919584 19.947632798259157, 25.569041178435498 19.963459079504702, 25.412896727361662 19.982922465033347 M25.82297295140367 19.931806517013612 C25.736643288858907 19.94256749822755, 25.650313626314148 19.953328479441492, 25.412896727361662 19.982922465033347 M25.412896727361662 19.982922465033347 C25.31737715575412 19.986873183738606, 25.221857584146576 19.990823902443864, 25 20 M25.412896727361662 19.982922465033347 C25.300527149623562 19.98757010514731, 25.188157571885462 19.992217745261275, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C14.94694249634615 20, 4.8938849926923 20, -25 20 M25 20 C6.6271046156786575 20, -11.745790768642685 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25.109097850271226 19.995487679535028, -25.218195700542452 19.99097535907006, -25.412896727361662 19.982922465033347 M-25 20 C-25.135620300970235 19.994390702859754, -25.27124060194047 19.988781405719507, -25.412896727361662 19.982922465033347 M-25.412896727361662 19.982922465033347 C-25.497526531472733 19.972373370952198, -25.5821563355838 19.96182427687105, -25.82297295140367 19.931806517013612 M-25.412896727361662 19.982922465033347 C-25.55317249719881 19.965437108558035, -25.693448267035954 19.947951752082727, -25.82297295140367 19.931806517013612 M-25.82297295140367 19.931806517013612 C-25.91286569965295 19.912957989800706, -26.00275844790223 19.8941094625878, -26.227427435703994 19.847001329696653 M-25.82297295140367 19.931806517013612 C-25.96836829366951 19.901320319642853, -26.113763635935353 19.870834122272093, -26.227427435703994 19.847001329696653 M-26.227427435703994 19.847001329696653 C-26.364526826197434 19.806185072706697, -26.50162621669087 19.765368815716744, -26.623497346023417 19.729086208503173 M-26.227427435703994 19.847001329696653 C-26.333404589245035 19.815450564092032, -26.439381742786075 19.783899798487408, -26.623497346023417 19.729086208503173 M-26.623497346023417 19.729086208503173 C-26.727384282707156 19.68854940001889, -26.831271219390896 19.648012591534606, -27.008477123264846 19.578866633275286 M-26.623497346023417 19.729086208503173 C-26.74018260507225 19.683555479135332, -26.85686786412108 19.63802474976749, -27.008477123264846 19.578866633275286 M-27.008477123264846 19.578866633275286 C-27.12948142052966 19.51971123694366, -27.25048571779448 19.46055584061203, -27.37973696518537 19.397368756032446 M-27.008477123264846 19.578866633275286 C-27.083951676222615 19.541969372648268, -27.159426229180383 19.50507211202125, -27.37973696518537 19.397368756032446 M-27.37973696518537 19.397368756032446 C-27.45384908297558 19.353207519290333, -27.527961200765795 19.30904628254822, -27.734740790612133 19.185832391312644 M-27.37973696518537 19.397368756032446 C-27.461090036256014 19.348892847660508, -27.542443107326655 19.300416939288567, -27.734740790612133 19.185832391312644 M-27.734740790612133 19.185832391312644 C-27.84718641958426 19.10554775535702, -27.95963204855639 19.02526311940139, -28.07106356344834 18.94570254698197 M-27.734740790612133 19.185832391312644 C-27.859052185768466 19.09707576113953, -27.983363580924802 19.008319130966417, -28.07106356344834 18.94570254698197 M-28.07106356344834 18.94570254698197 C-28.175063672382567 18.857618947883626, -28.27906378131679 18.769535348785283, -28.386407858128706 18.67861955336566 M-28.07106356344834 18.94570254698197 C-28.14719546309292 18.88122211714771, -28.2233273627375 18.816741687313453, -28.386407858128706 18.67861955336566 M-28.386407858128706 18.67861955336566 C-28.463423611220414 18.60160380027395, -28.540439364312125 18.52458804718224, -28.678619553365657 18.386407858128706 M-28.386407858128706 18.67861955336566 C-28.502825545881663 18.562201865612703, -28.61924323363462 18.445784177859743, -28.678619553365657 18.386407858128706 M-28.678619553365657 18.386407858128706 C-28.76731168516645 18.281689255990383, -28.85600381696724 18.176970653852056, -28.945702546981966 18.07106356344834 M-28.678619553365657 18.386407858128706 C-28.77087193535199 18.277485676539502, -28.863124317338322 18.1685634949503, -28.945702546981966 18.07106356344834 M-28.945702546981966 18.07106356344834 C-29.011159184915282 17.979385837876034, -29.0766158228486 17.887708112303724, -29.185832391312644 17.734740790612133 M-28.945702546981966 18.07106356344834 C-29.003995861362935 17.98941869675105, -29.062289175743903 17.907773830053753, -29.185832391312644 17.734740790612133 M-29.185832391312644 17.734740790612133 C-29.24046006896691 17.64306371860074, -29.29508774662118 17.55138664658935, -29.397368756032446 17.37973696518537 M-29.185832391312644 17.734740790612133 C-29.255625271996475 17.61761322409121, -29.325418152680303 17.500485657570284, -29.397368756032446 17.37973696518537 M-29.397368756032446 17.37973696518537 C-29.461800015010333 17.247940718384836, -29.52623127398822 17.116144471584303, -29.578866633275286 17.00847712326485 M-29.397368756032446 17.37973696518537 C-29.454515172525635 17.26284210186309, -29.511661589018825 17.145947238540806, -29.578866633275286 17.00847712326485 M-29.578866633275286 17.00847712326485 C-29.61488832062124 16.916161450362242, -29.650910007967195 16.823845777459635, -29.729086208503173 16.623497346023417 M-29.578866633275286 17.00847712326485 C-29.634410542553105 16.866130283390927, -29.68995445183092 16.723783443517004, -29.729086208503173 16.623497346023417 M-29.729086208503173 16.623497346023417 C-29.754101064033538 16.539473927429725, -29.779115919563907 16.455450508836034, -29.847001329696653 16.227427435703994 M-29.729086208503173 16.623497346023417 C-29.76148270921938 16.51467941831865, -29.793879209935586 16.405861490613884, -29.847001329696653 16.227427435703994 M-29.847001329696653 16.227427435703994 C-29.864867599984436 16.142219285539692, -29.88273387027222 16.05701113537539, -29.931806517013612 15.82297295140367 M-29.847001329696653 16.227427435703994 C-29.86414682097484 16.14565683826309, -29.88129231225303 16.063886240822182, -29.931806517013612 15.82297295140367 M-29.931806517013612 15.82297295140367 C-29.944543912239478 15.720787564245505, -29.95728130746534 15.618602177087341, -29.982922465033347 15.412896727361664 M-29.931806517013612 15.82297295140367 C-29.945085326238296 15.7164440859989, -29.958364135462975 15.609915220594127, -29.982922465033347 15.412896727361664 M-29.982922465033347 15.412896727361664 C-29.987501734972046 15.302180188055113, -29.992081004910744 15.191463648748561, -30 15 M-29.982922465033347 15.412896727361664 C-29.986684077275097 15.321949328497919, -29.990445689516847 15.231001929634173, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 3.564007992857409, -30 -7.871984014285182, -30 -15 M-30 15 C-30 8.133299403812764, -30 1.2665988076255292, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-29.996522525062954 -15.084077592216488, -29.993045050125904 -15.168155184432976, -29.982922465033347 -15.41289672736166 M-30 -15 C-29.99528939948856 -15.113891819801836, -29.990578798977122 -15.227783639603672, -29.982922465033347 -15.41289672736166 M-29.982922465033347 -15.41289672736166 C-29.96951763204486 -15.520436614789949, -29.956112799056374 -15.627976502218239, -29.931806517013612 -15.822972951403669 M-29.982922465033347 -15.41289672736166 C-29.971871484311908 -15.501552902621466, -29.96082050359047 -15.590209077881273, -29.931806517013612 -15.822972951403669 M-29.931806517013612 -15.822972951403669 C-29.908671787883296 -15.933307533943507, -29.88553705875298 -16.043642116483344, -29.847001329696653 -16.227427435703994 M-29.931806517013612 -15.822972951403669 C-29.91051339348017 -15.924524514112608, -29.889220269946726 -16.026076076821546, -29.847001329696653 -16.227427435703994 M-29.847001329696653 -16.227427435703994 C-29.80503459636959 -16.36839120809392, -29.76306786304253 -16.50935498048385, -29.729086208503173 -16.623497346023417 M-29.847001329696653 -16.227427435703994 C-29.803391834604405 -16.37390914759505, -29.759782339512157 -16.520390859486103, -29.729086208503173 -16.623497346023417 M-29.729086208503173 -16.623497346023417 C-29.67811590433675 -16.754123040538595, -29.62714560017033 -16.884748735053773, -29.57886663327529 -17.008477123264846 M-29.729086208503173 -16.623497346023417 C-29.67073459093077 -16.773039725574304, -29.612382973358365 -16.92258210512519, -29.57886663327529 -17.008477123264846 M-29.57886663327529 -17.008477123264846 C-29.50790534825091 -17.15363075184078, -29.43694406322653 -17.298784380416713, -29.397368756032446 -17.379736965185366 M-29.57886663327529 -17.008477123264846 C-29.525073998976925 -17.11851171545668, -29.471281364678557 -17.22854630764851, -29.397368756032446 -17.379736965185366 M-29.397368756032446 -17.379736965185366 C-29.33942121679922 -17.476985483798757, -29.281473677565995 -17.574234002412148, -29.185832391312644 -17.734740790612133 M-29.397368756032446 -17.379736965185366 C-29.353100126532354 -17.45402931127796, -29.308831497032262 -17.528321657370554, -29.185832391312644 -17.734740790612133 M-29.185832391312644 -17.734740790612133 C-29.114218175673305 -17.83504274035706, -29.042603960033965 -17.93534469010199, -28.94570254698197 -18.07106356344834 M-29.185832391312644 -17.734740790612133 C-29.096052014622565 -17.86048603197874, -29.006271637932485 -17.98623127334535, -28.94570254698197 -18.07106356344834 M-28.94570254698197 -18.07106356344834 C-28.848688514749096 -18.185607814860035, -28.751674482516222 -18.300152066271725, -28.67861955336566 -18.386407858128706 M-28.94570254698197 -18.07106356344834 C-28.869501626398545 -18.16103382037116, -28.79330070581512 -18.251004077293974, -28.67861955336566 -18.386407858128706 M-28.67861955336566 -18.386407858128706 C-28.61922713190353 -18.445800279590838, -28.559834710441397 -18.50519270105297, -28.386407858128706 -18.678619553365657 M-28.67861955336566 -18.386407858128706 C-28.60448345991858 -18.460543951575787, -28.530347366471496 -18.534680045022867, -28.386407858128706 -18.678619553365657 M-28.386407858128706 -18.678619553365657 C-28.286689427743983 -18.76307675571608, -28.186970997359257 -18.847533958066506, -28.07106356344834 -18.945702546981966 M-28.386407858128706 -18.678619553365657 C-28.294399115691256 -18.756546983110262, -28.20239037325381 -18.834474412854863, -28.07106356344834 -18.945702546981966 M-28.07106356344834 -18.945702546981966 C-27.98535540883315 -19.0068969931744, -27.899647254217957 -19.068091439366835, -27.734740790612136 -19.185832391312644 M-28.07106356344834 -18.945702546981966 C-27.951755966222166 -19.030886534101807, -27.83244836899599 -19.116070521221648, -27.734740790612136 -19.185832391312644 M-27.734740790612136 -19.185832391312644 C-27.631999428704482 -19.247052954719756, -27.52925806679683 -19.308273518126864, -27.379736965185366 -19.397368756032446 M-27.734740790612136 -19.185832391312644 C-27.622867610683056 -19.252494337175882, -27.51099443075398 -19.31915628303912, -27.379736965185366 -19.397368756032446 M-27.379736965185366 -19.397368756032446 C-27.273103294641537 -19.449498781047275, -27.166469624097708 -19.5016288060621, -27.00847712326485 -19.578866633275286 M-27.379736965185366 -19.397368756032446 C-27.2629225427393 -19.45447584737751, -27.146108120293235 -19.511582938722576, -27.00847712326485 -19.578866633275286 M-27.00847712326485 -19.578866633275286 C-26.90133160764263 -19.620674943206975, -26.79418609202041 -19.662483253138667, -26.62349734602342 -19.729086208503173 M-27.00847712326485 -19.578866633275286 C-26.872338365211203 -19.63198814150985, -26.736199607157555 -19.685109649744412, -26.62349734602342 -19.729086208503173 M-26.62349734602342 -19.729086208503173 C-26.527881859992345 -19.757552172035304, -26.432266373961266 -19.78601813556744, -26.227427435703994 -19.847001329696653 M-26.62349734602342 -19.729086208503173 C-26.472863261553503 -19.77393191847345, -26.32222917708358 -19.81877762844373, -26.227427435703994 -19.847001329696653 M-26.227427435703994 -19.847001329696653 C-26.088313372784 -19.876170481287993, -25.949199309864007 -19.905339632879333, -25.822972951403674 -19.931806517013612 M-26.227427435703994 -19.847001329696653 C-26.111788498279154 -19.871248265087697, -25.996149560854313 -19.89549520047874, -25.822972951403674 -19.931806517013612 M-25.822972951403674 -19.931806517013612 C-25.706229597860563 -19.946358560856925, -25.589486244317452 -19.960910604700235, -25.412896727361662 -19.982922465033347 M-25.822972951403674 -19.931806517013612 C-25.66772157475274 -19.951158580931533, -25.512470198101806 -19.97051064484946, -25.412896727361662 -19.982922465033347 M-25.412896727361662 -19.982922465033347 C-25.31598094414913 -19.986930931477747, -25.219065160936594 -19.99093939792215, -25 -20 M-25.412896727361662 -19.982922465033347 C-25.268213640963403 -19.988906601751594, -25.12353055456514 -19.994890738469845, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22, -12)\"><rect></rect><foreignObject width=\"44\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Failed</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Replied----note-18\" transform=\"translate(927.85546875, 1232)\"><g class=\"basic label-container\"><path d=\"M-115 -87 L115 -87 L115 87 L-115 87\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -87 C-55.660954258550674 -87, 3.678091482898651 -87, 115 -87 M-115 -87 C-35.14120865646848 -87, 44.71758268706304 -87, 115 -87 M115 -87 C115 -41.0904805942054, 115 4.819038811589195, 115 87 M115 -87 C115 -26.416923672845428, 115 34.166152654309144, 115 87 M115 87 C67.565139939809 87, 20.130279879617987 87, -115 87 M115 87 C46.82590575087386 87, -21.348188498252284 87, -115 87 M-115 87 C-115 34.24406474693709, -115 -18.511870506125817, -115 -87 M-115 87 C-115 23.773623457156162, -115 -39.452753085687675, -115 -87\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -72)\"><rect></rect><foreignObject width=\"200\" height=\"144\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Refused is a closure path, not a Replied path.<br>When CommitmentChoice is Disabled, Read triggers immediate closure.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Dispatched : Processed → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : Sent → Delivered\n    Delivered --> Received : Delivered → Received\n    Received --> Read : Received → Read\n    Delivered --> Replied : Replied (state ≥ Dispatched)\n    Received --> Replied : Replied (state ≥ Dispatched)\n    Read --> Replied : Replied (state ≥ Dispatched)\n    Read --> Closed : Closed (CommitmentChoice Disabled)\n    Replied --> Closed : Accepted / Rejected outcome\n    Dispatched --> Closed : Refused outcome\n    Sent --> Closed : Refused outcome\n    Delivered --> Closed : Refused outcome\n    Received --> Closed : Refused outcome\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Replied\n        Refused is a closure path, not a Replied path.\n        When CommitmentChoice is Disabled, Read triggers immediate closure.\n    end note\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evimail-evidence-lifecycle","__idx":12},"children":["EviMail evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> New : Draft → New\n    New --> Ready : New → Ready\n    Ready --> Dispatched : Ready → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : Sent → Delivered\n    Delivered --> Read : Delivered → Read\n    Sent --> Replied : commitment received\n    Delivered --> Replied : commitment received\n    Read --> Replied : commitment received\n    Replied --> Closed : Accepted / Rejected outcome\n    Sent --> Closed : TimeToLive elapsed\n    Delivered --> Closed : TimeToLive elapsed\n    Read --> Closed : TimeToLive elapsed\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Replied\n        Commitment (accept/reject) can be registered from\n        Sent, Delivered, or Read — not only after Read.\n        Technical retries and recovery paths are omitted.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1785749518359\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 976.8828125px;\" viewBox=\"0 0 976.8828125 1198\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1785749518359{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1785749518359 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1785749518359 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1785749518359 .error-icon{fill:#f5fafa;}#mermaid-1785749518359 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1785749518359 .edge-thickness-normal{stroke-width:1px;}#mermaid-1785749518359 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1785749518359 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1785749518359 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1785749518359 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1785749518359 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1785749518359 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1785749518359 .marker.cross{stroke:#047C76;}#mermaid-1785749518359 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1785749518359 p{margin:0;}#mermaid-1785749518359 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1785749518359 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1785749518359 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1785749518359 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1785749518359 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1785749518359 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1785749518359 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1785749518359 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1785749518359 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1785749518359 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1785749518359 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1785749518359 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1785749518359 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1785749518359 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1785749518359 .edgeLabel p{background-color:#f5fafa;}#mermaid-1785749518359 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1785749518359 .edgeLabel .label text{fill:#0A1111;}#mermaid-1785749518359 .label div .edgeLabel{color:#0A1111;}#mermaid-1785749518359 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1785749518359 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1785749518359 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1785749518359 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1785749518359 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1785749518359 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749518359 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749518359 #statediagram-barbEnd{fill:#047C76;}#mermaid-1785749518359 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749518359 .cluster-label,#mermaid-1785749518359 .nodeLabel{color:#0A1111;}#mermaid-1785749518359 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1785749518359 .statediagram-state .divider{stroke:#006660;}#mermaid-1785749518359 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1785749518359 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1785749518359 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1785749518359 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1785749518359 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1785749518359 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1785749518359 .note-edge{stroke-dasharray:5;}#mermaid-1785749518359 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749518359 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749518359 .statediagram-note text{fill:#333;}#mermaid-1785749518359 .statediagram-note .nodeLabel{color:#333;}#mermaid-1785749518359 .statediagram .edgeLabel{color:red;}#mermaid-1785749518359 #dependencyStart,#mermaid-1785749518359 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1785749518359 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1785749518359 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1785749518359_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Replied----parent\"><rect x=\"668.8828125\" y=\"918\" width=\"300\" height=\"272\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M437.281,22L437.281,28.167C437.281,34.333,437.281,46.667,437.365,59.083C437.448,71.5,437.615,84,437.698,90.25L437.781,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6NDM3LjI4MTI1LCJ5IjoyMn0seyJ4Ijo0MzcuMjgxMjUsInkiOjU5fSx7IngiOjQzNy43ODEyNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M437.781,136.5L437.698,142.583C437.615,148.667,437.448,160.833,437.448,173.167C437.448,185.5,437.615,198,437.698,204.25L437.781,210.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6NDM3Ljc4MTI1LCJ5IjoxMzYuNX0seyJ4Ijo0MzcuMjgxMjUsInkiOjE3M30seyJ4Ijo0MzcuNzgxMjUsInkiOjIxMC41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M437.781,250.5L437.698,256.583C437.615,262.667,437.448,274.833,437.448,287.167C437.448,299.5,437.615,312,437.698,318.25L437.781,324.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6NDM3Ljc4MTI1LCJ5IjoyNTAuNX0seyJ4Ijo0MzcuMjgxMjUsInkiOjI4N30seyJ4Ijo0MzcuNzgxMjUsInkiOjMyNC41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M437.781,364.5L437.698,370.583C437.615,376.667,437.448,388.833,437.448,401.167C437.448,413.5,437.615,426,437.698,432.25L437.781,438.5\" id=\"edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6NDM3Ljc4MTI1LCJ5IjozNjQuNX0seyJ4Ijo0MzcuMjgxMjUsInkiOjQwMX0seyJ4Ijo0MzcuNzgxMjUsInkiOjQzOC41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M415.207,477.544L407.625,483.787C400.043,490.029,384.879,502.515,377.38,515.007C369.882,527.5,370.048,540,370.132,546.25L370.215,552.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6NDE1LjIwNzA4NTI3NDA0NjA1LCJ5Ijo0NzcuNTQzODkyNjc5NzIwMX0seyJ4IjozNjkuNzE0ODQzNzUsInkiOjUxNX0seyJ4IjozNzAuMjE0ODQzNzUsInkiOjU1Mi41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M378.648,592.5L381.165,598.583C383.682,604.667,388.716,616.833,391.316,629.167C393.917,641.5,394.083,654,394.167,660.25L394.25,666.5\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6Mzc4LjY0ODIzMTkwNzg5NDc0LCJ5Ijo1OTIuNX0seyJ4IjozOTMuNzUsInkiOjYyOX0seyJ4IjozOTQuMjUsInkiOjY2Ni41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M462.422,461.964L525.813,470.803C589.204,479.643,715.987,497.321,779.378,515.661C842.77,534,842.77,553,842.77,572C842.77,591,842.77,610,842.77,629C842.77,648,842.77,667,842.77,686C842.77,705,842.77,724,835.568,739.75C828.367,755.5,813.965,768,806.764,774.25L799.563,780.5\" id=\"edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6NDYyLjQyMTg3NSwieSI6NDYxLjk2Mzc2Mzc4Nzg3MTQ3fSx7IngiOjg0Mi43Njk1MzEyNSwieSI6NTE1fSx7IngiOjg0Mi43Njk1MzEyNSwieSI6NTcyfSx7IngiOjg0Mi43Njk1MzEyNSwieSI6NjI5fSx7IngiOjg0Mi43Njk1MzEyNSwieSI6Njg2fSx7IngiOjg0Mi43Njk1MzEyNSwieSI6NzQzfSx7IngiOjc5OS41NjI3NzQxMjI4MDcsInkiOjc4MC41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M413.699,579.172L468.285,587.477C522.871,595.781,632.043,612.391,686.629,630.195C741.215,648,741.215,667,741.215,686C741.215,705,741.215,724,745.001,739.75C748.786,755.5,756.358,768,760.144,774.25L763.93,780.5\" id=\"edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6NDEzLjY5OTIxODc1LCJ5Ijo1NzkuMTcxODk2MDI5NjA5N30seyJ4Ijo3NDEuMjE0ODQzNzUsInkiOjYyOX0seyJ4Ijo3NDEuMjE0ODQzNzUsInkiOjY4Nn0seyJ4Ijo3NDEuMjE0ODQzNzUsInkiOjc0M30seyJ4Ijo3NjMuOTI5NTUwNDM4NTk2NSwieSI6NzgwLjV9XQ==\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M421.023,692.948L455.926,701.29C490.828,709.632,560.633,726.316,613.827,741.899C667.021,757.482,703.604,771.964,721.896,779.205L740.188,786.447\" id=\"edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6NDIxLjAyMzQzNzUsInkiOjY5Mi45NDc2ODI4NjI0MjQxfSx7IngiOjYzMC40Mzc1LCJ5Ijo3NDN9LHsieCI6NzQwLjE4NzUsInkiOjc4Ni40NDY1NTE3MjQxMzh9XQ==\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M741.758,819.135L726.279,827.446C710.8,835.757,679.841,852.378,664.362,868.856C648.883,885.333,648.883,901.667,598.087,930.368C547.292,959.069,445.701,1000.138,394.905,1020.673L344.109,1041.207\" id=\"edge9\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge9\" data-points=\"W3sieCI6NzQxLjc1Nzg1NzU5NTEwMzIsInkiOjgxOS4xMzUzODUwMDY0ODQ3fSx7IngiOjY0OC44ODI4MTI1LCJ5Ijo4Njl9LHsieCI6NjQ4Ljg4MjgxMjUsInkiOjkxOH0seyJ4IjozNDQuMTA5Mzc1LCJ5IjoxMDQxLjIwNzEyMTA4NjE3MzR9XQ==\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M462.408,473.825L473.488,480.687C484.567,487.55,506.725,501.275,517.804,517.637C528.883,534,528.883,553,528.883,572C528.883,591,528.883,610,528.883,629C528.883,648,528.883,667,528.883,686C528.883,705,528.883,724,528.883,743C528.883,762,528.883,781,528.883,802C528.883,823,528.883,846,528.883,865.667C528.883,885.333,528.883,901.667,497.709,929.386C466.536,957.104,404.189,996.209,373.016,1015.761L341.843,1035.313\" id=\"edge10\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge10\" data-points=\"W3sieCI6NDYyLjQwODQ1MjQ5ODAyODIsInkiOjQ3My44MjQ1MjYxNzcwMjQ2N30seyJ4Ijo1MjguODgyODEyNSwieSI6NTE1fSx7IngiOjUyOC44ODI4MTI1LCJ5Ijo1NzJ9LHsieCI6NTI4Ljg4MjgxMjUsInkiOjYyOX0seyJ4Ijo1MjguODgyODEyNSwieSI6Njg2fSx7IngiOjUyOC44ODI4MTI1LCJ5Ijo3NDN9LHsieCI6NTI4Ljg4MjgxMjUsInkiOjgwMH0seyJ4Ijo1MjguODgyODEyNSwieSI6ODY5fSx7IngiOjUyOC44ODI4MTI1LCJ5Ijo5MTh9LHsieCI6MzQxLjg0MjY4NTMxNDQ1ODMsInkiOjEwMzUuMzEzMzE1MjI5OTI0fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M349.451,592.5L342.966,598.583C336.481,604.667,323.51,616.833,317.024,632.417C310.539,648,310.539,667,310.539,686C310.539,705,310.539,724,310.539,743C310.539,762,310.539,781,310.539,802C310.539,823,310.539,846,310.539,865.667C310.539,885.333,310.539,901.667,310.622,929.25C310.706,956.833,310.872,995.667,310.956,1015.083L311.039,1034.5\" id=\"edge11\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge11\" data-points=\"W3sieCI6MzQ5LjQ1MTQxMTczMjQ1NjE3LCJ5Ijo1OTIuNX0seyJ4IjozMTAuNTM5MDYyNSwieSI6NjI5fSx7IngiOjMxMC41MzkwNjI1LCJ5Ijo2ODZ9LHsieCI6MzEwLjUzOTA2MjUsInkiOjc0M30seyJ4IjozMTAuNTM5MDYyNSwieSI6ODAwfSx7IngiOjMxMC41MzkwNjI1LCJ5Ijo4Njl9LHsieCI6MzEwLjUzOTA2MjUsInkiOjkxOH0seyJ4IjozMTEuMDM5MDYyNSwieSI6MTAzNC41fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M367.477,695.143L342.427,703.119C317.378,711.095,267.279,727.048,242.229,744.524C217.18,762,217.18,781,217.18,802C217.18,823,217.18,846,217.18,865.667C217.18,885.333,217.18,901.667,230.535,929.25C243.89,956.833,270.6,995.667,283.955,1015.083L297.31,1034.5\" id=\"edge12\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge12\" data-points=\"W3sieCI6MzY3LjQ3NjU2MjUsInkiOjY5NS4xNDI5MzYxNTMyNjc2fSx7IngiOjIxNy4xNzk2ODc1LCJ5Ijo3NDN9LHsieCI6MjE3LjE3OTY4NzUsInkiOjgwMH0seyJ4IjoyMTcuMTc5Njg3NSwieSI6ODY5fSx7IngiOjIxNy4xNzk2ODc1LCJ5Ijo5MTh9LHsieCI6Mjk3LjMwOTc0MjY0NzA1ODg0LCJ5IjoxMDM0LjV9XQ==\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M413.141,462.418L357.421,471.182C301.701,479.945,190.26,497.473,134.54,515.736C78.82,534,78.82,553,78.82,572C78.82,591,78.82,610,78.82,629C78.82,648,78.82,667,78.82,686C78.82,705,78.82,724,78.904,739.75C78.987,755.5,79.154,768,79.237,774.25L79.32,780.5\" id=\"edge13\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge13\" data-points=\"W3sieCI6NDEzLjE0MDYyNSwieSI6NDYyLjQxODE4MzIwNTEwODZ9LHsieCI6NzguODIwMzEyNSwieSI6NTE1fSx7IngiOjc4LjgyMDMxMjUsInkiOjU3Mn0seyJ4Ijo3OC44MjAzMTI1LCJ5Ijo2Mjl9LHsieCI6NzguODIwMzEyNSwieSI6Njg2fSx7IngiOjc4LjgyMDMxMjUsInkiOjc0M30seyJ4Ijo3OS4zMjAzMTI1LCJ5Ijo3ODAuNX1d\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M79.32,820.5L79.237,828.583C79.154,836.667,78.987,852.833,78.904,869.083C78.82,885.333,78.82,901.667,112.258,929.493C145.696,957.319,212.571,996.638,246.009,1016.298L279.446,1035.958\" id=\"edge14\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge14\" data-points=\"W3sieCI6NzkuMzIwMzEyNSwieSI6ODIwLjV9LHsieCI6NzguODIwMzEyNSwieSI6ODY5fSx7IngiOjc4LjgyMDMxMjUsInkiOjkxOH0seyJ4IjoyNzkuNDQ2MTcxNzUwOTMxNywieSI6MTAzNS45NTc1NTA4Mzc0OTg3fV0=\" marker-end=\"url(#mermaid-1785749518359_stateDiagram-barbEnd)\"></path><path d=\"M788.53,820.5L793.589,828.583C798.648,836.667,808.765,852.833,813.824,869.083C818.883,885.333,818.883,901.667,818.883,914C818.883,926.333,818.883,934.667,818.883,938.833L818.883,943\" id=\"Replied-Replied----note-15\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Replied-Replied----note-15\" data-points=\"W3sieCI6Nzg4LjUzMDM0NDIwMjg5ODUsInkiOjgyMC41fSx7IngiOjgxOC44ODI4MTI1LCJ5Ijo4Njl9LHsieCI6ODE4Ljg4MjgxMjUsInkiOjkxOH0seyJ4Ijo4MTguODgyODEyNSwieSI6OTQzfV0=\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(437.28125, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-44.734375, -12)\"><foreignObject width=\"89.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → New</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(437.28125, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-48.453125, -12)\"><foreignObject width=\"96.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>New → Ready</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(437.28125, 287)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-73.6875, -12)\"><foreignObject width=\"147.375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Ready → Dispatched</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(437.28125, 401)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-67.546875, -12)\"><foreignObject width=\"135.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Dispatched → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(369.71484375, 515)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-61.078125, -12)\"><foreignObject width=\"122.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Delivered</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(393.75, 629)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-63.2109375, -12)\"><foreignObject width=\"126.421875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Delivered → Read</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(842.76953125, 629)\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(-81.5546875, -12)\"><foreignObject width=\"163.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>commitment received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(741.21484375, 686)\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(-81.5546875, -12)\"><foreignObject width=\"163.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>commitment received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(583.13202, 731.69346)\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(-81.5546875, -12)\"><foreignObject width=\"163.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>commitment received</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(648.8828125, 869)\"><g class=\"label\" data-id=\"edge9\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Accepted / Rejected outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(528.8828125, 686)\"><g class=\"label\" data-id=\"edge10\" transform=\"translate(-73.359375, -12)\"><foreignObject width=\"146.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>TimeToLive elapsed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(310.5390625, 743)\"><g class=\"label\" data-id=\"edge11\" transform=\"translate(-73.359375, -12)\"><foreignObject width=\"146.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>TimeToLive elapsed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(217.1796875, 800)\"><g class=\"label\" data-id=\"edge12\" transform=\"translate(-73.359375, -12)\"><foreignObject width=\"146.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>TimeToLive elapsed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(78.8203125, 629)\"><g class=\"label\" data-id=\"edge13\" transform=\"translate(-57.1953125, -12)\"><foreignObject width=\"114.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Failed outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(78.8203125, 869)\"><g class=\"label\" data-id=\"edge14\" transform=\"translate(-70.8203125, -12)\"><foreignObject width=\"141.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Closed after failure</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Replied-Replied----note-15\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(437.28125, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-New-1\" transform=\"translate(437.28125, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.71875 -20 C-9.087785160697209 -20, 1.5431796786055827 -20, 19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 C19.871592122052544 -19.993678403070888, 20.02443424410509 -19.987356806141776, 20.131646727361662 -19.982922465033347 C20.230530188731834 -19.970596654427727, 20.32941365010201 -19.95827084382211, 20.54172295140367 -19.931806517013612 C20.67476421553651 -19.903910697425438, 20.807805479669344 -19.876014877837264, 20.946177435703998 -19.847001329696653 C21.099273520717627 -19.801422650407254, 21.252369605731257 -19.755843971117855, 21.342247346023417 -19.729086208503173 C21.491277702411892 -19.67093438298872, 21.64030805880037 -19.61278255747426, 21.727227123264846 -19.578866633275286 C21.807429497197003 -19.539658081811112, 21.887631871129155 -19.500449530346934, 22.09848696518537 -19.397368756032446 C22.203029451489943 -19.335074955437328, 22.307571937794517 -19.272781154842207, 22.453490790612136 -19.185832391312644 C22.58680413361225 -19.090648493915932, 22.720117476612366 -18.995464596519216, 22.78981356344834 -18.94570254698197 C22.884252103152573 -18.86571718392815, 22.9786906428568 -18.785731820874336, 23.105157858128706 -18.678619553365657 C23.164927945060498 -18.618849466433865, 23.224698031992286 -18.559079379502077, 23.397369553365657 -18.386407858128706 C23.490300882049663 -18.27668404568834, 23.58323221073367 -18.16696023324798, 23.66445254698197 -18.07106356344834 C23.731447337210962 -17.977231521545352, 23.79844212743995 -17.88339947964236, 23.904582391312644 -17.734740790612136 C23.961544122346083 -17.639146671621834, 24.01850585337952 -17.543552552631528, 24.116118756032446 -17.37973696518537 C24.154945145388705 -17.300316316339632, 24.193771534744968 -17.220895667493895, 24.297616633275286 -17.008477123264846 C24.344007082808538 -16.88958859026009, 24.39039753234179 -16.770700057255333, 24.447836208503173 -16.623497346023417 C24.480392392541685 -16.514143051493893, 24.512948576580197 -16.40478875696437, 24.565751329696653 -16.227427435703994 C24.591742393683422 -16.103470367583895, 24.617733457670194 -15.9795132994638, 24.650556517013612 -15.82297295140367 C24.663859045206287 -15.71625380125979, 24.677161573398966 -15.609534651115906, 24.701672465033347 -15.412896727361662 C24.70667856511101 -15.291860386756994, 24.711684665188674 -15.170824046152328, 24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 C24.71875 -5.891014090223793, 24.71875 3.217971819552414, 24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 C24.714304869965133 15.107473335447855, 24.709859739930266 15.214946670895712, 24.701672465033347 15.412896727361662 C24.687275683418882 15.52839449413571, 24.672878901804413 15.643892260909759, 24.650556517013612 15.822972951403669 C24.62998054927657 15.921104241285292, 24.609404581539525 16.019235531166917, 24.565751329696653 16.227427435703994 C24.53559342659075 16.328726046583398, 24.505435523484852 16.430024657462802, 24.447836208503173 16.623497346023417 C24.40665762539573 16.729029010107617, 24.36547904228829 16.834560674191813, 24.297616633275286 17.008477123264846 C24.228522726004645 17.149810969592135, 24.159428818734007 17.291144815919424, 24.116118756032446 17.379736965185366 C24.034837386342133 17.516144703940874, 23.95355601665182 17.652552442696383, 23.904582391312644 17.734740790612133 C23.849826859555392 17.811430684448737, 23.79507132779814 17.888120578285342, 23.66445254698197 18.07106356344834 C23.600617907272813 18.14643298013302, 23.536783267563656 18.2218023968177, 23.397369553365657 18.386407858128706 C23.334679065075605 18.449098346418758, 23.27198857678555 18.511788834708813, 23.105157858128706 18.678619553365657 C22.97928048150702 18.7852322530207, 22.85340310488533 18.891844952675736, 22.78981356344834 18.94570254698197 C22.711391363153094 19.00169492177765, 22.632969162857847 19.057687296573327, 22.453490790612136 19.185832391312644 C22.364407635309398 19.238914430098728, 22.275324480006656 19.291996468884808, 22.09848696518537 19.397368756032446 C21.962271548941555 19.463960415308364, 21.826056132697737 19.530552074584282, 21.727227123264846 19.578866633275286 C21.649364723273973 19.609248636030507, 21.5715023232831 19.639630638785725, 21.342247346023417 19.729086208503173 C21.239617076942427 19.759640563432697, 21.136986807861433 19.79019491836222, 20.946177435703998 19.847001329696653 C20.841154053432696 19.869022417240252, 20.736130671161394 19.89104350478385, 20.54172295140367 19.931806517013612 C20.384959064359112 19.951347115155485, 20.228195177314554 19.97088771329736, 20.131646727361662 19.982922465033347 C19.983554191418236 19.989047617627882, 19.83546165547481 19.995172770222418, 19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 C11.112181744632041 20, 2.505613489264082 20, -19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 C-19.857901258961924 19.994244661356944, -19.99705251792385 19.98848932271389, -20.131646727361662 19.982922465033347 C-20.23140834660803 19.970487192162615, -20.331169965854397 19.958051919291883, -20.54172295140367 19.931806517013612 C-20.625287609088943 19.91428485086041, -20.70885226677422 19.8967631847072, -20.946177435703994 19.847001329696653 C-21.066215968611214 19.811264310077497, -21.186254501518434 19.775527290458342, -21.342247346023417 19.729086208503173 C-21.473754037098228 19.677772138412436, -21.605260728173036 19.6264580683217, -21.727227123264846 19.578866633275286 C-21.868168520844907 19.5099645825065, -22.00910991842497 19.441062531737707, -22.09848696518537 19.397368756032446 C-22.217221008580694 19.32661862290885, -22.33595505197602 19.25586848978525, -22.453490790612133 19.185832391312644 C-22.585595251004627 19.091511619507855, -22.717699711397124 18.997190847703067, -22.78981356344834 18.94570254698197 C-22.877108520851646 18.871767489509264, -22.96440347825495 18.797832432036557, -23.105157858128706 18.67861955336566 C-23.171375684379885 18.61240172711448, -23.23759351063106 18.5461839008633, -23.397369553365657 18.386407858128706 C-23.455221282586685 18.31810245050903, -23.513073011807716 18.249797042889355, -23.664452546981966 18.07106356344834 C-23.718538477119587 17.995311505031726, -23.772624407257208 17.91955944661511, -23.904582391312644 17.734740790612133 C-23.959628421998264 17.642361631625263, -24.014674452683888 17.549982472638394, -24.116118756032446 17.37973696518537 C-24.185175180029468 17.23847979211977, -24.25423160402649 17.097222619054172, -24.297616633275286 17.00847712326485 C-24.32943096016842 16.926943991102654, -24.361245287061553 16.845410858940454, -24.447836208503173 16.623497346023417 C-24.481536983912314 16.510298436851354, -24.515237759321455 16.397099527679288, -24.565751329696653 16.227427435703994 C-24.5876433636486 16.123019538233923, -24.609535397600542 16.01861164076385, -24.650556517013612 15.82297295140367 C-24.668820195231476 15.676453117753933, -24.687083873449343 15.529933284104198, -24.701672465033347 15.412896727361664 C-24.70747064260298 15.272709718648876, -24.713268820172612 15.132522709936088, -24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 C-24.71875 6.373275081241642, -24.71875 -2.2534498375167153, -24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 C-24.7136634299221 -15.122981925831887, -24.7085768598442 -15.245963851663776, -24.701672465033347 -15.41289672736166 C-24.69046553891959 -15.50280397004985, -24.679258612805835 -15.592711212738038, -24.650556517013612 -15.822972951403669 C-24.625902144081486 -15.940555047564157, -24.60124777114936 -16.058137143724643, -24.565751329696653 -16.227427435703994 C-24.524654339481835 -16.365469792477494, -24.483557349267016 -16.503512149250994, -24.447836208503173 -16.623497346023417 C-24.416360868072484 -16.704161730336995, -24.384885527641796 -16.78482611465057, -24.29761663327529 -17.008477123264846 C-24.25402169581006 -17.097651993173766, -24.210426758344834 -17.186826863082683, -24.116118756032446 -17.379736965185366 C-24.05837831724365 -17.476637924408113, -24.000637878454857 -17.573538883630864, -23.904582391312644 -17.734740790612133 C-23.827652381601254 -17.842487973193993, -23.750722371889864 -17.950235155775857, -23.66445254698197 -18.07106356344834 C-23.57041167989217 -18.18209740540896, -23.476370812802376 -18.293131247369576, -23.39736955336566 -18.386407858128706 C-23.338541938578 -18.445235472916366, -23.27971432379034 -18.504063087704022, -23.105157858128706 -18.678619553365657 C-23.00000845457713 -18.767676555351343, -22.894859051025556 -18.85673355733703, -22.78981356344834 -18.945702546981966 C-22.668944010133963 -19.03200174931352, -22.548074456819585 -19.11830095164507, -22.453490790612136 -19.185832391312644 C-22.353813429786133 -19.245227206364703, -22.25413606896013 -19.304622021416762, -22.098486965185366 -19.397368756032446 C-21.961106145756048 -19.464530146209523, -21.823725326326727 -19.531691536386596, -21.72722712326485 -19.578866633275286 C-21.618994130347545 -19.621099278164277, -21.51076113743024 -19.66333192305327, -21.34224734602342 -19.729086208503173 C-21.23091151060853 -19.76223232282308, -21.11957567519364 -19.795378437142993, -20.946177435703994 -19.847001329696653 C-20.79436518487467 -19.878833011303204, -20.642552934045348 -19.91066469290976, -20.541722951403674 -19.931806517013612 C-20.44087321040411 -19.94437742411943, -20.340023469404546 -19.956948331225252, -20.131646727361662 -19.982922465033347 C-20.004970146702238 -19.98816184716527, -19.87829356604281 -19.993401229297188, -19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.71875 -20 C-7.542111094161806 -20, 4.634527811676389 -20, 19.71875 -20 M-19.71875 -20 C-11.299056448298156 -20, -2.8793628965963123 -20, 19.71875 -20 M19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 M19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 M19.71875 -20 C19.857864254552165 -19.99424619187065, 19.99697850910433 -19.988492383741306, 20.131646727361662 -19.982922465033347 M19.71875 -20 C19.85413986145632 -19.99440023390855, 19.989529722912643 -19.9888004678171, 20.131646727361662 -19.982922465033347 M20.131646727361662 -19.982922465033347 C20.218215526949272 -19.972131675418105, 20.30478432653688 -19.96134088580286, 20.54172295140367 -19.931806517013612 M20.131646727361662 -19.982922465033347 C20.238298078809244 -19.969628387939352, 20.344949430256822 -19.956334310845357, 20.54172295140367 -19.931806517013612 M20.54172295140367 -19.931806517013612 C20.65056357320832 -19.9089850385083, 20.75940419501297 -19.886163560002984, 20.946177435703998 -19.847001329696653 M20.54172295140367 -19.931806517013612 C20.649116342635203 -19.909288490848695, 20.756509733866732 -19.886770464683774, 20.946177435703998 -19.847001329696653 M20.946177435703998 -19.847001329696653 C21.047356762529727 -19.816878938992172, 21.148536089355456 -19.786756548287688, 21.342247346023417 -19.729086208503173 M20.946177435703998 -19.847001329696653 C21.08785250041674 -19.804822835470155, 21.229527565129484 -19.762644341243657, 21.342247346023417 -19.729086208503173 M21.342247346023417 -19.729086208503173 C21.42009558871571 -19.698709729943, 21.497943831408 -19.66833325138283, 21.727227123264846 -19.578866633275286 M21.342247346023417 -19.729086208503173 C21.462859264231955 -19.682023291976662, 21.583471182440494 -19.634960375450156, 21.727227123264846 -19.578866633275286 M21.727227123264846 -19.578866633275286 C21.81096602978196 -19.537929176380214, 21.894704936299068 -19.496991719485145, 22.09848696518537 -19.397368756032446 M21.727227123264846 -19.578866633275286 C21.82404642419939 -19.53153456120185, 21.920865725133936 -19.48420248912841, 22.09848696518537 -19.397368756032446 M22.09848696518537 -19.397368756032446 C22.179385600244544 -19.349163632747818, 22.260284235303715 -19.300958509463193, 22.453490790612136 -19.185832391312644 M22.09848696518537 -19.397368756032446 C22.219380116730584 -19.325332073704722, 22.340273268275794 -19.253295391377, 22.453490790612136 -19.185832391312644 M22.453490790612136 -19.185832391312644 C22.58377553770718 -19.092810869829677, 22.714060284802223 -18.99978934834671, 22.78981356344834 -18.94570254698197 M22.453490790612136 -19.185832391312644 C22.58664494350805 -19.09076215346571, 22.719799096403957 -18.995691915618778, 22.78981356344834 -18.94570254698197 M22.78981356344834 -18.94570254698197 C22.86927722019754 -18.878400262823675, 22.948740876946736 -18.81109797866538, 23.105157858128706 -18.678619553365657 M22.78981356344834 -18.94570254698197 C22.900735396051264 -18.851756546978944, 23.011657228654183 -18.757810546975918, 23.105157858128706 -18.678619553365657 M23.105157858128706 -18.678619553365657 C23.183178065940922 -18.60059934555344, 23.261198273753134 -18.52257913774123, 23.397369553365657 -18.386407858128706 M23.105157858128706 -18.678619553365657 C23.205367871199133 -18.57840954029523, 23.305577884269557 -18.478199527224806, 23.397369553365657 -18.386407858128706 M23.397369553365657 -18.386407858128706 C23.503275812876304 -18.261364573809384, 23.609182072386947 -18.136321289490063, 23.66445254698197 -18.07106356344834 M23.397369553365657 -18.386407858128706 C23.476948465549558 -18.292449214059765, 23.556527377733456 -18.198490569990824, 23.66445254698197 -18.07106356344834 M23.66445254698197 -18.07106356344834 C23.727462744232206 -17.98281229124507, 23.790472941482438 -17.894561019041802, 23.904582391312644 -17.734740790612136 M23.66445254698197 -18.07106356344834 C23.73919228987124 -17.96638404041925, 23.813932032760512 -17.861704517390162, 23.904582391312644 -17.734740790612136 M23.904582391312644 -17.734740790612136 C23.984008208825873 -17.60144707020528, 24.0634340263391 -17.46815334979842, 24.116118756032446 -17.37973696518537 M23.904582391312644 -17.734740790612136 C23.98757451771117 -17.595462031658307, 24.070566644109697 -17.45618327270448, 24.116118756032446 -17.37973696518537 M24.116118756032446 -17.37973696518537 C24.170826270206646 -17.267830956295786, 24.225533784380843 -17.1559249474062, 24.297616633275286 -17.008477123264846 M24.116118756032446 -17.37973696518537 C24.182054979791854 -17.244862263719845, 24.247991203551262 -17.10998756225432, 24.297616633275286 -17.008477123264846 M24.297616633275286 -17.008477123264846 C24.34354694754135 -16.890767815886278, 24.38947726180741 -16.77305850850771, 24.447836208503173 -16.623497346023417 M24.297616633275286 -17.008477123264846 C24.34109344795742 -16.89705559643585, 24.38457026263955 -16.785634069606857, 24.447836208503173 -16.623497346023417 M24.447836208503173 -16.623497346023417 C24.485165625228284 -16.498110045523326, 24.522495041953395 -16.372722745023236, 24.565751329696653 -16.227427435703994 M24.447836208503173 -16.623497346023417 C24.475587357365214 -16.530282880144906, 24.50333850622726 -16.437068414266395, 24.565751329696653 -16.227427435703994 M24.565751329696653 -16.227427435703994 C24.591563661147806 -16.104322782133156, 24.617375992598955 -15.981218128562316, 24.650556517013612 -15.82297295140367 M24.565751329696653 -16.227427435703994 C24.596086335028684 -16.08275316133493, 24.62642134036071 -15.938078886965867, 24.650556517013612 -15.82297295140367 M24.650556517013612 -15.82297295140367 C24.666069774579586 -15.698518288393402, 24.681583032145564 -15.574063625383133, 24.701672465033347 -15.412896727361662 M24.650556517013612 -15.82297295140367 C24.669459178202573 -15.671326895231104, 24.688361839391536 -15.519680839058537, 24.701672465033347 -15.412896727361662 M24.701672465033347 -15.412896727361662 C24.705471554969428 -15.321043201391785, 24.709270644905512 -15.229189675421907, 24.71875 -15 M24.701672465033347 -15.412896727361662 C24.70594858336791 -15.309509718077296, 24.71022470170247 -15.206122708792927, 24.71875 -15 M24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 M24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 M24.71875 -15 C24.71875 -6.067490386365467, 24.71875 2.865019227269066, 24.71875 15 M24.71875 -15 C24.71875 -5.47918328564708, 24.71875 4.04163342870584, 24.71875 15 M24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 M24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 M24.71875 15 C24.71479829814458 15.09554334198692, 24.71084659628916 15.19108668397384, 24.701672465033347 15.412896727361662 M24.71875 15 C24.7149341916905 15.092257738971664, 24.711118383380995 15.184515477943329, 24.701672465033347 15.412896727361662 M24.701672465033347 15.412896727361662 C24.682612681717572 15.565803291281288, 24.663552898401797 15.718709855200913, 24.650556517013612 15.822972951403669 M24.701672465033347 15.412896727361662 C24.69101125815321 15.498425953180748, 24.680350051273077 15.583955178999833, 24.650556517013612 15.822972951403669 M24.650556517013612 15.822972951403669 C24.6210058152964 15.963906710314882, 24.591455113579183 16.104840469226094, 24.565751329696653 16.227427435703994 M24.650556517013612 15.822972951403669 C24.62980726334946 15.921930679767463, 24.609058009685302 16.020888408131256, 24.565751329696653 16.227427435703994 M24.565751329696653 16.227427435703994 C24.529378090464977 16.34960299261903, 24.493004851233298 16.471778549534065, 24.447836208503173 16.623497346023417 M24.565751329696653 16.227427435703994 C24.535579827602177 16.32877172478083, 24.505408325507698 16.43011601385766, 24.447836208503173 16.623497346023417 M24.447836208503173 16.623497346023417 C24.408527416945752 16.724237145043944, 24.369218625388328 16.82497694406447, 24.297616633275286 17.008477123264846 M24.447836208503173 16.623497346023417 C24.417160716599756 16.702111894239472, 24.38648522469634 16.780726442455528, 24.297616633275286 17.008477123264846 M24.297616633275286 17.008477123264846 C24.245619504271026 17.114838950674066, 24.193622375266763 17.221200778083286, 24.116118756032446 17.379736965185366 M24.297616633275286 17.008477123264846 C24.225277800547556 17.156448570706505, 24.15293896781983 17.304420018148164, 24.116118756032446 17.379736965185366 M24.116118756032446 17.379736965185366 C24.056437001635594 17.47989587236488, 23.996755247238745 17.580054779544394, 23.904582391312644 17.734740790612133 M24.116118756032446 17.379736965185366 C24.046392940847173 17.49675198127756, 23.976667125661898 17.613766997369755, 23.904582391312644 17.734740790612133 M23.904582391312644 17.734740790612133 C23.835902687292048 17.830932701110225, 23.76722298327145 17.92712461160832, 23.66445254698197 18.07106356344834 M23.904582391312644 17.734740790612133 C23.828362228659795 17.841493770529663, 23.75214206600695 17.948246750447197, 23.66445254698197 18.07106356344834 M23.66445254698197 18.07106356344834 C23.597201056811375 18.150467247849587, 23.529949566640784 18.22987093225083, 23.397369553365657 18.386407858128706 M23.66445254698197 18.07106356344834 C23.56604521587515 18.187252879731943, 23.46763788476833 18.30344219601555, 23.397369553365657 18.386407858128706 M23.397369553365657 18.386407858128706 C23.293398150383602 18.49037926111076, 23.189426747401544 18.59435066409282, 23.105157858128706 18.678619553365657 M23.397369553365657 18.386407858128706 C23.28740839493892 18.49636901655544, 23.177447236512187 18.606330174982176, 23.105157858128706 18.678619553365657 M23.105157858128706 18.678619553365657 C23.012735526018936 18.756897275694193, 22.920313193909166 18.835174998022733, 22.78981356344834 18.94570254698197 M23.105157858128706 18.678619553365657 C23.028867319314564 18.74323434372277, 22.952576780500422 18.807849134079877, 22.78981356344834 18.94570254698197 M22.78981356344834 18.94570254698197 C22.694320634260826 19.01388318793918, 22.598827705073315 19.082063828896384, 22.453490790612136 19.185832391312644 M22.78981356344834 18.94570254698197 C22.658395152284893 19.03953348905211, 22.52697674112144 19.133364431122256, 22.453490790612136 19.185832391312644 M22.453490790612136 19.185832391312644 C22.3622426837793 19.24020446120169, 22.270994576946467 19.29457653109073, 22.09848696518537 19.397368756032446 M22.453490790612136 19.185832391312644 C22.36756883556304 19.237030763608644, 22.281646880513943 19.288229135904647, 22.09848696518537 19.397368756032446 M22.09848696518537 19.397368756032446 C21.988905021854173 19.450940103786817, 21.879323078522976 19.50451145154119, 21.727227123264846 19.578866633275286 M22.09848696518537 19.397368756032446 C21.981566440063645 19.454527717814944, 21.86464591494192 19.51168667959744, 21.727227123264846 19.578866633275286 M21.727227123264846 19.578866633275286 C21.60421297621179 19.626866902405634, 21.48119882915874 19.674867171535986, 21.342247346023417 19.729086208503173 M21.727227123264846 19.578866633275286 C21.64811775195861 19.60973520574764, 21.569008380652367 19.640603778219997, 21.342247346023417 19.729086208503173 M21.342247346023417 19.729086208503173 C21.201756367865773 19.77091218488873, 21.06126538970813 19.812738161274282, 20.946177435703998 19.847001329696653 M21.342247346023417 19.729086208503173 C21.24306093253576 19.758615283200395, 21.143874519048097 19.788144357897615, 20.946177435703998 19.847001329696653 M20.946177435703998 19.847001329696653 C20.786620804606454 19.880456837085323, 20.627064173508913 19.913912344473992, 20.54172295140367 19.931806517013612 M20.946177435703998 19.847001329696653 C20.805006271928573 19.87660180997922, 20.663835108153148 19.90620229026179, 20.54172295140367 19.931806517013612 M20.54172295140367 19.931806517013612 C20.40582507096085 19.948746170145014, 20.269927190518032 19.96568582327642, 20.131646727361662 19.982922465033347 M20.54172295140367 19.931806517013612 C20.44364951000416 19.944031358735185, 20.345576068604647 19.95625620045676, 20.131646727361662 19.982922465033347 M20.131646727361662 19.982922465033347 C20.031150604620244 19.987079015416043, 19.930654481878825 19.991235565798743, 19.71875 20 M20.131646727361662 19.982922465033347 C20.042498406302755 19.986609666866674, 19.953350085243848 19.990296868699996, 19.71875 20 M19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 M19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 M19.71875 20 C6.31514465455173 20, -7.0884606908965395 20, -19.71875 20 M19.71875 20 C9.639697683404872 20, -0.4393546331902556 20, -19.71875 20 M-19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 M-19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 M-19.71875 20 C-19.838371890429126 19.995052402014338, -19.957993780858253 19.99010480402868, -20.131646727361662 19.982922465033347 M-19.71875 20 C-19.806118230915832 19.9963864232396, -19.89348646183166 19.9927728464792, -20.131646727361662 19.982922465033347 M-20.131646727361662 19.982922465033347 C-20.270414183251887 19.96562511969545, -20.409181639142112 19.94832777435755, -20.54172295140367 19.931806517013612 M-20.131646727361662 19.982922465033347 C-20.21892455496303 19.972043295168355, -20.3062023825644 19.961164125303366, -20.54172295140367 19.931806517013612 M-20.54172295140367 19.931806517013612 C-20.62954476119349 19.913392219932387, -20.717366570983312 19.89497792285116, -20.946177435703994 19.847001329696653 M-20.54172295140367 19.931806517013612 C-20.673208425715927 19.904236912246343, -20.80469390002818 19.87666730747907, -20.946177435703994 19.847001329696653 M-20.946177435703994 19.847001329696653 C-21.08554552834682 19.80550965081292, -21.224913620989646 19.764017971929185, -21.342247346023417 19.729086208503173 M-20.946177435703994 19.847001329696653 C-21.032821581569582 19.82120624985278, -21.119465727435166 19.7954111700089, -21.342247346023417 19.729086208503173 M-21.342247346023417 19.729086208503173 C-21.420800560311005 19.69843464917291, -21.49935377459859 19.66778308984265, -21.727227123264846 19.578866633275286 M-21.342247346023417 19.729086208503173 C-21.487048299665297 19.672584701061563, -21.631849253307177 19.616083193619954, -21.727227123264846 19.578866633275286 M-21.727227123264846 19.578866633275286 C-21.854832082741186 19.516484369815796, -21.98243704221753 19.454102106356306, -22.09848696518537 19.397368756032446 M-21.727227123264846 19.578866633275286 C-21.81905631797431 19.533974075484846, -21.910885512683777 19.4890815176944, -22.09848696518537 19.397368756032446 M-22.09848696518537 19.397368756032446 C-22.221802854206814 19.323888435519198, -22.345118743228262 19.250408115005953, -22.453490790612133 19.185832391312644 M-22.09848696518537 19.397368756032446 C-22.180707678633542 19.348375845022016, -22.26292839208172 19.29938293401159, -22.453490790612133 19.185832391312644 M-22.453490790612133 19.185832391312644 C-22.543954309639222 19.121242680189635, -22.634417828666308 19.05665296906663, -22.78981356344834 18.94570254698197 M-22.453490790612133 19.185832391312644 C-22.546781592896536 19.119224038743706, -22.64007239518094 19.052615686174764, -22.78981356344834 18.94570254698197 M-22.78981356344834 18.94570254698197 C-22.90454921339972 18.84852640845507, -23.019284863351093 18.75135026992817, -23.105157858128706 18.67861955336566 M-22.78981356344834 18.94570254698197 C-22.880963320909082 18.868502640401477, -22.972113078369826 18.791302733820984, -23.105157858128706 18.67861955336566 M-23.105157858128706 18.67861955336566 C-23.18742433078804 18.596353080706326, -23.269690803447375 18.514086608046988, -23.397369553365657 18.386407858128706 M-23.105157858128706 18.67861955336566 C-23.188574307394763 18.595203104099603, -23.27199075666082 18.511786654833543, -23.397369553365657 18.386407858128706 M-23.397369553365657 18.386407858128706 C-23.483447386865528 18.284775952161585, -23.569525220365396 18.18314404619446, -23.664452546981966 18.07106356344834 M-23.397369553365657 18.386407858128706 C-23.455231026638575 18.318090945728706, -23.51309249991149 18.24977403332871, -23.664452546981966 18.07106356344834 M-23.664452546981966 18.07106356344834 C-23.718801902414498 17.994942554950295, -23.77315125784703 17.91882154645225, -23.904582391312644 17.734740790612133 M-23.664452546981966 18.07106356344834 C-23.72067745784396 17.992315676128122, -23.77690236870595 17.913567788807903, -23.904582391312644 17.734740790612133 M-23.904582391312644 17.734740790612133 C-23.975230605669797 17.616177788976078, -24.04587882002695 17.49761478734002, -24.116118756032446 17.37973696518537 M-23.904582391312644 17.734740790612133 C-23.984327740042488 17.6009108276335, -24.064073088772332 17.467080864654864, -24.116118756032446 17.37973696518537 M-24.116118756032446 17.37973696518537 C-24.16577207772763 17.278169472256963, -24.215425399422816 17.176601979328556, -24.297616633275286 17.00847712326485 M-24.116118756032446 17.37973696518537 C-24.162164369212327 17.285549157977993, -24.208209982392212 17.191361350770617, -24.297616633275286 17.00847712326485 M-24.297616633275286 17.00847712326485 C-24.352944515289497 16.866683913819557, -24.408272397303705 16.724890704374264, -24.447836208503173 16.623497346023417 M-24.297616633275286 17.00847712326485 C-24.33001266888007 16.925453199440575, -24.362408704484853 16.8424292756163, -24.447836208503173 16.623497346023417 M-24.447836208503173 16.623497346023417 C-24.48920787460839 16.484532369197662, -24.530579540713607 16.345567392371905, -24.565751329696653 16.227427435703994 M-24.447836208503173 16.623497346023417 C-24.479520797935482 16.5170706861689, -24.51120538736779 16.410644026314383, -24.565751329696653 16.227427435703994 M-24.565751329696653 16.227427435703994 C-24.592852154394205 16.098177676061404, -24.619952979091757 15.968927916418817, -24.650556517013612 15.82297295140367 M-24.565751329696653 16.227427435703994 C-24.59246621161745 16.1000183215653, -24.619181093538245 15.972609207426606, -24.650556517013612 15.82297295140367 M-24.650556517013612 15.82297295140367 C-24.661007709892658 15.739128556873032, -24.671458902771707 15.655284162342394, -24.701672465033347 15.412896727361664 M-24.650556517013612 15.82297295140367 C-24.666926549212214 15.691644838524768, -24.68329658141081 15.560316725645865, -24.701672465033347 15.412896727361664 M-24.701672465033347 15.412896727361664 C-24.706283101866976 15.30142180645678, -24.7108937387006 15.189946885551896, -24.71875 15 M-24.701672465033347 15.412896727361664 C-24.70685345725755 15.287631884511807, -24.71203444948176 15.16236704166195, -24.71875 15 M-24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 M-24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 M-24.71875 15 C-24.71875 6.834151708482365, -24.71875 -1.3316965830352707, -24.71875 -15 M-24.71875 15 C-24.71875 3.6152068741316192, -24.71875 -7.7695862517367615, -24.71875 -15 M-24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 M-24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 M-24.71875 -15 C-24.7152261524677 -15.085198778198917, -24.7117023049354 -15.170397556397832, -24.701672465033347 -15.41289672736166 M-24.71875 -15 C-24.713989918532477 -15.11508815902025, -24.70922983706495 -15.230176318040499, -24.701672465033347 -15.41289672736166 M-24.701672465033347 -15.41289672736166 C-24.689802377690587 -15.508124161951915, -24.677932290347826 -15.60335159654217, -24.650556517013612 -15.822972951403669 M-24.701672465033347 -15.41289672736166 C-24.6871074820083 -15.529743885118384, -24.67254249898326 -15.646591042875107, -24.650556517013612 -15.822972951403669 M-24.650556517013612 -15.822972951403669 C-24.630019252827847 -15.92091965558519, -24.609481988642084 -16.01886635976671, -24.565751329696653 -16.227427435703994 M-24.650556517013612 -15.822972951403669 C-24.63182768021338 -15.912294869899899, -24.613098843413148 -16.00161678839613, -24.565751329696653 -16.227427435703994 M-24.565751329696653 -16.227427435703994 C-24.528551028316222 -16.35238104540623, -24.491350726935796 -16.477334655108468, -24.447836208503173 -16.623497346023417 M-24.565751329696653 -16.227427435703994 C-24.52496057198565 -16.36444117562926, -24.48416981427464 -16.501454915554522, -24.447836208503173 -16.623497346023417 M-24.447836208503173 -16.623497346023417 C-24.413575475303453 -16.71130008022332, -24.37931474210373 -16.79910281442323, -24.29761663327529 -17.008477123264846 M-24.447836208503173 -16.623497346023417 C-24.414737016041627 -16.708323306430948, -24.381637823580085 -16.79314926683848, -24.29761663327529 -17.008477123264846 M-24.29761663327529 -17.008477123264846 C-24.24432668100577 -17.117483462931634, -24.19103672873625 -17.22648980259842, -24.116118756032446 -17.379736965185366 M-24.29761663327529 -17.008477123264846 C-24.251385613493017 -17.103044185739225, -24.205154593710745 -17.197611248213605, -24.116118756032446 -17.379736965185366 M-24.116118756032446 -17.379736965185366 C-24.06379122600018 -17.467553891420224, -24.01146369596791 -17.555370817655078, -23.904582391312644 -17.734740790612133 M-24.116118756032446 -17.379736965185366 C-24.070108239731315 -17.456952574512858, -24.024097723430184 -17.53416818384035, -23.904582391312644 -17.734740790612133 M-23.904582391312644 -17.734740790612133 C-23.841978961073757 -17.822422350168747, -23.77937553083487 -17.91010390972536, -23.66445254698197 -18.07106356344834 M-23.904582391312644 -17.734740790612133 C-23.8228885663951 -17.849160111527645, -23.741194741477557 -17.96357943244316, -23.66445254698197 -18.07106356344834 M-23.66445254698197 -18.07106356344834 C-23.607956196406448 -18.137768678525216, -23.551459845830927 -18.204473793602094, -23.39736955336566 -18.386407858128706 M-23.66445254698197 -18.07106356344834 C-23.60765559703809 -18.13812359552878, -23.55085864709421 -18.205183627609216, -23.39736955336566 -18.386407858128706 M-23.39736955336566 -18.386407858128706 C-23.32085278096217 -18.462924630532196, -23.24433600855868 -18.539441402935683, -23.105157858128706 -18.678619553365657 M-23.39736955336566 -18.386407858128706 C-23.292862234263747 -18.49091517723062, -23.188354915161835 -18.595422496332528, -23.105157858128706 -18.678619553365657 M-23.105157858128706 -18.678619553365657 C-23.036692955220023 -18.736606368205724, -22.968228052311336 -18.794593183045787, -22.78981356344834 -18.945702546981966 M-23.105157858128706 -18.678619553365657 C-23.000512262750735 -18.767249851594578, -22.895866667372765 -18.8558801498235, -22.78981356344834 -18.945702546981966 M-22.78981356344834 -18.945702546981966 C-22.666048190828477 -19.0340693245573, -22.542282818208612 -19.12243610213263, -22.453490790612136 -19.185832391312644 M-22.78981356344834 -18.945702546981966 C-22.67849500563175 -19.02518246959973, -22.56717644781516 -19.104662392217495, -22.453490790612136 -19.185832391312644 M-22.453490790612136 -19.185832391312644 C-22.35048180961763 -19.247212421082388, -22.247472828623128 -19.308592450852135, -22.098486965185366 -19.397368756032446 M-22.453490790612136 -19.185832391312644 C-22.357651840961857 -19.242940009753692, -22.261812891311575 -19.30004762819474, -22.098486965185366 -19.397368756032446 M-22.098486965185366 -19.397368756032446 C-21.9594967540257 -19.465316929884263, -21.82050654286603 -19.53326510373608, -21.72722712326485 -19.578866633275286 M-22.098486965185366 -19.397368756032446 C-22.00125162732796 -19.444904216164133, -21.904016289470555 -19.49243967629582, -21.72722712326485 -19.578866633275286 M-21.72722712326485 -19.578866633275286 C-21.61935284424372 -19.620959307567645, -21.51147856522259 -19.663051981860004, -21.34224734602342 -19.729086208503173 M-21.72722712326485 -19.578866633275286 C-21.63950244547055 -19.613096908771027, -21.55177776767625 -19.647327184266768, -21.34224734602342 -19.729086208503173 M-21.34224734602342 -19.729086208503173 C-21.21797852404476 -19.76608263974524, -21.093709702066104 -19.80307907098731, -20.946177435703994 -19.847001329696653 M-21.34224734602342 -19.729086208503173 C-21.20485525171394 -19.769989607194738, -21.067463157404465 -19.810893005886303, -20.946177435703994 -19.847001329696653 M-20.946177435703994 -19.847001329696653 C-20.81761755648809 -19.873957501680284, -20.689057677272185 -19.900913673663915, -20.541722951403674 -19.931806517013612 M-20.946177435703994 -19.847001329696653 C-20.811774995147367 -19.875182557967566, -20.67737255459074 -19.903363786238476, -20.541722951403674 -19.931806517013612 M-20.541722951403674 -19.931806517013612 C-20.43353786889351 -19.945291773485184, -20.325352786383345 -19.958777029956757, -20.131646727361662 -19.982922465033347 M-20.541722951403674 -19.931806517013612 C-20.414833546285696 -19.947623264866813, -20.287944141167717 -19.963440012720017, -20.131646727361662 -19.982922465033347 M-20.131646727361662 -19.982922465033347 C-20.001461619430252 -19.988306960926646, -19.87127651149884 -19.99369145681995, -19.71875 -20 M-20.131646727361662 -19.982922465033347 C-20.0214455543217 -19.987480419265587, -19.91124438128174 -19.992038373497827, -19.71875 -20 M-19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20 M-19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.71875, -12)\"><rect></rect><foreignObject width=\"33.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>New</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Ready-2\" transform=\"translate(437.28125, 230)\"><g class=\"basic label-container outer-path\"><path d=\"M-25.78125 -20 C-11.440198771114348 -20, 2.900852457771304 -20, 25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 C25.87638960585386 -19.996064996794562, 25.97152921170772 -19.992129993589124, 26.194146727361662 -19.982922465033347 C26.276410476801093 -19.972668299359448, 26.35867422624052 -19.962414133685545, 26.60422295140367 -19.931806517013612 C26.725930597467777 -19.906287107233233, 26.84763824353188 -19.88076769745285, 27.008677435703998 -19.847001329696653 C27.134735111847547 -19.809472333495332, 27.2607927879911 -19.771943337294008, 27.404747346023417 -19.729086208503173 C27.520924825820483 -19.683753615214208, 27.63710230561755 -19.638421021925243, 27.789727123264846 -19.578866633275286 C27.914499917159475 -19.517868931201217, 28.039272711054103 -19.456871229127152, 28.16098696518537 -19.397368756032446 C28.245972112063093 -19.346728600242347, 28.330957258940813 -19.296088444452252, 28.515990790612136 -19.185832391312644 C28.636725139401598 -19.099629723156426, 28.75745948819106 -19.013427055000204, 28.85231356344834 -18.94570254698197 C28.927896143463343 -18.88168736714143, 29.003478723478345 -18.817672187300893, 29.167657858128706 -18.678619553365657 C29.265108801423548 -18.581168610070815, 29.36255974471839 -18.483717666775973, 29.459869553365657 -18.386407858128706 C29.55537949260422 -18.273639485959652, 29.650889431842785 -18.1608711137906, 29.72695254698197 -18.07106356344834 C29.780234997883277 -17.9964368477205, 29.83351744878458 -17.921810131992657, 29.967082391312644 -17.734740790612136 C30.021029450133494 -17.644205944382307, 30.074976508954343 -17.553671098152474, 30.178618756032446 -17.37973696518537 C30.250585407341386 -17.232526827004207, 30.322552058650324 -17.085316688823042, 30.360116633275286 -17.008477123264846 C30.41192393552206 -16.875706386507094, 30.463731237768837 -16.74293564974934, 30.510336208503173 -16.623497346023417 C30.534319917482023 -16.542937487641954, 30.55830362646087 -16.46237762926049, 30.628251329696653 -16.227427435703994 C30.65555953162334 -16.097188648704478, 30.68286773355003 -15.966949861704963, 30.713056517013612 -15.82297295140367 C30.731682616893213 -15.673545600387756, 30.750308716772814 -15.52411824937184, 30.764172465033347 -15.412896727361662 C30.76862494195458 -15.305245760578682, 30.77307741887581 -15.197594793795702, 30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 C30.78125 -6.809847645286153, 30.78125 1.3803047094276941, 30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 C30.776200233994814 15.122092085394971, 30.771150467989624 15.244184170789943, 30.764172465033347 15.412896727361662 C30.744311470440252 15.57223098572875, 30.724450475847156 15.731565244095837, 30.713056517013612 15.822972951403669 C30.686579310961452 15.949248537347675, 30.66010210490929 16.07552412329168, 30.628251329696653 16.227427435703994 C30.58515008716461 16.372201957339016, 30.542048844632568 16.516976478974037, 30.510336208503173 16.623497346023417 C30.451769639323192 16.773590599332778, 30.39320307014321 16.923683852642142, 30.360116633275286 17.008477123264846 C30.315912220637134 17.098898694566593, 30.271707807998983 17.189320265868343, 30.178618756032446 17.379736965185366 C30.112269793394553 17.4910848914899, 30.045920830756657 17.60243281779444, 29.967082391312644 17.734740790612133 C29.875565054410185 17.862918796121665, 29.784047717507725 17.991096801631198, 29.72695254698197 18.07106356344834 C29.636531910819595 18.177823006829957, 29.54611127465722 18.284582450211577, 29.459869553365657 18.386407858128706 C29.378412147916332 18.46786526357803, 29.29695474246701 18.549322669027354, 29.167657858128706 18.678619553365657 C29.06499438791689 18.765571077213593, 28.962330917705074 18.852522601061533, 28.85231356344834 18.94570254698197 C28.75403367445039 19.01587303899741, 28.65575378545244 19.08604353101285, 28.515990790612136 19.185832391312644 C28.3907948402408 19.260432985228373, 28.26559888986947 19.335033579144103, 28.16098696518537 19.397368756032446 C28.07947480903158 19.43721762100763, 27.997962652877792 19.477066485982817, 27.789727123264846 19.578866633275286 C27.700113614756184 19.61383393280284, 27.61050010624752 19.648801232330392, 27.404747346023417 19.729086208503173 C27.28327657190655 19.765249624804866, 27.161805797789683 19.801413041106564, 27.008677435703998 19.847001329696653 C26.89988147122226 19.869813444546025, 26.791085506740515 19.892625559395402, 26.60422295140367 19.931806517013612 C26.462969793138736 19.949413704829393, 26.321716634873802 19.967020892645174, 26.194146727361662 19.982922465033347 C26.063605619514593 19.988321685192076, 25.933064511667524 19.993720905350802, 25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 C13.644933645209552 20, 1.508617290419103 20, -25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 C-25.938788887911404 19.99348414339802, -26.09632777582281 19.986968286796046, -26.194146727361662 19.982922465033347 C-26.30841743442295 19.968678636252566, -26.422688141484233 19.954434807471788, -26.60422295140367 19.931806517013612 C-26.759690077905503 19.899208488566913, -26.91515720440734 19.86661046012021, -27.008677435703994 19.847001329696653 C-27.162572506764366 19.801184781955047, -27.316467577824735 19.755368234213442, -27.404747346023417 19.729086208503173 C-27.557458825360555 19.669498004356903, -27.710170304697698 19.609909800210634, -27.789727123264846 19.578866633275286 C-27.93697437475532 19.506881838374994, -28.084221626245792 19.434897043474702, -28.16098696518537 19.397368756032446 C-28.28990760493018 19.320548728991373, -28.418828244674987 19.243728701950303, -28.515990790612133 19.185832391312644 C-28.595653864637185 19.128954049702827, -28.675316938662238 19.07207570809301, -28.85231356344834 18.94570254698197 C-28.965217821770644 18.850077518042365, -29.078122080092946 18.754452489102757, -29.167657858128706 18.67861955336566 C-29.2466185771206 18.599658834373766, -29.32557929611249 18.520698115381872, -29.459869553365657 18.386407858128706 C-29.537630803372178 18.29459532373725, -29.6153920533787 18.202782789345797, -29.726952546981966 18.07106356344834 C-29.809305415355723 17.955721194740782, -29.89165828372948 17.840378826033223, -29.967082391312644 17.734740790612133 C-30.034764862396617 17.6211549483813, -30.102447333480594 17.50756910615047, -30.178618756032446 17.37973696518537 C-30.227651102499582 17.27943969738854, -30.27668344896672 17.17914242959171, -30.360116633275286 17.00847712326485 C-30.41602064447878 16.865207421247817, -30.47192465568228 16.721937719230784, -30.510336208503173 16.623497346023417 C-30.55398371406913 16.476887959201775, -30.59763121963509 16.330278572380134, -30.628251329696653 16.227427435703994 C-30.659243071061237 16.079621043574548, -30.690234812425818 15.931814651445105, -30.713056517013612 15.82297295140367 C-30.728337254322014 15.700383675477747, -30.743617991630412 15.577794399551825, -30.764172465033347 15.412896727361664 C-30.770141273082864 15.268584254003702, -30.776110081132376 15.12427178064574, -30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 C-30.78125 7.965404480159871, -30.78125 0.9308089603197427, -30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 C-30.774846139609064 -15.154831069183114, -30.768442279218124 -15.309662138366226, -30.764172465033347 -15.41289672736166 C-30.748562762485882 -15.538125117464348, -30.732953059938414 -15.663353507567036, -30.713056517013612 -15.822972951403669 C-30.694833554759793 -15.909882243558718, -30.67661059250597 -15.996791535713765, -30.628251329696653 -16.227427435703994 C-30.58625032974102 -16.36850630767036, -30.544249329785387 -16.509585179636723, -30.510336208503173 -16.623497346023417 C-30.474067196218325 -16.716446858422223, -30.437798183933477 -16.80939637082103, -30.36011663327529 -17.008477123264846 C-30.312876143190795 -17.105109090246753, -30.265635653106305 -17.201741057228663, -30.178618756032446 -17.379736965185366 C-30.106284704293166 -17.501129166994616, -30.03395065255389 -17.622521368803866, -29.967082391312644 -17.734740790612133 C-29.877683610375477 -17.859951573873047, -29.78828482943831 -17.98516235713396, -29.72695254698197 -18.07106356344834 C-29.623825431093483 -18.192825519093464, -29.520698315204992 -18.314587474738588, -29.45986955336566 -18.386407858128706 C-29.35116040138406 -18.495117010110302, -29.242451249402464 -18.6038261620919, -29.167657858128706 -18.678619553365657 C-29.07669429827542 -18.75566175861702, -28.985730738422138 -18.832703963868386, -28.85231356344834 -18.945702546981966 C-28.764996356565756 -19.008045834411735, -28.677679149683172 -19.070389121841508, -28.515990790612136 -19.185832391312644 C-28.415507040271734 -19.245707710219047, -28.315023289931332 -19.305583029125447, -28.160986965185366 -19.397368756032446 C-28.059459340193353 -19.447002587481155, -27.95793171520134 -19.496636418929864, -27.78972712326485 -19.578866633275286 C-27.710452530422756 -19.60979967539099, -27.631177937580663 -19.64073271750669, -27.40474734602342 -19.729086208503173 C-27.261310494304603 -19.771789209446606, -27.11787364258578 -19.81449221039004, -27.008677435703994 -19.847001329696653 C-26.859628870204865 -19.87825352742749, -26.710580304705736 -19.90950572515833, -26.604222951403674 -19.931806517013612 C-26.477089431448498 -19.947653693749537, -26.34995591149332 -19.963500870485465, -26.194146727361662 -19.982922465033347 C-26.053471173806397 -19.988740848967133, -25.912795620251135 -19.994559232900915, -25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25.78125 -20 C-7.332573912734681 -20, 11.116102174530639 -20, 25.78125 -20 M-25.78125 -20 C-15.073621890385455 -20, -4.365993780770911 -20, 25.78125 -20 M25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 M25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 M25.78125 -20 C25.939672263658252 -19.99344760670687, 26.098094527316505 -19.98689521341374, 26.194146727361662 -19.982922465033347 M25.78125 -20 C25.92345568481801 -19.994118329369055, 26.06566136963602 -19.98823665873811, 26.194146727361662 -19.982922465033347 M26.194146727361662 -19.982922465033347 C26.309372663827933 -19.96855956703141, 26.424598600294207 -19.95419666902947, 26.60422295140367 -19.931806517013612 M26.194146727361662 -19.982922465033347 C26.351173741651476 -19.96334906811456, 26.508200755941292 -19.94377567119577, 26.60422295140367 -19.931806517013612 M26.60422295140367 -19.931806517013612 C26.73962906134688 -19.903414841402796, 26.875035171290087 -19.87502316579198, 27.008677435703998 -19.847001329696653 M26.60422295140367 -19.931806517013612 C26.753572064530466 -19.900491301072194, 26.902921177657262 -19.869176085130775, 27.008677435703998 -19.847001329696653 M27.008677435703998 -19.847001329696653 C27.10036381273032 -19.81970511259667, 27.192050189756635 -19.79240889549669, 27.404747346023417 -19.729086208503173 M27.008677435703998 -19.847001329696653 C27.13992280782462 -19.807927889487054, 27.271168179945246 -19.768854449277455, 27.404747346023417 -19.729086208503173 M27.404747346023417 -19.729086208503173 C27.51441841685367 -19.68629242387127, 27.624089487683925 -19.643498639239365, 27.789727123264846 -19.578866633275286 M27.404747346023417 -19.729086208503173 C27.483513944492586 -19.698351386406884, 27.56228054296176 -19.667616564310595, 27.789727123264846 -19.578866633275286 M27.789727123264846 -19.578866633275286 C27.899122064847834 -19.525386705105014, 28.00851700643082 -19.471906776934738, 28.16098696518537 -19.397368756032446 M27.789727123264846 -19.578866633275286 C27.90485439358189 -19.522584340347468, 28.019981663898932 -19.466302047419653, 28.16098696518537 -19.397368756032446 M28.16098696518537 -19.397368756032446 C28.286200516855917 -19.32275767401889, 28.41141406852646 -19.248146592005334, 28.515990790612136 -19.185832391312644 M28.16098696518537 -19.397368756032446 C28.29461376740592 -19.317744464838157, 28.42824056962647 -19.238120173643868, 28.515990790612136 -19.185832391312644 M28.515990790612136 -19.185832391312644 C28.59737560126319 -19.127724753379848, 28.67876041191425 -19.069617115447056, 28.85231356344834 -18.94570254698197 M28.515990790612136 -19.185832391312644 C28.63725451602406 -19.099251755512807, 28.758518241435986 -19.01267111971297, 28.85231356344834 -18.94570254698197 M28.85231356344834 -18.94570254698197 C28.934252595330992 -18.876303727030514, 29.016191627213647 -18.80690490707906, 29.167657858128706 -18.678619553365657 M28.85231356344834 -18.94570254698197 C28.922582852159074 -18.886187495323355, 28.992852140869807 -18.826672443664737, 29.167657858128706 -18.678619553365657 M29.167657858128706 -18.678619553365657 C29.24950995020047 -18.596767461293894, 29.33136204227223 -18.514915369222134, 29.459869553365657 -18.386407858128706 M29.167657858128706 -18.678619553365657 C29.240558724458865 -18.6057186870355, 29.313459590789023 -18.53281782070534, 29.459869553365657 -18.386407858128706 M29.459869553365657 -18.386407858128706 C29.53680108462948 -18.29557497080559, 29.613732615893305 -18.204742083482476, 29.72695254698197 -18.07106356344834 M29.459869553365657 -18.386407858128706 C29.53523646057769 -18.297422318932746, 29.61060336778972 -18.208436779736786, 29.72695254698197 -18.07106356344834 M29.72695254698197 -18.07106356344834 C29.793661194600734 -17.977632289206557, 29.860369842219498 -17.884201014964773, 29.967082391312644 -17.734740790612136 M29.72695254698197 -18.07106356344834 C29.78612784413568 -17.9881834030184, 29.845303141289392 -17.90530324258846, 29.967082391312644 -17.734740790612136 M29.967082391312644 -17.734740790612136 C30.049827127404132 -17.595877206162648, 30.132571863495617 -17.45701362171316, 30.178618756032446 -17.37973696518537 M29.967082391312644 -17.734740790612136 C30.03349410671632 -17.623287551578333, 30.099905822119993 -17.51183431254453, 30.178618756032446 -17.37973696518537 M30.178618756032446 -17.37973696518537 C30.236828248429106 -17.26066754534558, 30.295037740825766 -17.14159812550579, 30.360116633275286 -17.008477123264846 M30.178618756032446 -17.37973696518537 C30.2509970617665 -17.23168477441871, 30.323375367500557 -17.08363258365205, 30.360116633275286 -17.008477123264846 M30.360116633275286 -17.008477123264846 C30.406531486890636 -16.889526047957766, 30.45294634050598 -16.77057497265068, 30.510336208503173 -16.623497346023417 M30.360116633275286 -17.008477123264846 C30.40908735949042 -16.88297590785365, 30.458058085705556 -16.757474692442447, 30.510336208503173 -16.623497346023417 M30.510336208503173 -16.623497346023417 C30.547438105809064 -16.498874269781027, 30.58454000311496 -16.37425119353864, 30.628251329696653 -16.227427435703994 M30.510336208503173 -16.623497346023417 C30.53790071726397 -16.530909793194002, 30.56546522602477 -16.438322240364585, 30.628251329696653 -16.227427435703994 M30.628251329696653 -16.227427435703994 C30.655794031288085 -16.09607026852074, 30.68333673287952 -15.96471310133749, 30.713056517013612 -15.82297295140367 M30.628251329696653 -16.227427435703994 C30.646332288056588 -16.141195391173614, 30.664413246416522 -16.054963346643234, 30.713056517013612 -15.82297295140367 M30.713056517013612 -15.82297295140367 C30.728128852361177 -15.702055574219585, 30.743201187708742 -15.5811381970355, 30.764172465033347 -15.412896727361662 M30.713056517013612 -15.82297295140367 C30.726458611995543 -15.7154550295543, 30.739860706977474 -15.607937107704931, 30.764172465033347 -15.412896727361662 M30.764172465033347 -15.412896727361662 C30.767883962954148 -15.323160981066819, 30.771595460874952 -15.233425234771977, 30.78125 -15 M30.764172465033347 -15.412896727361662 C30.767595872851853 -15.330126357548563, 30.771019280670362 -15.247355987735464, 30.78125 -15 M30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 M30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 M30.78125 -15 C30.78125 -7.200284272087994, 30.78125 0.5994314558240124, 30.78125 15 M30.78125 -15 C30.78125 -7.598364096082071, 30.78125 -0.1967281921641426, 30.78125 15 M30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 M30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 M30.78125 15 C30.774489147584067 15.163462340564042, 30.767728295168137 15.326924681128084, 30.764172465033347 15.412896727361662 M30.78125 15 C30.77678726873659 15.107898893918467, 30.772324537473185 15.215797787836934, 30.764172465033347 15.412896727361662 M30.764172465033347 15.412896727361662 C30.745484660486245 15.56281910229937, 30.726796855939142 15.712741477237078, 30.713056517013612 15.822972951403669 M30.764172465033347 15.412896727361662 C30.75251503844804 15.506418097136597, 30.740857611862733 15.59993946691153, 30.713056517013612 15.822972951403669 M30.713056517013612 15.822972951403669 C30.690936185204368 15.928469651281496, 30.668815853395124 16.033966351159325, 30.628251329696653 16.227427435703994 M30.713056517013612 15.822972951403669 C30.69245891580718 15.921207416031812, 30.67186131460075 16.019441880659958, 30.628251329696653 16.227427435703994 M30.628251329696653 16.227427435703994 C30.60141067608839 16.31758360193561, 30.57457002248012 16.407739768167225, 30.510336208503173 16.623497346023417 M30.628251329696653 16.227427435703994 C30.596835715958466 16.33295062212803, 30.565420102220283 16.438473808552068, 30.510336208503173 16.623497346023417 M30.510336208503173 16.623497346023417 C30.461473618383135 16.748721432373777, 30.412611028263097 16.873945518724135, 30.360116633275286 17.008477123264846 M30.510336208503173 16.623497346023417 C30.464375626689918 16.741284222477514, 30.41841504487666 16.859071098931608, 30.360116633275286 17.008477123264846 M30.360116633275286 17.008477123264846 C30.299622405463957 17.132220044094094, 30.23912817765263 17.255962964923345, 30.178618756032446 17.379736965185366 M30.360116633275286 17.008477123264846 C30.293992270350863 17.14373666954356, 30.227867907426443 17.27899621582227, 30.178618756032446 17.379736965185366 M30.178618756032446 17.379736965185366 C30.12449829526356 17.470562817431922, 30.07037783449467 17.561388669678475, 29.967082391312644 17.734740790612133 M30.178618756032446 17.379736965185366 C30.117689439115473 17.48198955241696, 30.0567601221985 17.58424213964855, 29.967082391312644 17.734740790612133 M29.967082391312644 17.734740790612133 C29.882562775930307 17.853117877323992, 29.798043160547966 17.971494964035855, 29.72695254698197 18.07106356344834 M29.967082391312644 17.734740790612133 C29.89930206559899 17.82967304341602, 29.83152173988534 17.9246052962199, 29.72695254698197 18.07106356344834 M29.72695254698197 18.07106356344834 C29.635765813279924 18.17872753648583, 29.544579079577876 18.286391509523316, 29.459869553365657 18.386407858128706 M29.72695254698197 18.07106356344834 C29.664816721861914 18.14442719353785, 29.60268089674186 18.217790823627364, 29.459869553365657 18.386407858128706 M29.459869553365657 18.386407858128706 C29.37745405914351 18.468823352350853, 29.29503856492136 18.551238846573003, 29.167657858128706 18.678619553365657 M29.459869553365657 18.386407858128706 C29.38365864892853 18.462618762565832, 29.307447744491405 18.538829667002958, 29.167657858128706 18.678619553365657 M29.167657858128706 18.678619553365657 C29.052862695495723 18.775846096562724, 28.938067532862735 18.87307263975979, 28.85231356344834 18.94570254698197 M29.167657858128706 18.678619553365657 C29.07293686497965 18.758844142284264, 28.978215871830596 18.839068731202868, 28.85231356344834 18.94570254698197 M28.85231356344834 18.94570254698197 C28.760603748523497 19.011182096272623, 28.668893933598653 19.07666164556328, 28.515990790612136 19.185832391312644 M28.85231356344834 18.94570254698197 C28.774978276405037 19.00091888063185, 28.697642989361732 19.05613521428173, 28.515990790612136 19.185832391312644 M28.515990790612136 19.185832391312644 C28.376300306150814 19.269069852862174, 28.23660982168949 19.3523073144117, 28.16098696518537 19.397368756032446 M28.515990790612136 19.185832391312644 C28.42976920181347 19.237209306569568, 28.343547613014806 19.288586221826495, 28.16098696518537 19.397368756032446 M28.16098696518537 19.397368756032446 C28.075468705099187 19.439176085882213, 27.989950445013 19.480983415731977, 27.789727123264846 19.578866633275286 M28.16098696518537 19.397368756032446 C28.08306658511902 19.435461708674023, 28.005146205052668 19.4735546613156, 27.789727123264846 19.578866633275286 M27.789727123264846 19.578866633275286 C27.63952951350659 19.637473922467983, 27.489331903748333 19.696081211660683, 27.404747346023417 19.729086208503173 M27.789727123264846 19.578866633275286 C27.6429920302455 19.636122844243914, 27.496256937226153 19.693379055212542, 27.404747346023417 19.729086208503173 M27.404747346023417 19.729086208503173 C27.315152931655213 19.755759621335685, 27.22555851728701 19.782433034168196, 27.008677435703998 19.847001329696653 M27.404747346023417 19.729086208503173 C27.29851533977527 19.760712847046037, 27.192283333527126 19.7923394855889, 27.008677435703998 19.847001329696653 M27.008677435703998 19.847001329696653 C26.906456280149023 19.868434852085684, 26.804235124594044 19.88986837447472, 26.60422295140367 19.931806517013612 M27.008677435703998 19.847001329696653 C26.878455551966564 19.87430598738199, 26.748233668229133 19.90161064506733, 26.60422295140367 19.931806517013612 M26.60422295140367 19.931806517013612 C26.491404380312442 19.94586933723449, 26.378585809221214 19.959932157455373, 26.194146727361662 19.982922465033347 M26.60422295140367 19.931806517013612 C26.510541080448796 19.943483950050137, 26.41685920949392 19.955161383086658, 26.194146727361662 19.982922465033347 M26.194146727361662 19.982922465033347 C26.068950052500757 19.988100637808675, 25.943753377639847 19.993278810584002, 25.78125 20 M26.194146727361662 19.982922465033347 C26.10364418792862 19.986665677752942, 26.013141648495573 19.990408890472533, 25.78125 20 M25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 M25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 M25.78125 20 C10.396589365193675 20, -4.98807126961265 20, -25.78125 20 M25.78125 20 C14.028822859504865 20, 2.276395719009731 20, -25.78125 20 M-25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 M-25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 M-25.78125 20 C-25.923954059584215 19.99409771643625, -26.06665811916843 19.9881954328725, -26.194146727361662 19.982922465033347 M-25.78125 20 C-25.927967955799257 19.99393170046077, -26.074685911598515 19.987863400921544, -26.194146727361662 19.982922465033347 M-26.194146727361662 19.982922465033347 C-26.29435709561981 19.97043125565663, -26.39456746387795 19.957940046279916, -26.60422295140367 19.931806517013612 M-26.194146727361662 19.982922465033347 C-26.31790252577009 19.967496320849143, -26.44165832417852 19.95207017666494, -26.60422295140367 19.931806517013612 M-26.60422295140367 19.931806517013612 C-26.72247028420702 19.90701265862565, -26.840717617010366 19.882218800237688, -27.008677435703994 19.847001329696653 M-26.60422295140367 19.931806517013612 C-26.71727706950433 19.908101561240738, -26.830331187604994 19.884396605467863, -27.008677435703994 19.847001329696653 M-27.008677435703994 19.847001329696653 C-27.093272484518284 19.821816292476175, -27.177867533332574 19.7966312552557, -27.404747346023417 19.729086208503173 M-27.008677435703994 19.847001329696653 C-27.155679582252496 19.803236894493814, -27.302681728800994 19.759472459290976, -27.404747346023417 19.729086208503173 M-27.404747346023417 19.729086208503173 C-27.529532169248636 19.68039501938644, -27.65431699247386 19.63170383026971, -27.789727123264846 19.578866633275286 M-27.404747346023417 19.729086208503173 C-27.493237319508367 19.69455731370229, -27.581727292993317 19.66002841890141, -27.789727123264846 19.578866633275286 M-27.789727123264846 19.578866633275286 C-27.88192675149147 19.53379298157316, -27.974126379718097 19.48871932987104, -28.16098696518537 19.397368756032446 M-27.789727123264846 19.578866633275286 C-27.93037965599175 19.5101057999282, -28.071032188718654 19.441344966581116, -28.16098696518537 19.397368756032446 M-28.16098696518537 19.397368756032446 C-28.25612193775904 19.340680616878565, -28.351256910332715 19.28399247772468, -28.515990790612133 19.185832391312644 M-28.16098696518537 19.397368756032446 C-28.2437355181104 19.34806132096314, -28.326484071035434 19.298753885893834, -28.515990790612133 19.185832391312644 M-28.515990790612133 19.185832391312644 C-28.618061730763344 19.112955140799688, -28.720132670914555 19.040077890286735, -28.85231356344834 18.94570254698197 M-28.515990790612133 19.185832391312644 C-28.630569639498155 19.104024665613416, -28.74514848838418 19.022216939914184, -28.85231356344834 18.94570254698197 M-28.85231356344834 18.94570254698197 C-28.945970527820986 18.866379144467214, -29.039627492193635 18.787055741952457, -29.167657858128706 18.67861955336566 M-28.85231356344834 18.94570254698197 C-28.964296915632698 18.850857485754833, -29.076280267817054 18.756012424527697, -29.167657858128706 18.67861955336566 M-29.167657858128706 18.67861955336566 C-29.25397711335034 18.592300298144025, -29.340296368571977 18.505981042922386, -29.459869553365657 18.386407858128706 M-29.167657858128706 18.67861955336566 C-29.252294254682212 18.593983156812154, -29.33693065123572 18.509346760258644, -29.459869553365657 18.386407858128706 M-29.459869553365657 18.386407858128706 C-29.530359614973726 18.303180399656732, -29.600849676581795 18.219952941184754, -29.726952546981966 18.07106356344834 M-29.459869553365657 18.386407858128706 C-29.526385691502306 18.307872402233315, -29.592901829638954 18.22933694633792, -29.726952546981966 18.07106356344834 M-29.726952546981966 18.07106356344834 C-29.796745909955796 17.973311876537664, -29.866539272929625 17.875560189626984, -29.967082391312644 17.734740790612133 M-29.726952546981966 18.07106356344834 C-29.79070245442688 17.98177626265619, -29.8544523618718 17.892488961864036, -29.967082391312644 17.734740790612133 M-29.967082391312644 17.734740790612133 C-30.02917025180179 17.63054391639901, -30.091258112290937 17.52634704218589, -30.178618756032446 17.37973696518537 M-29.967082391312644 17.734740790612133 C-30.04647156613813 17.6015085645698, -30.125860740963613 17.468276338527474, -30.178618756032446 17.37973696518537 M-30.178618756032446 17.37973696518537 C-30.247009211008223 17.23984205352639, -30.315399665983996 17.099947141867418, -30.360116633275286 17.00847712326485 M-30.178618756032446 17.37973696518537 C-30.24874130886878 17.236298990722183, -30.318863861705115 17.092861016259, -30.360116633275286 17.00847712326485 M-30.360116633275286 17.00847712326485 C-30.417712204089 16.86087232549918, -30.475307774902713 16.71326752773351, -30.510336208503173 16.623497346023417 M-30.360116633275286 17.00847712326485 C-30.398764772882576 16.909430430087625, -30.43741291248986 16.8103837369104, -30.510336208503173 16.623497346023417 M-30.510336208503173 16.623497346023417 C-30.54839795725847 16.495650185595412, -30.586459706013763 16.36780302516741, -30.628251329696653 16.227427435703994 M-30.510336208503173 16.623497346023417 C-30.536586203383035 16.535325167487528, -30.5628361982629 16.447152988951636, -30.628251329696653 16.227427435703994 M-30.628251329696653 16.227427435703994 C-30.651796209310803 16.11513675581124, -30.67534108892495 16.002846075918484, -30.713056517013612 15.82297295140367 M-30.628251329696653 16.227427435703994 C-30.64903348176624 16.12831280765017, -30.669815633835825 16.029198179596342, -30.713056517013612 15.82297295140367 M-30.713056517013612 15.82297295140367 C-30.733324701708206 15.660372022148943, -30.7535928864028 15.497771092894215, -30.764172465033347 15.412896727361664 M-30.713056517013612 15.82297295140367 C-30.733444218758105 15.659413200050759, -30.7538319205026 15.495853448697849, -30.764172465033347 15.412896727361664 M-30.764172465033347 15.412896727361664 C-30.769613814899895 15.281337017092326, -30.775055164766442 15.149777306822987, -30.78125 15 M-30.764172465033347 15.412896727361664 C-30.769066387502434 15.294572591273349, -30.773960309971518 15.176248455185032, -30.78125 15 M-30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 M-30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 M-30.78125 15 C-30.78125 7.558381049143998, -30.78125 0.116762098287996, -30.78125 -15 M-30.78125 15 C-30.78125 5.273844948586726, -30.78125 -4.452310102826548, -30.78125 -15 M-30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 M-30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 M-30.78125 -15 C-30.77623277151013 -15.121305400805129, -30.771215543020258 -15.242610801610258, -30.764172465033347 -15.41289672736166 M-30.78125 -15 C-30.77598783853009 -15.127227334273774, -30.77072567706018 -15.25445466854755, -30.764172465033347 -15.41289672736166 M-30.764172465033347 -15.41289672736166 C-30.748962635754904 -15.53491714565498, -30.73375280647646 -15.656937563948297, -30.713056517013612 -15.822972951403669 M-30.764172465033347 -15.41289672736166 C-30.747128889685797 -15.549628320797051, -30.730085314338247 -15.686359914232442, -30.713056517013612 -15.822972951403669 M-30.713056517013612 -15.822972951403669 C-30.694847957089237 -15.909813555699948, -30.676639397164866 -15.996654159996227, -30.628251329696653 -16.227427435703994 M-30.713056517013612 -15.822972951403669 C-30.693977980748876 -15.913962663121648, -30.674899444484137 -16.004952374839625, -30.628251329696653 -16.227427435703994 M-30.628251329696653 -16.227427435703994 C-30.58343602683213 -16.377959384506084, -30.538620723967608 -16.528491333308175, -30.510336208503173 -16.623497346023417 M-30.628251329696653 -16.227427435703994 C-30.58261894486996 -16.380703914437486, -30.536986560043268 -16.53398039317098, -30.510336208503173 -16.623497346023417 M-30.510336208503173 -16.623497346023417 C-30.463421597199076 -16.74372919052052, -30.41650698589498 -16.86396103501762, -30.36011663327529 -17.008477123264846 M-30.510336208503173 -16.623497346023417 C-30.455441577681494 -16.764180227821083, -30.40054694685982 -16.90486310961875, -30.36011663327529 -17.008477123264846 M-30.36011663327529 -17.008477123264846 C-30.32069260495835 -17.08912026214428, -30.28126857664141 -17.169763401023715, -30.178618756032446 -17.379736965185366 M-30.36011663327529 -17.008477123264846 C-30.320026814017915 -17.090482159280782, -30.279936994760536 -17.17248719529672, -30.178618756032446 -17.379736965185366 M-30.178618756032446 -17.379736965185366 C-30.125313314789516 -17.469195038185568, -30.072007873546585 -17.558653111185773, -29.967082391312644 -17.734740790612133 M-30.178618756032446 -17.379736965185366 C-30.120758884371455 -17.476838358629283, -30.062899012710464 -17.5739397520732, -29.967082391312644 -17.734740790612133 M-29.967082391312644 -17.734740790612133 C-29.8823534673924 -17.853411032171294, -29.797624543472153 -17.97208127373046, -29.72695254698197 -18.07106356344834 M-29.967082391312644 -17.734740790612133 C-29.877203657503724 -17.860623789694902, -29.7873249236948 -17.986506788777675, -29.72695254698197 -18.07106356344834 M-29.72695254698197 -18.07106356344834 C-29.665325876881823 -18.14382603534181, -29.603699206781673 -18.216588507235283, -29.45986955336566 -18.386407858128706 M-29.72695254698197 -18.07106356344834 C-29.658650884439346 -18.15170718402623, -29.590349221896723 -18.232350804604113, -29.45986955336566 -18.386407858128706 M-29.45986955336566 -18.386407858128706 C-29.371825512531778 -18.474451898962588, -29.283781471697896 -18.562495939796467, -29.167657858128706 -18.678619553365657 M-29.45986955336566 -18.386407858128706 C-29.39417548638944 -18.452101925104927, -29.328481419413215 -18.517795992081147, -29.167657858128706 -18.678619553365657 M-29.167657858128706 -18.678619553365657 C-29.103331034258407 -18.733101594039717, -29.039004210388107 -18.78758363471378, -28.85231356344834 -18.945702546981966 M-29.167657858128706 -18.678619553365657 C-29.057258240026723 -18.77212326024788, -28.94685862192474 -18.86562696713011, -28.85231356344834 -18.945702546981966 M-28.85231356344834 -18.945702546981966 C-28.732109149384847 -19.031526849016323, -28.611904735321353 -19.11735115105068, -28.515990790612136 -19.185832391312644 M-28.85231356344834 -18.945702546981966 C-28.71926953750371 -19.040694155696997, -28.58622551155908 -19.135685764412028, -28.515990790612136 -19.185832391312644 M-28.515990790612136 -19.185832391312644 C-28.43672239710991 -19.233066101480365, -28.357454003607685 -19.28029981164808, -28.160986965185366 -19.397368756032446 M-28.515990790612136 -19.185832391312644 C-28.440281507791017 -19.23094533184017, -28.364572224969898 -19.276058272367703, -28.160986965185366 -19.397368756032446 M-28.160986965185366 -19.397368756032446 C-28.06119018105046 -19.446156430946193, -27.961393396915554 -19.49494410585994, -27.78972712326485 -19.578866633275286 M-28.160986965185366 -19.397368756032446 C-28.058281470860887 -19.447578412710207, -27.95557597653641 -19.49778806938797, -27.78972712326485 -19.578866633275286 M-27.78972712326485 -19.578866633275286 C-27.69721625892086 -19.614964484558016, -27.60470539457687 -19.65106233584074, -27.40474734602342 -19.729086208503173 M-27.78972712326485 -19.578866633275286 C-27.68087642667679 -19.621340306884544, -27.57202573008873 -19.663813980493806, -27.40474734602342 -19.729086208503173 M-27.40474734602342 -19.729086208503173 C-27.30045230354546 -19.760136187946827, -27.196157261067494 -19.79118616739048, -27.008677435703994 -19.847001329696653 M-27.40474734602342 -19.729086208503173 C-27.265188049758013 -19.77063481117168, -27.125628753492602 -19.812183413840184, -27.008677435703994 -19.847001329696653 M-27.008677435703994 -19.847001329696653 C-26.91081558790564 -19.867520801369913, -26.812953740107282 -19.888040273043174, -26.604222951403674 -19.931806517013612 M-27.008677435703994 -19.847001329696653 C-26.85801768677431 -19.878591357067002, -26.70735793784463 -19.91018138443735, -26.604222951403674 -19.931806517013612 M-26.604222951403674 -19.931806517013612 C-26.45326437482222 -19.95062348396091, -26.302305798240763 -19.969440450908206, -26.194146727361662 -19.982922465033347 M-26.604222951403674 -19.931806517013612 C-26.49938017247369 -19.94487515577839, -26.394537393543704 -19.95794379454317, -26.194146727361662 -19.982922465033347 M-26.194146727361662 -19.982922465033347 C-26.03465748170557 -19.989518989028344, -25.875168236049472 -19.99611551302334, -25.78125 -20 M-26.194146727361662 -19.982922465033347 C-26.102758996405786 -19.986702289545143, -26.01137126544991 -19.990482114056938, -25.78125 -20 M-25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20 M-25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22.78125, -12)\"><rect></rect><foreignObject width=\"45.5625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ready</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Dispatched-3\" transform=\"translate(437.28125, 344)\"><g class=\"basic label-container outer-path\"><path d=\"M-44.953125 -20 C-9.59983547495392 -20, 25.75345405009216 -20, 44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 C45.06939409736401 -19.995191074561276, 45.18566319472803 -19.990382149122553, 45.36602172736166 -19.982922465033347 C45.51950226529247 -19.96379113593169, 45.67298280322328 -19.944659806830035, 45.77609795140367 -19.931806517013612 C45.90421096008887 -19.904944043926974, 46.032323968774065 -19.878081570840337, 46.180552435703994 -19.847001329696653 C46.30470081738572 -19.810040755084536, 46.42884919906746 -19.77308018047242, 46.57662234602342 -19.729086208503173 C46.69211238257093 -19.684021856402566, 46.80760241911844 -19.638957504301963, 46.961602123264846 -19.578866633275286 C47.06491004213042 -19.528362469185026, 47.168217960996 -19.477858305094767, 47.332861965185366 -19.397368756032446 C47.44029358116115 -19.333353407825502, 47.54772519713694 -19.26933805961856, 47.687865790612136 -19.185832391312644 C47.806915453945834 -19.10083256545232, 47.925965117279524 -19.015832739591993, 48.02418856344834 -18.94570254698197 C48.08935556012338 -18.8905089162407, 48.15452255679841 -18.835315285499437, 48.339532858128706 -18.678619553365657 C48.41917225493865 -18.59898015655571, 48.498811651748596 -18.51934075974577, 48.63174455336566 -18.386407858128706 C48.73528436092336 -18.26415863835049, 48.83882416848106 -18.141909418572276, 48.89882754698197 -18.07106356344834 C48.9638236990007 -17.980030788527948, 49.028819851019435 -17.888998013607555, 49.138957391312644 -17.734740790612136 C49.21814041126522 -17.601854537086684, 49.2973234312178 -17.46896828356123, 49.35049375603245 -17.37973696518537 C49.410279937959785 -17.257442375361176, 49.47006611988712 -17.135147785536983, 49.53199163327529 -17.008477123264846 C49.589865376665145 -16.860159430284053, 49.647739120055 -16.71184173730326, 49.682211208503176 -16.623497346023417 C49.723014256731354 -16.486442322978686, 49.76381730495953 -16.34938729993396, 49.80012632969665 -16.227427435703994 C49.81847597393468 -16.13991396946228, 49.8368256181727 -16.052400503220564, 49.88493151701361 -15.82297295140367 C49.90244770935017 -15.682449801755817, 49.91996390168673 -15.541926652107964, 49.93604746503335 -15.412896727361662 C49.94118755080878 -15.28862091125727, 49.9463276365842 -15.164345095152878, 49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 C49.953125 -4.276693424122611, 49.953125 6.446613151754779, 49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 C49.94640055390657 15.162582116840623, 49.939676107813135 15.325164233681246, 49.93604746503335 15.412896727361662 C49.920717449749645 15.535881334428309, 49.90538743446594 15.658865941494955, 49.88493151701361 15.822972951403669 C49.85925525268556 15.94542867110804, 49.8335789883575 16.06788439081241, 49.80012632969665 16.227427435703994 C49.756643203411514 16.373484682254276, 49.71316007712638 16.519541928804554, 49.682211208503176 16.623497346023417 C49.63307545070396 16.74942150113725, 49.58393969290475 16.87534565625108, 49.53199163327529 17.008477123264846 C49.46349842459405 17.148582220987844, 49.39500521591282 17.288687318710846, 49.35049375603245 17.379736965185366 C49.291014880994815 17.47955539686925, 49.231536005957174 17.579373828553138, 49.138957391312644 17.734740790612133 C49.057647226423484 17.84862276222427, 48.976337061534316 17.962504733836404, 48.89882754698197 18.07106356344834 C48.817793692184516 18.16674005501502, 48.73675983738706 18.262416546581697, 48.63174455336566 18.386407858128706 C48.531980853704496 18.486171557789866, 48.432217154043336 18.585935257451027, 48.339532858128706 18.678619553365657 C48.24225015167151 18.76101380278127, 48.14496744521432 18.84340805219688, 48.02418856344834 18.94570254698197 C47.956573551697836 18.993978737467508, 47.88895853994733 19.042254927953046, 47.687865790612136 19.185832391312644 C47.60439057744102 19.235572821904345, 47.520915364269904 19.285313252496042, 47.332861965185366 19.397368756032446 C47.18804985763604 19.468163081600498, 47.04323775008671 19.53895740716855, 46.961602123264846 19.578866633275286 C46.82803874238792 19.63098322621713, 46.694475361510996 19.68309981915897, 46.57662234602342 19.729086208503173 C46.42813830025879 19.77329182421762, 46.27965425449415 19.817497439932062, 46.180552435703994 19.847001329696653 C46.02115207534083 19.880424070558025, 45.861751714977665 19.913846811419393, 45.77609795140367 19.931806517013612 C45.659057477920754 19.946395596818796, 45.54201700443784 19.960984676623983, 45.36602172736166 19.982922465033347 C45.20606553190217 19.989538302215074, 45.046109336442676 19.9961541393968, 44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 C20.30978073166552 20, -4.3335635366689615 20, -44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 C-45.07233585945374 19.995069402381233, -45.19154671890747 19.990138804762466, -45.36602172736166 19.982922465033347 C-45.46204506841097 19.970953168053928, -45.558068409460276 19.95898387107451, -45.77609795140367 19.931806517013612 C-45.87869804848232 19.910293538942554, -45.98129814556098 19.8887805608715, -46.180552435703994 19.847001329696653 C-46.30060671651235 19.811259621724197, -46.4206609973207 19.775517913751745, -46.57662234602342 19.729086208503173 C-46.704580553825316 19.679156760882165, -46.83253876162722 19.629227313261158, -46.961602123264846 19.578866633275286 C-47.073555200705684 19.524136108688506, -47.18550827814652 19.469405584101725, -47.332861965185366 19.397368756032446 C-47.43413144289245 19.337025245239353, -47.53540092059953 19.276681734446264, -47.687865790612136 19.185832391312644 C-47.778633580677855 19.12102543484367, -47.86940137074358 19.056218478374692, -48.02418856344834 18.94570254698197 C-48.11745296605931 18.866711627319308, -48.21071736867028 18.78772070765665, -48.339532858128706 18.67861955336566 C-48.42926273529787 18.588889676196498, -48.51899261246703 18.499159799027336, -48.63174455336566 18.386407858128706 C-48.71226461591922 18.29133799991808, -48.792784678472785 18.196268141707456, -48.89882754698197 18.07106356344834 C-48.9511237593441 17.997818160739286, -49.00341997170623 17.92457275803023, -49.138957391312644 17.734740790612133 C-49.19068236276931 17.647935088143296, -49.24240733422597 17.561129385674455, -49.35049375603244 17.37973696518537 C-49.397464963385005 17.283655824835748, -49.44443617073757 17.187574684486123, -49.53199163327528 17.00847712326485 C-49.56758789704397 16.917251717551206, -49.60318416081265 16.826026311837563, -49.682211208503176 16.623497346023417 C-49.723984769782334 16.483182427104662, -49.765758331061484 16.342867508185908, -49.80012632969665 16.227427435703994 C-49.81864414938329 16.139111903969695, -49.837161969069925 16.050796372235393, -49.88493151701361 15.82297295140367 C-49.90171757072199 15.688307317917971, -49.91850362443038 15.553641684432273, -49.93604746503335 15.412896727361664 C-49.94072568630657 15.299787765362172, -49.945403907579795 15.18667880336268, -49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 C-49.953125 5.633405317301047, -49.953125 -3.733189365397905, -49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 C-49.94815562974403 -15.120148295391969, -49.94318625948805 -15.240296590783938, -49.93604746503335 -15.41289672736166 C-49.916449517245844 -15.570120700290188, -49.89685156945835 -15.727344673218715, -49.88493151701361 -15.822972951403669 C-49.86052984565501 -15.939349858496907, -49.836128174296405 -16.055726765590144, -49.80012632969665 -16.227427435703994 C-49.75883114388961 -16.366135519736606, -49.717535958082564 -16.504843603769217, -49.682211208503176 -16.623497346023417 C-49.643199768333744 -16.723475098746466, -49.60418832816431 -16.823452851469515, -49.53199163327529 -17.008477123264846 C-49.46060298331684 -17.154504940786, -49.38921433335838 -17.300532758307156, -49.35049375603245 -17.379736965185366 C-49.29477429539448 -17.473246285454692, -49.23905483475652 -17.56675560572402, -49.138957391312644 -17.734740790612133 C-49.043139218059814 -17.86894249222201, -48.94732104480698 -18.00314419383189, -48.89882754698197 -18.07106356344834 C-48.83416553080958 -18.14740986167722, -48.76950351463719 -18.223756159906102, -48.63174455336566 -18.386407858128706 C-48.56267901498381 -18.45547339651056, -48.49361347660195 -18.524538934892412, -48.339532858128706 -18.678619553365657 C-48.268718477314856 -18.738596274485726, -48.197904096501 -18.798572995605795, -48.02418856344834 -18.945702546981966 C-47.934080703958294 -19.01003832207637, -47.84397284446825 -19.07437409717077, -47.687865790612136 -19.185832391312644 C-47.59856285706762 -19.2390453895053, -47.5092599235231 -19.29225838769796, -47.332861965185366 -19.397368756032446 C-47.212319276706 -19.45629848557975, -47.09177658822662 -19.515228215127053, -46.961602123264846 -19.578866633275286 C-46.87843167264259 -19.611319843814062, -46.79526122202033 -19.64377305435284, -46.57662234602342 -19.729086208503173 C-46.456000521327965 -19.764996881611545, -46.33537869663251 -19.800907554719917, -46.180552435703994 -19.847001329696653 C-46.054721290196916 -19.873385346388904, -45.92889014468984 -19.899769363081155, -45.77609795140367 -19.931806517013612 C-45.63333343504966 -19.94960209541873, -45.49056891869564 -19.96739767382385, -45.36602172736166 -19.982922465033347 C-45.242433129043825 -19.988034127270872, -45.118844530725994 -19.993145789508397, -44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-44.953125 -20 C-23.898314669270828 -20, -2.8435043385416563 -20, 44.953125 -20 M-44.953125 -20 C-24.304304633475514 -20, -3.655484266951028 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C45.043346615452755 -19.99626840638218, 45.13356823090551 -19.992536812764357, 45.36602172736166 -19.982922465033347 M44.953125 -20 C45.11597488711134 -19.99326447884625, 45.278824774222684 -19.986528957692496, 45.36602172736166 -19.982922465033347 M45.36602172736166 -19.982922465033347 C45.50895041180219 -19.965106423097584, 45.65187909624272 -19.947290381161825, 45.77609795140367 -19.931806517013612 M45.36602172736166 -19.982922465033347 C45.45834020416687 -19.97141497890035, 45.55065868097209 -19.959907492767346, 45.77609795140367 -19.931806517013612 M45.77609795140367 -19.931806517013612 C45.90279437171502 -19.905241071273828, 46.029490792026365 -19.878675625534047, 46.180552435703994 -19.847001329696653 M45.77609795140367 -19.931806517013612 C45.92859642073899 -19.899830950517163, 46.08109489007432 -19.867855384020714, 46.180552435703994 -19.847001329696653 M46.180552435703994 -19.847001329696653 C46.29421933270139 -19.81316122827535, 46.40788622969878 -19.779321126854054, 46.57662234602342 -19.729086208503173 M46.180552435703994 -19.847001329696653 C46.29029581599709 -19.814329309807523, 46.40003919629019 -19.781657289918392, 46.57662234602342 -19.729086208503173 M46.57662234602342 -19.729086208503173 C46.66923850062441 -19.692947272834672, 46.761854655225406 -19.656808337166172, 46.961602123264846 -19.578866633275286 M46.57662234602342 -19.729086208503173 C46.728305992305856 -19.66989906605939, 46.87998963858829 -19.610711923615607, 46.961602123264846 -19.578866633275286 M46.961602123264846 -19.578866633275286 C47.06670494064412 -19.52748499676997, 47.1718077580234 -19.476103360264656, 47.332861965185366 -19.397368756032446 M46.961602123264846 -19.578866633275286 C47.07331726001444 -19.52425243080443, 47.185032396764036 -19.469638228333576, 47.332861965185366 -19.397368756032446 M47.332861965185366 -19.397368756032446 C47.4734229418106 -19.31361259374033, 47.61398391843583 -19.229856431448216, 47.687865790612136 -19.185832391312644 M47.332861965185366 -19.397368756032446 C47.44865166970871 -19.328373068063723, 47.56444137423206 -19.259377380094996, 47.687865790612136 -19.185832391312644 M47.687865790612136 -19.185832391312644 C47.766055266060754 -19.130006178863695, 47.84424474150937 -19.074179966414746, 48.02418856344834 -18.94570254698197 M47.687865790612136 -19.185832391312644 C47.81794553520445 -19.092957238803304, 47.94802527979676 -19.00008208629397, 48.02418856344834 -18.94570254698197 M48.02418856344834 -18.94570254698197 C48.111783844509226 -18.871513128346322, 48.19937912557012 -18.79732370971068, 48.339532858128706 -18.678619553365657 M48.02418856344834 -18.94570254698197 C48.103905663751455 -18.878185607083157, 48.18362276405457 -18.810668667184345, 48.339532858128706 -18.678619553365657 M48.339532858128706 -18.678619553365657 C48.411671244193556 -18.606481167300807, 48.483809630258406 -18.534342781235956, 48.63174455336566 -18.386407858128706 M48.339532858128706 -18.678619553365657 C48.43916239952661 -18.578990011967754, 48.53879194092451 -18.47936047056985, 48.63174455336566 -18.386407858128706 M48.63174455336566 -18.386407858128706 C48.7347090301549 -18.264837930105198, 48.83767350694415 -18.143268002081694, 48.89882754698197 -18.07106356344834 M48.63174455336566 -18.386407858128706 C48.72036577744254 -18.281772976581802, 48.80898700151943 -18.1771380950349, 48.89882754698197 -18.07106356344834 M48.89882754698197 -18.07106356344834 C48.97239078983338 -17.968031831247067, 49.045954032684804 -17.865000099045794, 49.138957391312644 -17.734740790612136 M48.89882754698197 -18.07106356344834 C48.958906345859106 -17.986917970120086, 49.018985144736234 -17.90277237679183, 49.138957391312644 -17.734740790612136 M49.138957391312644 -17.734740790612136 C49.19008534952087 -17.648937005649575, 49.2412133077291 -17.563133220687018, 49.35049375603245 -17.37973696518537 M49.138957391312644 -17.734740790612136 C49.21273112443253 -17.610932491702098, 49.286504857552416 -17.48712419279206, 49.35049375603245 -17.37973696518537 M49.35049375603245 -17.37973696518537 C49.40546962543141 -17.267282026909736, 49.460445494830374 -17.154827088634104, 49.53199163327529 -17.008477123264846 M49.35049375603245 -17.37973696518537 C49.41156415635176 -17.254815464653248, 49.47263455667107 -17.129893964121127, 49.53199163327529 -17.008477123264846 M49.53199163327529 -17.008477123264846 C49.56920776065109 -16.91310036291129, 49.60642388802688 -16.817723602557738, 49.682211208503176 -16.623497346023417 M49.53199163327529 -17.008477123264846 C49.58151630627016 -16.88155626392547, 49.63104097926503 -16.754635404586097, 49.682211208503176 -16.623497346023417 M49.682211208503176 -16.623497346023417 C49.72136011109969 -16.491998500213263, 49.76050901369621 -16.360499654403114, 49.80012632969665 -16.227427435703994 M49.682211208503176 -16.623497346023417 C49.71473234065262 -16.51426078871385, 49.74725347280206 -16.405024231404287, 49.80012632969665 -16.227427435703994 M49.80012632969665 -16.227427435703994 C49.82012395397919 -16.132054392234426, 49.84012157826173 -16.036681348764862, 49.88493151701361 -15.82297295140367 M49.80012632969665 -16.227427435703994 C49.82825884972107 -16.093257295426874, 49.85639136974549 -15.959087155149751, 49.88493151701361 -15.82297295140367 M49.88493151701361 -15.82297295140367 C49.90125607757804 -15.692009633403154, 49.917580638142475 -15.56104631540264, 49.93604746503335 -15.412896727361662 M49.88493151701361 -15.82297295140367 C49.900631726490914 -15.697018472057346, 49.91633193596821 -15.571063992711023, 49.93604746503335 -15.412896727361662 M49.93604746503335 -15.412896727361662 C49.94283681941123 -15.248745272892462, 49.949626173789106 -15.084593818423262, 49.953125 -15 M49.93604746503335 -15.412896727361662 C49.94057736228479 -15.303373909574448, 49.94510725953624 -15.193851091787234, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -8.340733581688974, 49.953125 -1.681467163377949, 49.953125 15 M49.953125 -15 C49.953125 -8.75338437522061, 49.953125 -2.5067687504412213, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.947913362303254 15.126005782063022, 49.94270172460651 15.252011564126043, 49.93604746503335 15.412896727361662 M49.953125 15 C49.94785335120918 15.127456716544732, 49.94258170241837 15.254913433089463, 49.93604746503335 15.412896727361662 M49.93604746503335 15.412896727361662 C49.92157115804685 15.529032484147425, 49.907094851060364 15.645168240933188, 49.88493151701361 15.822972951403669 M49.93604746503335 15.412896727361662 C49.923118222398365 15.51662120484624, 49.91018897976338 15.620345682330818, 49.88493151701361 15.822972951403669 M49.88493151701361 15.822972951403669 C49.86210574932158 15.93183402927777, 49.83927998162955 16.04069510715187, 49.80012632969665 16.227427435703994 M49.88493151701361 15.822972951403669 C49.85836817504537 15.949659338368463, 49.83180483307713 16.07634572533326, 49.80012632969665 16.227427435703994 M49.80012632969665 16.227427435703994 C49.75999192534846 16.36223652354635, 49.71985752100026 16.497045611388707, 49.682211208503176 16.623497346023417 M49.80012632969665 16.227427435703994 C49.763035395293834 16.35201368820408, 49.72594446089101 16.47659994070417, 49.682211208503176 16.623497346023417 M49.682211208503176 16.623497346023417 C49.630603116809596 16.755757549887715, 49.57899502511602 16.888017753752013, 49.53199163327529 17.008477123264846 M49.682211208503176 16.623497346023417 C49.62869951252314 16.760636069568296, 49.5751878165431 16.897774793113175, 49.53199163327529 17.008477123264846 M49.53199163327529 17.008477123264846 C49.47244946457325 17.13027257605875, 49.41290729587121 17.25206802885266, 49.35049375603245 17.379736965185366 M49.53199163327529 17.008477123264846 C49.48492171724213 17.10476017544789, 49.437851801208964 17.201043227630933, 49.35049375603245 17.379736965185366 M49.35049375603245 17.379736965185366 C49.30325601833802 17.459012117749523, 49.25601828064359 17.538287270313678, 49.138957391312644 17.734740790612133 M49.35049375603245 17.379736965185366 C49.26604795782854 17.521455300202195, 49.18160215962464 17.663173635219025, 49.138957391312644 17.734740790612133 M49.138957391312644 17.734740790612133 C49.059586792359056 17.845906231110153, 48.980216193405475 17.957071671608173, 48.89882754698197 18.07106356344834 M49.138957391312644 17.734740790612133 C49.07631986615696 17.822470103070888, 49.01368234100127 17.910199415529643, 48.89882754698197 18.07106356344834 M48.89882754698197 18.07106356344834 C48.83988211294888 18.14066030589948, 48.780936678915786 18.21025704835062, 48.63174455336566 18.386407858128706 M48.89882754698197 18.07106356344834 C48.82045079366989 18.16360282121943, 48.742074040357814 18.256142078990518, 48.63174455336566 18.386407858128706 M48.63174455336566 18.386407858128706 C48.524523186619895 18.49362922487447, 48.417301819874126 18.600850591620237, 48.339532858128706 18.678619553365657 M48.63174455336566 18.386407858128706 C48.54496113764067 18.473191273853697, 48.458177721915675 18.559974689578684, 48.339532858128706 18.678619553365657 M48.339532858128706 18.678619553365657 C48.227701925961256 18.77333552142355, 48.11587099379381 18.868051489481445, 48.02418856344834 18.94570254698197 M48.339532858128706 18.678619553365657 C48.25981744836987 18.746135061446502, 48.18010203861104 18.813650569527347, 48.02418856344834 18.94570254698197 M48.02418856344834 18.94570254698197 C47.91822715932756 19.02135753537901, 47.812265755206774 19.09701252377605, 47.687865790612136 19.185832391312644 M48.02418856344834 18.94570254698197 C47.92684619128999 19.015203664839806, 47.82950381913164 19.084704782697642, 47.687865790612136 19.185832391312644 M47.687865790612136 19.185832391312644 C47.567741484735016 19.257410941062602, 47.44761717885789 19.328989490812564, 47.332861965185366 19.397368756032446 M47.687865790612136 19.185832391312644 C47.57374727778209 19.25383226517957, 47.45962876495205 19.3218321390465, 47.332861965185366 19.397368756032446 M47.332861965185366 19.397368756032446 C47.25182091128876 19.436987313147778, 47.17077985739215 19.47660587026311, 46.961602123264846 19.578866633275286 M47.332861965185366 19.397368756032446 C47.19523504678727 19.46465045666431, 47.05760812838916 19.531932157296172, 46.961602123264846 19.578866633275286 M46.961602123264846 19.578866633275286 C46.8607429868443 19.618221990430694, 46.75988385042375 19.657577347586106, 46.57662234602342 19.729086208503173 M46.961602123264846 19.578866633275286 C46.83631545987448 19.627753641032108, 46.71102879648411 19.676640648788926, 46.57662234602342 19.729086208503173 M46.57662234602342 19.729086208503173 C46.494527846891096 19.75352679982883, 46.412433347758764 19.777967391154487, 46.180552435703994 19.847001329696653 M46.57662234602342 19.729086208503173 C46.42607046158203 19.773907446464666, 46.27551857714064 19.818728684426155, 46.180552435703994 19.847001329696653 M46.180552435703994 19.847001329696653 C46.087312360485654 19.866551717567905, 45.99407228526731 19.886102105439157, 45.77609795140367 19.931806517013612 M46.180552435703994 19.847001329696653 C46.07703771712816 19.868706083728675, 45.97352299855232 19.890410837760694, 45.77609795140367 19.931806517013612 M45.77609795140367 19.931806517013612 C45.691019384559844 19.942411549311064, 45.60594081771602 19.953016581608516, 45.36602172736166 19.982922465033347 M45.77609795140367 19.931806517013612 C45.68872652307499 19.942697354197094, 45.60135509474632 19.953588191380575, 45.36602172736166 19.982922465033347 M45.36602172736166 19.982922465033347 C45.27900506429583 19.986521500839913, 45.19198840122999 19.99012053664648, 44.953125 20 M45.36602172736166 19.982922465033347 C45.260662103784185 19.98728017129858, 45.155302480206714 19.99163787756381, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C19.049423990506405 20, -6.85427701898719 20, -44.953125 20 M44.953125 20 C21.918801482082063 20, -1.1155220358358733 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-45.061815490863566 19.99550452804476, -45.17050598172714 19.991009056089517, -45.36602172736166 19.982922465033347 M-44.953125 20 C-45.109869736910035 19.993516989726405, -45.26661447382007 19.987033979452807, -45.36602172736166 19.982922465033347 M-45.36602172736166 19.982922465033347 C-45.51080440195795 19.964875323465677, -45.65558707655423 19.946828181898006, -45.77609795140367 19.931806517013612 M-45.36602172736166 19.982922465033347 C-45.4665480670418 19.970391869859956, -45.567074406721936 19.95786127468656, -45.77609795140367 19.931806517013612 M-45.77609795140367 19.931806517013612 C-45.89316453520963 19.907260235655414, -46.01023111901559 19.882713954297213, -46.180552435703994 19.847001329696653 M-45.77609795140367 19.931806517013612 C-45.87592476518182 19.91087503530101, -45.97575157895997 19.889943553588413, -46.180552435703994 19.847001329696653 M-46.180552435703994 19.847001329696653 C-46.28541550424132 19.81578224156818, -46.39027857277864 19.784563153439706, -46.57662234602342 19.729086208503173 M-46.180552435703994 19.847001329696653 C-46.291964103621865 19.813832639062447, -46.40337577153973 19.780663948428238, -46.57662234602342 19.729086208503173 M-46.57662234602342 19.729086208503173 C-46.725976140654545 19.670808176994804, -46.87532993528567 19.612530145486435, -46.961602123264846 19.578866633275286 M-46.57662234602342 19.729086208503173 C-46.67416172887269 19.69102622321096, -46.77170111172196 19.65296623791875, -46.961602123264846 19.578866633275286 M-46.961602123264846 19.578866633275286 C-47.047331071063425 19.536956304479112, -47.133060018862004 19.49504597568294, -47.332861965185366 19.397368756032446 M-46.961602123264846 19.578866633275286 C-47.05049810315928 19.535408036830276, -47.13939408305371 19.49194944038527, -47.332861965185366 19.397368756032446 M-47.332861965185366 19.397368756032446 C-47.42100682930866 19.34484581743327, -47.50915169343195 19.292322878834096, -47.687865790612136 19.185832391312644 M-47.332861965185366 19.397368756032446 C-47.456071392664406 19.323951872829028, -47.57928082014344 19.25053498962561, -47.687865790612136 19.185832391312644 M-47.687865790612136 19.185832391312644 C-47.77695948723932 19.12222071458462, -47.86605318386649 19.0586090378566, -48.02418856344834 18.94570254698197 M-47.687865790612136 19.185832391312644 C-47.79123455172479 19.11202851444367, -47.89460331283744 19.038224637574693, -48.02418856344834 18.94570254698197 M-48.02418856344834 18.94570254698197 C-48.12679289700118 18.858801109329278, -48.229397230554014 18.771899671676586, -48.339532858128706 18.67861955336566 M-48.02418856344834 18.94570254698197 C-48.109966077580005 18.87305269840148, -48.19574359171167 18.80040284982099, -48.339532858128706 18.67861955336566 M-48.339532858128706 18.67861955336566 C-48.44453258321677 18.573619828277593, -48.54953230830483 18.468620103189526, -48.63174455336566 18.386407858128706 M-48.339532858128706 18.67861955336566 C-48.403693260055206 18.614459151439164, -48.4678536619817 18.550298749512663, -48.63174455336566 18.386407858128706 M-48.63174455336566 18.386407858128706 C-48.6872473427111 18.32087583857947, -48.74275013205654 18.25534381903024, -48.89882754698197 18.07106356344834 M-48.63174455336566 18.386407858128706 C-48.726980750746065 18.27396269236084, -48.82221694812647 18.161517526592974, -48.89882754698197 18.07106356344834 M-48.89882754698197 18.07106356344834 C-48.97959091044967 17.95794743487737, -49.060354273917376 17.844831306306396, -49.138957391312644 17.734740790612133 M-48.89882754698197 18.07106356344834 C-48.97452977811754 17.965035991755325, -49.050232009253115 17.859008420062306, -49.138957391312644 17.734740790612133 M-49.138957391312644 17.734740790612133 C-49.20294132941515 17.627361887593047, -49.26692526751765 17.519982984573957, -49.35049375603244 17.37973696518537 M-49.138957391312644 17.734740790612133 C-49.20047132933582 17.6315070825723, -49.261985267358995 17.528273374532464, -49.35049375603244 17.37973696518537 M-49.35049375603244 17.37973696518537 C-49.389410117061225 17.300132276341888, -49.428326478090014 17.220527587498406, -49.53199163327528 17.00847712326485 M-49.35049375603244 17.37973696518537 C-49.39895188443198 17.280614279219698, -49.447410012831526 17.181491593254027, -49.53199163327528 17.00847712326485 M-49.53199163327528 17.00847712326485 C-49.56412617387721 16.926123353698404, -49.59626071447914 16.84376958413196, -49.682211208503176 16.623497346023417 M-49.53199163327528 17.00847712326485 C-49.576031266623 16.895613215812865, -49.62007089997071 16.78274930836088, -49.682211208503176 16.623497346023417 M-49.682211208503176 16.623497346023417 C-49.72736792139736 16.471818621146628, -49.77252463429154 16.320139896269843, -49.80012632969665 16.227427435703994 M-49.682211208503176 16.623497346023417 C-49.719793001327524 16.497262329149198, -49.75737479415188 16.371027312274983, -49.80012632969665 16.227427435703994 M-49.80012632969665 16.227427435703994 C-49.819799463118635 16.1336019601111, -49.83947259654061 16.039776484518203, -49.88493151701361 15.82297295140367 M-49.80012632969665 16.227427435703994 C-49.817611300487854 16.14403778622501, -49.83509627127905 16.060648136746025, -49.88493151701361 15.82297295140367 M-49.88493151701361 15.82297295140367 C-49.89544415779483 15.738635592843737, -49.90595679857604 15.654298234283804, -49.93604746503335 15.412896727361664 M-49.88493151701361 15.82297295140367 C-49.90421008544824 15.668311190155364, -49.92348865388288 15.51364942890706, -49.93604746503335 15.412896727361664 M-49.93604746503335 15.412896727361664 C-49.94149189550134 15.281262535016442, -49.94693632596933 15.14962834267122, -49.953125 15 M-49.93604746503335 15.412896727361664 C-49.9422034237213 15.26405936875026, -49.94835938240926 15.115222010138858, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 8.866745566394851, -49.953125 2.7334911327897036, -49.953125 -15 M-49.953125 15 C-49.953125 5.596557005083373, -49.953125 -3.8068859898332548, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.947284525560484 -15.141209652741205, -49.94144405112096 -15.28241930548241, -49.93604746503335 -15.41289672736166 M-49.953125 -15 C-49.94804599758983 -15.122798956495567, -49.94296699517966 -15.245597912991133, -49.93604746503335 -15.41289672736166 M-49.93604746503335 -15.41289672736166 C-49.91578627090741 -15.575441574980223, -49.895525076781475 -15.737986422598786, -49.88493151701361 -15.822972951403669 M-49.93604746503335 -15.41289672736166 C-49.915677968267836 -15.576310429793873, -49.89530847150232 -15.739724132226087, -49.88493151701361 -15.822972951403669 M-49.88493151701361 -15.822972951403669 C-49.866328562603776 -15.911694509250976, -49.84772560819394 -16.000416067098282, -49.80012632969665 -16.227427435703994 M-49.88493151701361 -15.822972951403669 C-49.85262622317932 -15.977043962520991, -49.82032092934504 -16.131114973638315, -49.80012632969665 -16.227427435703994 M-49.80012632969665 -16.227427435703994 C-49.7633692425078 -16.350892315179493, -49.726612155318946 -16.474357194654996, -49.682211208503176 -16.623497346023417 M-49.80012632969665 -16.227427435703994 C-49.76998180252652 -16.328681117607125, -49.7398372753564 -16.42993479951026, -49.682211208503176 -16.623497346023417 M-49.682211208503176 -16.623497346023417 C-49.632142400073654 -16.751812704968486, -49.582073591644125 -16.88012806391356, -49.53199163327529 -17.008477123264846 M-49.682211208503176 -16.623497346023417 C-49.630488120804195 -16.756052259391964, -49.57876503310521 -16.888607172760512, -49.53199163327529 -17.008477123264846 M-49.53199163327529 -17.008477123264846 C-49.48503160380944 -17.104535398881744, -49.43807157434359 -17.200593674498645, -49.35049375603245 -17.379736965185366 M-49.53199163327529 -17.008477123264846 C-49.4757829383367 -17.123453846488662, -49.41957424339811 -17.238430569712477, -49.35049375603245 -17.379736965185366 M-49.35049375603245 -17.379736965185366 C-49.295938688197886 -17.471292182196585, -49.24138362036333 -17.5628473992078, -49.138957391312644 -17.734740790612133 M-49.35049375603245 -17.379736965185366 C-49.273333811779644 -17.509228059616085, -49.19617386752683 -17.638719154046804, -49.138957391312644 -17.734740790612133 M-49.138957391312644 -17.734740790612133 C-49.083971793578485 -17.811752911898246, -49.028986195844325 -17.888765033184356, -48.89882754698197 -18.07106356344834 M-49.138957391312644 -17.734740790612133 C-49.079539463869104 -17.81796077590673, -49.02012153642556 -17.901180761201328, -48.89882754698197 -18.07106356344834 M-48.89882754698197 -18.07106356344834 C-48.833822431554495 -18.147814958202215, -48.76881731612703 -18.22456635295609, -48.63174455336566 -18.386407858128706 M-48.89882754698197 -18.07106356344834 C-48.83272948681613 -18.149105395616367, -48.76663142665028 -18.227147227784396, -48.63174455336566 -18.386407858128706 M-48.63174455336566 -18.386407858128706 C-48.533059743899486 -18.485092667594877, -48.434374934433315 -18.583777477061044, -48.339532858128706 -18.678619553365657 M-48.63174455336566 -18.386407858128706 C-48.546031507491726 -18.47212090400264, -48.46031846161779 -18.55783394987657, -48.339532858128706 -18.678619553365657 M-48.339532858128706 -18.678619553365657 C-48.21436748769994 -18.784629214536455, -48.08920211727117 -18.89063887570725, -48.02418856344834 -18.945702546981966 M-48.339532858128706 -18.678619553365657 C-48.22234144054577 -18.777875620978723, -48.10515002296284 -18.87713168859179, -48.02418856344834 -18.945702546981966 M-48.02418856344834 -18.945702546981966 C-47.9101727885516 -19.027108245580113, -47.796157013654856 -19.10851394417826, -47.687865790612136 -19.185832391312644 M-48.02418856344834 -18.945702546981966 C-47.95450764411523 -18.995453767130318, -47.884826724782116 -19.045204987278673, -47.687865790612136 -19.185832391312644 M-47.687865790612136 -19.185832391312644 C-47.560205752714374 -19.26190126269571, -47.43254571481661 -19.337970134078773, -47.332861965185366 -19.397368756032446 M-47.687865790612136 -19.185832391312644 C-47.59312015503836 -19.242288535970378, -47.4983745194646 -19.29874468062811, -47.332861965185366 -19.397368756032446 M-47.332861965185366 -19.397368756032446 C-47.20764433585496 -19.45858392489985, -47.082426706524544 -19.519799093767254, -46.961602123264846 -19.578866633275286 M-47.332861965185366 -19.397368756032446 C-47.211255596256585 -19.45681848726545, -47.089649227327804 -19.51626821849846, -46.961602123264846 -19.578866633275286 M-46.961602123264846 -19.578866633275286 C-46.86788624291532 -19.615434683262453, -46.77417036256579 -19.65200273324962, -46.57662234602342 -19.729086208503173 M-46.961602123264846 -19.578866633275286 C-46.82766885174525 -19.631127557993775, -46.693735580225656 -19.683388482712264, -46.57662234602342 -19.729086208503173 M-46.57662234602342 -19.729086208503173 C-46.471841307616906 -19.7602808752036, -46.3670602692104 -19.791475541904028, -46.180552435703994 -19.847001329696653 M-46.57662234602342 -19.729086208503173 C-46.44421139515443 -19.768506656540918, -46.31180044428544 -19.80792710457866, -46.180552435703994 -19.847001329696653 M-46.180552435703994 -19.847001329696653 C-46.047845390326195 -19.874827070981272, -45.915138344948396 -19.902652812265888, -45.77609795140367 -19.931806517013612 M-46.180552435703994 -19.847001329696653 C-46.06847563139344 -19.870501364317075, -45.95639882708289 -19.894001398937498, -45.77609795140367 -19.931806517013612 M-45.77609795140367 -19.931806517013612 C-45.65707012450564 -19.94664332016365, -45.538042297607596 -19.961480123313688, -45.36602172736166 -19.982922465033347 M-45.77609795140367 -19.931806517013612 C-45.62435033995293 -19.950721837054797, -45.47260272850219 -19.96963715709598, -45.36602172736166 -19.982922465033347 M-45.36602172736166 -19.982922465033347 C-45.25947959852085 -19.98732908007805, -45.15293746968003 -19.991735695122753, -44.953125 -20 M-45.36602172736166 -19.982922465033347 C-45.21868224644002 -19.98901647104179, -45.071342765518374 -19.99511047705023, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-41.953125, -12)\"><rect></rect><foreignObject width=\"83.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dispatched</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Sent-13\" transform=\"translate(437.28125, 458)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.640625 -20 C-9.328086136336422 -20, 0.9844527273271559 -20, 19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 C19.795549236524636 -19.993592286179314, 19.95047347304927 -19.98718457235863, 20.053521727361662 -19.982922465033347 C20.175509651716368 -19.967716686120127, 20.29749757607107 -19.95251090720691, 20.46359795140367 -19.931806517013612 C20.549286645364536 -19.91383948728747, 20.6349753393254 -19.89587245756132, 20.868052435703998 -19.847001329696653 C21.025860236757836 -19.80001991176583, 21.18366803781167 -19.75303849383501, 21.264122346023417 -19.729086208503173 C21.405169334366235 -19.6740495028667, 21.546216322709057 -19.61901279723023, 21.649102123264846 -19.578866633275286 C21.778121547461918 -19.51579288014937, 21.907140971658993 -19.45271912702345, 22.02036196518537 -19.397368756032446 C22.15926160728121 -19.31460253424733, 22.29816124937705 -19.231836312462217, 22.375365790612136 -19.185832391312644 C22.464698896900888 -19.12204977937176, 22.554032003189644 -19.058267167430877, 22.71168856344834 -18.94570254698197 C22.813507230912744 -18.859466534562653, 22.915325898377148 -18.773230522143333, 23.027032858128706 -18.678619553365657 C23.131409530666346 -18.574242880828017, 23.23578620320399 -18.469866208290373, 23.319244553365657 -18.386407858128706 C23.384022182469312 -18.309925055969824, 23.448799811572968 -18.233442253810942, 23.58632754698197 -18.07106356344834 C23.64741123807445 -17.985510531002262, 23.708494929166935 -17.899957498556184, 23.826457391312644 -17.734740790612136 C23.878154786043105 -17.647981367861252, 23.929852180773562 -17.56122194511037, 24.037993756032446 -17.37973696518537 C24.08789527112074 -17.277661784556745, 24.137796786209034 -17.175586603928124, 24.219491633275286 -17.008477123264846 C24.270007912760573 -16.87901499428592, 24.320524192245863 -16.749552865306995, 24.369711208503173 -16.623497346023417 C24.399228855692556 -16.52434931685796, 24.42874650288194 -16.425201287692506, 24.487626329696653 -16.227427435703994 C24.51707579006748 -16.086976518914106, 24.546525250438304 -15.946525602124217, 24.572431517013612 -15.82297295140367 C24.592049542912576 -15.665587902402928, 24.61166756881154 -15.508202853402183, 24.623547465033347 -15.412896727361662 C24.630258577516816 -15.250636987487525, 24.636969690000285 -15.088377247613385, 24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 C24.640625 -8.368043160367915, 24.640625 -1.736086320735831, 24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 C24.63583186353147 15.115887355260487, 24.63103872706294 15.231774710520973, 24.623547465033347 15.412896727361662 C24.607506562086986 15.54158441027286, 24.59146565914062 15.670272093184055, 24.572431517013612 15.822972951403669 C24.555340578029732 15.904483377023015, 24.53824963904585 15.98599380264236, 24.487626329696653 16.227427435703994 C24.44267491778756 16.378416566727758, 24.39772350587847 16.529405697751518, 24.369711208503173 16.623497346023417 C24.321781745375652 16.746330032842973, 24.273852282248136 16.869162719662526, 24.219491633275286 17.008477123264846 C24.158652564955595 17.132925426628415, 24.0978134966359 17.25737372999198, 24.037993756032446 17.379736965185366 C23.962162248099173 17.506998655816435, 23.8863307401659 17.634260346447505, 23.826457391312644 17.734740790612133 C23.768736120185633 17.81558446088218, 23.71101484905862 17.89642813115223, 23.58632754698197 18.07106356344834 C23.484171636965655 18.19167881848702, 23.38201572694934 18.3122940735257, 23.319244553365657 18.386407858128706 C23.211419324933082 18.49423308656128, 23.103594096500508 18.602058314993855, 23.027032858128706 18.678619553365657 C22.921892538855403 18.76766886136012, 22.816752219582096 18.856718169354586, 22.71168856344834 18.94570254698197 C22.577597446354606 19.041441764407864, 22.44350632926087 19.137180981833758, 22.375365790612136 19.185832391312644 C22.247873086366784 19.261801553481355, 22.120380382121432 19.337770715650066, 22.02036196518537 19.397368756032446 C21.87574103288665 19.4680696217154, 21.731120100587933 19.538770487398356, 21.649102123264846 19.578866633275286 C21.51163196056022 19.632507657216777, 21.374161797855592 19.68614868115827, 21.264122346023417 19.729086208503173 C21.17806464411203 19.754706696417365, 21.092006942200644 19.780327184331554, 20.868052435703998 19.847001329696653 C20.779272152010524 19.865616597621553, 20.69049186831705 19.884231865546454, 20.46359795140367 19.931806517013612 C20.319092071023874 19.94981915621818, 20.174586190644074 19.967831795422747, 20.053521727361662 19.982922465033347 C19.910016578632483 19.98885788188922, 19.766511429903304 19.994793298745094, 19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 C10.406464383737248 20, 1.1723037674744958 20, -19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 C-19.762063520612735 19.99497726563416, -19.883502041225466 19.989954531268317, -20.053521727361662 19.982922465033347 C-20.203730494188434 19.9641989617745, -20.35393926101521 19.945475458515656, -20.46359795140367 19.931806517013612 C-20.58621215994125 19.90609702107184, -20.708826368478828 19.88038752513007, -20.868052435703994 19.847001329696653 C-21.025761944749792 19.80004917456449, -21.183471453795594 19.753097019432325, -21.264122346023417 19.729086208503173 C-21.346878375634102 19.696794705544907, -21.42963440524479 19.664503202586644, -21.649102123264846 19.578866633275286 C-21.751401236415767 19.528855644247574, -21.853700349566687 19.478844655219863, -22.02036196518537 19.397368756032446 C-22.144059520136427 19.32366101198879, -22.267757075087488 19.249953267945134, -22.375365790612133 19.185832391312644 C-22.453248255364976 19.130225380287264, -22.531130720117822 19.07461836926188, -22.71168856344834 18.94570254698197 C-22.83557255942786 18.840778154609822, -22.959456555407375 18.735853762237678, -23.027032858128706 18.67861955336566 C-23.14042952170265 18.565222889791713, -23.253826185276594 18.45182622621777, -23.319244553365657 18.386407858128706 C-23.383596975395115 18.31042709701366, -23.447949397424576 18.234446335898607, -23.586327546981966 18.07106356344834 C-23.653395675489026 17.977128804895933, -23.720463803996083 17.88319404634353, -23.826457391312644 17.734740790612133 C-23.883894777422437 17.638348419406835, -23.941332163532227 17.541956048201538, -24.037993756032446 17.37973696518537 C-24.086002511461192 17.281533486323575, -24.13401126688994 17.183330007461784, -24.219491633275286 17.00847712326485 C-24.264336755993153 16.89354892347399, -24.30918187871102 16.778620723683126, -24.369711208503173 16.623497346023417 C-24.394077107967686 16.541653732430156, -24.4184430074322 16.459810118836895, -24.487626329696653 16.227427435703994 C-24.510987086014666 16.1160148800763, -24.534347842332682 16.0046023244486, -24.572431517013612 15.82297295140367 C-24.585015942690394 15.722014758057057, -24.597600368367175 15.621056564710441, -24.623547465033347 15.412896727361664 C-24.62978649839405 15.262050808347919, -24.63602553175475 15.111204889334173, -24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 C-24.640625 7.981686010775706, -24.640625 0.9633720215514128, -24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 C-24.634409027589975 -15.150288356632364, -24.62819305517995 -15.300576713264729, -24.623547465033347 -15.41289672736166 C-24.607949716664297 -15.538029215411534, -24.592351968295247 -15.663161703461409, -24.572431517013612 -15.822972951403669 C-24.551558381915918 -15.922521497415552, -24.530685246818226 -16.022070043427433, -24.487626329696653 -16.227427435703994 C-24.448256880687186 -16.35966708385666, -24.40888743167772 -16.491906732009326, -24.369711208503173 -16.623497346023417 C-24.319865255850914 -16.75124157455916, -24.27001930319866 -16.8789858030949, -24.21949163327529 -17.008477123264846 C-24.153733026086623 -17.142988504227795, -24.087974418897954 -17.27749988519074, -24.037993756032446 -17.379736965185366 C-23.953646421709156 -17.521290056489462, -23.869299087385862 -17.66284314779356, -23.826457391312644 -17.734740790612133 C-23.768462555054807 -17.815967612687437, -23.710467718796966 -17.89719443476274, -23.58632754698197 -18.07106356344834 C-23.497615111549703 -18.175806138039047, -23.40890267611744 -18.280548712629752, -23.31924455336566 -18.386407858128706 C-23.25114995487729 -18.454502456617075, -23.18305535638892 -18.522597055105443, -23.027032858128706 -18.678619553365657 C-22.942294278349816 -18.75038946943495, -22.857555698570927 -18.822159385504243, -22.71168856344834 -18.945702546981966 C-22.5890983301341 -19.033230291219933, -22.466508096819855 -19.120758035457897, -22.375365790612136 -19.185832391312644 C-22.281081381779803 -19.2420137044863, -22.18679697294747 -19.298195017659957, -22.020361965185366 -19.397368756032446 C-21.873068871693253 -19.469375961721752, -21.72577577820114 -19.54138316741106, -21.64910212326485 -19.578866633275286 C-21.53301380173196 -19.624164436901612, -21.416925480199072 -19.66946224052794, -21.26412234602342 -19.729086208503173 C-21.16554128529749 -19.758435061874803, -21.066960224571563 -19.787783915246433, -20.868052435703994 -19.847001329696653 C-20.771932752951 -19.867155507773862, -20.675813070198004 -19.887309685851072, -20.463597951403674 -19.931806517013612 C-20.340529580121572 -19.94714697349588, -20.21746120883947 -19.96248742997815, -20.053521727361662 -19.982922465033347 C-19.925228275481047 -19.98822872145365, -19.796934823600427 -19.99353497787395, -19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.640625 -20 C-7.9467224669685645 -20, 3.747180066062871 -20, 19.640625 -20 M-19.640625 -20 C-4.079105002586671 -20, 11.482414994826659 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.774448409650713 -19.994465022834476, 19.90827181930143 -19.98893004566895, 20.053521727361662 -19.982922465033347 M19.640625 -20 C19.73099437074913 -19.996262295177914, 19.821363741498264 -19.99252459035583, 20.053521727361662 -19.982922465033347 M20.053521727361662 -19.982922465033347 C20.14526665460366 -19.971486471778846, 20.237011581845657 -19.96005047852434, 20.46359795140367 -19.931806517013612 M20.053521727361662 -19.982922465033347 C20.15005997722178 -19.970888984737595, 20.246598227081893 -19.958855504441843, 20.46359795140367 -19.931806517013612 M20.46359795140367 -19.931806517013612 C20.56758851870739 -19.910001987995606, 20.67157908601111 -19.8881974589776, 20.868052435703998 -19.847001329696653 M20.46359795140367 -19.931806517013612 C20.59065687976626 -19.905165061328624, 20.717715808128847 -19.87852360564364, 20.868052435703998 -19.847001329696653 M20.868052435703998 -19.847001329696653 C20.956678851753658 -19.820616102449748, 21.045305267803315 -19.794230875202842, 21.264122346023417 -19.729086208503173 M20.868052435703998 -19.847001329696653 C20.978985337560406 -19.813975173894526, 21.089918239416814 -19.780949018092404, 21.264122346023417 -19.729086208503173 M21.264122346023417 -19.729086208503173 C21.39830133337234 -19.67672940517056, 21.532480320721266 -19.624372601837944, 21.649102123264846 -19.578866633275286 M21.264122346023417 -19.729086208503173 C21.354890016249048 -19.693668553676154, 21.445657686474675 -19.658250898849136, 21.649102123264846 -19.578866633275286 M21.649102123264846 -19.578866633275286 C21.777482880416606 -19.51610510544255, 21.905863637568363 -19.45334357760981, 22.02036196518537 -19.397368756032446 M21.649102123264846 -19.578866633275286 C21.780490993568463 -19.514634528531392, 21.91187986387208 -19.450402423787494, 22.02036196518537 -19.397368756032446 M22.02036196518537 -19.397368756032446 C22.135198938754314 -19.3289407724889, 22.250035912323263 -19.260512788945352, 22.375365790612136 -19.185832391312644 M22.02036196518537 -19.397368756032446 C22.11735533767935 -19.33957325088648, 22.214348710173333 -19.281777745740513, 22.375365790612136 -19.185832391312644 M22.375365790612136 -19.185832391312644 C22.494296126356925 -19.100917763713223, 22.61322646210171 -19.016003136113802, 22.71168856344834 -18.94570254698197 M22.375365790612136 -19.185832391312644 C22.460584381681574 -19.124987486773428, 22.545802972751016 -19.064142582234208, 22.71168856344834 -18.94570254698197 M22.71168856344834 -18.94570254698197 C22.77798340370236 -18.889553681456096, 22.84427824395638 -18.833404815930223, 23.027032858128706 -18.678619553365657 M22.71168856344834 -18.94570254698197 C22.795001600891254 -18.875140003682827, 22.878314638334167 -18.80457746038368, 23.027032858128706 -18.678619553365657 M23.027032858128706 -18.678619553365657 C23.133633457722052 -18.57201895377231, 23.240234057315398 -18.465418354178965, 23.319244553365657 -18.386407858128706 M23.027032858128706 -18.678619553365657 C23.128348076415335 -18.577304335079027, 23.229663294701965 -18.475989116792398, 23.319244553365657 -18.386407858128706 M23.319244553365657 -18.386407858128706 C23.42341511852683 -18.26341390425534, 23.527585683688006 -18.140419950381972, 23.58632754698197 -18.07106356344834 M23.319244553365657 -18.386407858128706 C23.3847425081924 -18.309074568995676, 23.450240463019142 -18.231741279862646, 23.58632754698197 -18.07106356344834 M23.58632754698197 -18.07106356344834 C23.661853260327828 -17.96528322030227, 23.73737897367369 -17.859502877156196, 23.826457391312644 -17.734740790612136 M23.58632754698197 -18.07106356344834 C23.657217753468636 -17.971775651614713, 23.728107959955302 -17.87248773978109, 23.826457391312644 -17.734740790612136 M23.826457391312644 -17.734740790612136 C23.90078375197344 -17.610005063024197, 23.975110112634237 -17.485269335436257, 24.037993756032446 -17.37973696518537 M23.826457391312644 -17.734740790612136 C23.8932868942479 -17.622586413633925, 23.960116397183153 -17.510432036655715, 24.037993756032446 -17.37973696518537 M24.037993756032446 -17.37973696518537 C24.08601288229249 -17.28151227244909, 24.13403200855253 -17.183287579712808, 24.219491633275286 -17.008477123264846 M24.037993756032446 -17.37973696518537 C24.083675129936974 -17.28629422132443, 24.1293565038415 -17.19285147746349, 24.219491633275286 -17.008477123264846 M24.219491633275286 -17.008477123264846 C24.279478586677552 -16.854743737165446, 24.339465540079818 -16.701010351066046, 24.369711208503173 -16.623497346023417 M24.219491633275286 -17.008477123264846 C24.259308000610098 -16.906436519010274, 24.29912436794491 -16.804395914755705, 24.369711208503173 -16.623497346023417 M24.369711208503173 -16.623497346023417 C24.414769082387416 -16.47215061552875, 24.459826956271655 -16.320803885034085, 24.487626329696653 -16.227427435703994 M24.369711208503173 -16.623497346023417 C24.41177137999778 -16.482219720361186, 24.45383155149239 -16.340942094698956, 24.487626329696653 -16.227427435703994 M24.487626329696653 -16.227427435703994 C24.51742861231288 -16.085293832467332, 24.54723089492911 -15.943160229230672, 24.572431517013612 -15.82297295140367 M24.487626329696653 -16.227427435703994 C24.5195447088488 -16.075201705319902, 24.551463088000947 -15.922975974935808, 24.572431517013612 -15.82297295140367 M24.572431517013612 -15.82297295140367 C24.589710335696644 -15.684354125069701, 24.606989154379676 -15.54573529873573, 24.623547465033347 -15.412896727361662 M24.572431517013612 -15.82297295140367 C24.58349286071691 -15.73423363941972, 24.594554204420206 -15.645494327435772, 24.623547465033347 -15.412896727361662 M24.623547465033347 -15.412896727361662 C24.628775898688193 -15.286484856472272, 24.63400433234304 -15.160072985582882, 24.640625 -15 M24.623547465033347 -15.412896727361662 C24.62942855689959 -15.270705035784022, 24.63530964876583 -15.12851334420638, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -8.365920360723953, 24.640625 -1.731840721447906, 24.640625 15 M24.640625 -15 C24.640625 -3.879184264138365, 24.640625 7.24163147172327, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.63460722793785 15.145496314036098, 24.628589455875698 15.290992628072194, 24.623547465033347 15.412896727361662 M24.640625 15 C24.635314213144365 15.128402987708068, 24.63000342628873 15.256805975416135, 24.623547465033347 15.412896727361662 M24.623547465033347 15.412896727361662 C24.60426050265218 15.567625828804807, 24.58497354027102 15.722354930247953, 24.572431517013612 15.822972951403669 M24.623547465033347 15.412896727361662 C24.604012417225512 15.569616087010916, 24.584477369417677 15.726335446660169, 24.572431517013612 15.822972951403669 M24.572431517013612 15.822972951403669 C24.54671895571594 15.945601779293904, 24.52100639441827 16.06823060718414, 24.487626329696653 16.227427435703994 M24.572431517013612 15.822972951403669 C24.548052772469813 15.939240515503256, 24.523674027926013 16.05550807960284, 24.487626329696653 16.227427435703994 M24.487626329696653 16.227427435703994 C24.454434733077857 16.338916043467822, 24.421243136459065 16.450404651231654, 24.369711208503173 16.623497346023417 M24.487626329696653 16.227427435703994 C24.448131783076047 16.360087279325423, 24.408637236455444 16.492747122946856, 24.369711208503173 16.623497346023417 M24.369711208503173 16.623497346023417 C24.338415887872568 16.703700379128733, 24.307120567241967 16.78390341223405, 24.219491633275286 17.008477123264846 M24.369711208503173 16.623497346023417 C24.324001703289532 16.740640768298892, 24.278292198075892 16.85778419057437, 24.219491633275286 17.008477123264846 M24.219491633275286 17.008477123264846 C24.18029492102702 17.088655279693775, 24.141098208778754 17.168833436122707, 24.037993756032446 17.379736965185366 M24.219491633275286 17.008477123264846 C24.14793114010437 17.154856451695462, 24.076370646933448 17.30123578012608, 24.037993756032446 17.379736965185366 M24.037993756032446 17.379736965185366 C23.98121043720068 17.47503166986844, 23.924427118368914 17.570326374551513, 23.826457391312644 17.734740790612133 M24.037993756032446 17.379736965185366 C23.969476516225814 17.494723730091042, 23.900959276419183 17.60971049499672, 23.826457391312644 17.734740790612133 M23.826457391312644 17.734740790612133 C23.740944241944103 17.854509408252095, 23.655431092575565 17.97427802589206, 23.58632754698197 18.07106356344834 M23.826457391312644 17.734740790612133 C23.74716273844828 17.84579986199396, 23.66786808558392 17.956858933375788, 23.58632754698197 18.07106356344834 M23.58632754698197 18.07106356344834 C23.4827751716257 18.193327621998286, 23.379222796269428 18.31559168054823, 23.319244553365657 18.386407858128706 M23.58632754698197 18.07106356344834 C23.481490292186574 18.194844676285395, 23.376653037391183 18.31862578912245, 23.319244553365657 18.386407858128706 M23.319244553365657 18.386407858128706 C23.24873037731772 18.456922034176642, 23.178216201269787 18.527436210224575, 23.027032858128706 18.678619553365657 M23.319244553365657 18.386407858128706 C23.211733244431453 18.49391916706291, 23.10422193549725 18.601430475997113, 23.027032858128706 18.678619553365657 M23.027032858128706 18.678619553365657 C22.958363810346484 18.736779270093837, 22.889694762564258 18.794938986822018, 22.71168856344834 18.94570254698197 M23.027032858128706 18.678619553365657 C22.91911022136621 18.770025364067607, 22.81118758460372 18.861431174769553, 22.71168856344834 18.94570254698197 M22.71168856344834 18.94570254698197 C22.623969427452867 19.008332806282528, 22.53625029145739 19.07096306558309, 22.375365790612136 19.185832391312644 M22.71168856344834 18.94570254698197 C22.629273465327312 19.00454579602933, 22.546858367206283 19.063389045076693, 22.375365790612136 19.185832391312644 M22.375365790612136 19.185832391312644 C22.29579454908986 19.23324655973077, 22.216223307567578 19.2806607281489, 22.02036196518537 19.397368756032446 M22.375365790612136 19.185832391312644 C22.296636697715122 19.23274474807134, 22.21790760481811 19.279657104830033, 22.02036196518537 19.397368756032446 M22.02036196518537 19.397368756032446 C21.91422587935136 19.44925552670521, 21.808089793517347 19.501142297377974, 21.649102123264846 19.578866633275286 M22.02036196518537 19.397368756032446 C21.874677960693436 19.468589326042768, 21.728993956201506 19.539809896053093, 21.649102123264846 19.578866633275286 M21.649102123264846 19.578866633275286 C21.55389716292414 19.616015724078046, 21.458692202583435 19.653164814880807, 21.264122346023417 19.729086208503173 M21.649102123264846 19.578866633275286 C21.53963080863636 19.62158247279539, 21.430159494007874 19.664298312315488, 21.264122346023417 19.729086208503173 M21.264122346023417 19.729086208503173 C21.173076956215272 19.75619159544023, 21.08203156640713 19.783296982377294, 20.868052435703998 19.847001329696653 M21.264122346023417 19.729086208503173 C21.165207301804497 19.75853449306871, 21.06629225758558 19.787982777634245, 20.868052435703998 19.847001329696653 M20.868052435703998 19.847001329696653 C20.732053160655443 19.875517378951034, 20.59605388560689 19.904033428205416, 20.46359795140367 19.931806517013612 M20.868052435703998 19.847001329696653 C20.77232267983214 19.867073748704602, 20.67659292396028 19.88714616771255, 20.46359795140367 19.931806517013612 M20.46359795140367 19.931806517013612 C20.33504535555369 19.947830581375356, 20.20649275970371 19.963854645737097, 20.053521727361662 19.982922465033347 M20.46359795140367 19.931806517013612 C20.318689440150585 19.949869344104194, 20.1737809288975 19.96793217119478, 20.053521727361662 19.982922465033347 M20.053521727361662 19.982922465033347 C19.966197877227025 19.98653420619106, 19.878874027092383 19.990145947348772, 19.640625 20 M20.053521727361662 19.982922465033347 C19.945729153941635 19.987380798848413, 19.83793658052161 19.991839132663475, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C9.353152754696882 20, -0.9343194906062351 20, -19.640625 20 M19.640625 20 C11.674760924693526 20, 3.7088968493870507 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.761567296956905 19.99499778959638, -19.882509593913806 19.98999557919276, -20.053521727361662 19.982922465033347 M-19.640625 20 C-19.73363391918105 19.99615312264722, -19.826642838362094 19.99230624529444, -20.053521727361662 19.982922465033347 M-20.053521727361662 19.982922465033347 C-20.167507114001737 19.96871420140598, -20.281492500641814 19.954505937778617, -20.46359795140367 19.931806517013612 M-20.053521727361662 19.982922465033347 C-20.184299710532215 19.96662100643138, -20.31507769370277 19.950319547829412, -20.46359795140367 19.931806517013612 M-20.46359795140367 19.931806517013612 C-20.57964736328456 19.907473514179912, -20.695696775165455 19.883140511346213, -20.868052435703994 19.847001329696653 M-20.46359795140367 19.931806517013612 C-20.618407913553497 19.899346281441346, -20.773217875703324 19.866886045869084, -20.868052435703994 19.847001329696653 M-20.868052435703994 19.847001329696653 C-21.017864805591177 19.802400254756922, -21.167677175478357 19.757799179817187, -21.264122346023417 19.729086208503173 M-20.868052435703994 19.847001329696653 C-20.98722038920944 19.811523492794976, -21.10638834271489 19.776045655893302, -21.264122346023417 19.729086208503173 M-21.264122346023417 19.729086208503173 C-21.41034329277704 19.67203061802998, -21.556564239530662 19.614975027556785, -21.649102123264846 19.578866633275286 M-21.264122346023417 19.729086208503173 C-21.38700028269959 19.68113908882681, -21.50987821937576 19.63319196915045, -21.649102123264846 19.578866633275286 M-21.649102123264846 19.578866633275286 C-21.756582406858804 19.526322724360035, -21.864062690452766 19.473778815444785, -22.02036196518537 19.397368756032446 M-21.649102123264846 19.578866633275286 C-21.74918049311741 19.529941299492343, -21.849258862969975 19.4810159657094, -22.02036196518537 19.397368756032446 M-22.02036196518537 19.397368756032446 C-22.132546640032132 19.330521199486178, -22.244731314878894 19.263673642939906, -22.375365790612133 19.185832391312644 M-22.02036196518537 19.397368756032446 C-22.133040254036572 19.330227069382232, -22.245718542887776 19.263085382732015, -22.375365790612133 19.185832391312644 M-22.375365790612133 19.185832391312644 C-22.442673175305067 19.137775842324537, -22.509980559998002 19.08971929333643, -22.71168856344834 18.94570254698197 M-22.375365790612133 19.185832391312644 C-22.475978247236956 19.113996478022255, -22.57659070386178 19.042160564731862, -22.71168856344834 18.94570254698197 M-22.71168856344834 18.94570254698197 C-22.82902891412338 18.84632033947432, -22.94636926479842 18.746938131966672, -23.027032858128706 18.67861955336566 M-22.71168856344834 18.94570254698197 C-22.81382357768007 18.859198602518017, -22.9159585919118 18.772694658054064, -23.027032858128706 18.67861955336566 M-23.027032858128706 18.67861955336566 C-23.125163926795132 18.580488484699234, -23.223294995461554 18.48235741603281, -23.319244553365657 18.386407858128706 M-23.027032858128706 18.67861955336566 C-23.141191865448786 18.564460546045577, -23.25535087276887 18.450301538725494, -23.319244553365657 18.386407858128706 M-23.319244553365657 18.386407858128706 C-23.399209419774753 18.291993518767168, -23.479174286183845 18.197579179405633, -23.586327546981966 18.07106356344834 M-23.319244553365657 18.386407858128706 C-23.414113272764084 18.274396572794288, -23.508981992162514 18.16238528745987, -23.586327546981966 18.07106356344834 M-23.586327546981966 18.07106356344834 C-23.661373211234885 17.96595557089028, -23.736418875487807 17.86084757833222, -23.826457391312644 17.734740790612133 M-23.586327546981966 18.07106356344834 C-23.658259298672522 17.970316876792356, -23.73019105036308 17.86957019013637, -23.826457391312644 17.734740790612133 M-23.826457391312644 17.734740790612133 C-23.876932051473226 17.650033381236646, -23.927406711633807 17.565325971861157, -24.037993756032446 17.37973696518537 M-23.826457391312644 17.734740790612133 C-23.871131145951466 17.65976855681221, -23.915804900590288 17.584796323012288, -24.037993756032446 17.37973696518537 M-24.037993756032446 17.37973696518537 C-24.10909782879 17.234291259632823, -24.180201901547555 17.088845554080276, -24.219491633275286 17.00847712326485 M-24.037993756032446 17.37973696518537 C-24.08423559807492 17.285147765423922, -24.13047744011739 17.190558565662474, -24.219491633275286 17.00847712326485 M-24.219491633275286 17.00847712326485 C-24.27799014664139 16.85855828205875, -24.336488660007493 16.708639440852647, -24.369711208503173 16.623497346023417 M-24.219491633275286 17.00847712326485 C-24.27686555862301 16.861440354146534, -24.334239483970737 16.714403585028222, -24.369711208503173 16.623497346023417 M-24.369711208503173 16.623497346023417 C-24.41636185081108 16.466800600701685, -24.463012493118985 16.31010385537995, -24.487626329696653 16.227427435703994 M-24.369711208503173 16.623497346023417 C-24.403621979379984 16.509593074509308, -24.437532750256796 16.3956888029952, -24.487626329696653 16.227427435703994 M-24.487626329696653 16.227427435703994 C-24.507331472410844 16.13344930079646, -24.527036615125034 16.039471165888926, -24.572431517013612 15.82297295140367 M-24.487626329696653 16.227427435703994 C-24.516927404048495 16.08768420428907, -24.546228478400337 15.947940972874143, -24.572431517013612 15.82297295140367 M-24.572431517013612 15.82297295140367 C-24.58310652800092 15.737332982531502, -24.593781538988225 15.651693013659333, -24.623547465033347 15.412896727361664 M-24.572431517013612 15.82297295140367 C-24.584858380375362 15.723278797201445, -24.59728524373711 15.623584642999221, -24.623547465033347 15.412896727361664 M-24.623547465033347 15.412896727361664 C-24.629055388511702 15.279727415560396, -24.634563311990057 15.146558103759128, -24.640625 15 M-24.623547465033347 15.412896727361664 C-24.62779466162367 15.310208981382509, -24.63204185821399 15.207521235403354, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 4.172103192302197, -24.640625 -6.655793615395606, -24.640625 -15 M-24.640625 15 C-24.640625 4.4510845979475775, -24.640625 -6.097830804104845, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.634730912112904 -15.142505906392019, -24.628836824225807 -15.285011812784038, -24.623547465033347 -15.41289672736166 M-24.640625 -15 C-24.635325906476023 -15.128120269014552, -24.63002681295205 -15.256240538029104, -24.623547465033347 -15.41289672736166 M-24.623547465033347 -15.41289672736166 C-24.606436576102862 -15.550168342081706, -24.58932568717238 -15.687439956801752, -24.572431517013612 -15.822972951403669 M-24.623547465033347 -15.41289672736166 C-24.607345226724572 -15.542878718581429, -24.591142988415797 -15.6728607098012, -24.572431517013612 -15.822972951403669 M-24.572431517013612 -15.822972951403669 C-24.550925617453355 -15.925539289516324, -24.5294197178931 -16.028105627628978, -24.487626329696653 -16.227427435703994 M-24.572431517013612 -15.822972951403669 C-24.54273560297594 -15.964599259627516, -24.51303968893827 -16.106225567851364, -24.487626329696653 -16.227427435703994 M-24.487626329696653 -16.227427435703994 C-24.442435599737284 -16.37922042188859, -24.39724486977791 -16.53101340807319, -24.369711208503173 -16.623497346023417 M-24.487626329696653 -16.227427435703994 C-24.46086110525121 -16.31733023984385, -24.43409588080577 -16.40723304398371, -24.369711208503173 -16.623497346023417 M-24.369711208503173 -16.623497346023417 C-24.315219339433913 -16.763148037911797, -24.260727470364657 -16.902798729800175, -24.21949163327529 -17.008477123264846 M-24.369711208503173 -16.623497346023417 C-24.33167736121723 -16.72096974290354, -24.29364351393129 -16.818442139783667, -24.21949163327529 -17.008477123264846 M-24.21949163327529 -17.008477123264846 C-24.17542431380338 -17.098618266012824, -24.13135699433147 -17.188759408760802, -24.037993756032446 -17.379736965185366 M-24.21949163327529 -17.008477123264846 C-24.169248188993123 -17.11125173123881, -24.119004744710953 -17.214026339212776, -24.037993756032446 -17.379736965185366 M-24.037993756032446 -17.379736965185366 C-23.973853770164183 -17.487377750145495, -23.90971378429592 -17.595018535105623, -23.826457391312644 -17.734740790612133 M-24.037993756032446 -17.379736965185366 C-23.976127241324548 -17.483562373248024, -23.91426072661665 -17.587387781310685, -23.826457391312644 -17.734740790612133 M-23.826457391312644 -17.734740790612133 C-23.77017656390459 -17.813566993927896, -23.71389573649654 -17.892393197243656, -23.58632754698197 -18.07106356344834 M-23.826457391312644 -17.734740790612133 C-23.757446976983704 -17.831395889716443, -23.688436562654765 -17.928050988820758, -23.58632754698197 -18.07106356344834 M-23.58632754698197 -18.07106356344834 C-23.5284169842025 -18.1394384357192, -23.470506421423035 -18.20781330799006, -23.31924455336566 -18.386407858128706 M-23.58632754698197 -18.07106356344834 C-23.495647747309118 -18.178129000608568, -23.404967947636266 -18.285194437768794, -23.31924455336566 -18.386407858128706 M-23.31924455336566 -18.386407858128706 C-23.24050849337358 -18.465143918120788, -23.161772433381493 -18.54387997811287, -23.027032858128706 -18.678619553365657 M-23.31924455336566 -18.386407858128706 C-23.2237967674738 -18.481855644020566, -23.12834898158194 -18.577303429912426, -23.027032858128706 -18.678619553365657 M-23.027032858128706 -18.678619553365657 C-22.920548550543216 -18.76880716139554, -22.814064242957727 -18.85899476942542, -22.71168856344834 -18.945702546981966 M-23.027032858128706 -18.678619553365657 C-22.916102700300936 -18.77257260447445, -22.805172542473162 -18.866525655583246, -22.71168856344834 -18.945702546981966 M-22.71168856344834 -18.945702546981966 C-22.59522851510275 -19.028853423278974, -22.47876846675716 -19.112004299575982, -22.375365790612136 -19.185832391312644 M-22.71168856344834 -18.945702546981966 C-22.596769785363016 -19.027752977464534, -22.481851007277687 -19.1098034079471, -22.375365790612136 -19.185832391312644 M-22.375365790612136 -19.185832391312644 C-22.302923299562426 -19.228998746462423, -22.230480808512713 -19.272165101612206, -22.020361965185366 -19.397368756032446 M-22.375365790612136 -19.185832391312644 C-22.29626867440288 -19.232964042366294, -22.217171558193627 -19.280095693419945, -22.020361965185366 -19.397368756032446 M-22.020361965185366 -19.397368756032446 C-21.927237037570016 -19.442894759041945, -21.834112109954663 -19.488420762051444, -21.64910212326485 -19.578866633275286 M-22.020361965185366 -19.397368756032446 C-21.878971684934996 -19.466490252166967, -21.73758140468463 -19.535611748301488, -21.64910212326485 -19.578866633275286 M-21.64910212326485 -19.578866633275286 C-21.520748576547597 -19.628950342619756, -21.392395029830343 -19.679034051964226, -21.26412234602342 -19.729086208503173 M-21.64910212326485 -19.578866633275286 C-21.499544745748498 -19.637224103071976, -21.349987368232146 -19.695581572868665, -21.26412234602342 -19.729086208503173 M-21.26412234602342 -19.729086208503173 C-21.163499281364235 -19.759042992785467, -21.062876216705046 -19.788999777067765, -20.868052435703994 -19.847001329696653 M-21.26412234602342 -19.729086208503173 C-21.12266809081407 -19.771198964892296, -20.981213835604716 -19.81331172128142, -20.868052435703994 -19.847001329696653 M-20.868052435703994 -19.847001329696653 C-20.760976068950512 -19.869452882818774, -20.65389970219703 -19.891904435940894, -20.463597951403674 -19.931806517013612 M-20.868052435703994 -19.847001329696653 C-20.747911818230037 -19.87219216813396, -20.62777120075608 -19.897383006571268, -20.463597951403674 -19.931806517013612 M-20.463597951403674 -19.931806517013612 C-20.364408279445456 -19.944170496729225, -20.265218607487242 -19.95653447644484, -20.053521727361662 -19.982922465033347 M-20.463597951403674 -19.931806517013612 C-20.34369089182204 -19.946752916403366, -20.2237838322404 -19.96169931579312, -20.053521727361662 -19.982922465033347 M-20.053521727361662 -19.982922465033347 C-19.964186008860665 -19.98661741768221, -19.874850290359667 -19.990312370331072, -19.640625 -20 M-20.053521727361662 -19.982922465033347 C-19.889074443183926 -19.989724055018478, -19.724627159006186 -19.996525645003608, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.640625, -12)\"><rect></rect><foreignObject width=\"33.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sent</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Delivered-11\" transform=\"translate(369.71484375, 572)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.484375 -20 C-14.360059353110678 -20, 9.764256293778644 -20, 38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 C38.59221867286929 -19.99553955269608, 38.700062345738594 -19.99107910539216, 38.89727172736166 -19.982922465033347 C38.98858887888008 -19.97153979396718, 39.07990603039849 -19.960157122901016, 39.30734795140367 -19.931806517013612 C39.451336283425775 -19.901615338667018, 39.59532461544788 -19.871424160320423, 39.711802435703994 -19.847001329696653 C39.844963978988346 -19.80735742061499, 39.978125522272705 -19.767713511533326, 40.10787234602342 -19.729086208503173 C40.25608099673498 -19.6712550135388, 40.40428964744655 -19.613423818574432, 40.492852123264846 -19.578866633275286 C40.63701168998655 -19.508391315479297, 40.78117125670825 -19.437915997683312, 40.864111965185366 -19.397368756032446 C40.96506563890811 -19.337213423568787, 41.06601931263086 -19.277058091105125, 41.219115790612136 -19.185832391312644 C41.32343220448531 -19.111351903377624, 41.42774861835848 -19.036871415442604, 41.55543856344834 -18.94570254698197 C41.645837362796506 -18.869138669478804, 41.73623616214468 -18.792574791975643, 41.870782858128706 -18.678619553365657 C41.95220381954547 -18.597198591948896, 42.03362478096223 -18.515777630532135, 42.16299455336566 -18.386407858128706 C42.2462724902912 -18.288081783800116, 42.32955042721674 -18.189755709471523, 42.43007754698197 -18.07106356344834 C42.52373576429281 -17.939887068362207, 42.61739398160364 -17.808710573276077, 42.670207391312644 -17.734740790612136 C42.75390364703319 -17.594280350185983, 42.83759990275374 -17.453819909759826, 42.88174375603245 -17.37973696518537 C42.94141368045099 -17.257680183896415, 43.00108360486954 -17.135623402607457, 43.06324163327529 -17.008477123264846 C43.11630681985506 -16.872482705241993, 43.16937200643484 -16.736488287219142, 43.213461208503176 -16.623497346023417 C43.25376387528484 -16.48812307462988, 43.2940665420665 -16.35274880323634, 43.33137632969665 -16.227427435703994 C43.35814543739712 -16.099759706963443, 43.384914545097594 -15.97209197822289, 43.41618151701361 -15.82297295140367 C43.431061928899155 -15.703595274678277, 43.44594234078469 -15.584217597952884, 43.46729746503335 -15.412896727361662 C43.47193996357241 -15.300651461443431, 43.47658246211147 -15.188406195525198, 43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 C43.484375 -3.5791594443660593, 43.484375 7.8416811112678815, 43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 C43.47970273636328 15.112964919629206, 43.47503047272656 15.225929839258413, 43.46729746503335 15.412896727361662 C43.4488726932342 15.560708929637826, 43.43044792143505 15.708521131913992, 43.41618151701361 15.822972951403669 C43.39084933387438 15.943787672671702, 43.36551715073514 16.064602393939733, 43.33137632969665 16.227427435703994 C43.299978219399854 16.33289182910479, 43.26858010910306 16.438356222505586, 43.213461208503176 16.623497346023417 C43.160280990113016 16.759786565310826, 43.107100771722855 16.896075784598235, 43.06324163327529 17.008477123264846 C43.01723477958742 17.10258564666408, 42.97122792589955 17.196694170063314, 42.88174375603245 17.379736965185366 C42.8254885881559 17.474145318201423, 42.76923342027935 17.56855367121748, 42.670207391312644 17.734740790612133 C42.58485427251326 17.854285271494298, 42.49950115371388 17.973829752376467, 42.43007754698197 18.07106356344834 C42.328209341199155 18.191339126740417, 42.22634113541634 18.311614690032492, 42.16299455336566 18.386407858128706 C42.07601140846271 18.47339100303165, 41.98902826355977 18.560374147934596, 41.870782858128706 18.678619553365657 C41.76702415927164 18.766498688558407, 41.66326546041458 18.854377823751157, 41.55543856344834 18.94570254698197 C41.44235677890344 19.026441389286376, 41.329274994358535 19.107180231590778, 41.219115790612136 19.185832391312644 C41.14473643264219 19.230152868637756, 41.07035707467224 19.27447334596287, 40.864111965185366 19.397368756032446 C40.749693016433625 19.4533047716472, 40.63527406768189 19.509240787261955, 40.492852123264846 19.578866633275286 C40.36320161638564 19.62945641804536, 40.23355110950642 19.680046202815436, 40.10787234602342 19.729086208503173 C39.95383006818322 19.774946581601945, 39.799787790343025 19.82080695470072, 39.711802435703994 19.847001329696653 C39.628156460071345 19.8645400464304, 39.544510484438696 19.882078763164145, 39.30734795140367 19.931806517013612 C39.1525954311507 19.951096398546376, 38.99784291089774 19.97038628007914, 38.89727172736166 19.982922465033347 C38.77000795960704 19.988186133403172, 38.64274419185242 19.993449801772996, 38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 C14.531750732918994 20, -9.420873534162013 20, -38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 C-38.60627600853673 19.99495813699213, -38.72817701707347 19.989916273984257, -38.89727172736166 19.982922465033347 C-39.031234182182445 19.96622406245414, -39.165196637003234 19.94952565987493, -39.30734795140367 19.931806517013612 C-39.39215218164088 19.914024939828288, -39.476956411878085 19.896243362642963, -39.711802435703994 19.847001329696653 C-39.83773309332133 19.80951014854899, -39.96366375093868 19.77201896740133, -40.10787234602342 19.729086208503173 C-40.20724900626845 19.690309315346493, -40.30662566651347 19.65153242218981, -40.492852123264846 19.578866633275286 C-40.628249572015726 19.5126748539402, -40.763647020766605 19.44648307460512, -40.864111965185366 19.397368756032446 C-40.95088377495763 19.345663980239348, -41.0376555847299 19.29395920444625, -41.219115790612136 19.185832391312644 C-41.3385373351548 19.100567047372568, -41.457958879697465 19.015301703432495, -41.55543856344834 18.94570254698197 C-41.633401796349915 18.87967105699905, -41.71136502925148 18.813639567016132, -41.870782858128706 18.67861955336566 C-41.944244755974466 18.6051576555199, -42.01770665382023 18.53169575767414, -42.16299455336566 18.386407858128706 C-42.222356811806975 18.31631897202874, -42.2817190702483 18.246230085928772, -42.43007754698197 18.07106356344834 C-42.5059104756052 17.964852938534378, -42.58174340422842 17.858642313620418, -42.670207391312644 17.734740790612133 C-42.72642238094098 17.640399865396653, -42.78263737056932 17.546058940181172, -42.88174375603244 17.37973696518537 C-42.93935033066175 17.261900833350914, -42.99695690529107 17.144064701516456, -43.06324163327528 17.00847712326485 C-43.11412697841598 16.8780691600723, -43.16501232355668 16.747661196879754, -43.213461208503176 16.623497346023417 C-43.258252826312756 16.473044953918475, -43.303044444122335 16.322592561813536, -43.33137632969665 16.227427435703994 C-43.361362607850744 16.08441631750941, -43.391348886004835 15.941405199314831, -43.41618151701361 15.82297295140367 C-43.436504687874304 15.659930897211586, -43.456827858735 15.4968888430195, -43.46729746503335 15.412896727361664 C-43.470973788741325 15.324011415124751, -43.47465011244931 15.23512610288784, -43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 C-43.484375 7.611459268093357, -43.484375 0.22291853618671453, -43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 C-43.480841913434 -15.085422157438813, -43.47730882686799 -15.170844314877627, -43.46729746503335 -15.41289672736166 C-43.45196578495255 -15.53589469021519, -43.43663410487175 -15.65889265306872, -43.41618151701361 -15.822972951403669 C-43.390274856832555 -15.946527479316115, -43.3643681966515 -16.07008200722856, -43.33137632969665 -16.227427435703994 C-43.29710730457944 -16.342535061999342, -43.26283827946222 -16.457642688294687, -43.213461208503176 -16.623497346023417 C-43.1718451999172 -16.730150035533427, -43.13022919133123 -16.836802725043437, -43.06324163327529 -17.008477123264846 C-43.001602721337754 -17.13456153289936, -42.939963809400226 -17.26064594253388, -42.88174375603245 -17.379736965185366 C-42.82847753786775 -17.46912921336706, -42.77521131970305 -17.558521461548754, -42.670207391312644 -17.734740790612133 C-42.60352972465542 -17.82812867331748, -42.53685205799819 -17.92151655602283, -42.43007754698197 -18.07106356344834 C-42.33096002450102 -18.18809140110289, -42.231842502020065 -18.30511923875744, -42.16299455336566 -18.386407858128706 C-42.08175820133255 -18.467644210161815, -42.000521849299446 -18.54888056219492, -41.870782858128706 -18.678619553365657 C-41.76531595173584 -18.767945466540677, -41.65984904534299 -18.857271379715694, -41.55543856344834 -18.945702546981966 C-41.48024091139853 -18.999392638582002, -41.40504325934872 -19.053082730182034, -41.219115790612136 -19.185832391312644 C-41.09233377501728 -19.261378074964203, -40.96555175942243 -19.336923758615765, -40.864111965185366 -19.397368756032446 C-40.72055745751968 -19.46754827848007, -40.577002949854 -19.537727800927694, -40.492852123264846 -19.578866633275286 C-40.378803756841606 -19.623368443947772, -40.26475539041837 -19.667870254620254, -40.10787234602342 -19.729086208503173 C-40.01264405500919 -19.757436899084375, -39.91741576399496 -19.785787589665578, -39.711802435703994 -19.847001329696653 C-39.62441267330555 -19.86532503596636, -39.537022910907105 -19.883648742236065, -39.30734795140367 -19.931806517013612 C-39.21539026570359 -19.943269030582258, -39.12343258000352 -19.954731544150903, -38.89727172736166 -19.982922465033347 C-38.735467867716466 -19.989614722171073, -38.57366400807127 -19.9963069793088, -38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-38.484375 -20 C-21.61751502261298 -20, -4.750655045225962 -20, 38.484375 -20 M-38.484375 -20 C-21.49173700939366 -20, -4.499099018787319 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.588832207672304 -19.995679617932694, 38.69328941534461 -19.99135923586539, 38.89727172736166 -19.982922465033347 M38.484375 -20 C38.578349398306514 -19.99611319013521, 38.67232379661303 -19.992226380270417, 38.89727172736166 -19.982922465033347 M38.89727172736166 -19.982922465033347 C38.984666549741576 -19.972028711784418, 39.07206137212149 -19.961134958535492, 39.30734795140367 -19.931806517013612 M38.89727172736166 -19.982922465033347 C39.04730891491629 -19.96422034910847, 39.19734610247093 -19.94551823318359, 39.30734795140367 -19.931806517013612 M39.30734795140367 -19.931806517013612 C39.451492669466084 -19.901582547962608, 39.5956373875285 -19.8713585789116, 39.711802435703994 -19.847001329696653 M39.30734795140367 -19.931806517013612 C39.404949929290645 -19.911341534330752, 39.50255190717762 -19.890876551647896, 39.711802435703994 -19.847001329696653 M39.711802435703994 -19.847001329696653 C39.827546632145506 -19.812542789435827, 39.94329082858702 -19.778084249175006, 40.10787234602342 -19.729086208503173 M39.711802435703994 -19.847001329696653 C39.81169596994843 -19.817261736029014, 39.91158950419287 -19.787522142361375, 40.10787234602342 -19.729086208503173 M40.10787234602342 -19.729086208503173 C40.217656634518505 -19.686248246201362, 40.32744092301359 -19.643410283899556, 40.492852123264846 -19.578866633275286 M40.10787234602342 -19.729086208503173 C40.2025941402056 -19.692125649720506, 40.29731593438777 -19.65516509093784, 40.492852123264846 -19.578866633275286 M40.492852123264846 -19.578866633275286 C40.623412654221404 -19.515039478962738, 40.75397318517797 -19.451212324650186, 40.864111965185366 -19.397368756032446 M40.492852123264846 -19.578866633275286 C40.56852386700654 -19.54187297194813, 40.644195610748234 -19.50487931062097, 40.864111965185366 -19.397368756032446 M40.864111965185366 -19.397368756032446 C40.93710920731277 -19.35387184099036, 41.01010644944018 -19.31037492594828, 41.219115790612136 -19.185832391312644 M40.864111965185366 -19.397368756032446 C40.935749845584006 -19.35468184476454, 41.007387725982646 -19.31199493349663, 41.219115790612136 -19.185832391312644 M41.219115790612136 -19.185832391312644 C41.33400894813008 -19.103800253563595, 41.44890210564801 -19.021768115814545, 41.55543856344834 -18.94570254698197 M41.219115790612136 -19.185832391312644 C41.30674110674406 -19.123269118107135, 41.39436642287599 -19.060705844901626, 41.55543856344834 -18.94570254698197 M41.55543856344834 -18.94570254698197 C41.631795198356464 -18.88103177608884, 41.708151833264594 -18.816361005195706, 41.870782858128706 -18.678619553365657 M41.55543856344834 -18.94570254698197 C41.61959866589398 -18.891361712151646, 41.68375876833962 -18.83702087732132, 41.870782858128706 -18.678619553365657 M41.870782858128706 -18.678619553365657 C41.94624871923902 -18.60315369225534, 42.02171458034934 -18.527687831145023, 42.16299455336566 -18.386407858128706 M41.870782858128706 -18.678619553365657 C41.945400582334116 -18.604001829160246, 42.02001830653953 -18.529384104954833, 42.16299455336566 -18.386407858128706 M42.16299455336566 -18.386407858128706 C42.222583175981406 -18.31605170435303, 42.28217179859715 -18.245695550577356, 42.43007754698197 -18.07106356344834 M42.16299455336566 -18.386407858128706 C42.23763266646899 -18.29828280451089, 42.31227077957233 -18.21015775089307, 42.43007754698197 -18.07106356344834 M42.43007754698197 -18.07106356344834 C42.49349438156034 -17.982242760231056, 42.55691121613871 -17.89342195701377, 42.670207391312644 -17.734740790612136 M42.43007754698197 -18.07106356344834 C42.50637685520429 -17.964199733263712, 42.58267616342661 -17.85733590307908, 42.670207391312644 -17.734740790612136 M42.670207391312644 -17.734740790612136 C42.74829879169688 -17.603686511098257, 42.82639019208113 -17.472632231584377, 42.88174375603245 -17.37973696518537 M42.670207391312644 -17.734740790612136 C42.71891121715483 -17.653005224673876, 42.76761504299702 -17.571269658735613, 42.88174375603245 -17.37973696518537 M42.88174375603245 -17.37973696518537 C42.94900301051626 -17.24215596111698, 43.01626226500007 -17.104574957048584, 43.06324163327529 -17.008477123264846 M42.88174375603245 -17.37973696518537 C42.94113413401465 -17.258252005271647, 43.00052451199685 -17.136767045357924, 43.06324163327529 -17.008477123264846 M43.06324163327529 -17.008477123264846 C43.119137646137595 -16.86522791923954, 43.1750336589999 -16.721978715214238, 43.213461208503176 -16.623497346023417 M43.06324163327529 -17.008477123264846 C43.10512856619772 -16.901130114186028, 43.14701549912015 -16.793783105107206, 43.213461208503176 -16.623497346023417 M43.213461208503176 -16.623497346023417 C43.24197467668657 -16.527722294681528, 43.27048814486995 -16.43194724333964, 43.33137632969665 -16.227427435703994 M43.213461208503176 -16.623497346023417 C43.25679962372849 -16.477926175354728, 43.3001380389538 -16.332355004686036, 43.33137632969665 -16.227427435703994 M43.33137632969665 -16.227427435703994 C43.36096495686946 -16.086312802001178, 43.390553584042266 -15.945198168298365, 43.41618151701361 -15.82297295140367 M43.33137632969665 -16.227427435703994 C43.36147459185316 -16.083882241312192, 43.39157285400967 -15.940337046920389, 43.41618151701361 -15.82297295140367 M43.41618151701361 -15.82297295140367 C43.42872134552404 -15.722372537542524, 43.441261174034466 -15.621772123681378, 43.46729746503335 -15.412896727361662 M43.41618151701361 -15.82297295140367 C43.427057576234965 -15.73572007885151, 43.43793363545631 -15.648467206299353, 43.46729746503335 -15.412896727361662 M43.46729746503335 -15.412896727361662 C43.472832795877984 -15.279064766538442, 43.47836812672262 -15.145232805715223, 43.484375 -15 M43.46729746503335 -15.412896727361662 C43.47363136951486 -15.259757036127269, 43.47996527399637 -15.106617344892877, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -3.9530590779130996, 43.484375 7.093881844173801, 43.484375 15 M43.484375 -15 C43.484375 -5.7211645023594, 43.484375 3.5576709952811996, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.47768462929279 15.161758249960522, 43.47099425858557 15.323516499921045, 43.46729746503335 15.412896727361662 M43.484375 15 C43.48019113684605 15.101156484666356, 43.476007273692105 15.202312969332713, 43.46729746503335 15.412896727361662 M43.46729746503335 15.412896727361662 C43.450971866114216 15.543868375532941, 43.434646267195085 15.674840023704219, 43.41618151701361 15.822972951403669 M43.46729746503335 15.412896727361662 C43.45655981654339 15.499039203798816, 43.44582216805343 15.585181680235971, 43.41618151701361 15.822972951403669 M43.41618151701361 15.822972951403669 C43.38550083955658 15.969295811731659, 43.35482016209955 16.11561867205965, 43.33137632969665 16.227427435703994 M43.41618151701361 15.822972951403669 C43.398310522498114 15.908203632443069, 43.380439527982624 15.993434313482469, 43.33137632969665 16.227427435703994 M43.33137632969665 16.227427435703994 C43.29331154182659 16.35528480433856, 43.25524675395653 16.483142172973125, 43.213461208503176 16.623497346023417 M43.33137632969665 16.227427435703994 C43.29224549681523 16.358865586411056, 43.25311466393381 16.49030373711812, 43.213461208503176 16.623497346023417 M43.213461208503176 16.623497346023417 C43.16245830631685 16.7542065821038, 43.11145540413053 16.884915818184187, 43.06324163327529 17.008477123264846 M43.213461208503176 16.623497346023417 C43.15652418739602 16.769414425534322, 43.09958716628887 16.91533150504523, 43.06324163327529 17.008477123264846 M43.06324163327529 17.008477123264846 C42.99109797560525 17.15604933374481, 42.91895431793521 17.303621544224775, 42.88174375603245 17.379736965185366 M43.06324163327529 17.008477123264846 C43.01334448925006 17.110543362741065, 42.96344734522483 17.212609602217285, 42.88174375603245 17.379736965185366 M42.88174375603245 17.379736965185366 C42.82146406523368 17.480899339122598, 42.7611843744349 17.58206171305983, 42.670207391312644 17.734740790612133 M42.88174375603245 17.379736965185366 C42.83017164442993 17.46628613571914, 42.77859953282742 17.552835306252913, 42.670207391312644 17.734740790612133 M42.670207391312644 17.734740790612133 C42.58508784490073 17.853958133011247, 42.49996829848881 17.97317547541036, 42.43007754698197 18.07106356344834 M42.670207391312644 17.734740790612133 C42.600308679092144 17.83264002832332, 42.530409966871645 17.930539266034504, 42.43007754698197 18.07106356344834 M42.43007754698197 18.07106356344834 C42.35347717725867 18.161505449079407, 42.276876807535366 18.251947334710476, 42.16299455336566 18.386407858128706 M42.43007754698197 18.07106356344834 C42.35011558502279 18.165474473532342, 42.27015362306361 18.259885383616346, 42.16299455336566 18.386407858128706 M42.16299455336566 18.386407858128706 C42.05732874822882 18.49207366326554, 41.95166294309199 18.597739468402374, 41.870782858128706 18.678619553365657 M42.16299455336566 18.386407858128706 C42.088028533001086 18.46137387849328, 42.01306251263651 18.536339898857854, 41.870782858128706 18.678619553365657 M41.870782858128706 18.678619553365657 C41.78481615739896 18.751429634821204, 41.69884945666921 18.82423971627675, 41.55543856344834 18.94570254698197 M41.870782858128706 18.678619553365657 C41.77486811246828 18.759855199087102, 41.67895336680785 18.84109084480855, 41.55543856344834 18.94570254698197 M41.55543856344834 18.94570254698197 C41.434645608925685 19.03194705882742, 41.313852654403036 19.11819157067287, 41.219115790612136 19.185832391312644 M41.55543856344834 18.94570254698197 C41.4814058751906 18.998560870421667, 41.40737318693287 19.05141919386136, 41.219115790612136 19.185832391312644 M41.219115790612136 19.185832391312644 C41.10298373180628 19.255032078154564, 40.98685167300043 19.324231764996487, 40.864111965185366 19.397368756032446 M41.219115790612136 19.185832391312644 C41.144857818799636 19.230080538187675, 41.070599846987136 19.27432868506271, 40.864111965185366 19.397368756032446 M40.864111965185366 19.397368756032446 C40.766760869190556 19.444960806869187, 40.669409773195746 19.49255285770593, 40.492852123264846 19.578866633275286 M40.864111965185366 19.397368756032446 C40.72193136338569 19.466876616829506, 40.57975076158603 19.536384477626562, 40.492852123264846 19.578866633275286 M40.492852123264846 19.578866633275286 C40.38887846055582 19.619437282359648, 40.2849047978468 19.660007931444007, 40.10787234602342 19.729086208503173 M40.492852123264846 19.578866633275286 C40.37470014572551 19.624969677974082, 40.25654816818618 19.671072722672875, 40.10787234602342 19.729086208503173 M40.10787234602342 19.729086208503173 C39.97180787422333 19.76959435684874, 39.83574340242324 19.810102505194305, 39.711802435703994 19.847001329696653 M40.10787234602342 19.729086208503173 C39.967173001007005 19.7709742183903, 39.82647365599059 19.812862228277428, 39.711802435703994 19.847001329696653 M39.711802435703994 19.847001329696653 C39.609155046248084 19.868524223936443, 39.506507656792174 19.890047118176238, 39.30734795140367 19.931806517013612 M39.711802435703994 19.847001329696653 C39.56000572656711 19.87882975255299, 39.408209017430224 19.91065817540932, 39.30734795140367 19.931806517013612 M39.30734795140367 19.931806517013612 C39.15696402557885 19.950551853818794, 39.00658009975404 19.969297190623976, 38.89727172736166 19.982922465033347 M39.30734795140367 19.931806517013612 C39.209066506044664 19.944057286401698, 39.11078506068566 19.956308055789783, 38.89727172736166 19.982922465033347 M38.89727172736166 19.982922465033347 C38.78503636652558 19.98756455389518, 38.6728010056895 19.992206642757015, 38.484375 20 M38.89727172736166 19.982922465033347 C38.782220327914224 19.987681026113695, 38.66716892846679 19.992439587194042, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C21.94964571120364 20, 5.4149164224072805 20, -38.484375 20 M38.484375 20 C10.823580149218035 20, -16.83721470156393 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.63410200949455 19.993807245079335, -38.783829018989096 19.98761449015867, -38.89727172736166 19.982922465033347 M-38.484375 20 C-38.63907363599734 19.993601617086142, -38.79377227199468 19.987203234172288, -38.89727172736166 19.982922465033347 M-38.89727172736166 19.982922465033347 C-39.0202852888798 19.967588840581033, -39.14329885039794 19.952255216128716, -39.30734795140367 19.931806517013612 M-38.89727172736166 19.982922465033347 C-38.99433952469226 19.97082297671424, -39.09140732202285 19.958723488395126, -39.30734795140367 19.931806517013612 M-39.30734795140367 19.931806517013612 C-39.404608634207584 19.91141309638427, -39.5018693170115 19.891019675754922, -39.711802435703994 19.847001329696653 M-39.30734795140367 19.931806517013612 C-39.39005837906002 19.91446396406208, -39.472768806716374 19.89712141111055, -39.711802435703994 19.847001329696653 M-39.711802435703994 19.847001329696653 C-39.86915652214159 19.800154988459536, -40.02651060857918 19.75330864722242, -40.10787234602342 19.729086208503173 M-39.711802435703994 19.847001329696653 C-39.8145692584082 19.816406320992098, -39.91733608111241 19.785811312287542, -40.10787234602342 19.729086208503173 M-40.10787234602342 19.729086208503173 C-40.238023581840494 19.678301038695242, -40.36817481765757 19.62751586888731, -40.492852123264846 19.578866633275286 M-40.10787234602342 19.729086208503173 C-40.19365744530734 19.695612758890697, -40.27944254459126 19.662139309278224, -40.492852123264846 19.578866633275286 M-40.492852123264846 19.578866633275286 C-40.571651584557685 19.540343924009058, -40.650451045850524 19.50182121474283, -40.864111965185366 19.397368756032446 M-40.492852123264846 19.578866633275286 C-40.63863999611724 19.50759528511767, -40.78442786896964 19.436323936960054, -40.864111965185366 19.397368756032446 M-40.864111965185366 19.397368756032446 C-40.952180758016155 19.344891146084752, -41.04024955084694 19.292413536137055, -41.219115790612136 19.185832391312644 M-40.864111965185366 19.397368756032446 C-40.940154927367594 19.352056985762882, -41.01619788954982 19.306745215493322, -41.219115790612136 19.185832391312644 M-41.219115790612136 19.185832391312644 C-41.292311512691114 19.1335716502386, -41.3655072347701 19.081310909164557, -41.55543856344834 18.94570254698197 M-41.219115790612136 19.185832391312644 C-41.33545508951621 19.102767728459796, -41.451794388420275 19.019703065606947, -41.55543856344834 18.94570254698197 M-41.55543856344834 18.94570254698197 C-41.64638656481042 18.868673519100476, -41.73733456617249 18.79164449121898, -41.870782858128706 18.67861955336566 M-41.55543856344834 18.94570254698197 C-41.68060281997078 18.83969382924171, -41.80576707649321 18.73368511150145, -41.870782858128706 18.67861955336566 M-41.870782858128706 18.67861955336566 C-41.981054287277075 18.56834812421729, -42.09132571642544 18.458076695068925, -42.16299455336566 18.386407858128706 M-41.870782858128706 18.67861955336566 C-41.95865117446026 18.59075123703411, -42.04651949079181 18.502882920702554, -42.16299455336566 18.386407858128706 M-42.16299455336566 18.386407858128706 C-42.23752958802991 18.298404508993944, -42.31206462269415 18.21040115985918, -42.43007754698197 18.07106356344834 M-42.16299455336566 18.386407858128706 C-42.24885687460175 18.285030407010602, -42.33471919583785 18.183652955892494, -42.43007754698197 18.07106356344834 M-42.43007754698197 18.07106356344834 C-42.50562954646608 17.965246404274964, -42.5811815459502 17.859429245101587, -42.670207391312644 17.734740790612133 M-42.43007754698197 18.07106356344834 C-42.486500248828854 17.9920386526175, -42.542922950675745 17.913013741786656, -42.670207391312644 17.734740790612133 M-42.670207391312644 17.734740790612133 C-42.7209272766745 17.6496218402486, -42.77164716203636 17.56450288988507, -42.88174375603244 17.37973696518537 M-42.670207391312644 17.734740790612133 C-42.752377463762485 17.596841616189206, -42.83454753621233 17.45894244176628, -42.88174375603244 17.37973696518537 M-42.88174375603244 17.37973696518537 C-42.95226595822655 17.23548149489445, -43.022788160420646 17.091226024603532, -43.06324163327528 17.00847712326485 M-42.88174375603244 17.37973696518537 C-42.93775339204152 17.26516742351004, -42.99376302805061 17.15059788183471, -43.06324163327528 17.00847712326485 M-43.06324163327528 17.00847712326485 C-43.09773728296381 16.92007234970095, -43.132232932652336 16.831667576137043, -43.213461208503176 16.623497346023417 M-43.06324163327528 17.00847712326485 C-43.12048472106903 16.861775662060364, -43.17772780886278 16.715074200855877, -43.213461208503176 16.623497346023417 M-43.213461208503176 16.623497346023417 C-43.250573612816744 16.498838977364358, -43.28768601713032 16.374180608705302, -43.33137632969665 16.227427435703994 M-43.213461208503176 16.623497346023417 C-43.240212083326725 16.533642741413843, -43.26696295815028 16.443788136804272, -43.33137632969665 16.227427435703994 M-43.33137632969665 16.227427435703994 C-43.36128548605625 16.084784128213066, -43.39119464241585 15.942140820722134, -43.41618151701361 15.82297295140367 M-43.33137632969665 16.227427435703994 C-43.362720322999266 16.077941077048376, -43.39406431630187 15.928454718392759, -43.41618151701361 15.82297295140367 M-43.41618151701361 15.82297295140367 C-43.42682041148252 15.737622726262483, -43.43745930595142 15.652272501121294, -43.46729746503335 15.412896727361664 M-43.41618151701361 15.82297295140367 C-43.428982584444284 15.720276755812199, -43.441783651874964 15.617580560220727, -43.46729746503335 15.412896727361664 M-43.46729746503335 15.412896727361664 C-43.47088191666509 15.326232677132882, -43.47446636829684 15.2395686269041, -43.484375 15 M-43.46729746503335 15.412896727361664 C-43.47286701283876 15.278237476700989, -43.478436560644184 15.143578226040313, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 4.179003731176223, -43.484375 -6.641992537647553, -43.484375 -15 M-43.484375 15 C-43.484375 7.328927153082842, -43.484375 -0.3421456938343166, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.479166816599495 -15.125922264880058, -43.47395863319898 -15.251844529760117, -43.46729746503335 -15.41289672736166 M-43.484375 -15 C-43.48021394687248 -15.100604989074, -43.47605289374496 -15.201209978148002, -43.46729746503335 -15.41289672736166 M-43.46729746503335 -15.41289672736166 C-43.45318190810722 -15.526138377155217, -43.43906635118109 -15.639380026948775, -43.41618151701361 -15.822972951403669 M-43.46729746503335 -15.41289672736166 C-43.456950952801435 -15.495901324408939, -43.446604440569516 -15.578905921456219, -43.41618151701361 -15.822972951403669 M-43.41618151701361 -15.822972951403669 C-43.390677110608365 -15.944609043090681, -43.36517270420312 -16.06624513477769, -43.33137632969665 -16.227427435703994 M-43.41618151701361 -15.822972951403669 C-43.383410587086885 -15.979264682875442, -43.350639657160166 -16.135556414347214, -43.33137632969665 -16.227427435703994 M-43.33137632969665 -16.227427435703994 C-43.30579294101352 -16.313360523494893, -43.2802095523304 -16.39929361128579, -43.213461208503176 -16.623497346023417 M-43.33137632969665 -16.227427435703994 C-43.29398467708637 -16.353023782857367, -43.256593024476096 -16.47862013001074, -43.213461208503176 -16.623497346023417 M-43.213461208503176 -16.623497346023417 C-43.16615308934852 -16.744737664711856, -43.11884497019386 -16.865977983400295, -43.06324163327529 -17.008477123264846 M-43.213461208503176 -16.623497346023417 C-43.15526660662317 -16.77263732884144, -43.09707200474317 -16.92177731165946, -43.06324163327529 -17.008477123264846 M-43.06324163327529 -17.008477123264846 C-43.0165343425104 -17.104018413605722, -42.9698270517455 -17.199559703946598, -42.88174375603245 -17.379736965185366 M-43.06324163327529 -17.008477123264846 C-43.01048104099665 -17.116400639763008, -42.95772044871802 -17.22432415626117, -42.88174375603245 -17.379736965185366 M-42.88174375603245 -17.379736965185366 C-42.8340926083192 -17.459705909279613, -42.78644146060596 -17.53967485337386, -42.670207391312644 -17.734740790612133 M-42.88174375603245 -17.379736965185366 C-42.833124781356744 -17.461330132492865, -42.78450580668104 -17.54292329980036, -42.670207391312644 -17.734740790612133 M-42.670207391312644 -17.734740790612133 C-42.57996161524985 -17.86113786435694, -42.489715839187056 -17.987534938101753, -42.43007754698197 -18.07106356344834 M-42.670207391312644 -17.734740790612133 C-42.6000456878267 -17.83300837050866, -42.52988398434075 -17.93127595040519, -42.43007754698197 -18.07106356344834 M-42.43007754698197 -18.07106356344834 C-42.346470684961844 -18.16977799890225, -42.262863822941725 -18.26849243435616, -42.16299455336566 -18.386407858128706 M-42.43007754698197 -18.07106356344834 C-42.36900609050058 -18.143170495860872, -42.307934634019176 -18.215277428273406, -42.16299455336566 -18.386407858128706 M-42.16299455336566 -18.386407858128706 C-42.101212889736296 -18.448189521758067, -42.039431226106935 -18.50997118538743, -41.870782858128706 -18.678619553365657 M-42.16299455336566 -18.386407858128706 C-42.07064154904493 -18.478760862449434, -41.9782885447242 -18.571113866770162, -41.870782858128706 -18.678619553365657 M-41.870782858128706 -18.678619553365657 C-41.79526185555249 -18.742582579775906, -41.719740852976265 -18.806545606186155, -41.55543856344834 -18.945702546981966 M-41.870782858128706 -18.678619553365657 C-41.756853739484406 -18.77511259472044, -41.642924620840105 -18.87160563607522, -41.55543856344834 -18.945702546981966 M-41.55543856344834 -18.945702546981966 C-41.440533727956 -19.02774302264448, -41.32562889246367 -19.10978349830699, -41.219115790612136 -19.185832391312644 M-41.55543856344834 -18.945702546981966 C-41.44136427467268 -19.02715002368665, -41.327289985897025 -19.108597500391333, -41.219115790612136 -19.185832391312644 M-41.219115790612136 -19.185832391312644 C-41.079372516702875 -19.269101308545498, -40.939629242793615 -19.35237022577835, -40.864111965185366 -19.397368756032446 M-41.219115790612136 -19.185832391312644 C-41.103168494473096 -19.25492198350185, -40.987221198334055 -19.324011575691053, -40.864111965185366 -19.397368756032446 M-40.864111965185366 -19.397368756032446 C-40.77352574464665 -19.44165366077781, -40.68293952410793 -19.485938565523174, -40.492852123264846 -19.578866633275286 M-40.864111965185366 -19.397368756032446 C-40.78966461413515 -19.433763848246215, -40.715217263084924 -19.47015894045999, -40.492852123264846 -19.578866633275286 M-40.492852123264846 -19.578866633275286 C-40.37467495423249 -19.62497950772516, -40.25649778520013 -19.671092382175036, -40.10787234602342 -19.729086208503173 M-40.492852123264846 -19.578866633275286 C-40.343424183000195 -19.637173596499633, -40.19399624273555 -19.695480559723983, -40.10787234602342 -19.729086208503173 M-40.10787234602342 -19.729086208503173 C-39.99125832926897 -19.763803705490936, -39.87464431251453 -19.798521202478703, -39.711802435703994 -19.847001329696653 M-40.10787234602342 -19.729086208503173 C-40.005486754132285 -19.759567719877193, -39.90310116224115 -19.790049231251217, -39.711802435703994 -19.847001329696653 M-39.711802435703994 -19.847001329696653 C-39.6045160424414 -19.869496920746744, -39.4972296491788 -19.891992511796836, -39.30734795140367 -19.931806517013612 M-39.711802435703994 -19.847001329696653 C-39.61861134254101 -19.86654144711093, -39.525420249378016 -19.88608156452521, -39.30734795140367 -19.931806517013612 M-39.30734795140367 -19.931806517013612 C-39.1478277578106 -19.951690688408455, -38.988307564217536 -19.971574859803297, -38.89727172736166 -19.982922465033347 M-39.30734795140367 -19.931806517013612 C-39.184418706269426 -19.947129631439637, -39.061489461135174 -19.96245274586566, -38.89727172736166 -19.982922465033347 M-38.89727172736166 -19.982922465033347 C-38.78736445719157 -19.987468263352973, -38.67745718702149 -19.992014061672595, -38.484375 -20 M-38.89727172736166 -19.982922465033347 C-38.75827091003341 -19.988671581364407, -38.61927009270515 -19.99442069769547, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-35.484375, -12)\"><rect></rect><foreignObject width=\"70.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Delivered</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Read-12\" transform=\"translate(393.75, 686)\"><g class=\"basic label-container outer-path\"><path d=\"M-21.7734375 -20 C-7.067884767657652 -20, 7.637667964684695 -20, 21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 C21.885035160438054 -19.99538428662173, 21.99663282087611 -19.990768573243457, 22.186334227361662 -19.982922465033347 C22.300857560891007 -19.968647146396165, 22.415380894420352 -19.95437182775898, 22.59641045140367 -19.931806517013612 C22.700634257460283 -19.909953082971935, 22.804858063516896 -19.888099648930258, 23.000864935703998 -19.847001329696653 C23.1157651632555 -19.81279404986071, 23.230665390806998 -19.778586770024766, 23.396934846023417 -19.729086208503173 C23.481528316716293 -19.696077733809794, 23.566121787409166 -19.663069259116416, 23.781914623264846 -19.578866633275286 C23.915688884516495 -19.51346838195539, 24.04946314576814 -19.448070130635497, 24.15317446518537 -19.397368756032446 C24.282062649005375 -19.320568068524796, 24.41095083282538 -19.243767381017143, 24.508178290612136 -19.185832391312644 C24.617198427209267 -19.107993509903544, 24.726218563806395 -19.03015462849444, 24.84450106344834 -18.94570254698197 C24.922548961751605 -18.879599349061657, 25.00059686005487 -18.813496151141344, 25.159845358128706 -18.678619553365657 C25.258968359672686 -18.579496551821677, 25.358091361216665 -18.480373550277697, 25.452057053365657 -18.386407858128706 C25.52993680455755 -18.29445540965207, 25.60781655574944 -18.202502961175433, 25.71914004698197 -18.07106356344834 C25.801206044999912 -17.956122981673104, 25.883272043017854 -17.84118239989787, 25.959269891312644 -17.734740790612136 C26.033304446045925 -17.610494776557314, 26.10733900077921 -17.48624876250249, 26.170806256032446 -17.37973696518537 C26.21907940257936 -17.280992665647176, 26.267352549126272 -17.182248366108983, 26.352304133275286 -17.008477123264846 C26.403904124409777 -16.876237679354283, 26.455504115544272 -16.74399823544372, 26.502523708503173 -16.623497346023417 C26.538261803394338 -16.503455201341186, 26.5739998982855 -16.383413056658956, 26.620438829696653 -16.227427435703994 C26.64097207731293 -16.12949988742073, 26.66150532492921 -16.03157233913747, 26.705244017013612 -15.82297295140367 C26.721764252785704 -15.690439834672908, 26.738284488557795 -15.557906717942146, 26.756359965033347 -15.412896727361662 C26.76255776298531 -15.263047788611908, 26.768755560937276 -15.113198849862153, 26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 C26.7734375 -3.6087274624918866, 26.7734375 7.782545075016227, 26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 C26.766852330603264 15.1592147167811, 26.760267161206524 15.318429433562201, 26.756359965033347 15.412896727361662 C26.745738440888182 15.498107599579843, 26.735116916743014 15.583318471798025, 26.705244017013612 15.822972951403669 C26.673216649372446 15.975718471726507, 26.64118928173128 16.128463992049348, 26.620438829696653 16.227427435703994 C26.58801308863212 16.336343580007462, 26.555587347567588 16.445259724310933, 26.502523708503173 16.623497346023417 C26.45284181691198 16.750821122093843, 26.40315992532079 16.878144898164265, 26.352304133275286 17.008477123264846 C26.306589026034754 17.10198886976748, 26.260873918794225 17.19550061627012, 26.170806256032446 17.379736965185366 C26.086472878582498 17.52126663383381, 26.002139501132554 17.662796302482256, 25.959269891312644 17.734740790612133 C25.8818062725671 17.8432353391471, 25.804342653821557 17.951729887682067, 25.71914004698197 18.07106356344834 C25.64474095102224 18.15890641005797, 25.57034185506251 18.246749256667595, 25.452057053365657 18.386407858128706 C25.373165251007965 18.465299660486398, 25.294273448650276 18.544191462844086, 25.159845358128706 18.678619553365657 C25.07585527772409 18.749755522802737, 24.991865197319473 18.820891492239813, 24.84450106344834 18.94570254698197 C24.76253035595911 19.00422850721675, 24.680559648469885 19.062754467451537, 24.508178290612136 19.185832391312644 C24.42297724946192 19.236601192165967, 24.337776208311702 19.28736999301929, 24.15317446518537 19.397368756032446 C24.074758132886974 19.435704164946333, 23.996341800588574 19.474039573860217, 23.781914623264846 19.578866633275286 C23.668206125889405 19.623235826633795, 23.55449762851396 19.6676050199923, 23.396934846023417 19.729086208503173 C23.29933517190065 19.75814289042417, 23.201735497777886 19.78719957234517, 23.000864935703998 19.847001329696653 C22.84290570999648 19.88012189639711, 22.684946484288965 19.913242463097568, 22.59641045140367 19.931806517013612 C22.500876183140864 19.94371485113377, 22.405341914878058 19.955623185253927, 22.186334227361662 19.982922465033347 C22.031538907187766 19.989324846834325, 21.87674358701387 19.995727228635303, 21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 C10.186496674599503 20, -1.4004441508009933 20, -21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 C-21.888255690548423 19.995251084511064, -22.003073881096842 19.99050216902213, -22.186334227361662 19.982922465033347 C-22.34641314768831 19.962968648423793, -22.506492068014953 19.943014831814242, -22.59641045140367 19.931806517013612 C-22.698943728316028 19.91030754965807, -22.801477005228385 19.888808582302534, -23.000864935703994 19.847001329696653 C-23.111140181025497 19.814170966728057, -23.221415426346997 19.78134060375946, -23.396934846023417 19.729086208503173 C-23.514348123278218 19.68327140554985, -23.631761400533016 19.637456602596526, -23.781914623264846 19.578866633275286 C-23.86243156701815 19.53950429799628, -23.94294851077145 19.50014196271728, -24.15317446518537 19.397368756032446 C-24.26277394008148 19.332061644293997, -24.37237341497759 19.26675453255555, -24.508178290612133 19.185832391312644 C-24.59195038339516 19.126020266699125, -24.67572247617819 19.066208142085607, -24.84450106344834 18.94570254698197 C-24.92461239912783 18.877851706751716, -25.004723734807317 18.810000866521467, -25.159845358128706 18.67861955336566 C-25.2690215652202 18.569443346274166, -25.37819777231169 18.460267139182672, -25.452057053365657 18.386407858128706 C-25.556497494028967 18.26309526285208, -25.660937934692274 18.139782667575453, -25.719140046981966 18.07106356344834 C-25.794936058568425 17.964904644061466, -25.870732070154883 17.85874572467459, -25.959269891312644 17.734740790612133 C-26.008144978415963 17.652717811193313, -26.057020065519282 17.57069483177449, -26.170806256032446 17.37973696518537 C-26.212748729907315 17.293942263577346, -26.254691203782183 17.208147561969323, -26.352304133275286 17.00847712326485 C-26.386238639253843 16.921510437780583, -26.420173145232404 16.83454375229632, -26.502523708503173 16.623497346023417 C-26.544179179796046 16.48357908437646, -26.585834651088923 16.343660822729497, -26.620438829696653 16.227427435703994 C-26.64146151036763 16.127165674149104, -26.662484191038608 16.02690391259421, -26.705244017013612 15.82297295140367 C-26.72328010688282 15.678278938740686, -26.74131619675203 15.533584926077703, -26.756359965033347 15.412896727361664 C-26.762753428366345 15.258317035863103, -26.76914689169934 15.103737344364541, -26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 C-26.7734375 7.031121895683327, -26.7734375 -0.9377562086333455, -26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 C-26.76741176650751 -15.145688803674568, -26.76138603301502 -15.291377607349137, -26.756359965033347 -15.41289672736166 C-26.7372071411749 -15.566549706361121, -26.71805431731645 -15.720202685360581, -26.705244017013612 -15.822972951403669 C-26.67921182599895 -15.947126163313813, -26.65317963498429 -16.07127937522396, -26.620438829696653 -16.227427435703994 C-26.588386504501802 -16.33508929821121, -26.55633417930695 -16.44275116071842, -26.502523708503173 -16.623497346023417 C-26.47076118457542 -16.70489771856329, -26.43899866064767 -16.786298091103166, -26.35230413327529 -17.008477123264846 C-26.299192970307192 -17.117117743570113, -26.246081807339092 -17.225758363875375, -26.170806256032446 -17.379736965185366 C-26.088333503066448 -17.518144103055903, -26.005860750100453 -17.65655124092644, -25.959269891312644 -17.734740790612133 C-25.906793219270014 -17.80823894282969, -25.854316547227384 -17.881737095047246, -25.71914004698197 -18.07106356344834 C-25.643953622355347 -18.159836007258377, -25.56876719772873 -18.248608451068414, -25.45205705336566 -18.386407858128706 C-25.385756170096375 -18.45270874139799, -25.31945528682709 -18.519009624667273, -25.159845358128706 -18.678619553365657 C-25.06613701872627 -18.757986468311064, -24.972428679323837 -18.837353383256467, -24.84450106344834 -18.945702546981966 C-24.759510745007532 -19.00638446799701, -24.67452042656672 -19.06706638901205, -24.508178290612136 -19.185832391312644 C-24.38530859697811 -19.259046837084693, -24.26243890334408 -19.33226128285674, -24.153174465185366 -19.397368756032446 C-24.06042356717889 -19.442711907108144, -23.967672669172416 -19.488055058183846, -23.78191462326485 -19.578866633275286 C-23.672843334031377 -19.62142638240189, -23.5637720447979 -19.663986131528493, -23.39693484602342 -19.729086208503173 C-23.267022486380647 -19.767762793703636, -23.13711012673787 -19.8064393789041, -23.000864935703994 -19.847001329696653 C-22.84070229626574 -19.880583903672157, -22.680539656827488 -19.91416647764766, -22.596410451403674 -19.931806517013612 C-22.43857137344035 -19.95148113756374, -22.280732295477026 -19.97115575811387, -22.186334227361662 -19.982922465033347 C-22.07250133610054 -19.987630628242314, -21.958668444839414 -19.99233879145128, -21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-21.7734375 -20 C-12.200249675416353 -20, -2.627061850832707 -20, 21.7734375 -20 M-21.7734375 -20 C-7.275576101301191 -20, 7.222285297397619 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.90643940008792 -19.994499000721326, 22.039441300175838 -19.988998001442656, 22.186334227361662 -19.982922465033347 M21.7734375 -20 C21.914300234135656 -19.994173874220145, 22.055162968271308 -19.988347748440287, 22.186334227361662 -19.982922465033347 M22.186334227361662 -19.982922465033347 C22.28935772823615 -19.97008059904169, 22.39238122911064 -19.957238733050037, 22.59641045140367 -19.931806517013612 M22.186334227361662 -19.982922465033347 C22.272282785082336 -19.97220898848619, 22.358231342803013 -19.96149551193903, 22.59641045140367 -19.931806517013612 M22.59641045140367 -19.931806517013612 C22.686190899795484 -19.912981536604654, 22.775971348187298 -19.8941565561957, 23.000864935703998 -19.847001329696653 M22.59641045140367 -19.931806517013612 C22.712660651799244 -19.907431413255683, 22.828910852194817 -19.88305630949775, 23.000864935703998 -19.847001329696653 M23.000864935703998 -19.847001329696653 C23.158498031946184 -19.80007192364177, 23.316131128188374 -19.753142517586888, 23.396934846023417 -19.729086208503173 M23.000864935703998 -19.847001329696653 C23.110606897442167 -19.81432973212962, 23.22034885918034 -19.781658134562587, 23.396934846023417 -19.729086208503173 M23.396934846023417 -19.729086208503173 C23.5151137327304 -19.68297266381458, 23.633292619437377 -19.636859119125987, 23.781914623264846 -19.578866633275286 M23.396934846023417 -19.729086208503173 C23.51723826421139 -19.68214366905823, 23.637541682399362 -19.635201129613293, 23.781914623264846 -19.578866633275286 M23.781914623264846 -19.578866633275286 C23.88165768431937 -19.53010522197518, 23.981400745373897 -19.48134381067507, 24.15317446518537 -19.397368756032446 M23.781914623264846 -19.578866633275286 C23.915083148087973 -19.51376450845099, 24.048251672911096 -19.448662383626697, 24.15317446518537 -19.397368756032446 M24.15317446518537 -19.397368756032446 C24.277863117830606 -19.323070445948954, 24.402551770475846 -19.24877213586546, 24.508178290612136 -19.185832391312644 M24.15317446518537 -19.397368756032446 C24.267890253658315 -19.329012983132362, 24.38260604213126 -19.26065721023228, 24.508178290612136 -19.185832391312644 M24.508178290612136 -19.185832391312644 C24.60321299027645 -19.117978919946555, 24.698247689940768 -19.05012544858047, 24.84450106344834 -18.94570254698197 M24.508178290612136 -19.185832391312644 C24.580063084968756 -19.13450763464205, 24.651947879325377 -19.083182877971456, 24.84450106344834 -18.94570254698197 M24.84450106344834 -18.94570254698197 C24.92328152984711 -18.878978895534274, 25.002061996245878 -18.812255244086575, 25.159845358128706 -18.678619553365657 M24.84450106344834 -18.94570254698197 C24.932268811864862 -18.871367055947296, 25.02003656028138 -18.797031564912626, 25.159845358128706 -18.678619553365657 M25.159845358128706 -18.678619553365657 C25.2261007938493 -18.61236411764506, 25.292356229569894 -18.54610868192447, 25.452057053365657 -18.386407858128706 M25.159845358128706 -18.678619553365657 C25.246558985559982 -18.59190592593438, 25.33327261299126 -18.505192298503104, 25.452057053365657 -18.386407858128706 M25.452057053365657 -18.386407858128706 C25.549437018439626 -18.271431550627955, 25.6468169835136 -18.15645524312721, 25.71914004698197 -18.07106356344834 M25.452057053365657 -18.386407858128706 C25.552515554636948 -18.267796729808232, 25.652974055908235 -18.149185601487755, 25.71914004698197 -18.07106356344834 M25.71914004698197 -18.07106356344834 C25.775258605279237 -17.992464632162992, 25.83137716357651 -17.913865700877647, 25.959269891312644 -17.734740790612136 M25.71914004698197 -18.07106356344834 C25.76866758047303 -18.001695936771696, 25.818195113964087 -17.932328310095052, 25.959269891312644 -17.734740790612136 M25.959269891312644 -17.734740790612136 C26.01620367152348 -17.639193579154544, 26.073137451734315 -17.54364636769695, 26.170806256032446 -17.37973696518537 M25.959269891312644 -17.734740790612136 C26.035369449235088 -17.607029254056528, 26.111469007157535 -17.47931771750092, 26.170806256032446 -17.37973696518537 M26.170806256032446 -17.37973696518537 C26.229261555815516 -17.260164738300077, 26.28771685559859 -17.140592511414784, 26.352304133275286 -17.008477123264846 M26.170806256032446 -17.37973696518537 C26.239802398276534 -17.23860310041629, 26.30879854052062 -17.09746923564721, 26.352304133275286 -17.008477123264846 M26.352304133275286 -17.008477123264846 C26.39326235120313 -16.90351020673518, 26.434220569130975 -16.79854329020551, 26.502523708503173 -16.623497346023417 M26.352304133275286 -17.008477123264846 C26.407942759399432 -16.86588754491729, 26.463581385523582 -16.72329796656973, 26.502523708503173 -16.623497346023417 M26.502523708503173 -16.623497346023417 C26.537979273247878 -16.5044042033745, 26.573434837992583 -16.385311060725577, 26.620438829696653 -16.227427435703994 M26.502523708503173 -16.623497346023417 C26.527686693230905 -16.538976370226518, 26.55284967795864 -16.45445539442962, 26.620438829696653 -16.227427435703994 M26.620438829696653 -16.227427435703994 C26.640343722370282 -16.13249664955671, 26.660248615043916 -16.037565863409426, 26.705244017013612 -15.82297295140367 M26.620438829696653 -16.227427435703994 C26.649927794090214 -16.08678811559058, 26.679416758483775 -15.946148795477162, 26.705244017013612 -15.82297295140367 M26.705244017013612 -15.82297295140367 C26.723743581073023 -15.674560730368913, 26.74224314513243 -15.526148509334158, 26.756359965033347 -15.412896727361662 M26.705244017013612 -15.82297295140367 C26.71556443797788 -15.74017767080131, 26.72588485894214 -15.65738239019895, 26.756359965033347 -15.412896727361662 M26.756359965033347 -15.412896727361662 C26.76315398561029 -15.248632454600614, 26.76994800618724 -15.084368181839565, 26.7734375 -15 M26.756359965033347 -15.412896727361662 C26.761522997731266 -15.288066105823246, 26.76668603042918 -15.16323548428483, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -4.517656127165754, 26.7734375 5.964687745668492, 26.7734375 15 M26.7734375 -15 C26.7734375 -7.801266972841357, 26.7734375 -0.6025339456827137, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.767802626777133 15.136238673635443, 26.762167753554266 15.272477347270886, 26.756359965033347 15.412896727361662 M26.7734375 15 C26.769567799234952 15.093560738413176, 26.765698098469905 15.187121476826352, 26.756359965033347 15.412896727361662 M26.756359965033347 15.412896727361662 C26.743942009660255 15.512519417480883, 26.73152405428716 15.612142107600103, 26.705244017013612 15.822972951403669 M26.756359965033347 15.412896727361662 C26.739886936247448 15.545051127402314, 26.72341390746155 15.677205527442965, 26.705244017013612 15.822972951403669 M26.705244017013612 15.822972951403669 C26.677627354304256 15.954682855332804, 26.650010691594897 16.086392759261937, 26.620438829696653 16.227427435703994 M26.705244017013612 15.822972951403669 C26.68746240058676 15.907777368792305, 26.669680784159908 15.992581786180939, 26.620438829696653 16.227427435703994 M26.620438829696653 16.227427435703994 C26.578915619225413 16.366901441082263, 26.537392408754172 16.50637544646053, 26.502523708503173 16.623497346023417 M26.620438829696653 16.227427435703994 C26.59322318375267 16.318843178987944, 26.566007537808684 16.41025892227189, 26.502523708503173 16.623497346023417 M26.502523708503173 16.623497346023417 C26.447820135951023 16.763690587440113, 26.393116563398873 16.903883828856813, 26.352304133275286 17.008477123264846 M26.502523708503173 16.623497346023417 C26.4673680973915 16.71359345576162, 26.432212486279827 16.803689565499827, 26.352304133275286 17.008477123264846 M26.352304133275286 17.008477123264846 C26.29989042985048 17.115691067271076, 26.247476726425667 17.22290501127731, 26.170806256032446 17.379736965185366 M26.352304133275286 17.008477123264846 C26.31169048366986 17.091553671384204, 26.271076834064434 17.17463021950356, 26.170806256032446 17.379736965185366 M26.170806256032446 17.379736965185366 C26.093449577640932 17.509558222101035, 26.016092899249415 17.639379479016704, 25.959269891312644 17.734740790612133 M26.170806256032446 17.379736965185366 C26.086589896172082 17.521070252979865, 26.002373536311723 17.662403540774363, 25.959269891312644 17.734740790612133 M25.959269891312644 17.734740790612133 C25.90782060355109 17.80680000161377, 25.856371315789534 17.878859212615403, 25.71914004698197 18.07106356344834 M25.959269891312644 17.734740790612133 C25.903007405401954 17.81354130506249, 25.846744919491265 17.892341819512847, 25.71914004698197 18.07106356344834 M25.71914004698197 18.07106356344834 C25.649682669032725 18.153071734628337, 25.580225291083476 18.235079905808334, 25.452057053365657 18.386407858128706 M25.71914004698197 18.07106356344834 C25.62912367081901 18.177345697950585, 25.53910729465605 18.283627832452833, 25.452057053365657 18.386407858128706 M25.452057053365657 18.386407858128706 C25.361142734598605 18.477322176895758, 25.270228415831554 18.56823649566281, 25.159845358128706 18.678619553365657 M25.452057053365657 18.386407858128706 C25.350027998791294 18.48843691270307, 25.24799894421693 18.59046596727743, 25.159845358128706 18.678619553365657 M25.159845358128706 18.678619553365657 C25.05501737799266 18.76740432360501, 24.950189397856608 18.856189093844364, 24.84450106344834 18.94570254698197 M25.159845358128706 18.678619553365657 C25.046017180330022 18.775027102185202, 24.932189002531338 18.871434651004748, 24.84450106344834 18.94570254698197 M24.84450106344834 18.94570254698197 C24.715877545693456 19.037537973513693, 24.58725402793857 19.129373400045413, 24.508178290612136 19.185832391312644 M24.84450106344834 18.94570254698197 C24.777024526015207 18.99387986870524, 24.709547988582074 19.042057190428505, 24.508178290612136 19.185832391312644 M24.508178290612136 19.185832391312644 C24.387685328908102 19.257630612254495, 24.267192367204068 19.32942883319635, 24.15317446518537 19.397368756032446 M24.508178290612136 19.185832391312644 C24.385693758619773 19.258817330562024, 24.26320922662741 19.33180226981141, 24.15317446518537 19.397368756032446 M24.15317446518537 19.397368756032446 C24.03231202712101 19.45645480162682, 23.911449589056648 19.515540847221192, 23.781914623264846 19.578866633275286 M24.15317446518537 19.397368756032446 C24.05648087969699 19.444639369569195, 23.959787294208613 19.491909983105945, 23.781914623264846 19.578866633275286 M23.781914623264846 19.578866633275286 C23.638135443467746 19.63496944332546, 23.494356263670642 19.691072253375637, 23.396934846023417 19.729086208503173 M23.781914623264846 19.578866633275286 C23.643722746864235 19.63278927077483, 23.50553087046362 19.686711908274372, 23.396934846023417 19.729086208503173 M23.396934846023417 19.729086208503173 C23.26014033822216 19.769811697982995, 23.123345830420906 19.810537187462817, 23.000864935703998 19.847001329696653 M23.396934846023417 19.729086208503173 C23.275173861893784 19.765336024069075, 23.15341287776415 19.80158583963498, 23.000864935703998 19.847001329696653 M23.000864935703998 19.847001329696653 C22.90705528952052 19.86667114404051, 22.813245643337044 19.886340958384366, 22.59641045140367 19.931806517013612 M23.000864935703998 19.847001329696653 C22.896441453365235 19.868896631451925, 22.79201797102647 19.890791933207193, 22.59641045140367 19.931806517013612 M22.59641045140367 19.931806517013612 C22.499366825420818 19.943902992377367, 22.40232319943797 19.955999467741123, 22.186334227361662 19.982922465033347 M22.59641045140367 19.931806517013612 C22.493471513188716 19.94463784228075, 22.39053257497376 19.957469167547885, 22.186334227361662 19.982922465033347 M22.186334227361662 19.982922465033347 C22.029401780429243 19.989413239050897, 21.872469333496824 19.995904013068447, 21.7734375 20 M22.186334227361662 19.982922465033347 C22.060270618319805 19.988136494471632, 21.93420700927795 19.993350523909914, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C4.491790248666689 20, -12.789857002666622 20, -21.7734375 20 M21.7734375 20 C11.704196368983842 20, 1.6349552379676844 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.871306350925426 19.995952114383407, -21.969175201850852 19.991904228766817, -22.186334227361662 19.982922465033347 M-21.7734375 20 C-21.91372890985017 19.994197504367385, -22.054020319700346 19.98839500873477, -22.186334227361662 19.982922465033347 M-22.186334227361662 19.982922465033347 C-22.285864763352887 19.97051599666033, -22.385395299344108 19.958109528287313, -22.59641045140367 19.931806517013612 M-22.186334227361662 19.982922465033347 C-22.29672364187783 19.969162438863776, -22.407113056393992 19.955402412694202, -22.59641045140367 19.931806517013612 M-22.59641045140367 19.931806517013612 C-22.705841356534084 19.90886126911037, -22.815272261664497 19.885916021207127, -23.000864935703994 19.847001329696653 M-22.59641045140367 19.931806517013612 C-22.756949391392283 19.89814504110996, -22.91748833138089 19.864483565206303, -23.000864935703994 19.847001329696653 M-23.000864935703994 19.847001329696653 C-23.143752993026897 19.804461711923764, -23.286641050349797 19.761922094150872, -23.396934846023417 19.729086208503173 M-23.000864935703994 19.847001329696653 C-23.121498574525347 19.81108713937061, -23.242132213346704 19.775172949044567, -23.396934846023417 19.729086208503173 M-23.396934846023417 19.729086208503173 C-23.543435839940134 19.67192134328785, -23.689936833856848 19.614756478072522, -23.781914623264846 19.578866633275286 M-23.396934846023417 19.729086208503173 C-23.50802447754027 19.68573889977371, -23.619114109057126 19.642391591044245, -23.781914623264846 19.578866633275286 M-23.781914623264846 19.578866633275286 C-23.91447092560295 19.514063805786403, -24.047027227941047 19.44926097829752, -24.15317446518537 19.397368756032446 M-23.781914623264846 19.578866633275286 C-23.86016656925075 19.540611587932666, -23.938418515236656 19.502356542590046, -24.15317446518537 19.397368756032446 M-24.15317446518537 19.397368756032446 C-24.277432607534436 19.323326974404434, -24.401690749883503 19.249285192776423, -24.508178290612133 19.185832391312644 M-24.15317446518537 19.397368756032446 C-24.25698381487456 19.335511810038188, -24.360793164563752 19.27365486404393, -24.508178290612133 19.185832391312644 M-24.508178290612133 19.185832391312644 C-24.581126432446244 19.13374841913581, -24.654074574280358 19.081664446958975, -24.84450106344834 18.94570254698197 M-24.508178290612133 19.185832391312644 C-24.616590237823054 19.1084277487789, -24.725002185033976 19.031023106245158, -24.84450106344834 18.94570254698197 M-24.84450106344834 18.94570254698197 C-24.908389086515044 18.891592151630825, -24.972277109581746 18.83748175627968, -25.159845358128706 18.67861955336566 M-24.84450106344834 18.94570254698197 C-24.929556067187033 18.873664633489348, -25.01461107092572 18.801626719996726, -25.159845358128706 18.67861955336566 M-25.159845358128706 18.67861955336566 C-25.261035561371934 18.577429350122433, -25.362225764615157 18.476239146879205, -25.452057053365657 18.386407858128706 M-25.159845358128706 18.67861955336566 C-25.246602003771752 18.591862907722614, -25.333358649414798 18.50510626207957, -25.452057053365657 18.386407858128706 M-25.452057053365657 18.386407858128706 C-25.530497679713374 18.293793185606944, -25.608938306061088 18.20117851308518, -25.719140046981966 18.07106356344834 M-25.452057053365657 18.386407858128706 C-25.534687252216134 18.288846566700187, -25.617317451066608 18.19128527527167, -25.719140046981966 18.07106356344834 M-25.719140046981966 18.07106356344834 C-25.808910655436243 17.945332003347215, -25.898681263890523 17.81960044324609, -25.959269891312644 17.734740790612133 M-25.719140046981966 18.07106356344834 C-25.777962120953575 17.988678122866187, -25.83678419492518 17.90629268228403, -25.959269891312644 17.734740790612133 M-25.959269891312644 17.734740790612133 C-26.020803636712273 17.631473841505578, -26.082337382111902 17.528206892399027, -26.170806256032446 17.37973696518537 M-25.959269891312644 17.734740790612133 C-26.00800671252766 17.652949851293545, -26.05674353374268 17.571158911974962, -26.170806256032446 17.37973696518537 M-26.170806256032446 17.37973696518537 C-26.218874782049642 17.28141122363072, -26.266943308066843 17.18308548207607, -26.352304133275286 17.00847712326485 M-26.170806256032446 17.37973696518537 C-26.215210122458362 17.288907404639662, -26.25961398888428 17.19807784409396, -26.352304133275286 17.00847712326485 M-26.352304133275286 17.00847712326485 C-26.387761423598757 16.917607875967306, -26.42321871392223 16.826738628669766, -26.502523708503173 16.623497346023417 M-26.352304133275286 17.00847712326485 C-26.38261940023168 16.930785752468587, -26.412934667188072 16.853094381672328, -26.502523708503173 16.623497346023417 M-26.502523708503173 16.623497346023417 C-26.544746712212767 16.48167277659236, -26.586969715922365 16.339848207161303, -26.620438829696653 16.227427435703994 M-26.502523708503173 16.623497346023417 C-26.527163180155924 16.540734819648108, -26.551802651808675 16.457972293272803, -26.620438829696653 16.227427435703994 M-26.620438829696653 16.227427435703994 C-26.64894650894822 16.09146807902928, -26.67745418819979 15.955508722354567, -26.705244017013612 15.82297295140367 M-26.620438829696653 16.227427435703994 C-26.64825845280177 16.094749569262213, -26.676078075906887 15.962071702820433, -26.705244017013612 15.82297295140367 M-26.705244017013612 15.82297295140367 C-26.715519539302854 15.740537869131416, -26.725795061592095 15.65810278685916, -26.756359965033347 15.412896727361664 M-26.705244017013612 15.82297295140367 C-26.724996564673667 15.664508705440396, -26.74474911233372 15.506044459477119, -26.756359965033347 15.412896727361664 M-26.756359965033347 15.412896727361664 C-26.759887199348714 15.327616064297748, -26.763414433664085 15.242335401233833, -26.7734375 15 M-26.756359965033347 15.412896727361664 C-26.76153851767677 15.287690868137043, -26.766717070320187 15.16248500891242, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 5.838964030432033, -26.7734375 -3.3220719391359346, -26.7734375 -15 M-26.7734375 15 C-26.7734375 6.769857359583858, -26.7734375 -1.4602852808322844, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.76735762478785 -15.146997829766796, -26.761277749575697 -15.293995659533593, -26.756359965033347 -15.41289672736166 M-26.7734375 -15 C-26.769518815036307 -15.094745067144075, -26.76560013007261 -15.189490134288151, -26.756359965033347 -15.41289672736166 M-26.756359965033347 -15.41289672736166 C-26.7408619126477 -15.537229407249706, -26.725363860262053 -15.66156208713775, -26.705244017013612 -15.822972951403669 M-26.756359965033347 -15.41289672736166 C-26.7434102999035 -15.516785043724438, -26.730460634773646 -15.620673360087215, -26.705244017013612 -15.822972951403669 M-26.705244017013612 -15.822972951403669 C-26.6773646473484 -15.955935762256459, -26.649485277683194 -16.08889857310925, -26.620438829696653 -16.227427435703994 M-26.705244017013612 -15.822972951403669 C-26.67342425050367 -15.974728376531562, -26.641604483993724 -16.126483801659457, -26.620438829696653 -16.227427435703994 M-26.620438829696653 -16.227427435703994 C-26.59618725782554 -16.308887029680378, -26.571935685954426 -16.39034662365676, -26.502523708503173 -16.623497346023417 M-26.620438829696653 -16.227427435703994 C-26.587120999827995 -16.339340053479827, -26.553803169959338 -16.451252671255663, -26.502523708503173 -16.623497346023417 M-26.502523708503173 -16.623497346023417 C-26.46610658482988 -16.716826435379776, -26.42968946115659 -16.810155524736135, -26.35230413327529 -17.008477123264846 M-26.502523708503173 -16.623497346023417 C-26.451075205298192 -16.75534855964329, -26.39962670209321 -16.887199773263166, -26.35230413327529 -17.008477123264846 M-26.35230413327529 -17.008477123264846 C-26.288035031715946 -17.139941671764056, -26.223765930156603 -17.271406220263266, -26.170806256032446 -17.379736965185366 M-26.35230413327529 -17.008477123264846 C-26.30194214423034 -17.11149421842687, -26.251580155185387 -17.214511313588893, -26.170806256032446 -17.379736965185366 M-26.170806256032446 -17.379736965185366 C-26.11337579181378 -17.476117719958513, -26.05594532759511 -17.572498474731656, -25.959269891312644 -17.734740790612133 M-26.170806256032446 -17.379736965185366 C-26.09419402525357 -17.508308877806652, -26.017581794474697 -17.636880790427934, -25.959269891312644 -17.734740790612133 M-25.959269891312644 -17.734740790612133 C-25.896870503549103 -17.82213657090097, -25.83447111578556 -17.909532351189803, -25.71914004698197 -18.07106356344834 M-25.959269891312644 -17.734740790612133 C-25.90942708982996 -17.80454997758473, -25.859584288347275 -17.87435916455733, -25.71914004698197 -18.07106356344834 M-25.71914004698197 -18.07106356344834 C-25.660276766607282 -18.14056330725829, -25.601413486232598 -18.210063051068243, -25.45205705336566 -18.386407858128706 M-25.71914004698197 -18.07106356344834 C-25.618132630820224 -18.19032279435531, -25.517125214658474 -18.309582025262284, -25.45205705336566 -18.386407858128706 M-25.45205705336566 -18.386407858128706 C-25.336384223267775 -18.50208068822659, -25.220711393169886 -18.617753518324477, -25.159845358128706 -18.678619553365657 M-25.45205705336566 -18.386407858128706 C-25.386265956625206 -18.452198954869157, -25.320474859884754 -18.517990051609612, -25.159845358128706 -18.678619553365657 M-25.159845358128706 -18.678619553365657 C-25.051753996245488 -18.77016826695534, -24.943662634362273 -18.861716980545022, -24.84450106344834 -18.945702546981966 M-25.159845358128706 -18.678619553365657 C-25.056919263070068 -18.76579350911254, -24.95399316801143 -18.85296746485942, -24.84450106344834 -18.945702546981966 M-24.84450106344834 -18.945702546981966 C-24.73366847278077 -19.024835495724428, -24.622835882113197 -19.103968444466886, -24.508178290612136 -19.185832391312644 M-24.84450106344834 -18.945702546981966 C-24.74683662861916 -19.015433613166998, -24.64917219378998 -19.08516467935203, -24.508178290612136 -19.185832391312644 M-24.508178290612136 -19.185832391312644 C-24.404855355872655 -19.247399496908468, -24.30153242113317 -19.30896660250429, -24.153174465185366 -19.397368756032446 M-24.508178290612136 -19.185832391312644 C-24.397217789281136 -19.251950498774807, -24.286257287950136 -19.318068606236974, -24.153174465185366 -19.397368756032446 M-24.153174465185366 -19.397368756032446 C-24.058830365968646 -19.44349077571991, -23.964486266751923 -19.489612795407375, -23.78191462326485 -19.578866633275286 M-24.153174465185366 -19.397368756032446 C-24.054348644174073 -19.44568175599911, -23.955522823162784 -19.493994755965776, -23.78191462326485 -19.578866633275286 M-23.78191462326485 -19.578866633275286 C-23.657446337143107 -19.627434309230964, -23.532978051021363 -19.676001985186645, -23.39693484602342 -19.729086208503173 M-23.78191462326485 -19.578866633275286 C-23.684052069267373 -19.617052720340833, -23.5861895152699 -19.655238807406384, -23.39693484602342 -19.729086208503173 M-23.39693484602342 -19.729086208503173 C-23.306145772587254 -19.75611528675008, -23.21535669915109 -19.783144364996986, -23.000864935703994 -19.847001329696653 M-23.39693484602342 -19.729086208503173 C-23.28850577313977 -19.761366942123306, -23.180076700256123 -19.793647675743443, -23.000864935703994 -19.847001329696653 M-23.000864935703994 -19.847001329696653 C-22.911170545374564 -19.86580826562747, -22.82147615504513 -19.884615201558287, -22.596410451403674 -19.931806517013612 M-23.000864935703994 -19.847001329696653 C-22.905748791930897 -19.866945087777363, -22.810632648157803 -19.886888845858074, -22.596410451403674 -19.931806517013612 M-22.596410451403674 -19.931806517013612 C-22.49699607368977 -19.944198506272464, -22.39758169597586 -19.956590495531312, -22.186334227361662 -19.982922465033347 M-22.596410451403674 -19.931806517013612 C-22.48122124568568 -19.946164836532553, -22.366032039967685 -19.96052315605149, -22.186334227361662 -19.982922465033347 M-22.186334227361662 -19.982922465033347 C-22.066708529394322 -19.987870220499953, -21.94708283142698 -19.99281797596656, -21.7734375 -20 M-22.186334227361662 -19.982922465033347 C-22.060846279449397 -19.98811268495119, -21.935358331537127 -19.993302904869036, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-18.7734375, -12)\"><rect></rect><foreignObject width=\"37.546875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Read</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Replied-15\" transform=\"translate(775.4375, 800)\"><g class=\"basic label-container outer-path\"><path d=\"M-30.75 -20 C-10.813281696441013 -20, 9.123436607117974 -20, 30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 C30.83505393291752 -19.996482143312853, 30.920107865835043 -19.992964286625707, 31.162896727361662 -19.982922465033347 C31.318797862724164 -19.963489408776493, 31.474698998086662 -19.944056352519635, 31.57297295140367 -19.931806517013612 C31.66973488796259 -19.91151767247471, 31.766496824521514 -19.89122882793581, 31.977427435703998 -19.847001329696653 C32.09938353484397 -19.81069342587539, 32.221339633983945 -19.774385522054125, 32.37349734602342 -19.729086208503173 C32.47387640367362 -19.689918178665252, 32.574255461323816 -19.65075014882733, 32.758477123264846 -19.578866633275286 C32.84183964764777 -19.53811317839356, 32.925202172030694 -19.49735972351183, 33.129736965185366 -19.397368756032446 C33.251501828104516 -19.324812646470647, 33.373266691023666 -19.252256536908853, 33.484740790612136 -19.185832391312644 C33.614014617536185 -19.093532652958558, 33.743288444460234 -19.00123291460447, 33.82106356344834 -18.94570254698197 C33.93808863239001 -18.846587369481206, 34.055113701331685 -18.747472191980446, 34.136407858128706 -18.678619553365657 C34.23905626736167 -18.575971144132694, 34.34170467659463 -18.47332273489973, 34.42861955336566 -18.386407858128706 C34.505962329479765 -18.295089414928377, 34.58330510559387 -18.20377097172805, 34.69570254698197 -18.07106356344834 C34.75232700822594 -17.99175607099978, 34.80895146946991 -17.91244857855122, 34.935832391312644 -17.734740790612136 C35.00286867427248 -17.62223939197718, 35.06990495723231 -17.509737993342224, 35.14736875603245 -17.37973696518537 C35.20267153706958 -17.26661331846559, 35.257974318106704 -17.15348967174581, 35.32886663327529 -17.008477123264846 C35.38105825276077 -16.874721465835314, 35.43324987224626 -16.740965808405782, 35.479086208503176 -16.623497346023417 C35.513641520662304 -16.507428098505372, 35.54819683282143 -16.391358850987327, 35.59700132969665 -16.227427435703994 C35.61907835049333 -16.12213729551673, 35.64115537129002 -16.016847155329465, 35.68180651701361 -15.82297295140367 C35.70213181818762 -15.659913806834272, 35.72245711936162 -15.496854662264875, 35.73292246503335 -15.412896727361662 C35.736447362386 -15.327672566846747, 35.73997225973866 -15.24244840633183, 35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 C35.75 -8.780869756634061, 35.75 -2.5617395132681207, 35.75 15 C35.75 15, 35.75 15, 35.75 15 C35.74434205065062 15.136796602934625, 35.738684101301246 15.27359320586925, 35.73292246503335 15.412896727361662 C35.71934608492462 15.52181284663227, 35.705769704815886 15.630728965902879, 35.68180651701361 15.822972951403669 C35.656138399075736 15.94538981919176, 35.63047028113785 16.06780668697985, 35.59700132969665 16.227427435703994 C35.55417921505775 16.371264383273157, 35.51135710041885 16.51510133084232, 35.479086208503176 16.623497346023417 C35.43405493309634 16.73890261426973, 35.3890236576895 16.854307882516043, 35.32886663327529 17.008477123264846 C35.26485677135022 17.13941138861639, 35.200846909425145 17.270345653967937, 35.14736875603245 17.379736965185366 C35.088243139285325 17.47896255296432, 35.0291175225382 17.578188140743272, 34.935832391312644 17.734740790612133 C34.879612361361495 17.813481841791372, 34.823392331410346 17.89222289297061, 34.69570254698197 18.07106356344834 C34.598838166373056 18.185431121521507, 34.50197378576414 18.299798679594673, 34.42861955336566 18.386407858128706 C34.32754375153239 18.487483659961974, 34.22646794969912 18.588559461795246, 34.136407858128706 18.678619553365657 C34.034921729720345 18.764573919571355, 33.93343560131199 18.850528285777052, 33.82106356344834 18.94570254698197 C33.74224233981414 19.001979818965722, 33.66342111617994 19.05825709094948, 33.484740790612136 19.185832391312644 C33.36253631635194 19.258650452375562, 33.24033184209175 19.331468513438477, 33.129736965185366 19.397368756032446 C33.01285634531781 19.45450820932492, 32.89597572545025 19.511647662617396, 32.758477123264846 19.578866633275286 C32.63682288557072 19.62633626412715, 32.5151686478766 19.673805894979015, 32.37349734602342 19.729086208503173 C32.21761219528118 19.775495228636036, 32.061727044538934 19.8219042487689, 31.977427435703998 19.847001329696653 C31.894990478268863 19.864286541972692, 31.812553520833728 19.88157175424873, 31.57297295140367 19.931806517013612 C31.45137006499718 19.94696430099664, 31.32976717859069 19.962122084979665, 31.162896727361662 19.982922465033347 C31.0794489624363 19.98637389012094, 30.99600119751093 19.989825315208538, 30.75 20 C30.75 20, 30.75 20, 30.75 20 C16.043434404336317 20, 1.3368688086726372 20, -30.75 20 C-30.75 20, -30.75 20, -30.75 20 C-30.88381784729647 19.99446525289515, -31.017635694592943 19.988930505790297, -31.162896727361662 19.982922465033347 C-31.29179331399207 19.96685552226554, -31.42068990062248 19.950788579497733, -31.57297295140367 19.931806517013612 C-31.72788170978928 19.899325566049118, -31.88279046817489 19.86684461508462, -31.977427435703994 19.847001329696653 C-32.117591055793525 19.805272812030555, -32.257754675883064 19.763544294364454, -32.37349734602342 19.729086208503173 C-32.51232655766085 19.674914882022513, -32.65115576929827 19.620743555541857, -32.758477123264846 19.578866633275286 C-32.86180300337343 19.528353688468368, -32.96512888348202 19.47784074366145, -33.129736965185366 19.397368756032446 C-33.222673568439596 19.341990560661813, -33.31561017169383 19.286612365291177, -33.484740790612136 19.185832391312644 C-33.55417775509227 19.136255351581443, -33.623614719572394 19.086678311850243, -33.82106356344834 18.94570254698197 C-33.92181952083408 18.860366604086487, -34.022575478219814 18.775030661191003, -34.136407858128706 18.67861955336566 C-34.196418314241086 18.61860909725328, -34.25642877035346 18.558598641140904, -34.42861955336566 18.386407858128706 C-34.49836182600493 18.304063312423818, -34.5681040986442 18.22171876671893, -34.69570254698197 18.07106356344834 C-34.78876644030017 17.940719470905606, -34.881830333618375 17.810375378362867, -34.935832391312644 17.734740790612133 C-34.994262973459556 17.636681621392967, -35.05269355560647 17.5386224521738, -35.14736875603244 17.37973696518537 C-35.21511091006623 17.24116817429924, -35.28285306410002 17.10259938341311, -35.32886663327528 17.00847712326485 C-35.367820771930965 16.90864622173589, -35.406774910586655 16.808815320206932, -35.479086208503176 16.623497346023417 C-35.50626381310027 16.53220938137124, -35.53344141769736 16.44092141671906, -35.59700132969665 16.227427435703994 C-35.61927651260178 16.12119221708564, -35.641551695506905 16.014956998467284, -35.68180651701361 15.82297295140367 C-35.69632099458877 15.70653097216732, -35.710835472163915 15.590088992930967, -35.73292246503335 15.412896727361664 C-35.736648001713704 15.322821555155036, -35.74037353839407 15.23274638294841, -35.75 15 C-35.75 15, -35.75 15, -35.75 15 C-35.75 5.0656564262986485, -35.75 -4.868687147402703, -35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 C-35.74407377476374 -15.143282915856277, -35.73814754952748 -15.286565831712554, -35.73292246503335 -15.41289672736166 C-35.71323699892771 -15.570822813482337, -35.693551532822084 -15.728748899603016, -35.68180651701361 -15.822972951403669 C-35.65179425147438 -15.966108009121157, -35.621781985935144 -16.109243066838648, -35.59700132969665 -16.227427435703994 C-35.566246253056654 -16.330731917125707, -35.53549117641666 -16.434036398547416, -35.479086208503176 -16.623497346023417 C-35.44654603354963 -16.706890667339955, -35.414005858596084 -16.79028398865649, -35.32886663327529 -17.008477123264846 C-35.28318790763293 -17.101914450018935, -35.237509181990575 -17.19535177677302, -35.14736875603245 -17.379736965185366 C-35.0666033759823 -17.515278761593887, -34.985837995932144 -17.65082055800241, -34.935832391312644 -17.734740790612133 C-34.85698955348232 -17.84516705566586, -34.778146715652 -17.95559332071959, -34.69570254698197 -18.07106356344834 C-34.63650405819961 -18.140959087077352, -34.577305569417256 -18.21085461070636, -34.42861955336566 -18.386407858128706 C-34.341523163564 -18.47350424793036, -34.25442677376235 -18.560600637732016, -34.136407858128706 -18.678619553365657 C-34.06588132215098 -18.73835248234543, -33.99535478617325 -18.798085411325207, -33.82106356344834 -18.945702546981966 C-33.69819843181735 -19.033426564845563, -33.57533330018636 -19.121150582709163, -33.484740790612136 -19.185832391312644 C-33.36787111039269 -19.25547160511511, -33.25100143017325 -19.32511081891757, -33.129736965185366 -19.397368756032446 C-33.05497216689915 -19.43391903874345, -32.98020736861293 -19.470469321454456, -32.758477123264846 -19.578866633275286 C-32.648288903815654 -19.621862209924483, -32.538100684366455 -19.664857786573684, -32.37349734602342 -19.729086208503173 C-32.26721528767262 -19.760727748202616, -32.16093322932181 -19.792369287902062, -31.977427435703994 -19.847001329696653 C-31.820491320205928 -19.87990737274531, -31.663555204707862 -19.91281341579397, -31.572972951403674 -19.931806517013612 C-31.419428542977542 -19.950945807564207, -31.26588413455141 -19.970085098114804, -31.162896727361662 -19.982922465033347 C-31.077612246809437 -19.9864498572412, -30.992327766257212 -19.98997724944905, -30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-30.75 -20 C-7.425868773476598 -20, 15.898262453046804 -20, 30.75 -20 M-30.75 -20 C-7.211230420601595 -20, 16.32753915879681 -20, 30.75 -20 M30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 M30.75 -20 C30.75 -20, 30.75 -20, 30.75 -20 M30.75 -20 C30.904400082441807 -19.99361396535254, 31.05880016488361 -19.98722793070508, 31.162896727361662 -19.982922465033347 M30.75 -20 C30.901396177627632 -19.99373820777468, 31.052792355255264 -19.98747641554936, 31.162896727361662 -19.982922465033347 M31.162896727361662 -19.982922465033347 C31.30857807847914 -19.964763303554133, 31.454259429596622 -19.946604142074914, 31.57297295140367 -19.931806517013612 M31.162896727361662 -19.982922465033347 C31.32218220839837 -19.963067550528145, 31.481467689435082 -19.94321263602294, 31.57297295140367 -19.931806517013612 M31.57297295140367 -19.931806517013612 C31.680640220085643 -19.909231064786212, 31.78830748876761 -19.886655612558812, 31.977427435703998 -19.847001329696653 M31.57297295140367 -19.931806517013612 C31.722278032086436 -19.90050053370481, 31.871583112769205 -19.86919455039601, 31.977427435703998 -19.847001329696653 M31.977427435703998 -19.847001329696653 C32.078714750570576 -19.816846789559477, 32.18000206543715 -19.786692249422302, 32.37349734602342 -19.729086208503173 M31.977427435703998 -19.847001329696653 C32.11378148680846 -19.8064069698569, 32.25013553791293 -19.765812610017147, 32.37349734602342 -19.729086208503173 M32.37349734602342 -19.729086208503173 C32.48768967351862 -19.684528224046094, 32.60188200101382 -19.63997023958902, 32.758477123264846 -19.578866633275286 M32.37349734602342 -19.729086208503173 C32.451175417273724 -19.698776131045715, 32.52885348852403 -19.668466053588258, 32.758477123264846 -19.578866633275286 M32.758477123264846 -19.578866633275286 C32.8642563705062 -19.527154310360597, 32.97003561774754 -19.475441987445908, 33.129736965185366 -19.397368756032446 M32.758477123264846 -19.578866633275286 C32.903944246037646 -19.50775209027675, 33.04941136881044 -19.436637547278213, 33.129736965185366 -19.397368756032446 M33.129736965185366 -19.397368756032446 C33.2052214756971 -19.35238975072987, 33.28070598620884 -19.30741074542729, 33.484740790612136 -19.185832391312644 M33.129736965185366 -19.397368756032446 C33.242719945113826 -19.330045512908104, 33.355702925042294 -19.262722269783765, 33.484740790612136 -19.185832391312644 M33.484740790612136 -19.185832391312644 C33.567195508710604 -19.12696085414511, 33.649650226809065 -19.068089316977577, 33.82106356344834 -18.94570254698197 M33.484740790612136 -19.185832391312644 C33.56806389227338 -19.126340840198417, 33.65138699393463 -19.06684928908419, 33.82106356344834 -18.94570254698197 M33.82106356344834 -18.94570254698197 C33.89180672346521 -18.88578614679996, 33.962549883482076 -18.825869746617943, 34.136407858128706 -18.678619553365657 M33.82106356344834 -18.94570254698197 C33.8901915355703 -18.88715414116517, 33.95931950769227 -18.828605735348365, 34.136407858128706 -18.678619553365657 M34.136407858128706 -18.678619553365657 C34.201079337299 -18.61394807419536, 34.2657508164693 -18.549276595025063, 34.42861955336566 -18.386407858128706 M34.136407858128706 -18.678619553365657 C34.19880207283719 -18.616225338657173, 34.26119628754567 -18.55383112394869, 34.42861955336566 -18.386407858128706 M34.42861955336566 -18.386407858128706 C34.48411232505964 -18.320887666398203, 34.539605096753625 -18.255367474667697, 34.69570254698197 -18.07106356344834 M34.42861955336566 -18.386407858128706 C34.5162089590398 -18.282991242267848, 34.60379836471395 -18.179574626406993, 34.69570254698197 -18.07106356344834 M34.69570254698197 -18.07106356344834 C34.76523612634553 -17.973675726122405, 34.834769705709085 -17.87628788879647, 34.935832391312644 -17.734740790612136 M34.69570254698197 -18.07106356344834 C34.75633445428949 -17.986143293563305, 34.81696636159701 -17.90122302367827, 34.935832391312644 -17.734740790612136 M34.935832391312644 -17.734740790612136 C34.992919459593026 -17.63893632858132, 35.050006527873414 -17.543131866550507, 35.14736875603245 -17.37973696518537 M34.935832391312644 -17.734740790612136 C35.01023192145325 -17.60988226879319, 35.08463145159386 -17.48502374697424, 35.14736875603245 -17.37973696518537 M35.14736875603245 -17.37973696518537 C35.205176709099625 -17.261488907172247, 35.26298466216681 -17.143240849159124, 35.32886663327529 -17.008477123264846 M35.14736875603245 -17.37973696518537 C35.20781835474052 -17.256085334645967, 35.26826795344859 -17.132433704106564, 35.32886663327529 -17.008477123264846 M35.32886663327529 -17.008477123264846 C35.36659010782929 -16.911800143526754, 35.40431358238329 -16.815123163788662, 35.479086208503176 -16.623497346023417 M35.32886663327529 -17.008477123264846 C35.37688493243847 -16.88541676919774, 35.424903231601654 -16.76235641513063, 35.479086208503176 -16.623497346023417 M35.479086208503176 -16.623497346023417 C35.51027661073263 -16.51873063172239, 35.54146701296209 -16.413963917421366, 35.59700132969665 -16.227427435703994 M35.479086208503176 -16.623497346023417 C35.50583019499218 -16.53366587892172, 35.53257418148119 -16.443834411820024, 35.59700132969665 -16.227427435703994 M35.59700132969665 -16.227427435703994 C35.6216263235117 -16.109985454977746, 35.64625131732675 -15.992543474251502, 35.68180651701361 -15.82297295140367 M35.59700132969665 -16.227427435703994 C35.615139139065874 -16.140924256277614, 35.633276948435096 -16.054421076851234, 35.68180651701361 -15.82297295140367 M35.68180651701361 -15.82297295140367 C35.6988388214235 -15.686331778741783, 35.71587112583339 -15.549690606079894, 35.73292246503335 -15.412896727361662 M35.68180651701361 -15.82297295140367 C35.69698235053633 -15.701225263083689, 35.71215818405905 -15.579477574763706, 35.73292246503335 -15.412896727361662 M35.73292246503335 -15.412896727361662 C35.73737522877182 -15.305238825977185, 35.741827992510295 -15.197580924592707, 35.75 -15 M35.73292246503335 -15.412896727361662 C35.73954070240865 -15.25288250057185, 35.74615893978395 -15.092868273782036, 35.75 -15 M35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 M35.75 -15 C35.75 -15, 35.75 -15, 35.75 -15 M35.75 -15 C35.75 -4.7296746395269285, 35.75 5.540650720946143, 35.75 15 M35.75 -15 C35.75 -5.913641105158256, 35.75 3.172717789683489, 35.75 15 M35.75 15 C35.75 15, 35.75 15, 35.75 15 M35.75 15 C35.75 15, 35.75 15, 35.75 15 M35.75 15 C35.74584738469164 15.100400981415728, 35.74169476938328 15.200801962831457, 35.73292246503335 15.412896727361662 M35.75 15 C35.745724416721025 15.103374072833079, 35.74144883344204 15.206748145666158, 35.73292246503335 15.412896727361662 M35.73292246503335 15.412896727361662 C35.71275388812633 15.57469855600302, 35.69258531121932 15.736500384644378, 35.68180651701361 15.822972951403669 M35.73292246503335 15.412896727361662 C35.71849598980626 15.528632710289676, 35.70406951457917 15.644368693217691, 35.68180651701361 15.822972951403669 M35.68180651701361 15.822972951403669 C35.66019949019853 15.926021587510022, 35.63859246338345 16.029070223616372, 35.59700132969665 16.227427435703994 M35.68180651701361 15.822972951403669 C35.66403150361098 15.907745877525802, 35.646256490208344 15.992518803647934, 35.59700132969665 16.227427435703994 M35.59700132969665 16.227427435703994 C35.56899296971692 16.321505858497307, 35.5409846097372 16.41558428129062, 35.479086208503176 16.623497346023417 M35.59700132969665 16.227427435703994 C35.56464099716154 16.336123876629998, 35.53228066462643 16.444820317555997, 35.479086208503176 16.623497346023417 M35.479086208503176 16.623497346023417 C35.44302794021772 16.71590676783937, 35.40696967193226 16.808316189655322, 35.32886663327529 17.008477123264846 M35.479086208503176 16.623497346023417 C35.44811340014439 16.702873851012306, 35.41714059178561 16.782250356001196, 35.32886663327529 17.008477123264846 M35.32886663327529 17.008477123264846 C35.27690313648377 17.11477015488331, 35.22493963969225 17.22106318650177, 35.14736875603245 17.379736965185366 M35.32886663327529 17.008477123264846 C35.291606345212315 17.08469426071193, 35.25434605714935 17.16091139815902, 35.14736875603245 17.379736965185366 M35.14736875603245 17.379736965185366 C35.08841841559105 17.47866840136952, 35.02946807514966 17.57759983755368, 34.935832391312644 17.734740790612133 M35.14736875603245 17.379736965185366 C35.074454395905725 17.50210305012692, 35.00154003577901 17.62446913506847, 34.935832391312644 17.734740790612133 M34.935832391312644 17.734740790612133 C34.87770178554577 17.816157769716327, 34.81957117977889 17.897574748820524, 34.69570254698197 18.07106356344834 M34.935832391312644 17.734740790612133 C34.842755211387846 17.865103492205257, 34.74967803146305 17.995466193798382, 34.69570254698197 18.07106356344834 M34.69570254698197 18.07106356344834 C34.631829418433725 18.146478423819463, 34.56795628988547 18.221893284190585, 34.42861955336566 18.386407858128706 M34.69570254698197 18.07106356344834 C34.61283931543312 18.168899996063914, 34.52997608388427 18.26673642867949, 34.42861955336566 18.386407858128706 M34.42861955336566 18.386407858128706 C34.33831627490051 18.476711136593856, 34.24801299643536 18.567014415059006, 34.136407858128706 18.678619553365657 M34.42861955336566 18.386407858128706 C34.366786970644256 18.448240440850107, 34.304954387922855 18.510073023571508, 34.136407858128706 18.678619553365657 M34.136407858128706 18.678619553365657 C34.034666212385964 18.764790331714334, 33.93292456664323 18.850961110063007, 33.82106356344834 18.94570254698197 M34.136407858128706 18.678619553365657 C34.065897682809045 18.73833862557489, 33.99538750748938 18.798057697784124, 33.82106356344834 18.94570254698197 M33.82106356344834 18.94570254698197 C33.727783661464024 19.01230311688624, 33.6345037594797 19.078903686790508, 33.484740790612136 19.185832391312644 M33.82106356344834 18.94570254698197 C33.69702807391478 19.034262184326774, 33.57299258438122 19.12282182167158, 33.484740790612136 19.185832391312644 M33.484740790612136 19.185832391312644 C33.34816940909069 19.267211270926346, 33.21159802756924 19.348590150540044, 33.129736965185366 19.397368756032446 M33.484740790612136 19.185832391312644 C33.36751926592115 19.25568125891353, 33.25029774123017 19.32553012651442, 33.129736965185366 19.397368756032446 M33.129736965185366 19.397368756032446 C33.03390518058541 19.444218060787065, 32.93807339598545 19.49106736554168, 32.758477123264846 19.578866633275286 M33.129736965185366 19.397368756032446 C33.00941414278292 19.456190999604335, 32.88909132038049 19.515013243176227, 32.758477123264846 19.578866633275286 M32.758477123264846 19.578866633275286 C32.609544000731454 19.636980518021755, 32.46061087819806 19.695094402768223, 32.37349734602342 19.729086208503173 M32.758477123264846 19.578866633275286 C32.63367578735418 19.627564265661874, 32.5088744514435 19.676261898048462, 32.37349734602342 19.729086208503173 M32.37349734602342 19.729086208503173 C32.25514826109231 19.764320257667713, 32.1367991761612 19.799554306832253, 31.977427435703998 19.847001329696653 M32.37349734602342 19.729086208503173 C32.24822087375038 19.766382630235526, 32.122944401477326 19.803679051967876, 31.977427435703998 19.847001329696653 M31.977427435703998 19.847001329696653 C31.83906144001812 19.876013628083548, 31.700695444332244 19.90502592647044, 31.57297295140367 19.931806517013612 M31.977427435703998 19.847001329696653 C31.819503256145868 19.880114547992335, 31.661579076587742 19.913227766288017, 31.57297295140367 19.931806517013612 M31.57297295140367 19.931806517013612 C31.47713950930624 19.943752143113365, 31.381306067208808 19.95569776921312, 31.162896727361662 19.982922465033347 M31.57297295140367 19.931806517013612 C31.412295695727583 19.951834916046693, 31.251618440051498 19.971863315079773, 31.162896727361662 19.982922465033347 M31.162896727361662 19.982922465033347 C31.006852418677006 19.98937650538125, 30.850808109992347 19.995830545729152, 30.75 20 M31.162896727361662 19.982922465033347 C31.00843291818423 19.98931113543809, 30.853969109006794 19.99569980584283, 30.75 20 M30.75 20 C30.75 20, 30.75 20, 30.75 20 M30.75 20 C30.75 20, 30.75 20, 30.75 20 M30.75 20 C14.099735111483138 20, -2.5505297770337236 20, -30.75 20 M30.75 20 C13.349388233986712 20, -4.051223532026576 20, -30.75 20 M-30.75 20 C-30.75 20, -30.75 20, -30.75 20 M-30.75 20 C-30.75 20, -30.75 20, -30.75 20 M-30.75 20 C-30.91180449464581 19.993307716598455, -31.07360898929162 19.986615433196906, -31.162896727361662 19.982922465033347 M-30.75 20 C-30.897434091005884 19.99390208088953, -31.044868182011772 19.987804161779056, -31.162896727361662 19.982922465033347 M-31.162896727361662 19.982922465033347 C-31.31132355016267 19.964421080865673, -31.459750372963672 19.945919696698, -31.57297295140367 19.931806517013612 M-31.162896727361662 19.982922465033347 C-31.31031981495517 19.964546196328808, -31.457742902548677 19.94616992762427, -31.57297295140367 19.931806517013612 M-31.57297295140367 19.931806517013612 C-31.659455823149838 19.913672965717154, -31.745938694896005 19.895539414420696, -31.977427435703994 19.847001329696653 M-31.57297295140367 19.931806517013612 C-31.67577325270906 19.91025156053062, -31.77857355401445 19.888696604047635, -31.977427435703994 19.847001329696653 M-31.977427435703994 19.847001329696653 C-32.11505754633379 19.806027070476365, -32.25268765696358 19.765052811256076, -32.37349734602342 19.729086208503173 M-31.977427435703994 19.847001329696653 C-32.078637690232725 19.816869731416052, -32.179847944761455 19.786738133135454, -32.37349734602342 19.729086208503173 M-32.37349734602342 19.729086208503173 C-32.49257892487409 19.6826204322471, -32.61166050372476 19.636154655991024, -32.758477123264846 19.578866633275286 M-32.37349734602342 19.729086208503173 C-32.45326158799309 19.697962104705002, -32.53302582996276 19.666838000906836, -32.758477123264846 19.578866633275286 M-32.758477123264846 19.578866633275286 C-32.84538756021468 19.536378709628483, -32.932297997164525 19.49389078598168, -33.129736965185366 19.397368756032446 M-32.758477123264846 19.578866633275286 C-32.87087628989212 19.523918028973824, -32.98327545651938 19.468969424672366, -33.129736965185366 19.397368756032446 M-33.129736965185366 19.397368756032446 C-33.21557827074216 19.346218440402872, -33.301419576298954 19.295068124773294, -33.484740790612136 19.185832391312644 M-33.129736965185366 19.397368756032446 C-33.26813636932476 19.314900611369954, -33.40653577346414 19.23243246670746, -33.484740790612136 19.185832391312644 M-33.484740790612136 19.185832391312644 C-33.60718427838468 19.098409421377614, -33.729627766157215 19.010986451442587, -33.82106356344834 18.94570254698197 M-33.484740790612136 19.185832391312644 C-33.55540204340949 19.13538122652428, -33.626063296206844 19.084930061735914, -33.82106356344834 18.94570254698197 M-33.82106356344834 18.94570254698197 C-33.94673661319334 18.83926290336385, -34.07240966293834 18.73282325974573, -34.136407858128706 18.67861955336566 M-33.82106356344834 18.94570254698197 C-33.938683144348225 18.8460838435376, -34.05630272524811 18.746465140093232, -34.136407858128706 18.67861955336566 M-34.136407858128706 18.67861955336566 C-34.20407136707667 18.61095604441769, -34.271734876024645 18.54329253546972, -34.42861955336566 18.386407858128706 M-34.136407858128706 18.67861955336566 C-34.19508488391629 18.619942527578075, -34.253761909703876 18.56126550179049, -34.42861955336566 18.386407858128706 M-34.42861955336566 18.386407858128706 C-34.5062158081006 18.29479013328629, -34.583812062835534 18.203172408443876, -34.69570254698197 18.07106356344834 M-34.42861955336566 18.386407858128706 C-34.50302027033358 18.298563097598326, -34.577420987301494 18.210718337067945, -34.69570254698197 18.07106356344834 M-34.69570254698197 18.07106356344834 C-34.7549564988844 17.98807324018854, -34.814210450786824 17.90508291692874, -34.935832391312644 17.734740790612133 M-34.69570254698197 18.07106356344834 C-34.75878519431456 17.982710818591144, -34.821867841647155 17.894358073733947, -34.935832391312644 17.734740790612133 M-34.935832391312644 17.734740790612133 C-35.001501048670896 17.624534563878022, -35.067169706029155 17.514328337143912, -35.14736875603244 17.37973696518537 M-34.935832391312644 17.734740790612133 C-35.01867879012798 17.595706594098296, -35.10152518894331 17.456672397584462, -35.14736875603244 17.37973696518537 M-35.14736875603244 17.37973696518537 C-35.209855448971986 17.251918391793286, -35.27234214191153 17.124099818401202, -35.32886663327528 17.00847712326485 M-35.14736875603244 17.37973696518537 C-35.20975092937903 17.252132190037923, -35.27213310272561 17.12452741489048, -35.32886663327528 17.00847712326485 M-35.32886663327528 17.00847712326485 C-35.37030681056098 16.902275050758035, -35.41174698784669 16.79607297825122, -35.479086208503176 16.623497346023417 M-35.32886663327528 17.00847712326485 C-35.371397581314355 16.899479644892878, -35.41392852935343 16.79048216652091, -35.479086208503176 16.623497346023417 M-35.479086208503176 16.623497346023417 C-35.50305830729671 16.54297648556697, -35.527030406090255 16.462455625110525, -35.59700132969665 16.227427435703994 M-35.479086208503176 16.623497346023417 C-35.525959181793354 16.466053804096468, -35.57283215508354 16.308610262169523, -35.59700132969665 16.227427435703994 M-35.59700132969665 16.227427435703994 C-35.62199212287263 16.108240877829076, -35.64698291604861 15.989054319954157, -35.68180651701361 15.82297295140367 M-35.59700132969665 16.227427435703994 C-35.62138842041003 16.11112006689649, -35.645775511123404 15.994812698088984, -35.68180651701361 15.82297295140367 M-35.68180651701361 15.82297295140367 C-35.69358466833509 15.728483070902143, -35.70536281965657 15.633993190400616, -35.73292246503335 15.412896727361664 M-35.68180651701361 15.82297295140367 C-35.69684447747307 15.702331345771581, -35.71188243793253 15.581689740139492, -35.73292246503335 15.412896727361664 M-35.73292246503335 15.412896727361664 C-35.73973575386001 15.248166591274046, -35.74654904268667 15.083436455186428, -35.75 15 M-35.73292246503335 15.412896727361664 C-35.73971528135887 15.248661570715605, -35.74650809768439 15.084426414069544, -35.75 15 M-35.75 15 C-35.75 15, -35.75 15, -35.75 15 M-35.75 15 C-35.75 15, -35.75 15, -35.75 15 M-35.75 15 C-35.75 4.833325425413674, -35.75 -5.333349149172651, -35.75 -15 M-35.75 15 C-35.75 7.827017857259594, -35.75 0.6540357145191873, -35.75 -15 M-35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 M-35.75 -15 C-35.75 -15, -35.75 -15, -35.75 -15 M-35.75 -15 C-35.74329470437496 -15.162119101203842, -35.73658940874992 -15.324238202407685, -35.73292246503335 -15.41289672736166 M-35.75 -15 C-35.743207709400934 -15.164222445752259, -35.73641541880187 -15.32844489150452, -35.73292246503335 -15.41289672736166 M-35.73292246503335 -15.41289672736166 C-35.713154321371206 -15.571486091803502, -35.69338617770906 -15.730075456245343, -35.68180651701361 -15.822972951403669 M-35.73292246503335 -15.41289672736166 C-35.716795640134855 -15.542273716664603, -35.70066881523637 -15.671650705967545, -35.68180651701361 -15.822972951403669 M-35.68180651701361 -15.822972951403669 C-35.65844438371727 -15.934392074142142, -35.63508225042093 -16.045811196880617, -35.59700132969665 -16.227427435703994 M-35.68180651701361 -15.822972951403669 C-35.64791276898806 -15.984619647937054, -35.6140190209625 -16.146266344470437, -35.59700132969665 -16.227427435703994 M-35.59700132969665 -16.227427435703994 C-35.56127578673826 -16.347427419187248, -35.52555024377987 -16.467427402670502, -35.479086208503176 -16.623497346023417 M-35.59700132969665 -16.227427435703994 C-35.5522698998532 -16.377677659994447, -35.50753847000975 -16.5279278842849, -35.479086208503176 -16.623497346023417 M-35.479086208503176 -16.623497346023417 C-35.44293162133919 -16.716153611969656, -35.406777034175214 -16.80880987791589, -35.32886663327529 -17.008477123264846 M-35.479086208503176 -16.623497346023417 C-35.42720099207469 -16.756467759715903, -35.37531577564621 -16.889438173408394, -35.32886663327529 -17.008477123264846 M-35.32886663327529 -17.008477123264846 C-35.268929042019685 -17.131081425820298, -35.208991450764074 -17.253685728375746, -35.14736875603245 -17.379736965185366 M-35.32886663327529 -17.008477123264846 C-35.25738114995027 -17.154703016603246, -35.18589566662526 -17.300928909941646, -35.14736875603245 -17.379736965185366 M-35.14736875603245 -17.379736965185366 C-35.06944824488641 -17.51050445555372, -34.99152773374037 -17.641271945922075, -34.935832391312644 -17.734740790612133 M-35.14736875603245 -17.379736965185366 C-35.102907910071615 -17.454351892121043, -35.05844706411077 -17.528966819056723, -34.935832391312644 -17.734740790612133 M-34.935832391312644 -17.734740790612133 C-34.85008664057939 -17.854835186733165, -34.76434088984614 -17.974929582854195, -34.69570254698197 -18.07106356344834 M-34.935832391312644 -17.734740790612133 C-34.8658724820137 -17.832725740164634, -34.79591257271475 -17.930710689717138, -34.69570254698197 -18.07106356344834 M-34.69570254698197 -18.07106356344834 C-34.62573428097676 -18.153674939016184, -34.55576601497155 -18.236286314584024, -34.42861955336566 -18.386407858128706 M-34.69570254698197 -18.07106356344834 C-34.631043683171505 -18.147406139690524, -34.56638481936105 -18.223748715932707, -34.42861955336566 -18.386407858128706 M-34.42861955336566 -18.386407858128706 C-34.32148483223385 -18.493542579260513, -34.21435011110204 -18.60067730039232, -34.136407858128706 -18.678619553365657 M-34.42861955336566 -18.386407858128706 C-34.324423257700175 -18.490604153794184, -34.2202269620347 -18.59480044945966, -34.136407858128706 -18.678619553365657 M-34.136407858128706 -18.678619553365657 C-34.017198742913 -18.779584523702074, -33.8979896276973 -18.88054949403849, -33.82106356344834 -18.945702546981966 M-34.136407858128706 -18.678619553365657 C-34.05094357299754 -18.751004110515318, -33.965479287866366 -18.823388667664982, -33.82106356344834 -18.945702546981966 M-33.82106356344834 -18.945702546981966 C-33.70999597337753 -19.02500328207336, -33.59892838330673 -19.104304017164754, -33.484740790612136 -19.185832391312644 M-33.82106356344834 -18.945702546981966 C-33.70458855765309 -19.028864102692765, -33.58811355185784 -19.112025658403564, -33.484740790612136 -19.185832391312644 M-33.484740790612136 -19.185832391312644 C-33.35200206949343 -19.26492750103224, -33.219263348374724 -19.344022610751836, -33.129736965185366 -19.397368756032446 M-33.484740790612136 -19.185832391312644 C-33.3640679762363 -19.257737781185234, -33.243395161860455 -19.32964317105782, -33.129736965185366 -19.397368756032446 M-33.129736965185366 -19.397368756032446 C-33.025745718124504 -19.448206978921693, -32.921754471063636 -19.499045201810944, -32.758477123264846 -19.578866633275286 M-33.129736965185366 -19.397368756032446 C-32.98817833387485 -19.46657255398526, -32.84661970256433 -19.535776351938072, -32.758477123264846 -19.578866633275286 M-32.758477123264846 -19.578866633275286 C-32.63660680349936 -19.626420579613036, -32.514736483733884 -19.673974525950783, -32.37349734602342 -19.729086208503173 M-32.758477123264846 -19.578866633275286 C-32.629764199227004 -19.629090572085396, -32.50105127518917 -19.67931451089551, -32.37349734602342 -19.729086208503173 M-32.37349734602342 -19.729086208503173 C-32.2493813265409 -19.766037148471145, -32.125265307058385 -19.80298808843912, -31.977427435703994 -19.847001329696653 M-32.37349734602342 -19.729086208503173 C-32.23741327794912 -19.769600190912342, -32.10132920987483 -19.810114173321512, -31.977427435703994 -19.847001329696653 M-31.977427435703994 -19.847001329696653 C-31.837538546778884 -19.8763329452167, -31.69764965785377 -19.905664560736746, -31.572972951403674 -19.931806517013612 M-31.977427435703994 -19.847001329696653 C-31.823239250303605 -19.87933119239446, -31.66905106490322 -19.911661055092267, -31.572972951403674 -19.931806517013612 M-31.572972951403674 -19.931806517013612 C-31.48281907561677 -19.943044185911063, -31.392665199829867 -19.954281854808514, -31.162896727361662 -19.982922465033347 M-31.572972951403674 -19.931806517013612 C-31.488651846617163 -19.942317131764085, -31.404330741830655 -19.952827746514558, -31.162896727361662 -19.982922465033347 M-31.162896727361662 -19.982922465033347 C-31.08018748260359 -19.986343344700877, -30.997478237845517 -19.989764224368407, -30.75 -20 M-31.162896727361662 -19.982922465033347 C-31.07371428425769 -19.986611078164895, -30.984531841153718 -19.990299691296443, -30.75 -20 M-30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20 M-30.75 -20 C-30.75 -20, -30.75 -20, -30.75 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-27.75, -12)\"><rect></rect><foreignObject width=\"55.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Replied</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closed-14\" transform=\"translate(310.5390625, 1054)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.0703125 -20 C-7.354424863611726 -20, 13.361462772776548 -20, 28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 C28.208559390170702 -19.994282066326836, 28.346806280341408 -19.988564132653668, 28.483209227361662 -19.982922465033347 C28.573647563803597 -19.971649338152226, 28.66408590024553 -19.9603762112711, 28.89328545140367 -19.931806517013612 C29.015369505397665 -19.90620818278996, 29.137453559391655 -19.88060984856631, 29.297739935703998 -19.847001329696653 C29.396579123471188 -19.817575628575266, 29.49541831123838 -19.78814992745388, 29.693809846023417 -19.729086208503173 C29.808278273237605 -19.684420489601433, 29.922746700451793 -19.639754770699696, 30.078789623264846 -19.578866633275286 C30.166230039209196 -19.53611961868563, 30.253670455153543 -19.493372604095974, 30.45004946518537 -19.397368756032446 C30.575656580900887 -19.322523160750595, 30.701263696616405 -19.247677565468745, 30.805053290612136 -19.185832391312644 C30.938792583404254 -19.0903443716099, 31.072531876196376 -18.99485635190715, 31.14137606344834 -18.94570254698197 C31.229844489092276 -18.870773612607387, 31.31831291473621 -18.795844678232804, 31.456720358128706 -18.678619553365657 C31.54405168492199 -18.591288226572374, 31.631383011715272 -18.50395689977909, 31.748932053365657 -18.386407858128706 C31.840143618447772 -18.278714566736173, 31.931355183529885 -18.17102127534364, 32.01601504698197 -18.07106356344834 C32.08912434169865 -17.968667625168575, 32.16223363641534 -17.866271686888805, 32.256144891312644 -17.734740790612136 C32.33083260618713 -17.60939863240711, 32.405520321061616 -17.484056474202085, 32.46768125603245 -17.37973696518537 C32.5055467189265 -17.30228192283529, 32.54341218182056 -17.224826880485214, 32.64917913327529 -17.008477123264846 C32.69695005796729 -16.886050735634303, 32.744720982659295 -16.763624348003756, 32.799398708503176 -16.623497346023417 C32.836825885150105 -16.497781675734316, 32.874253061797035 -16.37206600544522, 32.91731382969665 -16.227427435703994 C32.939876951151135 -16.11981897517468, 32.96244007260562 -16.012210514645368, 33.00211901701361 -15.82297295140367 C33.01553339023172 -15.715356527757464, 33.028947763449814 -15.60774010411126, 33.05323496503335 -15.412896727361662 C33.05822960909943 -15.29213736757999, 33.063224253165515 -15.171378007798317, 33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 C33.0703125 -8.361692605763915, 33.0703125 -1.7233852115278303, 33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 C33.066864121910605 15.083374095301043, 33.06341574382121 15.166748190602085, 33.05323496503335 15.412896727361662 C33.03369889887122 15.569624256728911, 33.014162832709104 15.726351786096158, 33.00211901701361 15.822972951403669 C32.97975011752338 15.929655124911207, 32.95738121803315 16.036337298418744, 32.91731382969665 16.227427435703994 C32.891229215130195 16.315044111559345, 32.86514460056374 16.402660787414693, 32.799398708503176 16.623497346023417 C32.74957683279301 16.751179870644812, 32.699754957082845 16.87886239526621, 32.64917913327529 17.008477123264846 C32.58641495959875 17.136863292576606, 32.52365078592221 17.26524946188837, 32.46768125603245 17.379736965185366 C32.41611046630581 17.466283917325182, 32.36453967657918 17.552830869464998, 32.256144891312644 17.734740790612133 C32.16927408562349 17.85641092424058, 32.08240327993433 17.97808105786903, 32.01601504698197 18.07106356344834 C31.954471561164226 18.143727819845164, 31.892928075346486 18.21639207624199, 31.748932053365657 18.386407858128706 C31.66469596197309 18.47064394952127, 31.58045987058053 18.554880040913833, 31.456720358128706 18.678619553365657 C31.331406500779288 18.78475497654309, 31.206092643429866 18.89089039972053, 31.14137606344834 18.94570254698197 C31.024791921643004 19.028942024306257, 30.908207779837667 19.112181501630545, 30.805053290612136 19.185832391312644 C30.69122173557096 19.25366127545175, 30.577390180529786 19.32149015959086, 30.45004946518537 19.397368756032446 C30.333448778886172 19.4543713581423, 30.21684809258697 19.511373960252154, 30.078789623264846 19.578866633275286 C29.944391429556912 19.63130897119461, 29.809993235848975 19.683751309113934, 29.693809846023417 19.729086208503173 C29.595873008793728 19.758243268230157, 29.49793617156404 19.787400327957144, 29.297739935703998 19.847001329696653 C29.16611039411616 19.874601142194994, 29.034480852528322 19.902200954693335, 28.89328545140367 19.931806517013612 C28.77889964340969 19.94606469311069, 28.66451383541571 19.96032286920777, 28.483209227361662 19.982922465033347 C28.360776046142334 19.987986338866186, 28.238342864923005 19.993050212699025, 28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 C11.611245741314484 20, -4.847821017371032 20, -28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 C-28.167712305885978 19.99597151422974, -28.265112111771955 19.99194302845948, -28.483209227361662 19.982922465033347 C-28.573644782361914 19.97164968485857, -28.66408033736216 19.96037690468379, -28.89328545140367 19.931806517013612 C-29.04514783428137 19.899964323821905, -29.19701021715907 19.868122130630198, -29.297739935703994 19.847001329696653 C-29.39206007619468 19.818921007240508, -29.486380216685365 19.790840684784364, -29.693809846023417 19.729086208503173 C-29.810106069766725 19.683707281182606, -29.926402293510037 19.638328353862036, -30.078789623264846 19.578866633275286 C-30.15960250984543 19.539359620363875, -30.240415396426016 19.499852607452464, -30.45004946518537 19.397368756032446 C-30.565567042437277 19.328535220721292, -30.681084619689187 19.25970168541014, -30.805053290612133 19.185832391312644 C-30.892822180065608 19.12316660872586, -30.98059106951908 19.060500826139073, -31.14137606344834 18.94570254698197 C-31.26163857539548 18.843845395124454, -31.38190108734262 18.74198824326694, -31.456720358128706 18.67861955336566 C-31.53059588575605 18.604744025738313, -31.604471413383397 18.53086849811097, -31.748932053365657 18.386407858128706 C-31.843879512051988 18.27430360549274, -31.938826970738315 18.16219935285677, -32.01601504698197 18.07106356344834 C-32.098294008288775 17.9558247080286, -32.18057296959557 17.840585852608864, -32.256144891312644 17.734740790612133 C-32.308736872864124 17.646480057464526, -32.3613288544156 17.558219324316916, -32.46768125603244 17.37973696518537 C-32.52300842813171 17.266563425750522, -32.57833560023098 17.15338988631568, -32.64917913327528 17.00847712326485 C-32.68427829146046 16.918525689978, -32.719377449645634 16.828574256691148, -32.799398708503176 16.623497346023417 C-32.824728945755886 16.538414578898166, -32.8500591830086 16.45333181177292, -32.91731382969665 16.227427435703994 C-32.93550391480171 16.14067494186128, -32.95369399990677 16.053922448018568, -33.00211901701361 15.82297295140367 C-33.01691738199855 15.7042534935805, -33.031715746983494 15.58553403575733, -33.05323496503335 15.412896727361664 C-33.05961827837197 15.258562440101256, -33.0660015917106 15.104228152840847, -33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 C-33.0703125 3.270691147969565, -33.0703125 -8.45861770406087, -33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 C-33.06579338262296 -15.109262184453858, -33.06127426524592 -15.218524368907715, -33.05323496503335 -15.41289672736166 C-33.033364671803156 -15.57230558377762, -33.01349437857297 -15.73171444019358, -33.00211901701361 -15.822972951403669 C-32.981926103044465 -15.919277374096445, -32.96173318907532 -16.015581796789224, -32.91731382969665 -16.227427435703994 C-32.87798918537089 -16.35951658757699, -32.83866454104513 -16.49160573944999, -32.799398708503176 -16.623497346023417 C-32.75467909755877 -16.738103886706178, -32.70995948661436 -16.85271042738894, -32.64917913327529 -17.008477123264846 C-32.598135141223175 -17.112889277875915, -32.54709114917106 -17.217301432486984, -32.46768125603245 -17.379736965185366 C-32.386645565393316 -17.51573240129441, -32.30560987475418 -17.65172783740346, -32.256144891312644 -17.734740790612133 C-32.18816776019993 -17.829948686527793, -32.12019062908722 -17.92515658244345, -32.01601504698197 -18.07106356344834 C-31.913818986316727 -18.19172622426863, -31.811622925651488 -18.31238888508892, -31.74893205336566 -18.386407858128706 C-31.661958541531753 -18.473381369962613, -31.574985029697846 -18.560354881796517, -31.456720358128706 -18.678619553365657 C-31.331484380487773 -18.78468901579468, -31.206248402846843 -18.8907584782237, -31.14137606344834 -18.945702546981966 C-31.046685644748383 -19.01331020646419, -30.951995226048425 -19.080917865946414, -30.805053290612136 -19.185832391312644 C-30.73204546763233 -19.22933561117426, -30.659037644652518 -19.272838831035877, -30.450049465185366 -19.397368756032446 C-30.363269497865883 -19.43979289696353, -30.2764895305464 -19.48221703789462, -30.07878962326485 -19.578866633275286 C-29.95946035937186 -19.62542905653478, -29.840131095478874 -19.671991479794272, -29.69380984602342 -19.729086208503173 C-29.58014473766569 -19.762925777423373, -29.466479629307962 -19.796765346343573, -29.297739935703994 -19.847001329696653 C-29.21562764433556 -19.864218466657245, -29.13351535296712 -19.88143560361784, -28.893285451403674 -19.931806517013612 C-28.79037633100974 -19.944634125493234, -28.687467210615807 -19.957461733972856, -28.483209227361662 -19.982922465033347 C-28.352897756025154 -19.988312187355742, -28.222586284688646 -19.993701909678137, -28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.0703125 -20 C-10.388432782577137 -20, 7.293446934845726 -20, 28.0703125 -20 M-28.0703125 -20 C-7.397138240016396 -20, 13.276036019967208 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.18704463445164 -19.99517192320567, 28.303776768903287 -19.99034384641134, 28.483209227361662 -19.982922465033347 M28.0703125 -20 C28.204364486514677 -19.99445556882545, 28.338416473029355 -19.9889111376509, 28.483209227361662 -19.982922465033347 M28.483209227361662 -19.982922465033347 C28.57600979387231 -19.971354886481233, 28.668810360382956 -19.95978730792912, 28.89328545140367 -19.931806517013612 M28.483209227361662 -19.982922465033347 C28.606301350127165 -19.96757904793176, 28.729393472892664 -19.952235630830174, 28.89328545140367 -19.931806517013612 M28.89328545140367 -19.931806517013612 C29.0067986958666 -19.908005292566102, 29.120311940329525 -19.88420406811859, 29.297739935703998 -19.847001329696653 M28.89328545140367 -19.931806517013612 C29.042093048829383 -19.90060484497453, 29.190900646255095 -19.869403172935453, 29.297739935703998 -19.847001329696653 M29.297739935703998 -19.847001329696653 C29.400719436847616 -19.816343003877353, 29.50369893799123 -19.785684678058054, 29.693809846023417 -19.729086208503173 M29.297739935703998 -19.847001329696653 C29.40890049788572 -19.8139073964791, 29.52006106006744 -19.780813463261545, 29.693809846023417 -19.729086208503173 M29.693809846023417 -19.729086208503173 C29.8059802136741 -19.685317195225693, 29.918150581324785 -19.641548181948213, 30.078789623264846 -19.578866633275286 M29.693809846023417 -19.729086208503173 C29.793930614691128 -19.690018963338964, 29.89405138335884 -19.650951718174756, 30.078789623264846 -19.578866633275286 M30.078789623264846 -19.578866633275286 C30.16192264650654 -19.53822537466489, 30.24505566974823 -19.497584116054494, 30.45004946518537 -19.397368756032446 M30.078789623264846 -19.578866633275286 C30.18045818286237 -19.529163903096247, 30.282126742459894 -19.479461172917212, 30.45004946518537 -19.397368756032446 M30.45004946518537 -19.397368756032446 C30.553898056931132 -19.33548842684793, 30.6577466486769 -19.27360809766342, 30.805053290612136 -19.185832391312644 M30.45004946518537 -19.397368756032446 C30.579244908965215 -19.320384981328903, 30.70844035274506 -19.24340120662536, 30.805053290612136 -19.185832391312644 M30.805053290612136 -19.185832391312644 C30.930200357614222 -19.09647910290988, 31.05534742461631 -19.00712581450711, 31.14137606344834 -18.94570254698197 M30.805053290612136 -19.185832391312644 C30.93590733279897 -19.092404400946776, 31.0667613749858 -18.998976410580905, 31.14137606344834 -18.94570254698197 M31.14137606344834 -18.94570254698197 C31.226896943339646 -18.873270056515562, 31.312417823230952 -18.800837566049157, 31.456720358128706 -18.678619553365657 M31.14137606344834 -18.94570254698197 C31.25346298075207 -18.8507697705731, 31.3655498980558 -18.755836994164227, 31.456720358128706 -18.678619553365657 M31.456720358128706 -18.678619553365657 C31.525035524402483 -18.61030438709188, 31.59335069067626 -18.541989220818103, 31.748932053365657 -18.386407858128706 M31.456720358128706 -18.678619553365657 C31.557933025945044 -18.57740688554932, 31.65914569376138 -18.47619421773298, 31.748932053365657 -18.386407858128706 M31.748932053365657 -18.386407858128706 C31.841261654076334 -18.277394504563954, 31.933591254787007 -18.168381150999203, 32.01601504698197 -18.07106356344834 M31.748932053365657 -18.386407858128706 C31.84403199306628 -18.27412357149936, 31.9391319327669 -18.161839284870013, 32.01601504698197 -18.07106356344834 M32.01601504698197 -18.07106356344834 C32.11020033259217 -17.93914886327816, 32.20438561820237 -17.807234163107978, 32.256144891312644 -17.734740790612136 M32.01601504698197 -18.07106356344834 C32.094794660715145 -17.96072584925226, 32.17357427444833 -17.85038813505618, 32.256144891312644 -17.734740790612136 M32.256144891312644 -17.734740790612136 C32.31095568099482 -17.642756416967405, 32.365766470676995 -17.550772043322674, 32.46768125603245 -17.37973696518537 M32.256144891312644 -17.734740790612136 C32.325210221875054 -17.618834210736395, 32.39427555243747 -17.50292763086065, 32.46768125603245 -17.37973696518537 M32.46768125603245 -17.37973696518537 C32.506806655977826 -17.29970468040353, 32.54593205592321 -17.219672395621686, 32.64917913327529 -17.008477123264846 M32.46768125603245 -17.37973696518537 C32.53710178340719 -17.2377350067564, 32.606522310781926 -17.09573304832743, 32.64917913327529 -17.008477123264846 M32.64917913327529 -17.008477123264846 C32.691737426338776 -16.899409565601328, 32.73429571940226 -16.79034200793781, 32.799398708503176 -16.623497346023417 M32.64917913327529 -17.008477123264846 C32.70370388238429 -16.868742167056347, 32.758228631493296 -16.729007210847847, 32.799398708503176 -16.623497346023417 M32.799398708503176 -16.623497346023417 C32.82510893276694 -16.537138225027128, 32.8508191570307 -16.450779104030836, 32.91731382969665 -16.227427435703994 M32.799398708503176 -16.623497346023417 C32.84208006464791 -16.48013319790184, 32.88476142079264 -16.336769049780262, 32.91731382969665 -16.227427435703994 M32.91731382969665 -16.227427435703994 C32.94348317863764 -16.102620087648216, 32.96965252757863 -15.977812739592437, 33.00211901701361 -15.82297295140367 M32.91731382969665 -16.227427435703994 C32.94433882761554 -16.098539310551363, 32.971363825534425 -15.969651185398728, 33.00211901701361 -15.82297295140367 M33.00211901701361 -15.82297295140367 C33.02067606209281 -15.67409959053952, 33.03923310717201 -15.525226229675367, 33.05323496503335 -15.412896727361662 M33.00211901701361 -15.82297295140367 C33.01673428250373 -15.705722404015916, 33.03134954799384 -15.58847185662816, 33.05323496503335 -15.412896727361662 M33.05323496503335 -15.412896727361662 C33.057867860419044 -15.300883644285033, 33.06250075580474 -15.188870561208404, 33.0703125 -15 M33.05323496503335 -15.412896727361662 C33.05785188141397 -15.30126998100848, 33.06246879779459 -15.189643234655296, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -4.618089745501553, 33.0703125 5.7638205089968935, 33.0703125 15 M33.0703125 -15 C33.0703125 -5.417514057718776, 33.0703125 4.164971884562448, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.065548922154385 15.115172693648622, 33.06078534430876 15.230345387297245, 33.05323496503335 15.412896727361662 M33.0703125 15 C33.06543321812347 15.117970159196332, 33.060553936246926 15.235940318392664, 33.05323496503335 15.412896727361662 M33.05323496503335 15.412896727361662 C33.041732942331556 15.505171373947007, 33.030230919629766 15.597446020532352, 33.00211901701361 15.822972951403669 M33.05323496503335 15.412896727361662 C33.0391052758952 15.526251752419993, 33.02497558675706 15.639606777478324, 33.00211901701361 15.822972951403669 M33.00211901701361 15.822972951403669 C32.983278299361665 15.912828454148856, 32.964437581709724 16.002683956894042, 32.91731382969665 16.227427435703994 M33.00211901701361 15.822972951403669 C32.984134387295335 15.90874558357595, 32.96614975757706 15.994518215748231, 32.91731382969665 16.227427435703994 M32.91731382969665 16.227427435703994 C32.87919830834737 16.355455215091332, 32.84108278699808 16.48348299447867, 32.799398708503176 16.623497346023417 M32.91731382969665 16.227427435703994 C32.89199631181883 16.31246747920211, 32.86667879394101 16.397507522700227, 32.799398708503176 16.623497346023417 M32.799398708503176 16.623497346023417 C32.74052985031084 16.774365299677, 32.68166099211851 16.925233253330585, 32.64917913327529 17.008477123264846 M32.799398708503176 16.623497346023417 C32.75256428486305 16.74352368715009, 32.70572986122292 16.86355002827677, 32.64917913327529 17.008477123264846 M32.64917913327529 17.008477123264846 C32.57702018230614 17.156080616688136, 32.504861231337 17.303684110111426, 32.46768125603245 17.379736965185366 M32.64917913327529 17.008477123264846 C32.601699869331284 17.105597509983028, 32.55422060538728 17.20271789670121, 32.46768125603245 17.379736965185366 M32.46768125603245 17.379736965185366 C32.397413502928444 17.49766147045474, 32.32714574982444 17.61558597572412, 32.256144891312644 17.734740790612133 M32.46768125603245 17.379736965185366 C32.42066665644538 17.458637643687734, 32.37365205685831 17.537538322190105, 32.256144891312644 17.734740790612133 M32.256144891312644 17.734740790612133 C32.192659677336366 17.823657365135034, 32.129174463360094 17.91257393965794, 32.01601504698197 18.07106356344834 M32.256144891312644 17.734740790612133 C32.168000762183226 17.858194324681048, 32.0798566330538 17.98164785874996, 32.01601504698197 18.07106356344834 M32.01601504698197 18.07106356344834 C31.937938676780462 18.16324815955096, 31.859862306578954 18.255432755653576, 31.748932053365657 18.386407858128706 M32.01601504698197 18.07106356344834 C31.930119963467636 18.172479696915268, 31.844224879953302 18.273895830382198, 31.748932053365657 18.386407858128706 M31.748932053365657 18.386407858128706 C31.677697348682447 18.457642562811916, 31.60646264399924 18.528877267495123, 31.456720358128706 18.678619553365657 M31.748932053365657 18.386407858128706 C31.654047145972307 18.481292765522056, 31.559162238578953 18.57617767291541, 31.456720358128706 18.678619553365657 M31.456720358128706 18.678619553365657 C31.34172693990955 18.776014010478878, 31.226733521690388 18.8734084675921, 31.14137606344834 18.94570254698197 M31.456720358128706 18.678619553365657 C31.35772306960753 18.76246597971351, 31.25872578108636 18.846312406061365, 31.14137606344834 18.94570254698197 M31.14137606344834 18.94570254698197 C31.04863163887939 19.01192079336021, 30.955887214310433 19.078139039738453, 30.805053290612136 19.185832391312644 M31.14137606344834 18.94570254698197 C31.015072595452786 19.03588148982438, 30.88876912745723 19.12606043266679, 30.805053290612136 19.185832391312644 M30.805053290612136 19.185832391312644 C30.726721781244102 19.232507839710443, 30.64839027187607 19.279183288108246, 30.45004946518537 19.397368756032446 M30.805053290612136 19.185832391312644 C30.67487586444749 19.263401300510584, 30.544698438282843 19.34097020970852, 30.45004946518537 19.397368756032446 M30.45004946518537 19.397368756032446 C30.36392596429532 19.439471970081684, 30.277802463405266 19.48157518413092, 30.078789623264846 19.578866633275286 M30.45004946518537 19.397368756032446 C30.31575349477844 19.46302205541715, 30.18145752437151 19.528675354801848, 30.078789623264846 19.578866633275286 M30.078789623264846 19.578866633275286 C29.9321050934508 19.63610311441998, 29.78542056363675 19.693339595564677, 29.693809846023417 19.729086208503173 M30.078789623264846 19.578866633275286 C29.980793556342142 19.617104817245924, 29.882797489419435 19.655343001216558, 29.693809846023417 19.729086208503173 M29.693809846023417 19.729086208503173 C29.56504880525513 19.767420031223878, 29.436287764486845 19.805753853944587, 29.297739935703998 19.847001329696653 M29.693809846023417 19.729086208503173 C29.576663510060808 19.763962183785573, 29.459517174098202 19.798838159067977, 29.297739935703998 19.847001329696653 M29.297739935703998 19.847001329696653 C29.153191538521575 19.87730994135818, 29.00864314133915 19.907618553019706, 28.89328545140367 19.931806517013612 M29.297739935703998 19.847001329696653 C29.153426492491583 19.8772606766913, 29.00911304927917 19.907520023685944, 28.89328545140367 19.931806517013612 M28.89328545140367 19.931806517013612 C28.739971967861916 19.95091702280739, 28.58665848432016 19.970027528601165, 28.483209227361662 19.982922465033347 M28.89328545140367 19.931806517013612 C28.73500771605199 19.951535816150177, 28.576729980700303 19.971265115286744, 28.483209227361662 19.982922465033347 M28.483209227361662 19.982922465033347 C28.33109591205341 19.989213918292542, 28.178982596745154 19.995505371551737, 28.0703125 20 M28.483209227361662 19.982922465033347 C28.35715788550147 19.988135987097245, 28.23110654364128 19.993349509161142, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C10.67645092701121 20, -6.71741064597758 20, -28.0703125 20 M28.0703125 20 C6.629689170205172 20, -14.810934159589657 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.192043678648098 19.99496516120828, -28.3137748572962 19.98993032241656, -28.483209227361662 19.982922465033347 M-28.0703125 20 C-28.177220835710344 19.995578238527134, -28.284129171420687 19.99115647705427, -28.483209227361662 19.982922465033347 M-28.483209227361662 19.982922465033347 C-28.598358913893417 19.968569071575835, -28.713508600425172 19.954215678118324, -28.89328545140367 19.931806517013612 M-28.483209227361662 19.982922465033347 C-28.58211682681385 19.970593645618944, -28.681024426266035 19.958264826204537, -28.89328545140367 19.931806517013612 M-28.89328545140367 19.931806517013612 C-29.027688042468284 19.903625257184494, -29.1620906335329 19.875443997355376, -29.297739935703994 19.847001329696653 M-28.89328545140367 19.931806517013612 C-29.0097461445004 19.90738727757752, -29.126206837597135 19.882968038141424, -29.297739935703994 19.847001329696653 M-29.297739935703994 19.847001329696653 C-29.42358787918976 19.80953477361289, -29.54943582267553 19.77206821752912, -29.693809846023417 19.729086208503173 M-29.297739935703994 19.847001329696653 C-29.426683545796827 19.808613153733074, -29.55562715588966 19.770224977769495, -29.693809846023417 19.729086208503173 M-29.693809846023417 19.729086208503173 C-29.824564488904944 19.678065588528064, -29.955319131786467 19.627044968552955, -30.078789623264846 19.578866633275286 M-29.693809846023417 19.729086208503173 C-29.84365963320518 19.67061464010098, -29.993509420386946 19.61214307169878, -30.078789623264846 19.578866633275286 M-30.078789623264846 19.578866633275286 C-30.225102803628932 19.507338477923607, -30.37141598399302 19.43581032257193, -30.45004946518537 19.397368756032446 M-30.078789623264846 19.578866633275286 C-30.220692827285625 19.509494383988915, -30.362596031306403 19.440122134702545, -30.45004946518537 19.397368756032446 M-30.45004946518537 19.397368756032446 C-30.559381737450636 19.332220862502716, -30.6687140097159 19.267072968972986, -30.805053290612133 19.185832391312644 M-30.45004946518537 19.397368756032446 C-30.53832983953465 19.344765070865108, -30.626610213883936 19.292161385697767, -30.805053290612133 19.185832391312644 M-30.805053290612133 19.185832391312644 C-30.932648749256202 19.094730984877632, -31.060244207900276 19.00362957844262, -31.14137606344834 18.94570254698197 M-30.805053290612133 19.185832391312644 C-30.883999025720225 19.129466219845245, -30.96294476082832 19.073100048377842, -31.14137606344834 18.94570254698197 M-31.14137606344834 18.94570254698197 C-31.256156873200627 18.84848816005476, -31.370937682952917 18.75127377312755, -31.456720358128706 18.67861955336566 M-31.14137606344834 18.94570254698197 C-31.266497810667254 18.839729832785245, -31.391619557886163 18.73375711858852, -31.456720358128706 18.67861955336566 M-31.456720358128706 18.67861955336566 C-31.527277330591456 18.60806258090291, -31.597834303054206 18.537505608440156, -31.748932053365657 18.386407858128706 M-31.456720358128706 18.67861955336566 C-31.547144091978822 18.588195819515544, -31.637567825828935 18.497772085665428, -31.748932053365657 18.386407858128706 M-31.748932053365657 18.386407858128706 C-31.80476520254535 18.32048578346023, -31.860598351725045 18.254563708791757, -32.01601504698197 18.07106356344834 M-31.748932053365657 18.386407858128706 C-31.835389736308002 18.28432746477233, -31.921847419250344 18.18224707141595, -32.01601504698197 18.07106356344834 M-32.01601504698197 18.07106356344834 C-32.10840066111964 17.941669460005834, -32.20078627525731 17.812275356563326, -32.256144891312644 17.734740790612133 M-32.01601504698197 18.07106356344834 C-32.086472325675025 17.97238200471668, -32.15692960436809 17.873700445985016, -32.256144891312644 17.734740790612133 M-32.256144891312644 17.734740790612133 C-32.30200035669793 17.65778539029567, -32.34785582208322 17.580829989979204, -32.46768125603244 17.37973696518537 M-32.256144891312644 17.734740790612133 C-32.30025037912942 17.660722231590324, -32.34435586694621 17.586703672568515, -32.46768125603244 17.37973696518537 M-32.46768125603244 17.37973696518537 C-32.514162349814946 17.28465836816742, -32.56064344359745 17.18957977114947, -32.64917913327528 17.00847712326485 M-32.46768125603244 17.37973696518537 C-32.51904005240576 17.27468086804285, -32.57039884877907 17.16962477090033, -32.64917913327528 17.00847712326485 M-32.64917913327528 17.00847712326485 C-32.68334263537703 16.92092357101331, -32.717506137478786 16.833370018761777, -32.799398708503176 16.623497346023417 M-32.64917913327528 17.00847712326485 C-32.70358372901803 16.86905009374371, -32.757988324760774 16.729623064222572, -32.799398708503176 16.623497346023417 M-32.799398708503176 16.623497346023417 C-32.83446002375214 16.505728464087106, -32.86952133900112 16.387959582150796, -32.91731382969665 16.227427435703994 M-32.799398708503176 16.623497346023417 C-32.83970535341779 16.488109712316856, -32.8800119983324 16.352722078610295, -32.91731382969665 16.227427435703994 M-32.91731382969665 16.227427435703994 C-32.9404022379055 16.117313767768533, -32.963490646114344 16.00720009983307, -33.00211901701361 15.82297295140367 M-32.91731382969665 16.227427435703994 C-32.941525762028114 16.111955435525083, -32.96573769435958 15.996483435346171, -33.00211901701361 15.82297295140367 M-33.00211901701361 15.82297295140367 C-33.01844016471919 15.692037012965244, -33.03476131242476 15.561101074526816, -33.05323496503335 15.412896727361664 M-33.00211901701361 15.82297295140367 C-33.017647939489414 15.698392617104483, -33.03317686196522 15.573812282805296, -33.05323496503335 15.412896727361664 M-33.05323496503335 15.412896727361664 C-33.05753365949739 15.308963877591744, -33.06183235396143 15.205031027821825, -33.0703125 15 M-33.05323496503335 15.412896727361664 C-33.0569820357909 15.322300909170725, -33.060729106548465 15.231705090979785, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 6.904223448073115, -33.0703125 -1.1915531038537708, -33.0703125 -15 M-33.0703125 15 C-33.0703125 5.8283249007562254, -33.0703125 -3.343350198487549, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.066536405854215 -15.091297539021221, -33.06276031170843 -15.182595078042443, -33.05323496503335 -15.41289672736166 M-33.0703125 -15 C-33.065255495180836 -15.122267103780707, -33.060198490361664 -15.244534207561413, -33.05323496503335 -15.41289672736166 M-33.05323496503335 -15.41289672736166 C-33.03822570570368 -15.533308079004794, -33.023216446374015 -15.653719430647929, -33.00211901701361 -15.822972951403669 M-33.05323496503335 -15.41289672736166 C-33.03524438630841 -15.557225628177552, -33.01725380758349 -15.70155452899344, -33.00211901701361 -15.822972951403669 M-33.00211901701361 -15.822972951403669 C-32.98112633876901 -15.923091624825974, -32.960133660524406 -16.02321029824828, -32.91731382969665 -16.227427435703994 M-33.00211901701361 -15.822972951403669 C-32.97765045027755 -15.939668897181292, -32.95318188354149 -16.056364842958917, -32.91731382969665 -16.227427435703994 M-32.91731382969665 -16.227427435703994 C-32.87593029088493 -16.366432292247918, -32.83454675207321 -16.505437148791845, -32.799398708503176 -16.623497346023417 M-32.91731382969665 -16.227427435703994 C-32.875785655394516 -16.36691811429635, -32.83425748109237 -16.506408792888706, -32.799398708503176 -16.623497346023417 M-32.799398708503176 -16.623497346023417 C-32.760300684333174 -16.723696994522708, -32.72120266016317 -16.823896643022, -32.64917913327529 -17.008477123264846 M-32.799398708503176 -16.623497346023417 C-32.76860097539378 -16.70242517160147, -32.737803242284386 -16.781352997179518, -32.64917913327529 -17.008477123264846 M-32.64917913327529 -17.008477123264846 C-32.57831323694526 -17.153435631147772, -32.50744734061524 -17.2983941390307, -32.46768125603245 -17.379736965185366 M-32.64917913327529 -17.008477123264846 C-32.606252564890205 -17.096284822368197, -32.56332599650512 -17.18409252147155, -32.46768125603245 -17.379736965185366 M-32.46768125603245 -17.379736965185366 C-32.397955963662945 -17.496751103879486, -32.32823067129344 -17.613765242573606, -32.256144891312644 -17.734740790612133 M-32.46768125603245 -17.379736965185366 C-32.42196061635284 -17.456466098772953, -32.37623997667324 -17.533195232360544, -32.256144891312644 -17.734740790612133 M-32.256144891312644 -17.734740790612133 C-32.16705785386862 -17.85951494994436, -32.07797081642459 -17.984289109276585, -32.01601504698197 -18.07106356344834 M-32.256144891312644 -17.734740790612133 C-32.199934650750876 -17.813468130898464, -32.14372441018911 -17.89219547118479, -32.01601504698197 -18.07106356344834 M-32.01601504698197 -18.07106356344834 C-31.94369349866909 -18.1564534541865, -31.87137195035621 -18.241843344924657, -31.74893205336566 -18.386407858128706 M-32.01601504698197 -18.07106356344834 C-31.924965777967646 -18.178565232235727, -31.833916508953326 -18.286066901023116, -31.74893205336566 -18.386407858128706 M-31.74893205336566 -18.386407858128706 C-31.656644213270436 -18.47869569822393, -31.56435637317521 -18.570983538319155, -31.456720358128706 -18.678619553365657 M-31.74893205336566 -18.386407858128706 C-31.672756730197985 -18.462583181296377, -31.596581407030314 -18.538758504464052, -31.456720358128706 -18.678619553365657 M-31.456720358128706 -18.678619553365657 C-31.390255081877683 -18.73491277081756, -31.32378980562666 -18.791205988269457, -31.14137606344834 -18.945702546981966 M-31.456720358128706 -18.678619553365657 C-31.355011657617514 -18.76476242852656, -31.253302957106325 -18.850905303687462, -31.14137606344834 -18.945702546981966 M-31.14137606344834 -18.945702546981966 C-31.067369334687935 -18.998542335696822, -30.993362605927526 -19.051382124411678, -30.805053290612136 -19.185832391312644 M-31.14137606344834 -18.945702546981966 C-31.046305096926037 -19.013581912386957, -30.95123413040373 -19.081461277791945, -30.805053290612136 -19.185832391312644 M-30.805053290612136 -19.185832391312644 C-30.68248477296481 -19.258867375149908, -30.559916255317482 -19.33190235898717, -30.450049465185366 -19.397368756032446 M-30.805053290612136 -19.185832391312644 C-30.720514305973357 -19.236206692113747, -30.635975321334577 -19.28658099291485, -30.450049465185366 -19.397368756032446 M-30.450049465185366 -19.397368756032446 C-30.358310077319693 -19.442217409932216, -30.26657068945402 -19.48706606383199, -30.07878962326485 -19.578866633275286 M-30.450049465185366 -19.397368756032446 C-30.327479406934827 -19.457289606267487, -30.20490934868429 -19.517210456502525, -30.07878962326485 -19.578866633275286 M-30.07878962326485 -19.578866633275286 C-29.975857593310266 -19.619030835997613, -29.872925563355682 -19.659195038719943, -29.69380984602342 -19.729086208503173 M-30.07878962326485 -19.578866633275286 C-29.925986737724852 -19.63849050423259, -29.773183852184857 -19.69811437518989, -29.69380984602342 -19.729086208503173 M-29.69380984602342 -19.729086208503173 C-29.578434251358114 -19.76343501126064, -29.46305865669281 -19.797783814018107, -29.297739935703994 -19.847001329696653 M-29.69380984602342 -19.729086208503173 C-29.59165804548487 -19.759498117175863, -29.489506244946316 -19.789910025848556, -29.297739935703994 -19.847001329696653 M-29.297739935703994 -19.847001329696653 C-29.18670636156049 -19.870282621953805, -29.075672787416984 -19.893563914210958, -28.893285451403674 -19.931806517013612 M-29.297739935703994 -19.847001329696653 C-29.152891342211532 -19.8773728859052, -29.00804274871907 -19.90774444211375, -28.893285451403674 -19.931806517013612 M-28.893285451403674 -19.931806517013612 C-28.80282178821983 -19.94308280086982, -28.712358125035983 -19.954359084726033, -28.483209227361662 -19.982922465033347 M-28.893285451403674 -19.931806517013612 C-28.75552335469378 -19.94897854446037, -28.617761257983883 -19.966150571907132, -28.483209227361662 -19.982922465033347 M-28.483209227361662 -19.982922465033347 C-28.38919146034435 -19.986811068641288, -28.29517369332704 -19.990699672249225, -28.0703125 -20 M-28.483209227361662 -19.982922465033347 C-28.347905560078512 -19.988518666107424, -28.21260189279536 -19.9941148671815, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.0703125, -12)\"><rect></rect><foreignObject width=\"50.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Failed-14\" transform=\"translate(78.8203125, 800)\"><g class=\"basic label-container outer-path\"><path d=\"M-25 -20 C-9.021735927094381 -20, 6.956528145811237 -20, 25 -20 C25 -20, 25 -20, 25 -20 C25.097505823109834 -19.995967129324928, 25.195011646219665 -19.991934258649856, 25.412896727361662 -19.982922465033347 C25.541810971961596 -19.966853321201935, 25.670725216561525 -19.950784177370522, 25.82297295140367 -19.931806517013612 C25.95421269963535 -19.90428843558729, 26.085452447867027 -19.876770354160964, 26.227427435703998 -19.847001329696653 C26.33787296459065 -19.81412027111423, 26.44831849347731 -19.781239212531805, 26.623497346023417 -19.729086208503173 C26.732070396794537 -19.686720872627866, 26.840643447565654 -19.644355536752563, 27.008477123264846 -19.578866633275286 C27.130017040152506 -19.51944938846564, 27.251556957040165 -19.460032143655997, 27.37973696518537 -19.397368756032446 C27.491399507631364 -19.33083232286584, 27.60306205007736 -19.26429588969924, 27.734740790612136 -19.185832391312644 C27.83094193573785 -19.117146093894654, 27.927143080863566 -19.048459796476667, 28.07106356344834 -18.94570254698197 C28.14981128011831 -18.879006633139664, 28.22855899678828 -18.812310719297358, 28.386407858128706 -18.678619553365657 C28.472905924359566 -18.592121487134797, 28.55940399059043 -18.505623420903934, 28.678619553365657 -18.386407858128706 C28.748893553491012 -18.303435502967325, 28.819167553616367 -18.220463147805944, 28.94570254698197 -18.07106356344834 C29.038813833892814 -17.940653092049047, 29.131925120803654 -17.810242620649756, 29.185832391312644 -17.734740790612136 C29.26565407994051 -17.600782712754217, 29.345475768568374 -17.466824634896298, 29.397368756032446 -17.37973696518537 C29.466232157736876 -17.238874625530073, 29.535095559441306 -17.098012285874777, 29.578866633275286 -17.008477123264846 C29.62181344677034 -16.89841387306944, 29.664760260265393 -16.78835062287403, 29.729086208503173 -16.623497346023417 C29.77318777823873 -16.4753627845413, 29.81728934797428 -16.327228223059183, 29.847001329696653 -16.227427435703994 C29.872260918581993 -16.106958932308377, 29.897520507467338 -15.98649042891276, 29.931806517013612 -15.82297295140367 C29.943156366335703 -15.731919111383872, 29.954506215657798 -15.640865271364074, 29.982922465033347 -15.412896727361662 C29.989201364148737 -15.261086943265681, 29.99548026326413 -15.1092771591697, 30 -15 C30 -15, 30 -15, 30 -15 C30 -4.922321325247772, 30 5.155357349504456, 30 15 C30 15, 30 15, 30 15 C29.99457957169543 15.131053873537738, 29.989159143390857 15.262107747075477, 29.982922465033347 15.412896727361662 C29.964133444992395 15.563631100690102, 29.94534442495144 15.714365474018543, 29.931806517013612 15.822972951403669 C29.905235780888937 15.94969460271752, 29.87866504476426 16.076416254031372, 29.847001329696653 16.227427435703994 C29.822881976939996 16.308442913503626, 29.79876262418334 16.389458391303258, 29.729086208503173 16.623497346023417 C29.68940704227675 16.725186333971894, 29.649727876050328 16.826875321920372, 29.578866633275286 17.008477123264846 C29.54124889587736 17.085425435013285, 29.503631158479433 17.162373746761727, 29.397368756032446 17.379736965185366 C29.330449265095787 17.49204236151565, 29.26352977415913 17.604347757845936, 29.185832391312644 17.734740790612133 C29.127935996536827 17.815829736813292, 29.07003960176101 17.896918683014448, 28.94570254698197 18.07106356344834 C28.846549037080468 18.188133891370043, 28.74739552717897 18.305204219291742, 28.678619553365657 18.386407858128706 C28.594282341819465 18.470745069674898, 28.509945130273273 18.55508228122109, 28.386407858128706 18.678619553365657 C28.317478774119746 18.736999509543406, 28.248549690110785 18.795379465721158, 28.07106356344834 18.94570254698197 C27.957992040983196 19.026434062302254, 27.844920518518055 19.107165577622542, 27.734740790612136 19.185832391312644 C27.657074579878586 19.23211140777222, 27.579408369145032 19.278390424231794, 27.37973696518537 19.397368756032446 C27.232149915601234 19.46951966809847, 27.084562866017098 19.5416705801645, 27.008477123264846 19.578866633275286 C26.88311001103207 19.627785032267823, 26.757742898799293 19.67670343126036, 26.623497346023417 19.729086208503173 C26.478985107378097 19.772109366006003, 26.334472868732778 19.815132523508833, 26.227427435703998 19.847001329696653 C26.077350720447637 19.87846910776134, 25.927274005191276 19.909936885826024, 25.82297295140367 19.931806517013612 C25.663588428363102 19.951673777091724, 25.504203905322534 19.971541037169832, 25.412896727361662 19.982922465033347 C25.294279739043215 19.987828499960266, 25.17566275072477 19.992734534887187, 25 20 C25 20, 25 20, 25 20 C9.684710874373778 20, -5.6305782512524445 20, -25 20 C-25 20, -25 20, -25 20 C-25.126696436160874 19.994759796638466, -25.253392872321747 19.989519593276928, -25.412896727361662 19.982922465033347 C-25.527766382874194 19.96860397740598, -25.642636038386726 19.95428548977861, -25.82297295140367 19.931806517013612 C-25.91637764561772 19.912221612168736, -26.009782339831773 19.892636707323856, -26.227427435703994 19.847001329696653 C-26.368598335358982 19.804972931911056, -26.50976923501397 19.76294453412546, -26.623497346023417 19.729086208503173 C-26.717407035389385 19.692442534003117, -26.81131672475535 19.655798859503065, -27.008477123264846 19.578866633275286 C-27.08459086444753 19.541656892565907, -27.160704605630215 19.504447151856525, -27.37973696518537 19.397368756032446 C-27.467905734429028 19.344831573073357, -27.556074503672686 19.292294390114265, -27.734740790612133 19.185832391312644 C-27.8682986848901 19.09047388765961, -28.001856579168066 18.99511538400657, -28.07106356344834 18.94570254698197 C-28.14476696152757 18.883278953053793, -28.218470359606798 18.820855359125613, -28.386407858128706 18.67861955336566 C-28.468555594879728 18.59647181661464, -28.55070333163075 18.514324079863613, -28.678619553365657 18.386407858128706 C-28.77642426973177 18.270930047724974, -28.874228986097886 18.155452237321242, -28.945702546981966 18.07106356344834 C-29.008429406817797 17.983209129985074, -29.071156266653627 17.895354696521803, -29.185832391312644 17.734740790612133 C-29.23923805901897 17.645114515903625, -29.292643726725295 17.555488241195114, -29.397368756032446 17.37973696518537 C-29.44211217846899 17.288212831718244, -29.486855600905532 17.19668869825112, -29.578866633275286 17.00847712326485 C-29.618009516749844 16.908162510220833, -29.657152400224398 16.807847897176813, -29.729086208503173 16.623497346023417 C-29.769391826873367 16.48811316041877, -29.809697445243565 16.352728974814127, -29.847001329696653 16.227427435703994 C-29.873976762932106 16.09877569536592, -29.900952196167562 15.970123955027843, -29.931806517013612 15.82297295140367 C-29.942173598571326 15.739803337531281, -29.952540680129037 15.656633723658892, -29.982922465033347 15.412896727361664 C-29.989531242541258 15.253111219078097, -29.996140020049165 15.09332571079453, -30 15 C-30 15, -30 15, -30 15 C-30 8.530405925139068, -30 2.060811850278137, -30 -15 C-30 -15, -30 -15, -30 -15 C-29.994514823540495 -15.13261933959164, -29.98902964708099 -15.26523867918328, -29.982922465033347 -15.41289672736166 C-29.97036998000839 -15.51359867774691, -29.957817494983434 -15.61430062813216, -29.931806517013612 -15.822972951403669 C-29.909031584120452 -15.931591587004934, -29.886256651227292 -16.040210222606202, -29.847001329696653 -16.227427435703994 C-29.81005637175585 -16.351523361911443, -29.773111413815048 -16.475619288118896, -29.729086208503173 -16.623497346023417 C-29.68115622277312 -16.74633137215849, -29.63322623704306 -16.869165398293564, -29.57886663327529 -17.008477123264846 C-29.511441691143183 -17.146397046834934, -29.444016749011077 -17.28431697040502, -29.397368756032446 -17.379736965185366 C-29.315228519216742 -17.517586068953694, -29.23308828240104 -17.655435172722026, -29.185832391312644 -17.734740790612133 C-29.124077289456398 -17.821234192342217, -29.06232218760015 -17.907727594072302, -28.94570254698197 -18.07106356344834 C-28.84637172008224 -18.188343249154244, -28.74704089318251 -18.30562293486015, -28.67861955336566 -18.386407858128706 C-28.61941534589191 -18.445612065602457, -28.560211138418154 -18.50481627307621, -28.386407858128706 -18.678619553365657 C-28.315558627478428 -18.73862579079154, -28.24470939682815 -18.79863202821743, -28.07106356344834 -18.945702546981966 C-27.983903310718457 -19.007933771300642, -27.896743057988576 -19.07016499561932, -27.734740790612136 -19.185832391312644 C-27.639654413573385 -19.242491573812927, -27.544568036534635 -19.299150756313207, -27.379736965185366 -19.397368756032446 C-27.2905486559667 -19.440970263575863, -27.201360346748032 -19.484571771119285, -27.00847712326485 -19.578866633275286 C-26.8924732279952 -19.62413149367147, -26.776469332725547 -19.669396354067654, -26.62349734602342 -19.729086208503173 C-26.499046763670957 -19.76613675215304, -26.37459618131849 -19.803187295802914, -26.227427435703994 -19.847001329696653 C-26.084721464878424 -19.876923625175827, -25.942015494052853 -19.906845920655, -25.822972951403674 -19.931806517013612 C-25.678963199850784 -19.9497573138244, -25.534953448297895 -19.967708110635183, -25.412896727361662 -19.982922465033347 C-25.31714268525722 -19.98688288151009, -25.221388643152775 -19.990843297986835, -25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25 -20 C-5.8264559359366 -20, 13.3470881281268 -20, 25 -20 M-25 -20 C-14.0354861959879 -20, -3.0709723919758005 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25.100517415112126 -19.995842568958334, 25.201034830224256 -19.991685137916672, 25.412896727361662 -19.982922465033347 M25 -20 C25.112194540142188 -19.995359599494556, 25.22438908028438 -19.990719198989108, 25.412896727361662 -19.982922465033347 M25.412896727361662 -19.982922465033347 C25.527717915670685 -19.968610018836596, 25.642539103979704 -19.954297572639845, 25.82297295140367 -19.931806517013612 M25.412896727361662 -19.982922465033347 C25.56324064999429 -19.964182114620872, 25.713584572626917 -19.945441764208393, 25.82297295140367 -19.931806517013612 M25.82297295140367 -19.931806517013612 C25.913480179658613 -19.91282914689253, 26.003987407913552 -19.893851776771445, 26.227427435703998 -19.847001329696653 M25.82297295140367 -19.931806517013612 C25.911748428837367 -19.91319225685541, 26.000523906271063 -19.894577996697212, 26.227427435703998 -19.847001329696653 M26.227427435703998 -19.847001329696653 C26.35025170363396 -19.810434960828132, 26.473075971563915 -19.773868591959612, 26.623497346023417 -19.729086208503173 M26.227427435703998 -19.847001329696653 C26.34497041983724 -19.812007267137503, 26.462513403970476 -19.777013204578356, 26.623497346023417 -19.729086208503173 M26.623497346023417 -19.729086208503173 C26.76625255757702 -19.67338295210147, 26.90900776913062 -19.61767969569977, 27.008477123264846 -19.578866633275286 M26.623497346023417 -19.729086208503173 C26.72190170008913 -19.690688710394966, 26.820306054154845 -19.652291212286755, 27.008477123264846 -19.578866633275286 M27.008477123264846 -19.578866633275286 C27.106098067496216 -19.53114266167421, 27.20371901172759 -19.48341869007313, 27.37973696518537 -19.397368756032446 M27.008477123264846 -19.578866633275286 C27.088931383851147 -19.539534941929357, 27.169385644437448 -19.500203250583432, 27.37973696518537 -19.397368756032446 M27.37973696518537 -19.397368756032446 C27.471560118548616 -19.34265403278624, 27.56338327191186 -19.287939309540032, 27.734740790612136 -19.185832391312644 M27.37973696518537 -19.397368756032446 C27.4748315929126 -19.340704657188947, 27.569926220639836 -19.284040558345453, 27.734740790612136 -19.185832391312644 M27.734740790612136 -19.185832391312644 C27.823286306373753 -19.122612108199757, 27.911831822135373 -19.059391825086866, 28.07106356344834 -18.94570254698197 M27.734740790612136 -19.185832391312644 C27.820948334841574 -19.124281387788933, 27.907155879071016 -19.062730384265222, 28.07106356344834 -18.94570254698197 M28.07106356344834 -18.94570254698197 C28.14737041592135 -18.881073939660606, 28.223677268394365 -18.81644533233924, 28.386407858128706 -18.678619553365657 M28.07106356344834 -18.94570254698197 C28.157612318599366 -18.872399490578392, 28.24416107375039 -18.799096434174817, 28.386407858128706 -18.678619553365657 M28.386407858128706 -18.678619553365657 C28.48315065788648 -18.581876753607883, 28.579893457644253 -18.48513395385011, 28.678619553365657 -18.386407858128706 M28.386407858128706 -18.678619553365657 C28.47765323333889 -18.58737417815547, 28.56889860854908 -18.496128802945282, 28.678619553365657 -18.386407858128706 M28.678619553365657 -18.386407858128706 C28.748731539425375 -18.303626792613155, 28.818843525485097 -18.2208457270976, 28.94570254698197 -18.07106356344834 M28.678619553365657 -18.386407858128706 C28.774509025710316 -18.27319137206805, 28.870398498054975 -18.159974886007397, 28.94570254698197 -18.07106356344834 M28.94570254698197 -18.07106356344834 C29.015779629196455 -17.972914503016725, 29.085856711410937 -17.874765442585108, 29.185832391312644 -17.734740790612136 M28.94570254698197 -18.07106356344834 C29.035933773105768 -17.944686868161032, 29.12616499922957 -17.818310172873723, 29.185832391312644 -17.734740790612136 M29.185832391312644 -17.734740790612136 C29.257344554740403 -17.614727895358754, 29.328856718168165 -17.49471500010537, 29.397368756032446 -17.37973696518537 M29.185832391312644 -17.734740790612136 C29.24661555251535 -17.632733484317185, 29.307398713718058 -17.53072617802224, 29.397368756032446 -17.37973696518537 M29.397368756032446 -17.37973696518537 C29.468616632727873 -17.23399710397627, 29.5398645094233 -17.088257242767174, 29.578866633275286 -17.008477123264846 M29.397368756032446 -17.37973696518537 C29.436137631386277 -17.300433963112006, 29.47490650674011 -17.22113096103864, 29.578866633275286 -17.008477123264846 M29.578866633275286 -17.008477123264846 C29.637008504665932 -16.859472277109383, 29.695150376056574 -16.710467430953923, 29.729086208503173 -16.623497346023417 M29.578866633275286 -17.008477123264846 C29.61423653259937 -16.91783183990426, 29.64960643192346 -16.827186556543676, 29.729086208503173 -16.623497346023417 M29.729086208503173 -16.623497346023417 C29.753441507486116 -16.541689338820095, 29.77779680646906 -16.45988133161677, 29.847001329696653 -16.227427435703994 M29.729086208503173 -16.623497346023417 C29.76544121060768 -16.50138304653872, 29.80179621271219 -16.37926874705402, 29.847001329696653 -16.227427435703994 M29.847001329696653 -16.227427435703994 C29.866651380269847 -16.133712047264936, 29.886301430843037 -16.039996658825878, 29.931806517013612 -15.82297295140367 M29.847001329696653 -16.227427435703994 C29.880422911464454 -16.068032603311543, 29.913844493232254 -15.908637770919093, 29.931806517013612 -15.82297295140367 M29.931806517013612 -15.82297295140367 C29.94579149972293 -15.71077882951209, 29.959776482432247 -15.598584707620509, 29.982922465033347 -15.412896727361662 M29.931806517013612 -15.82297295140367 C29.94985986502267 -15.678140485809708, 29.96791321303173 -15.533308020215744, 29.982922465033347 -15.412896727361662 M29.982922465033347 -15.412896727361662 C29.988600213953752 -15.275621414935472, 29.994277962874158 -15.138346102509283, 30 -15 M29.982922465033347 -15.412896727361662 C29.98649282991499 -15.326573263349106, 29.99006319479663 -15.24024979933655, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -4.61278936726316, 30 5.774421265473681, 30 15 M30 -15 C30 -7.7575792086085675, 30 -0.5151584172171351, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C29.995009247932433 15.120665259933311, 29.99001849586487 15.241330519866624, 29.982922465033347 15.412896727361662 M30 15 C29.995396335459294 15.111306346404191, 29.99079267091859 15.222612692808383, 29.982922465033347 15.412896727361662 M29.982922465033347 15.412896727361662 C29.96879916304185 15.526200511719555, 29.954675861050358 15.639504296077448, 29.931806517013612 15.822972951403669 M29.982922465033347 15.412896727361662 C29.97048334572615 15.51268920453401, 29.95804422641896 15.612481681706356, 29.931806517013612 15.822972951403669 M29.931806517013612 15.822972951403669 C29.898575726346284 15.981457859313993, 29.86534493567896 16.139942767224316, 29.847001329696653 16.227427435703994 M29.931806517013612 15.822972951403669 C29.91141260351589 15.92023598480467, 29.891018690018164 16.01749901820567, 29.847001329696653 16.227427435703994 M29.847001329696653 16.227427435703994 C29.814929494520783 16.335154831082257, 29.782857659344916 16.442882226460515, 29.729086208503173 16.623497346023417 M29.847001329696653 16.227427435703994 C29.810139347700314 16.351244650627006, 29.773277365703976 16.475061865550018, 29.729086208503173 16.623497346023417 M29.729086208503173 16.623497346023417 C29.69312414273082 16.715660221928097, 29.657162076958468 16.80782309783278, 29.578866633275286 17.008477123264846 M29.729086208503173 16.623497346023417 C29.689170709378228 16.725792003282898, 29.649255210253283 16.82808666054238, 29.578866633275286 17.008477123264846 M29.578866633275286 17.008477123264846 C29.533312492807983 17.101659606970085, 29.48775835234068 17.19484209067532, 29.397368756032446 17.379736965185366 M29.578866633275286 17.008477123264846 C29.524496497151723 17.119693014321374, 29.47012636102816 17.230908905377902, 29.397368756032446 17.379736965185366 M29.397368756032446 17.379736965185366 C29.334591219235648 17.485091265583094, 29.271813682438847 17.590445565980822, 29.185832391312644 17.734740790612133 M29.397368756032446 17.379736965185366 C29.339488073465052 17.476873283836554, 29.281607390897662 17.57400960248774, 29.185832391312644 17.734740790612133 M29.185832391312644 17.734740790612133 C29.12993781181151 17.81302602007511, 29.074043232310373 17.891311249538084, 28.94570254698197 18.07106356344834 M29.185832391312644 17.734740790612133 C29.09332045167573 17.86431182392483, 29.00080851203882 17.993882857237526, 28.94570254698197 18.07106356344834 M28.94570254698197 18.07106356344834 C28.875008375883414 18.154532013540347, 28.80431420478486 18.238000463632353, 28.678619553365657 18.386407858128706 M28.94570254698197 18.07106356344834 C28.848956467123568 18.185291444089312, 28.75221038726517 18.299519324730284, 28.678619553365657 18.386407858128706 M28.678619553365657 18.386407858128706 C28.5747592646744 18.49026814681996, 28.470898975983147 18.594128435511216, 28.386407858128706 18.678619553365657 M28.678619553365657 18.386407858128706 C28.582851654423283 18.48217575707108, 28.487083755480914 18.57794365601345, 28.386407858128706 18.678619553365657 M28.386407858128706 18.678619553365657 C28.272873310115816 18.77477841044247, 28.15933876210293 18.87093726751928, 28.07106356344834 18.94570254698197 M28.386407858128706 18.678619553365657 C28.317472490194998 18.73700483175618, 28.24853712226129 18.795390110146705, 28.07106356344834 18.94570254698197 M28.07106356344834 18.94570254698197 C28.002384365669382 18.994738551687632, 27.933705167890423 19.04377455639329, 27.734740790612136 19.185832391312644 M28.07106356344834 18.94570254698197 C27.97254249525677 19.016045237631868, 27.8740214270652 19.08638792828177, 27.734740790612136 19.185832391312644 M27.734740790612136 19.185832391312644 C27.632511023821042 19.246748110198613, 27.53028125702995 19.307663829084582, 27.37973696518537 19.397368756032446 M27.734740790612136 19.185832391312644 C27.638007294467208 19.24347304376628, 27.54127379832228 19.301113696219915, 27.37973696518537 19.397368756032446 M27.37973696518537 19.397368756032446 C27.238534882995015 19.46639824774166, 27.097332800804665 19.53542773945088, 27.008477123264846 19.578866633275286 M27.37973696518537 19.397368756032446 C27.2628909743278 19.4544912802335, 27.146044983470226 19.511613804434557, 27.008477123264846 19.578866633275286 M27.008477123264846 19.578866633275286 C26.903541721840828 19.619812553970746, 26.79860632041681 19.660758474666206, 26.623497346023417 19.729086208503173 M27.008477123264846 19.578866633275286 C26.87370492969882 19.63145490639209, 26.7389327361328 19.684043179508894, 26.623497346023417 19.729086208503173 M26.623497346023417 19.729086208503173 C26.515280648728893 19.761303715171, 26.407063951434367 19.79352122183883, 26.227427435703998 19.847001329696653 M26.623497346023417 19.729086208503173 C26.53739398738037 19.754720289015303, 26.45129062873732 19.780354369527437, 26.227427435703998 19.847001329696653 M26.227427435703998 19.847001329696653 C26.128485512429872 19.867747269382, 26.029543589155743 19.888493209067345, 25.82297295140367 19.931806517013612 M26.227427435703998 19.847001329696653 C26.14348301469878 19.86460262384444, 26.059538593693564 19.882203917992225, 25.82297295140367 19.931806517013612 M25.82297295140367 19.931806517013612 C25.718936599755516 19.944774634722542, 25.614900248107357 19.95774275243147, 25.412896727361662 19.982922465033347 M25.82297295140367 19.931806517013612 C25.689338348218 19.948464052929122, 25.555703745032332 19.96512158884463, 25.412896727361662 19.982922465033347 M25.412896727361662 19.982922465033347 C25.260605087596346 19.989221293846644, 25.10831344783103 19.99552012265994, 25 20 M25.412896727361662 19.982922465033347 C25.280725470028706 19.988389108673545, 25.14855421269575 19.993855752313742, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C6.597326145024631 20, -11.805347709950738 20, -25 20 M25 20 C13.691894079576134 20, 2.3837881591522674 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25.159911607690034 19.99338600698206, -25.319823215380065 19.98677201396412, -25.412896727361662 19.982922465033347 M-25 20 C-25.13075970665631 19.994591738527642, -25.261519413312616 19.989183477055285, -25.412896727361662 19.982922465033347 M-25.412896727361662 19.982922465033347 C-25.50912697249277 19.970927377487026, -25.60535721762388 19.95893228994071, -25.82297295140367 19.931806517013612 M-25.412896727361662 19.982922465033347 C-25.560740863484117 19.96449371268441, -25.708584999606575 19.94606496033547, -25.82297295140367 19.931806517013612 M-25.82297295140367 19.931806517013612 C-25.91383724455246 19.91275427825741, -26.00470153770125 19.893702039501207, -26.227427435703994 19.847001329696653 M-25.82297295140367 19.931806517013612 C-25.945923817724353 19.90602643135788, -26.06887468404504 19.880246345702144, -26.227427435703994 19.847001329696653 M-26.227427435703994 19.847001329696653 C-26.313784963848015 19.82129157964556, -26.400142491992035 19.795581829594465, -26.623497346023417 19.729086208503173 M-26.227427435703994 19.847001329696653 C-26.36992004169676 19.804579442885657, -26.512412647689523 19.762157556074662, -26.623497346023417 19.729086208503173 M-26.623497346023417 19.729086208503173 C-26.773158605356265 19.670688203895903, -26.922819864689114 19.61229019928863, -27.008477123264846 19.578866633275286 M-26.623497346023417 19.729086208503173 C-26.75776797803884 19.676693645310724, -26.892038610054264 19.624301082118272, -27.008477123264846 19.578866633275286 M-27.008477123264846 19.578866633275286 C-27.113884202770414 19.527336252080104, -27.219291282275982 19.475805870884923, -27.37973696518537 19.397368756032446 M-27.008477123264846 19.578866633275286 C-27.14571891586474 19.51177320917364, -27.282960708464636 19.444679785071997, -27.37973696518537 19.397368756032446 M-27.37973696518537 19.397368756032446 C-27.470674761169455 19.34318159127449, -27.561612557153545 19.28899442651653, -27.734740790612133 19.185832391312644 M-27.37973696518537 19.397368756032446 C-27.51823347977057 19.31484274610425, -27.656729994355768 19.232316736176056, -27.734740790612133 19.185832391312644 M-27.734740790612133 19.185832391312644 C-27.861708516232156 19.095179177642205, -27.988676241852176 19.004525963971766, -28.07106356344834 18.94570254698197 M-27.734740790612133 19.185832391312644 C-27.849634973563628 19.103799521418107, -27.964529156515123 19.02176665152357, -28.07106356344834 18.94570254698197 M-28.07106356344834 18.94570254698197 C-28.195552141722157 18.840266099526627, -28.320040719995973 18.73482965207128, -28.386407858128706 18.67861955336566 M-28.07106356344834 18.94570254698197 C-28.175804960345477 18.85699110900528, -28.280546357242613 18.768279671028587, -28.386407858128706 18.67861955336566 M-28.386407858128706 18.67861955336566 C-28.45970014188287 18.605327269611497, -28.532992425637033 18.53203498585733, -28.678619553365657 18.386407858128706 M-28.386407858128706 18.67861955336566 C-28.473778026706068 18.5912493847883, -28.561148195283426 18.503879216210937, -28.678619553365657 18.386407858128706 M-28.678619553365657 18.386407858128706 C-28.76019607375109 18.29009064251303, -28.841772594136522 18.19377342689735, -28.945702546981966 18.07106356344834 M-28.678619553365657 18.386407858128706 C-28.775426562112763 18.272108038884777, -28.872233570859866 18.15780821964085, -28.945702546981966 18.07106356344834 M-28.945702546981966 18.07106356344834 C-29.019220485162077 17.96809528438726, -29.092738423342183 17.86512700532618, -29.185832391312644 17.734740790612133 M-28.945702546981966 18.07106356344834 C-29.004346524959594 17.988927561825733, -29.06299050293722 17.90679156020312, -29.185832391312644 17.734740790612133 M-29.185832391312644 17.734740790612133 C-29.258456781214655 17.612861338496895, -29.331081171116665 17.490981886381658, -29.397368756032446 17.37973696518537 M-29.185832391312644 17.734740790612133 C-29.267107781459902 17.598343086824666, -29.348383171607157 17.4619453830372, -29.397368756032446 17.37973696518537 M-29.397368756032446 17.37973696518537 C-29.469674695285203 17.231832802422208, -29.54198063453796 17.083928639659046, -29.578866633275286 17.00847712326485 M-29.397368756032446 17.37973696518537 C-29.46790986775713 17.235442814831405, -29.538450979481816 17.091148664477437, -29.578866633275286 17.00847712326485 M-29.578866633275286 17.00847712326485 C-29.614441416159146 16.917306768340975, -29.650016199043005 16.8261364134171, -29.729086208503173 16.623497346023417 M-29.578866633275286 17.00847712326485 C-29.631123536993567 16.874554156685615, -29.68338044071185 16.74063119010638, -29.729086208503173 16.623497346023417 M-29.729086208503173 16.623497346023417 C-29.769576849412296 16.487491680665723, -29.81006749032142 16.35148601530803, -29.847001329696653 16.227427435703994 M-29.729086208503173 16.623497346023417 C-29.765502026724516 16.501178768803207, -29.801917844945855 16.378860191582994, -29.847001329696653 16.227427435703994 M-29.847001329696653 16.227427435703994 C-29.87734214534411 16.082725450670015, -29.90768296099156 15.938023465636038, -29.931806517013612 15.82297295140367 M-29.847001329696653 16.227427435703994 C-29.879928544806933 16.07039034601395, -29.912855759917214 15.91335325632391, -29.931806517013612 15.82297295140367 M-29.931806517013612 15.82297295140367 C-29.94519454054674 15.715567917347927, -29.958582564079872 15.608162883292184, -29.982922465033347 15.412896727361664 M-29.931806517013612 15.82297295140367 C-29.950250901805568 15.675003404456342, -29.968695286597526 15.527033857509014, -29.982922465033347 15.412896727361664 M-29.982922465033347 15.412896727361664 C-29.988298608357493 15.282913565933404, -29.993674751681638 15.152930404505142, -30 15 M-29.982922465033347 15.412896727361664 C-29.98881401951035 15.270452073178353, -29.994705573987357 15.128007418995042, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 3.3177559284386184, -30 -8.364488143122763, -30 -15 M-30 15 C-30 7.981725864494301, -30 0.963451728988602, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-29.996476514983847 -15.085190013366553, -29.992953029967698 -15.170380026733108, -29.982922465033347 -15.41289672736166 M-30 -15 C-29.996216676753196 -15.091472322569231, -29.99243335350639 -15.182944645138463, -29.982922465033347 -15.41289672736166 M-29.982922465033347 -15.41289672736166 C-29.964038620567987 -15.564391826909887, -29.945154776102626 -15.715886926458111, -29.931806517013612 -15.822972951403669 M-29.982922465033347 -15.41289672736166 C-29.967585966456145 -15.535933346464102, -29.952249467878946 -15.658969965566543, -29.931806517013612 -15.822972951403669 M-29.931806517013612 -15.822972951403669 C-29.911732165294534 -15.918711924797574, -29.891657813575453 -16.014450898191477, -29.847001329696653 -16.227427435703994 M-29.931806517013612 -15.822972951403669 C-29.899784812174406 -15.975691464585573, -29.867763107335197 -16.12840997776748, -29.847001329696653 -16.227427435703994 M-29.847001329696653 -16.227427435703994 C-29.80589192429654 -16.365511494349803, -29.76478251889642 -16.503595552995616, -29.729086208503173 -16.623497346023417 M-29.847001329696653 -16.227427435703994 C-29.80978271304472 -16.352442565318764, -29.772564096392784 -16.477457694933538, -29.729086208503173 -16.623497346023417 M-29.729086208503173 -16.623497346023417 C-29.691273789825576 -16.720402270014695, -29.653461371147984 -16.817307194005977, -29.57886663327529 -17.008477123264846 M-29.729086208503173 -16.623497346023417 C-29.679611217296628 -16.750290881851377, -29.63013622609008 -16.87708441767934, -29.57886663327529 -17.008477123264846 M-29.57886663327529 -17.008477123264846 C-29.54208127670447 -17.08372277281699, -29.505295920133648 -17.15896842236913, -29.397368756032446 -17.379736965185366 M-29.57886663327529 -17.008477123264846 C-29.526009203046193 -17.116598724956766, -29.473151772817094 -17.224720326648683, -29.397368756032446 -17.379736965185366 M-29.397368756032446 -17.379736965185366 C-29.331023422205117 -17.49107880156, -29.26467808837779 -17.602420637934635, -29.185832391312644 -17.734740790612133 M-29.397368756032446 -17.379736965185366 C-29.334259018392785 -17.485648770531153, -29.271149280753125 -17.59156057587694, -29.185832391312644 -17.734740790612133 M-29.185832391312644 -17.734740790612133 C-29.095358461092292 -17.861457414136847, -29.00488453087194 -17.98817403766156, -28.94570254698197 -18.07106356344834 M-29.185832391312644 -17.734740790612133 C-29.136137550770815 -17.80434274539317, -29.086442710228987 -17.873944700174206, -28.94570254698197 -18.07106356344834 M-28.94570254698197 -18.07106356344834 C-28.864552984333976 -18.166876671016, -28.783403421685982 -18.262689778583656, -28.67861955336566 -18.386407858128706 M-28.94570254698197 -18.07106356344834 C-28.890435268798672 -18.13631751549387, -28.835167990615375 -18.201571467539402, -28.67861955336566 -18.386407858128706 M-28.67861955336566 -18.386407858128706 C-28.598137743232325 -18.46688966826204, -28.51765593309899 -18.547371478395373, -28.386407858128706 -18.678619553365657 M-28.67861955336566 -18.386407858128706 C-28.61653300312931 -18.448494408365057, -28.554446452892957 -18.51058095860141, -28.386407858128706 -18.678619553365657 M-28.386407858128706 -18.678619553365657 C-28.320624809910395 -18.73433495314849, -28.254841761692084 -18.790050352931328, -28.07106356344834 -18.945702546981966 M-28.386407858128706 -18.678619553365657 C-28.29422769242343 -18.756692171212027, -28.20204752671815 -18.834764789058397, -28.07106356344834 -18.945702546981966 M-28.07106356344834 -18.945702546981966 C-27.939477666171157 -19.039653071838845, -27.80789176889397 -19.13360359669573, -27.734740790612136 -19.185832391312644 M-28.07106356344834 -18.945702546981966 C-27.978716705745487 -19.01163693607376, -27.886369848042634 -19.077571325165554, -27.734740790612136 -19.185832391312644 M-27.734740790612136 -19.185832391312644 C-27.63128512572482 -19.24747858690962, -27.527829460837506 -19.309124782506593, -27.379736965185366 -19.397368756032446 M-27.734740790612136 -19.185832391312644 C-27.61248793309769 -19.258679282537337, -27.490235075583243 -19.33152617376203, -27.379736965185366 -19.397368756032446 M-27.379736965185366 -19.397368756032446 C-27.2347387454228 -19.468254066317446, -27.089740525660236 -19.53913937660245, -27.00847712326485 -19.578866633275286 M-27.379736965185366 -19.397368756032446 C-27.28574609320738 -19.44331809344519, -27.191755221229396 -19.489267430857936, -27.00847712326485 -19.578866633275286 M-27.00847712326485 -19.578866633275286 C-26.87114759112492 -19.63245278300015, -26.733818058984987 -19.68603893272502, -26.62349734602342 -19.729086208503173 M-27.00847712326485 -19.578866633275286 C-26.92563248532177 -19.61119271131214, -26.842787847378695 -19.643518789348995, -26.62349734602342 -19.729086208503173 M-26.62349734602342 -19.729086208503173 C-26.53619100069341 -19.755078433669294, -26.448884655363397 -19.781070658835414, -26.227427435703994 -19.847001329696653 M-26.62349734602342 -19.729086208503173 C-26.52873773560853 -19.75729736682446, -26.433978125193637 -19.785508525145744, -26.227427435703994 -19.847001329696653 M-26.227427435703994 -19.847001329696653 C-26.10304987049983 -19.87308056265018, -25.978672305295667 -19.899159795603705, -25.822972951403674 -19.931806517013612 M-26.227427435703994 -19.847001329696653 C-26.079138434097622 -19.878094263627226, -25.93084943249125 -19.909187197557795, -25.822972951403674 -19.931806517013612 M-25.822972951403674 -19.931806517013612 C-25.65935774283793 -19.952201131492476, -25.495742534272182 -19.97259574597134, -25.412896727361662 -19.982922465033347 M-25.822972951403674 -19.931806517013612 C-25.71888647764242 -19.944780882437424, -25.61480000388117 -19.957755247861233, -25.412896727361662 -19.982922465033347 M-25.412896727361662 -19.982922465033347 C-25.252031754417562 -19.98957588952987, -25.091166781473465 -19.996229314026394, -25 -20 M-25.412896727361662 -19.982922465033347 C-25.28048704456721 -19.988398970023578, -25.148077361772756 -19.993875475013805, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22, -12)\"><rect></rect><foreignObject width=\"44\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Failed</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Replied----note-15\" transform=\"translate(818.8828125, 1054)\"><g class=\"basic label-container\"><path d=\"M-115 -111 L115 -111 L115 111 L-115 111\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -111 C-63.83439505112092 -111, -12.668790102241843 -111, 115 -111 M-115 -111 C-50.37550687019329 -111, 14.248986259613417 -111, 115 -111 M115 -111 C115 -60.30656342708719, 115 -9.613126854174382, 115 111 M115 -111 C115 -50.494240143890785, 115 10.01151971221843, 115 111 M115 111 C39.66333450182134 111, -35.67333099635732 111, -115 111 M115 111 C58.05018807503418 111, 1.1003761500683567 111, -115 111 M-115 111 C-115 31.113138287868182, -115 -48.773723424263636, -115 -111 M-115 111 C-115 47.29408235025101, -115 -16.41183529949798, -115 -111\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -96)\"><rect></rect><foreignObject width=\"200\" height=\"192\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Commitment (accept/reject) can be registered from<br>Sent, Delivered, or Read — not only after Read.<br>Technical retries and recovery paths are omitted.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> New : Draft → New\n    New --> Ready : New → Ready\n    Ready --> Dispatched : Ready → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : Sent → Delivered\n    Delivered --> Read : Delivered → Read\n    Sent --> Replied : commitment received\n    Delivered --> Replied : commitment received\n    Read --> Replied : commitment received\n    Replied --> Closed : Accepted / Rejected outcome\n    Sent --> Closed : TimeToLive elapsed\n    Delivered --> Closed : TimeToLive elapsed\n    Read --> Closed : TimeToLive elapsed\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Replied\n        Commitment (accept/reject) can be registered from\n        Sent, Delivered, or Read — not only after Read.\n        Technical retries and recovery paths are omitted.\n    end note\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evisms-evidence-lifecycle","__idx":13},"children":["EviSMS evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> New : Draft → New\n    New --> Ready : New → Ready\n    Ready --> Dispatched : Ready → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : SMS delivered\n    Sent --> Closed : TimeToLive elapsed\n    Delivered --> Closed : SMS delivered outcome\n    Delivered --> Read : RCS read path\n    Read --> Closed : RCS read outcome\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Read\n        SMS usually closes after Delivered.\n        RCS may include Read before closure.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1785749517823\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 795.88671875px;\" viewBox=\"0 0 795.88671875 964\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1785749517823{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1785749517823 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1785749517823 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1785749517823 .error-icon{fill:#f5fafa;}#mermaid-1785749517823 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1785749517823 .edge-thickness-normal{stroke-width:1px;}#mermaid-1785749517823 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1785749517823 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1785749517823 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1785749517823 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1785749517823 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1785749517823 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1785749517823 .marker.cross{stroke:#047C76;}#mermaid-1785749517823 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1785749517823 p{margin:0;}#mermaid-1785749517823 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1785749517823 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1785749517823 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1785749517823 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1785749517823 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1785749517823 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1785749517823 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1785749517823 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1785749517823 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1785749517823 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1785749517823 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1785749517823 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1785749517823 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1785749517823 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1785749517823 .edgeLabel p{background-color:#f5fafa;}#mermaid-1785749517823 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1785749517823 .edgeLabel .label text{fill:#0A1111;}#mermaid-1785749517823 .label div .edgeLabel{color:#0A1111;}#mermaid-1785749517823 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1785749517823 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1785749517823 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1785749517823 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1785749517823 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1785749517823 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517823 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517823 #statediagram-barbEnd{fill:#047C76;}#mermaid-1785749517823 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1785749517823 .cluster-label,#mermaid-1785749517823 .nodeLabel{color:#0A1111;}#mermaid-1785749517823 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1785749517823 .statediagram-state .divider{stroke:#006660;}#mermaid-1785749517823 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1785749517823 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1785749517823 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1785749517823 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1785749517823 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1785749517823 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1785749517823 .note-edge{stroke-dasharray:5;}#mermaid-1785749517823 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749517823 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1785749517823 .statediagram-note text{fill:#333;}#mermaid-1785749517823 .statediagram-note .nodeLabel{color:#333;}#mermaid-1785749517823 .statediagram .edgeLabel{color:red;}#mermaid-1785749517823 #dependencyStart,#mermaid-1785749517823 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1785749517823 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1785749517823 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1785749517823_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Read----parent\"><rect x=\"487.88671875\" y=\"780\" width=\"300\" height=\"176\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M209.504,22L209.504,28.167C209.504,34.333,209.504,46.667,209.587,59.083C209.671,71.5,209.837,84,209.921,90.25L210.004,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjA5LjUwMzkwNjI1LCJ5IjoyMn0seyJ4IjoyMDkuNTAzOTA2MjUsInkiOjU5fSx7IngiOjIxMC4wMDM5MDYyNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M210.004,136.5L209.921,142.583C209.837,148.667,209.671,160.833,209.671,173.167C209.671,185.5,209.837,198,209.921,204.25L210.004,210.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MjEwLjAwMzkwNjI1LCJ5IjoxMzYuNX0seyJ4IjoyMDkuNTAzOTA2MjUsInkiOjE3M30seyJ4IjoyMTAuMDAzOTA2MjUsInkiOjIxMC41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M210.004,250.5L209.921,256.583C209.837,262.667,209.671,274.833,209.671,287.167C209.671,299.5,209.837,312,209.921,318.25L210.004,324.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6MjEwLjAwMzkwNjI1LCJ5IjoyNTAuNX0seyJ4IjoyMDkuNTAzOTA2MjUsInkiOjI4N30seyJ4IjoyMTAuMDAzOTA2MjUsInkiOjMyNC41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M210.004,364.5L209.921,370.583C209.837,376.667,209.671,388.833,209.671,401.167C209.671,413.5,209.837,426,209.921,432.25L210.004,438.5\" id=\"edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6MjEwLjAwMzkwNjI1LCJ5IjozNjQuNX0seyJ4IjoyMDkuNTAzOTA2MjUsInkiOjQwMX0seyJ4IjoyMTAuMDAzOTA2MjUsInkiOjQzOC41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M210.004,478.5L209.921,484.583C209.837,490.667,209.671,502.833,209.671,515.167C209.671,527.5,209.837,540,209.921,546.25L210.004,552.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6MjEwLjAwMzkwNjI1LCJ5Ijo0NzguNX0seyJ4IjoyMDkuNTAzOTA2MjUsInkiOjUxNX0seyJ4IjoyMTAuMDAzOTA2MjUsInkiOjU1Mi41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M185.363,469.46L168.029,477.05C150.695,484.64,116.027,499.82,98.693,516.91C81.359,534,81.359,553,81.359,572C81.359,591,81.359,610,81.359,629C81.359,648,81.359,667,81.359,686C81.359,705,81.359,724,81.359,739.667C81.359,755.333,81.359,767.667,101.512,785.522C121.664,803.377,161.97,826.755,182.122,838.443L202.275,850.132\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6MTg1LjM2MzI4MTI1LCJ5Ijo0NjkuNDYwNDAyMzc3Njg2M30seyJ4Ijo4MS4zNTkzNzUsInkiOjUxNX0seyJ4Ijo4MS4zNTkzNzUsInkiOjU3Mn0seyJ4Ijo4MS4zNTkzNzUsInkiOjYyOX0seyJ4Ijo4MS4zNTkzNzUsInkiOjY4Nn0seyJ4Ijo4MS4zNTkzNzUsInkiOjc0M30seyJ4Ijo4MS4zNTkzNzUsInkiOjc4MH0seyJ4IjoyMDIuMjc0Njk0ODE4NjE1NSwieSI6ODUwLjEzMTgxNjk1MzQ4MjV9XQ==\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M202.87,592.5L200.587,598.583C198.304,604.667,193.738,616.833,191.455,632.417C189.172,648,189.172,667,189.172,686C189.172,705,189.172,724,189.172,739.667C189.172,755.333,189.172,767.667,194.969,785.25C200.766,802.833,212.361,825.667,218.158,837.083L223.956,848.5\" id=\"edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6MjAyLjg2OTg2MDE5NzM2ODQsInkiOjU5Mi41fSx7IngiOjE4OS4xNzE4NzUsInkiOjYyOX0seyJ4IjoxODkuMTcxODc1LCJ5Ijo2ODZ9LHsieCI6MTg5LjE3MTg3NSwieSI6NzQzfSx7IngiOjE4OS4xNzE4NzUsInkiOjc4MH0seyJ4IjoyMjMuOTU1NjEwNzk1NDU0NTMsInkiOjg0OC41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M252.023,591.03L266.479,597.358C280.935,603.687,309.846,616.343,324.385,628.922C338.924,641.5,339.091,654,339.174,660.25L339.258,666.5\" id=\"edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6MjUyLjAyMzE0MTkyODcwMzY0LCJ5Ijo1OTEuMDMwMTY2NzMyODYxMn0seyJ4IjozMzguNzU3ODEyNSwieSI6NjI5fSx7IngiOjMzOS4yNTc4MTI1LCJ5Ijo2NjYuNX1d\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M328.582,706.5L325.207,712.583C321.832,718.667,315.082,730.833,311.707,743.083C308.332,755.333,308.332,767.667,298.783,785.25C289.234,802.833,270.136,825.667,260.587,837.083L251.037,848.5\" id=\"edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6MzI4LjU4MjA5OTc4MDcwMTc1LCJ5Ijo3MDYuNX0seyJ4IjozMDguMzMyMDMxMjUsInkiOjc0M30seyJ4IjozMDguMzMyMDMxMjUsInkiOjc4MH0seyJ4IjoyNTEuMDM3NDY0NDg4NjM2MzcsInkiOjg0OC41fV0=\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M234.645,463.363L278.589,471.969C322.534,480.575,410.423,497.788,454.368,515.894C498.313,534,498.313,553,498.313,572C498.313,591,498.313,610,498.396,625.75C498.479,641.5,498.646,654,498.729,660.25L498.813,666.5\" id=\"edge9\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge9\" data-points=\"W3sieCI6MjM0LjY0NDUzMTI1LCJ5Ijo0NjMuMzYzMTM2NTM4ODUxN30seyJ4Ijo0OTguMzEyNSwieSI6NTE1fSx7IngiOjQ5OC4zMTI1LCJ5Ijo1NzJ9LHsieCI6NDk4LjMxMjUsInkiOjYyOX0seyJ4Ijo0OTguODEyNSwieSI6NjY2LjV9XQ==\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M488.137,706.5L484.762,712.583C481.387,718.667,474.637,730.833,471.262,743.083C467.887,755.333,467.887,767.667,434.424,786.514C400.961,805.361,334.035,830.721,300.572,843.401L267.109,856.082\" id=\"edge10\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge10\" data-points=\"W3sieCI6NDg4LjEzNjc4NzI4MDcwMTc1LCJ5Ijo3MDYuNX0seyJ4Ijo0NjcuODg2NzE4NzUsInkiOjc0M30seyJ4Ijo0NjcuODg2NzE4NzUsInkiOjc4MH0seyJ4IjoyNjcuMTA5Mzc1LCJ5Ijo4NTYuMDgxNzUxMjA0MzA3MX1d\" marker-end=\"url(#mermaid-1785749517823_stateDiagram-barbEnd)\"></path><path d=\"M366.031,691.602L411.34,700.168C456.65,708.735,547.268,725.867,592.577,740.6C637.887,755.333,637.887,767.667,637.887,778C637.887,788.333,637.887,796.667,637.887,800.833L637.887,805\" id=\"Read-Read----note-11\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Read-Read----note-11\" data-points=\"W3sieCI6MzY2LjAzMTI1LCJ5Ijo2OTEuNjAxNzY2ODQ5MDUzOX0seyJ4Ijo2MzcuODg2NzE4NzUsInkiOjc0M30seyJ4Ijo2MzcuODg2NzE4NzUsInkiOjc4MH0seyJ4Ijo2MzcuODg2NzE4NzUsInkiOjgwNX1d\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(209.50390625, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-44.734375, -12)\"><foreignObject width=\"89.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → New</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(209.50390625, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-48.453125, -12)\"><foreignObject width=\"96.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>New → Ready</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(209.50390625, 287)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-73.6875, -12)\"><foreignObject width=\"147.375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Ready → Dispatched</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(209.50390625, 401)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-67.546875, -12)\"><foreignObject width=\"135.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Dispatched → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(209.50390625, 515)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-52.6171875, -12)\"><foreignObject width=\"105.234375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>SMS delivered</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(81.359375, 629)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-73.359375, -12)\"><foreignObject width=\"146.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>TimeToLive elapsed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(189.171875, 686)\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(-87.8125, -12)\"><foreignObject width=\"175.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>SMS delivered outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(338.7578125, 629)\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(-52.71875, -12)\"><foreignObject width=\"105.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>RCS read path</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(308.33203125, 743)\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(-68.734375, -12)\"><foreignObject width=\"137.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>RCS read outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(498.3125, 572)\"><g class=\"label\" data-id=\"edge9\" transform=\"translate(-57.1953125, -12)\"><foreignObject width=\"114.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Failed outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(467.88671875, 743)\"><g class=\"label\" data-id=\"edge10\" transform=\"translate(-70.8203125, -12)\"><foreignObject width=\"141.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Closed after failure</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Read-Read----note-11\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(209.50390625, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-New-1\" transform=\"translate(209.50390625, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.71875 -20 C-6.4050441869988735 -20, 6.908661626002253 -20, 19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 C19.829836015488436 -19.99540544841338, 19.940922030976875 -19.99081089682676, 20.131646727361662 -19.982922465033347 C20.265316618377565 -19.966260530494385, 20.398986509393467 -19.949598595955425, 20.54172295140367 -19.931806517013612 C20.62780722514553 -19.91375654292975, 20.713891498887392 -19.89570656884589, 20.946177435703998 -19.847001329696653 C21.04804118274855 -19.816675178264717, 21.149904929793102 -19.786349026832777, 21.342247346023417 -19.729086208503173 C21.431021700894703 -19.694446347741003, 21.51979605576599 -19.659806486978834, 21.727227123264846 -19.578866633275286 C21.854957707468394 -19.516422955628904, 21.982688291671938 -19.453979277982523, 22.09848696518537 -19.397368756032446 C22.181541321407504 -19.347879101749836, 22.264595677629643 -19.29838944746723, 22.453490790612136 -19.185832391312644 C22.535264208301676 -19.12744729328736, 22.61703762599122 -19.069062195262077, 22.78981356344834 -18.94570254698197 C22.91502220711398 -18.839656235249095, 23.040230850779626 -18.733609923516216, 23.105157858128706 -18.678619553365657 C23.181426069027534 -18.60235134246683, 23.257694279926362 -18.526083131568, 23.397369553365657 -18.386407858128706 C23.472044053535665 -18.29823984238245, 23.546718553705674 -18.210071826636195, 23.66445254698197 -18.07106356344834 C23.74117588608948 -17.963605841057298, 23.817899225196985 -17.85614811866626, 23.904582391312644 -17.734740790612136 C23.98150900245591 -17.60564127966446, 24.05843561359917 -17.476541768716785, 24.116118756032446 -17.37973696518537 C24.15852528134038 -17.292993031198982, 24.200931806648317 -17.20624909721259, 24.297616633275286 -17.008477123264846 C24.34868633347134 -16.87759669855697, 24.39975603366739 -16.746716273849092, 24.447836208503173 -16.623497346023417 C24.47619033496952 -16.528257514074433, 24.504544461435863 -16.43301768212545, 24.565751329696653 -16.227427435703994 C24.598839418232437 -16.069623105466423, 24.631927506768225 -15.911818775228852, 24.650556517013612 -15.82297295140367 C24.664797460541156 -15.708725391203549, 24.679038404068702 -15.594477831003427, 24.701672465033347 -15.412896727361662 C24.706056265751727 -15.306906198075183, 24.710440066470102 -15.200915668788705, 24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 C24.71875 -6.855754249093632, 24.71875 1.2884915018127359, 24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 C24.714280600547085 15.10806011587648, 24.70981120109417 15.21612023175296, 24.701672465033347 15.412896727361662 C24.685620808221223 15.541670682851873, 24.669569151409103 15.670444638342083, 24.650556517013612 15.822972951403669 C24.61724339296348 15.981850525222013, 24.58393026891335 16.140728099040356, 24.565751329696653 16.227427435703994 C24.53317837352944 16.336838066820743, 24.500605417362227 16.44624869793749, 24.447836208503173 16.623497346023417 C24.398270457653872 16.7505234788814, 24.348704706804575 16.877549611739383, 24.297616633275286 17.008477123264846 C24.249917924716577 17.106046391117086, 24.202219216157864 17.20361565896933, 24.116118756032446 17.379736965185366 C24.040610302786888 17.50645650009719, 23.96510184954133 17.63317603500901, 23.904582391312644 17.734740790612133 C23.836346271746347 17.8303114224263, 23.768110152180054 17.925882054240464, 23.66445254698197 18.07106356344834 C23.571928711085985 18.180306250063033, 23.479404875190003 18.289548936677726, 23.397369553365657 18.386407858128706 C23.296441377127035 18.487336034367328, 23.195513200888417 18.588264210605946, 23.105157858128706 18.678619553365657 C22.979641267796662 18.7849266826206, 22.854124677464622 18.89123381187554, 22.78981356344834 18.94570254698197 C22.718830168546585 18.99638371681201, 22.647846773644833 19.047064886642048, 22.453490790612136 19.185832391312644 C22.349863637046358 19.2475807719821, 22.246236483480583 19.309329152651557, 22.09848696518537 19.397368756032446 C22.021343727472082 19.43508178692793, 21.944200489758796 19.472794817823413, 21.727227123264846 19.578866633275286 C21.600327940596305 19.628382848006947, 21.473428757927763 19.67789906273861, 21.342247346023417 19.729086208503173 C21.24995249625472 19.75656357578723, 21.157657646486022 19.784040943071286, 20.946177435703998 19.847001329696653 C20.794210530420948 19.87886543893209, 20.642243625137898 19.910729548167527, 20.54172295140367 19.931806517013612 C20.413895574108512 19.94774018297677, 20.286068196813353 19.963673848939926, 20.131646727361662 19.982922465033347 C19.99352046331132 19.98863540957327, 19.855394199260978 19.994348354113193, 19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 C10.270616333624268 20, 0.8224826672485364 20, -19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 C-19.869321694473946 19.99377230865016, -20.019893388947892 19.987544617300323, -20.131646727361662 19.982922465033347 C-20.23552472579958 19.96997408603149, -20.339402724237495 19.957025707029633, -20.54172295140367 19.931806517013612 C-20.655096673240156 19.908034547384453, -20.768470395076644 19.884262577755297, -20.946177435703994 19.847001329696653 C-21.078929636493708 19.807479287155736, -21.211681837283425 19.767957244614824, -21.342247346023417 19.729086208503173 C-21.48204920244287 19.674535354850853, -21.621851058862323 19.61998450119853, -21.727227123264846 19.578866633275286 C-21.805735739583213 19.540486109453088, -21.884244355901576 19.50210558563089, -22.09848696518537 19.397368756032446 C-22.18405291076164 19.34638251933695, -22.269618856337907 19.29539628264145, -22.453490790612133 19.185832391312644 C-22.526622881321998 19.133617082162914, -22.599754972031867 19.081401773013184, -22.78981356344834 18.94570254698197 C-22.856358997450283 18.889341439378136, -22.922904431452224 18.8329803317743, -23.105157858128706 18.67861955336566 C-23.175090075412488 18.60868733608188, -23.24502229269627 18.538755118798097, -23.397369553365657 18.386407858128706 C-23.464720046044157 18.30688728168726, -23.532070538722657 18.22736670524581, -23.664452546981966 18.07106356344834 C-23.75883241267402 17.93887633691706, -23.853212278366076 17.80668911038578, -23.904582391312644 17.734740790612133 C-23.986140956363027 17.59786785801941, -24.06769952141341 17.460994925426682, -24.116118756032446 17.37973696518537 C-24.175342005260468 17.258593872602546, -24.234565254488494 17.13745078001972, -24.297616633275286 17.00847712326485 C-24.32925317678611 16.927399610863354, -24.360889720296935 16.84632209846186, -24.447836208503173 16.623497346023417 C-24.48895321086729 16.48538776962534, -24.530070213231408 16.34727819322726, -24.565751329696653 16.227427435703994 C-24.5934220582709 16.09545967984157, -24.621092786845146 15.96349192397915, -24.650556517013612 15.82297295140367 C-24.66612663598681 15.698062119388009, -24.68169675496001 15.57315128737235, -24.701672465033347 15.412896727361664 C-24.70780590696188 15.264603773800221, -24.713939348890413 15.116310820238777, -24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 C-24.71875 5.324041024852784, -24.71875 -4.351917950294432, -24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 C-24.712625144991748 -15.14808534097049, -24.706500289983495 -15.296170681940977, -24.701672465033347 -15.41289672736166 C-24.6870608998125 -15.530117589445556, -24.67244933459165 -15.647338451529453, -24.650556517013612 -15.822972951403669 C-24.625198384313787 -15.943911431801041, -24.59984025161396 -16.064849912198415, -24.565751329696653 -16.227427435703994 C-24.529901273023214 -16.34784565338362, -24.494051216349774 -16.46826387106324, -24.447836208503173 -16.623497346023417 C-24.413178725069358 -16.712316863931505, -24.378521241635543 -16.801136381839598, -24.29761663327529 -17.008477123264846 C-24.260726534832347 -17.083937025740923, -24.2238364363894 -17.159396928216996, -24.116118756032446 -17.379736965185366 C-24.0646827987162 -17.466057639344356, -24.01324684139995 -17.552378313503347, -23.904582391312644 -17.734740790612133 C-23.823657176450936 -17.84808360616477, -23.74273196158923 -17.96142642171741, -23.66445254698197 -18.07106356344834 C-23.57319181933063 -18.178814900976676, -23.48193109167929 -18.286566238505007, -23.39736955336566 -18.386407858128706 C-23.29219598714661 -18.491581424347757, -23.18702242092756 -18.596754990566804, -23.105157858128706 -18.678619553365657 C-23.034451579090796 -18.738504716951876, -22.96374530005289 -18.798389880538096, -22.78981356344834 -18.945702546981966 C-22.65829730522952 -19.039603350506855, -22.5267810470107 -19.133504154031748, -22.453490790612136 -19.185832391312644 C-22.33084675708432 -19.258912372847657, -22.208202723556504 -19.331992354382674, -22.098486965185366 -19.397368756032446 C-22.00588950364763 -19.442636896589303, -21.913292042109894 -19.48790503714616, -21.72722712326485 -19.578866633275286 C-21.59463037224423 -19.630606046076764, -21.462033621223604 -19.682345458878245, -21.34224734602342 -19.729086208503173 C-21.18632658927501 -19.775505829003354, -21.030405832526597 -19.82192544950353, -20.946177435703994 -19.847001329696653 C-20.81316012119879 -19.874892127575993, -20.68014280669359 -19.90278292545533, -20.541722951403674 -19.931806517013612 C-20.400241855037393 -19.949442117284097, -20.25876075867111 -19.967077717554577, -20.131646727361662 -19.982922465033347 C-20.026937262792938 -19.987253280523067, -19.922227798224213 -19.991584096012783, -19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.71875 -20 C-7.295008121849035 -20, 5.12873375630193 -20, 19.71875 -20 M-19.71875 -20 C-8.881066391368984 -20, 1.956617217262032 -20, 19.71875 -20 M19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 M19.71875 -20 C19.71875 -20, 19.71875 -20, 19.71875 -20 M19.71875 -20 C19.824176925850235 -19.995639510092175, 19.929603851700474 -19.99127902018435, 20.131646727361662 -19.982922465033347 M19.71875 -20 C19.832008412161095 -19.99531559742237, 19.94526682432219 -19.990631194844738, 20.131646727361662 -19.982922465033347 M20.131646727361662 -19.982922465033347 C20.25349486029305 -19.967734111102875, 20.375342993224436 -19.9525457571724, 20.54172295140367 -19.931806517013612 M20.131646727361662 -19.982922465033347 C20.27066446049502 -19.965593922669626, 20.409682193628374 -19.94826538030591, 20.54172295140367 -19.931806517013612 M20.54172295140367 -19.931806517013612 C20.63856530271495 -19.911500811274248, 20.735407654026236 -19.891195105534887, 20.946177435703998 -19.847001329696653 M20.54172295140367 -19.931806517013612 C20.674850443211355 -19.903892617383303, 20.807977935019043 -19.875978717752993, 20.946177435703998 -19.847001329696653 M20.946177435703998 -19.847001329696653 C21.08791539366382 -19.80480411133924, 21.229653351623647 -19.76260689298183, 21.342247346023417 -19.729086208503173 M20.946177435703998 -19.847001329696653 C21.075139302557034 -19.808607718460067, 21.20410116941007 -19.77021410722348, 21.342247346023417 -19.729086208503173 M21.342247346023417 -19.729086208503173 C21.47861409922589 -19.675875736285473, 21.61498085242836 -19.622665264067773, 21.727227123264846 -19.578866633275286 M21.342247346023417 -19.729086208503173 C21.477858074718704 -19.6761707379636, 21.613468803413994 -19.623255267424025, 21.727227123264846 -19.578866633275286 M21.727227123264846 -19.578866633275286 C21.814126981805913 -19.53638388109741, 21.90102684034698 -19.493901128919536, 22.09848696518537 -19.397368756032446 M21.727227123264846 -19.578866633275286 C21.81592382872015 -19.535505456167375, 21.90462053417545 -19.492144279059463, 22.09848696518537 -19.397368756032446 M22.09848696518537 -19.397368756032446 C22.237241989045703 -19.314688708011165, 22.375997012906033 -19.23200865998988, 22.453490790612136 -19.185832391312644 M22.09848696518537 -19.397368756032446 C22.20164627205441 -19.335899151484217, 22.304805578923457 -19.274429546935988, 22.453490790612136 -19.185832391312644 M22.453490790612136 -19.185832391312644 C22.578809664760016 -19.09635643496555, 22.704128538907895 -19.006880478618456, 22.78981356344834 -18.94570254698197 M22.453490790612136 -19.185832391312644 C22.554074282456206 -19.114017158478216, 22.65465777430028 -19.042201925643788, 22.78981356344834 -18.94570254698197 M22.78981356344834 -18.94570254698197 C22.90222666604799 -18.8504935057198, 23.014639768647644 -18.75528446445763, 23.105157858128706 -18.678619553365657 M22.78981356344834 -18.94570254698197 C22.873830735921356 -18.87454363173343, 22.957847908394367 -18.803384716484892, 23.105157858128706 -18.678619553365657 M23.105157858128706 -18.678619553365657 C23.215841949446826 -18.567935462047537, 23.326526040764946 -18.457251370729416, 23.397369553365657 -18.386407858128706 M23.105157858128706 -18.678619553365657 C23.183241130546833 -18.60053628094753, 23.26132440296496 -18.522453008529403, 23.397369553365657 -18.386407858128706 M23.397369553365657 -18.386407858128706 C23.474153113074006 -18.295749680491003, 23.550936672782356 -18.2050915028533, 23.66445254698197 -18.07106356344834 M23.397369553365657 -18.386407858128706 C23.48539077903041 -18.28248139336836, 23.573412004695165 -18.178554928608015, 23.66445254698197 -18.07106356344834 M23.66445254698197 -18.07106356344834 C23.74143727770008 -17.963239739327967, 23.81842200841819 -17.855415915207598, 23.904582391312644 -17.734740790612136 M23.66445254698197 -18.07106356344834 C23.75003462339316 -17.95119840747858, 23.835616699804348 -17.83133325150882, 23.904582391312644 -17.734740790612136 M23.904582391312644 -17.734740790612136 C23.97569208248315 -17.615403330956518, 24.046801773653655 -17.4960658713009, 24.116118756032446 -17.37973696518537 M23.904582391312644 -17.734740790612136 C23.988613536993764 -17.59371833231611, 24.07264468267488 -17.452695874020087, 24.116118756032446 -17.37973696518537 M24.116118756032446 -17.37973696518537 C24.155794717316144 -17.29857848918555, 24.195470678599843 -17.217420013185734, 24.297616633275286 -17.008477123264846 M24.116118756032446 -17.37973696518537 C24.165821181621194 -17.27806902863724, 24.215523607209942 -17.17640109208911, 24.297616633275286 -17.008477123264846 M24.297616633275286 -17.008477123264846 C24.34178070986789 -16.895294295108787, 24.385944786460495 -16.782111466952728, 24.447836208503173 -16.623497346023417 M24.297616633275286 -17.008477123264846 C24.351682920694127 -16.86991710367219, 24.40574920811297 -16.731357084079534, 24.447836208503173 -16.623497346023417 M24.447836208503173 -16.623497346023417 C24.475353211303478 -16.53106936290246, 24.502870214103783 -16.438641379781505, 24.565751329696653 -16.227427435703994 M24.447836208503173 -16.623497346023417 C24.477083516197702 -16.52525737121434, 24.50633082389223 -16.427017396405265, 24.565751329696653 -16.227427435703994 M24.565751329696653 -16.227427435703994 C24.586796539813225 -16.127058226296114, 24.607841749929797 -16.026689016888238, 24.650556517013612 -15.82297295140367 M24.565751329696653 -16.227427435703994 C24.587756054410008 -16.122482091348502, 24.60976077912336 -16.017536746993013, 24.650556517013612 -15.82297295140367 M24.650556517013612 -15.82297295140367 C24.661438685173557 -15.735671070067182, 24.672320853333506 -15.648369188730694, 24.701672465033347 -15.412896727361662 M24.650556517013612 -15.82297295140367 C24.66834934960642 -15.680230463250016, 24.686142182199227 -15.537487975096363, 24.701672465033347 -15.412896727361662 M24.701672465033347 -15.412896727361662 C24.70848051309209 -15.248293301359867, 24.715288561150835 -15.08368987535807, 24.71875 -15 M24.701672465033347 -15.412896727361662 C24.707277657088706 -15.277375678193257, 24.712882849144062 -15.141854629024852, 24.71875 -15 M24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 M24.71875 -15 C24.71875 -15, 24.71875 -15, 24.71875 -15 M24.71875 -15 C24.71875 -3.8496998469673827, 24.71875 7.300600306065235, 24.71875 15 M24.71875 -15 C24.71875 -7.4391556435288155, 24.71875 0.12168871294236894, 24.71875 15 M24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 M24.71875 15 C24.71875 15, 24.71875 15, 24.71875 15 M24.71875 15 C24.715209499293533 15.085601414828144, 24.71166899858706 15.171202829656286, 24.701672465033347 15.412896727361662 M24.71875 15 C24.71205531684557 15.161862515321127, 24.705360633691143 15.323725030642255, 24.701672465033347 15.412896727361662 M24.701672465033347 15.412896727361662 C24.690521554144023 15.50235458952157, 24.6793706432547 15.591812451681479, 24.650556517013612 15.822972951403669 M24.701672465033347 15.412896727361662 C24.685512600242628 15.542538778250545, 24.669352735451906 15.672180829139426, 24.650556517013612 15.822972951403669 M24.650556517013612 15.822972951403669 C24.629175342224435 15.92494444980707, 24.60779416743526 16.026915948210473, 24.565751329696653 16.227427435703994 M24.650556517013612 15.822972951403669 C24.629460741332476 15.923583319047104, 24.608364965651337 16.024193686690538, 24.565751329696653 16.227427435703994 M24.565751329696653 16.227427435703994 C24.536703701396597 16.324996699250075, 24.507656073096545 16.422565962796153, 24.447836208503173 16.623497346023417 M24.565751329696653 16.227427435703994 C24.51905700350215 16.38427091261427, 24.47236267730765 16.54111438952454, 24.447836208503173 16.623497346023417 M24.447836208503173 16.623497346023417 C24.396373304333395 16.755385466153047, 24.34491040016362 16.88727358628268, 24.297616633275286 17.008477123264846 M24.447836208503173 16.623497346023417 C24.39080468529268 16.76965661366885, 24.33377316208218 16.91581588131428, 24.297616633275286 17.008477123264846 M24.297616633275286 17.008477123264846 C24.230025429503193 17.146737140455407, 24.162434225731097 17.284997157645964, 24.116118756032446 17.379736965185366 M24.297616633275286 17.008477123264846 C24.26041906710385 17.08456596103212, 24.223221500932418 17.160654798799392, 24.116118756032446 17.379736965185366 M24.116118756032446 17.379736965185366 C24.057880094562805 17.477474049950168, 23.999641433093164 17.57521113471497, 23.904582391312644 17.734740790612133 M24.116118756032446 17.379736965185366 C24.053838196788327 17.484257229635723, 23.991557637544204 17.588777494086084, 23.904582391312644 17.734740790612133 M23.904582391312644 17.734740790612133 C23.831932543547524 17.83649323339824, 23.7592826957824 17.93824567618435, 23.66445254698197 18.07106356344834 M23.904582391312644 17.734740790612133 C23.814070916808745 17.861509998177713, 23.723559442304843 17.98827920574329, 23.66445254698197 18.07106356344834 M23.66445254698197 18.07106356344834 C23.58959676974882 18.159445612618605, 23.514740992515666 18.24782766178887, 23.397369553365657 18.386407858128706 M23.66445254698197 18.07106356344834 C23.603962537891267 18.142483982223936, 23.543472528800564 18.213904400999528, 23.397369553365657 18.386407858128706 M23.397369553365657 18.386407858128706 C23.325095377222137 18.458682034272226, 23.252821201078614 18.53095621041575, 23.105157858128706 18.678619553365657 M23.397369553365657 18.386407858128706 C23.32664888841682 18.457128523077543, 23.25592822346798 18.527849188026384, 23.105157858128706 18.678619553365657 M23.105157858128706 18.678619553365657 C23.034837640827185 18.738177739340376, 22.96451742352566 18.7977359253151, 22.78981356344834 18.94570254698197 M23.105157858128706 18.678619553365657 C23.03246995181314 18.740183069642814, 22.95978204549758 18.801746585919968, 22.78981356344834 18.94570254698197 M22.78981356344834 18.94570254698197 C22.713998916872985 18.999833164206013, 22.638184270297625 19.053963781430056, 22.453490790612136 19.185832391312644 M22.78981356344834 18.94570254698197 C22.710882963655656 19.002057912041877, 22.63195236386297 19.058413277101785, 22.453490790612136 19.185832391312644 M22.453490790612136 19.185832391312644 C22.374263868420424 19.233041389943086, 22.295036946228713 19.280250388573524, 22.09848696518537 19.397368756032446 M22.453490790612136 19.185832391312644 C22.343176969405324 19.25156516106065, 22.232863148198508 19.31729793080866, 22.09848696518537 19.397368756032446 M22.09848696518537 19.397368756032446 C21.998869529710326 19.44606875272901, 21.899252094235283 19.49476874942557, 21.727227123264846 19.578866633275286 M22.09848696518537 19.397368756032446 C22.014456043071245 19.438448970654036, 21.930425120957118 19.479529185275624, 21.727227123264846 19.578866633275286 M21.727227123264846 19.578866633275286 C21.574229352077115 19.63856654884831, 21.42123158088938 19.698266464421334, 21.342247346023417 19.729086208503173 M21.727227123264846 19.578866633275286 C21.598906412607157 19.628937529949557, 21.470585701949464 19.679008426623824, 21.342247346023417 19.729086208503173 M21.342247346023417 19.729086208503173 C21.230095830373422 19.7624751613505, 21.11794431472343 19.795864114197833, 20.946177435703998 19.847001329696653 M21.342247346023417 19.729086208503173 C21.20502485609797 19.76993911378189, 21.067802366172526 19.81079201906061, 20.946177435703998 19.847001329696653 M20.946177435703998 19.847001329696653 C20.865256805339712 19.863968601620268, 20.784336174975426 19.880935873543887, 20.54172295140367 19.931806517013612 M20.946177435703998 19.847001329696653 C20.86480129909915 19.864064111235205, 20.7834251624943 19.881126892773757, 20.54172295140367 19.931806517013612 M20.54172295140367 19.931806517013612 C20.398573404995496 19.94965008936493, 20.255423858587324 19.967493661716247, 20.131646727361662 19.982922465033347 M20.54172295140367 19.931806517013612 C20.436826839043913 19.94488180378348, 20.33193072668416 19.957957090553347, 20.131646727361662 19.982922465033347 M20.131646727361662 19.982922465033347 C20.00888279339953 19.98800001890082, 19.886118859437392 19.993077572768293, 19.71875 20 M20.131646727361662 19.982922465033347 C19.989985668709185 19.98878160975946, 19.848324610056704 19.994640754485577, 19.71875 20 M19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 M19.71875 20 C19.71875 20, 19.71875 20, 19.71875 20 M19.71875 20 C5.693751522261582 20, -8.331246955476836 20, -19.71875 20 M19.71875 20 C9.361366082890125 20, -0.9960178342197494 20, -19.71875 20 M-19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 M-19.71875 20 C-19.71875 20, -19.71875 20, -19.71875 20 M-19.71875 20 C-19.870856611137665 19.99370882402735, -20.02296322227533 19.987417648054706, -20.131646727361662 19.982922465033347 M-19.71875 20 C-19.863060006197074 19.994031293993014, -20.007370012394148 19.98806258798603, -20.131646727361662 19.982922465033347 M-20.131646727361662 19.982922465033347 C-20.2290930998571 19.970775787369153, -20.326539472352536 19.958629109704958, -20.54172295140367 19.931806517013612 M-20.131646727361662 19.982922465033347 C-20.25960559831728 19.966972408402505, -20.3875644692729 19.951022351771666, -20.54172295140367 19.931806517013612 M-20.54172295140367 19.931806517013612 C-20.681222683144572 19.902556499174352, -20.820722414885477 19.873306481335092, -20.946177435703994 19.847001329696653 M-20.54172295140367 19.931806517013612 C-20.63259079717553 19.912753533350685, -20.723458642947392 19.89370054968776, -20.946177435703994 19.847001329696653 M-20.946177435703994 19.847001329696653 C-21.06505687041591 19.811609388561404, -21.183936305127823 19.77621744742616, -21.342247346023417 19.729086208503173 M-20.946177435703994 19.847001329696653 C-21.056387851976265 19.81419026717224, -21.16659826824853 19.78137920464783, -21.342247346023417 19.729086208503173 M-21.342247346023417 19.729086208503173 C-21.477465797861647 19.676323804868208, -21.61268424969988 19.623561401233243, -21.727227123264846 19.578866633275286 M-21.342247346023417 19.729086208503173 C-21.462933877539633 19.681994177773664, -21.58362040905585 19.634902147044155, -21.727227123264846 19.578866633275286 M-21.727227123264846 19.578866633275286 C-21.801677261602137 19.542470178439896, -21.87612739993943 19.506073723604505, -22.09848696518537 19.397368756032446 M-21.727227123264846 19.578866633275286 C-21.847928415525228 19.5198593670641, -21.96862970778561 19.460852100852915, -22.09848696518537 19.397368756032446 M-22.09848696518537 19.397368756032446 C-22.177042505581802 19.350559814117286, -22.255598045978235 19.303750872202126, -22.453490790612133 19.185832391312644 M-22.09848696518537 19.397368756032446 C-22.225509001052046 19.32168005134245, -22.35253103691872 19.245991346652456, -22.453490790612133 19.185832391312644 M-22.453490790612133 19.185832391312644 C-22.550292482436653 19.11671731179322, -22.64709417426117 19.047602232273796, -22.78981356344834 18.94570254698197 M-22.453490790612133 19.185832391312644 C-22.585044549164845 19.091904813063987, -22.71659830771756 18.99797723481533, -22.78981356344834 18.94570254698197 M-22.78981356344834 18.94570254698197 C-22.875364707229497 18.873244424308368, -22.960915851010654 18.800786301634766, -23.105157858128706 18.67861955336566 M-22.78981356344834 18.94570254698197 C-22.863150976943967 18.883588926184288, -22.936488390439592 18.821475305386606, -23.105157858128706 18.67861955336566 M-23.105157858128706 18.67861955336566 C-23.201203645256818 18.582573766237545, -23.29724943238493 18.486527979109432, -23.397369553365657 18.386407858128706 M-23.105157858128706 18.67861955336566 C-23.16426506221931 18.619512349275052, -23.22337226630992 18.560405145184447, -23.397369553365657 18.386407858128706 M-23.397369553365657 18.386407858128706 C-23.503475843000682 18.26112839868781, -23.60958213263571 18.13584893924691, -23.664452546981966 18.07106356344834 M-23.397369553365657 18.386407858128706 C-23.500159629448984 18.265043844629577, -23.602949705532307 18.14367983113045, -23.664452546981966 18.07106356344834 M-23.664452546981966 18.07106356344834 C-23.7381528431848 17.967839876085044, -23.811853139387633 17.864616188721747, -23.904582391312644 17.734740790612133 M-23.664452546981966 18.07106356344834 C-23.718585804021686 17.995245219581086, -23.77271906106141 17.919426875713828, -23.904582391312644 17.734740790612133 M-23.904582391312644 17.734740790612133 C-23.980973425099734 17.606540094440373, -24.057364458886823 17.478339398268613, -24.116118756032446 17.37973696518537 M-23.904582391312644 17.734740790612133 C-23.96215242648535 17.638125805555852, -24.019722461658056 17.541510820499568, -24.116118756032446 17.37973696518537 M-24.116118756032446 17.37973696518537 C-24.178286385032145 17.252571047513943, -24.240454014031844 17.12540512984252, -24.297616633275286 17.00847712326485 M-24.116118756032446 17.37973696518537 C-24.184383342827033 17.24009952100624, -24.252647929621617 17.10046207682711, -24.297616633275286 17.00847712326485 M-24.297616633275286 17.00847712326485 C-24.336880474499548 16.90785252207537, -24.37614431572381 16.807227920885886, -24.447836208503173 16.623497346023417 M-24.297616633275286 17.00847712326485 C-24.340182624134297 16.899389837842136, -24.38274861499331 16.790302552419423, -24.447836208503173 16.623497346023417 M-24.447836208503173 16.623497346023417 C-24.491844296618773 16.475676783767668, -24.535852384734373 16.327856221511922, -24.565751329696653 16.227427435703994 M-24.447836208503173 16.623497346023417 C-24.483960649896915 16.50215748631466, -24.520085091290653 16.380817626605896, -24.565751329696653 16.227427435703994 M-24.565751329696653 16.227427435703994 C-24.58504076062863 16.13543192119755, -24.604330191560603 16.04343640669111, -24.650556517013612 15.82297295140367 M-24.565751329696653 16.227427435703994 C-24.589653161851718 16.11343437108192, -24.61355499400678 15.999441306459843, -24.650556517013612 15.82297295140367 M-24.650556517013612 15.82297295140367 C-24.66576595472859 15.700955674416997, -24.680975392443568 15.578938397430324, -24.701672465033347 15.412896727361664 M-24.650556517013612 15.82297295140367 C-24.664786694732037 15.708811759597822, -24.679016872450465 15.594650567791973, -24.701672465033347 15.412896727361664 M-24.701672465033347 15.412896727361664 C-24.705265916303222 15.326015085944274, -24.7088593675731 15.239133444526884, -24.71875 15 M-24.701672465033347 15.412896727361664 C-24.708260608077584 15.253610114412728, -24.714848751121817 15.09432350146379, -24.71875 15 M-24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 M-24.71875 15 C-24.71875 15, -24.71875 15, -24.71875 15 M-24.71875 15 C-24.71875 8.88347166810465, -24.71875 2.7669433362093, -24.71875 -15 M-24.71875 15 C-24.71875 8.449910379129271, -24.71875 1.8998207582585422, -24.71875 -15 M-24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 M-24.71875 -15 C-24.71875 -15, -24.71875 -15, -24.71875 -15 M-24.71875 -15 C-24.71198007173329 -15.163681774404598, -24.705210143466577 -15.327363548809197, -24.701672465033347 -15.41289672736166 M-24.71875 -15 C-24.713797802965434 -15.119733085179751, -24.70884560593087 -15.239466170359503, -24.701672465033347 -15.41289672736166 M-24.701672465033347 -15.41289672736166 C-24.682300590695384 -15.568307032538076, -24.662928716357417 -15.723717337714492, -24.650556517013612 -15.822972951403669 M-24.701672465033347 -15.41289672736166 C-24.68262561952211 -15.565699498116192, -24.66357877401087 -15.718502268870724, -24.650556517013612 -15.822972951403669 M-24.650556517013612 -15.822972951403669 C-24.62823030330842 -15.929451547067433, -24.60590408960323 -16.0359301427312, -24.565751329696653 -16.227427435703994 M-24.650556517013612 -15.822972951403669 C-24.617081054045762 -15.982624755022396, -24.583605591077912 -16.142276558641125, -24.565751329696653 -16.227427435703994 M-24.565751329696653 -16.227427435703994 C-24.540410363321534 -16.312546241316138, -24.51506939694642 -16.397665046928278, -24.447836208503173 -16.623497346023417 M-24.565751329696653 -16.227427435703994 C-24.541232855049177 -16.309783540302828, -24.5167143804017 -16.39213964490166, -24.447836208503173 -16.623497346023417 M-24.447836208503173 -16.623497346023417 C-24.393291148532416 -16.763284354509537, -24.338746088561663 -16.90307136299566, -24.29761663327529 -17.008477123264846 M-24.447836208503173 -16.623497346023417 C-24.398700661096147 -16.74942096194829, -24.349565113689117 -16.875344577873157, -24.29761663327529 -17.008477123264846 M-24.29761663327529 -17.008477123264846 C-24.236551972707996 -17.13338688294655, -24.175487312140707 -17.258296642628256, -24.116118756032446 -17.379736965185366 M-24.29761663327529 -17.008477123264846 C-24.255764552465372 -17.094086922903138, -24.21391247165545 -17.179696722541433, -24.116118756032446 -17.379736965185366 M-24.116118756032446 -17.379736965185366 C-24.071366086973274 -17.45484163447052, -24.026613417914103 -17.529946303755672, -23.904582391312644 -17.734740790612133 M-24.116118756032446 -17.379736965185366 C-24.054686532597675 -17.482833538451633, -23.993254309162907 -17.5859301117179, -23.904582391312644 -17.734740790612133 M-23.904582391312644 -17.734740790612133 C-23.823474896078306 -17.848338905711266, -23.742367400843964 -17.961937020810396, -23.66445254698197 -18.07106356344834 M-23.904582391312644 -17.734740790612133 C-23.8128292614888 -17.863249044655976, -23.72107613166496 -17.99175729869982, -23.66445254698197 -18.07106356344834 M-23.66445254698197 -18.07106356344834 C-23.57081667177834 -18.18161923239253, -23.477180796574704 -18.292174901336722, -23.39736955336566 -18.386407858128706 M-23.66445254698197 -18.07106356344834 C-23.597970596017966 -18.149558654625267, -23.53148864505396 -18.228053745802193, -23.39736955336566 -18.386407858128706 M-23.39736955336566 -18.386407858128706 C-23.291041700511315 -18.49273571098305, -23.18471384765697 -18.599063563837394, -23.105157858128706 -18.678619553365657 M-23.39736955336566 -18.386407858128706 C-23.295570370473577 -18.488207041020786, -23.193771187581497 -18.59000622391287, -23.105157858128706 -18.678619553365657 M-23.105157858128706 -18.678619553365657 C-22.987815748557825 -18.778003250582096, -22.87047363898694 -18.87738694779853, -22.78981356344834 -18.945702546981966 M-23.105157858128706 -18.678619553365657 C-23.036671587938507 -18.736624465370024, -22.968185317748308 -18.79462937737439, -22.78981356344834 -18.945702546981966 M-22.78981356344834 -18.945702546981966 C-22.666971176692808 -19.033410325316623, -22.544128789937275 -19.12111810365128, -22.453490790612136 -19.185832391312644 M-22.78981356344834 -18.945702546981966 C-22.67725660405957 -19.026066671327253, -22.5646996446708 -19.106430795672537, -22.453490790612136 -19.185832391312644 M-22.453490790612136 -19.185832391312644 C-22.35853121553157 -19.24241601624607, -22.263571640451005 -19.298999641179496, -22.098486965185366 -19.397368756032446 M-22.453490790612136 -19.185832391312644 C-22.3750387111223 -19.232579683908824, -22.296586631632465 -19.279326976505004, -22.098486965185366 -19.397368756032446 M-22.098486965185366 -19.397368756032446 C-21.955140183212272 -19.467446727576913, -21.81179340123918 -19.537524699121377, -21.72722712326485 -19.578866633275286 M-22.098486965185366 -19.397368756032446 C-21.974209601526823 -19.45812425702248, -21.849932237868277 -19.518879758012517, -21.72722712326485 -19.578866633275286 M-21.72722712326485 -19.578866633275286 C-21.587049435855533 -19.633564136634924, -21.446871748446213 -19.688261639994558, -21.34224734602342 -19.729086208503173 M-21.72722712326485 -19.578866633275286 C-21.61565676901181 -19.622401520598487, -21.50408641475877 -19.665936407921688, -21.34224734602342 -19.729086208503173 M-21.34224734602342 -19.729086208503173 C-21.25447409944702 -19.755217436192886, -21.166700852870616 -19.7813486638826, -20.946177435703994 -19.847001329696653 M-21.34224734602342 -19.729086208503173 C-21.19738137090395 -19.77221467791719, -21.052515395784482 -19.81534314733121, -20.946177435703994 -19.847001329696653 M-20.946177435703994 -19.847001329696653 C-20.813164912727657 -19.874891122898042, -20.680152389751317 -19.902780916099427, -20.541722951403674 -19.931806517013612 M-20.946177435703994 -19.847001329696653 C-20.785303337609037 -19.88073308086512, -20.62442923951408 -19.91446483203359, -20.541722951403674 -19.931806517013612 M-20.541722951403674 -19.931806517013612 C-20.402066815549926 -19.94921463619344, -20.262410679696174 -19.96662275537327, -20.131646727361662 -19.982922465033347 M-20.541722951403674 -19.931806517013612 C-20.405350981979467 -19.948805265274917, -20.268979012555256 -19.96580401353622, -20.131646727361662 -19.982922465033347 M-20.131646727361662 -19.982922465033347 C-20.02669572348229 -19.98726327066285, -19.92174471960292 -19.991604076292354, -19.71875 -20 M-20.131646727361662 -19.982922465033347 C-20.035791057620706 -19.98688708486023, -19.939935387879753 -19.990851704687113, -19.71875 -20 M-19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20 M-19.71875 -20 C-19.71875 -20, -19.71875 -20, -19.71875 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.71875, -12)\"><rect></rect><foreignObject width=\"33.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>New</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Ready-2\" transform=\"translate(209.50390625, 230)\"><g class=\"basic label-container outer-path\"><path d=\"M-25.78125 -20 C-13.254292804743592 -20, -0.7273356094871843 -20, 25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 C25.941602476542645 -19.993367772511434, 26.101954953085293 -19.98673554502287, 26.194146727361662 -19.982922465033347 C26.31283124115614 -19.96812845581704, 26.43151575495062 -19.95333444660073, 26.60422295140367 -19.931806517013612 C26.727586703920558 -19.905939858226493, 26.850950456437445 -19.88007319943937, 27.008677435703998 -19.847001329696653 C27.15589999656288 -19.803171274310497, 27.303122557421766 -19.75934121892434, 27.404747346023417 -19.729086208503173 C27.51642776247353 -19.685508374777406, 27.62810817892364 -19.641930541051643, 27.789727123264846 -19.578866633275286 C27.910172195385694 -19.519984625457766, 28.030617267506543 -19.46110261764025, 28.16098696518537 -19.397368756032446 C28.274606127364745 -19.329666430568654, 28.388225289544117 -19.26196410510486, 28.515990790612136 -19.185832391312644 C28.583748543410657 -19.137454285677705, 28.651506296209174 -19.08907618004277, 28.85231356344834 -18.94570254698197 C28.974277401976774 -18.84240444501336, 29.09624124050521 -18.739106343044753, 29.167657858128706 -18.678619553365657 C29.236349332796728 -18.609928078697635, 29.305040807464746 -18.541236604029617, 29.459869553365657 -18.386407858128706 C29.53234544777481 -18.30083573129904, 29.60482134218396 -18.21526360446937, 29.72695254698197 -18.07106356344834 C29.810304263260317 -17.9543222212069, 29.893655979538668 -17.83758087896546, 29.967082391312644 -17.734740790612136 C30.02092144737243 -17.644387196401954, 30.074760503432216 -17.554033602191772, 30.178618756032446 -17.37973696518537 C30.231825303026707 -17.27090123373603, 30.28503185002097 -17.162065502286694, 30.360116633275286 -17.008477123264846 C30.418394586938106 -16.859123528134763, 30.476672540600926 -16.709769933004683, 30.510336208503173 -16.623497346023417 C30.5491701460377 -16.493056449207376, 30.588004083572223 -16.362615552391336, 30.628251329696653 -16.227427435703994 C30.656714811520764 -16.091678866226335, 30.685178293344872 -15.955930296748678, 30.713056517013612 -15.82297295140367 C30.7320601374952 -15.670516952207327, 30.751063757976787 -15.518060953010984, 30.764172465033347 -15.412896727361662 C30.770282709163983 -15.265164644842361, 30.776392953294618 -15.11743256232306, 30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 C30.78125 -3.8866959986738205, 30.78125 7.226608002652359, 30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 C30.77643131163622 15.116505143128991, 30.771612623272443 15.233010286257981, 30.764172465033347 15.412896727361662 C30.752303087353273 15.508118468703405, 30.740433709673198 15.603340210045147, 30.713056517013612 15.822972951403669 C30.695952880814687 15.904543932818301, 30.678849244615765 15.986114914232935, 30.628251329696653 16.227427435703994 C30.59551408314 16.337389908511216, 30.562776836583346 16.44735238131844, 30.510336208503173 16.623497346023417 C30.46807392105958 16.7318063062975, 30.425811633615993 16.84011526657158, 30.360116633275286 17.008477123264846 C30.322308031216412 17.085815854917517, 30.28449942915754 17.163154586570187, 30.178618756032446 17.379736965185366 C30.119133427793884 17.47956622673776, 30.059648099555325 17.579395488290157, 29.967082391312644 17.734740790612133 C29.883772540082134 17.851423497205793, 29.80046268885162 17.968106203799454, 29.72695254698197 18.07106356344834 C29.666351077403476 18.142615583373193, 29.605749607824983 18.214167603298044, 29.459869553365657 18.386407858128706 C29.374356792225946 18.471920619268417, 29.28884403108623 18.55743338040813, 29.167657858128706 18.678619553365657 C29.073721342181784 18.758179723986217, 28.979784826234862 18.837739894606777, 28.85231356344834 18.94570254698197 C28.758374493899733 19.012773753481152, 28.664435424351126 19.07984495998034, 28.515990790612136 19.185832391312644 C28.395933055414854 19.25737127354749, 28.275875320217576 19.328910155782335, 28.16098696518537 19.397368756032446 C28.0148321713381 19.468819480934233, 27.86867737749083 19.54027020583602, 27.789727123264846 19.578866633275286 C27.683465189734424 19.62033016840488, 27.577203256204005 19.661793703534478, 27.404747346023417 19.729086208503173 C27.274751221950883 19.76778773145485, 27.14475509787835 19.806489254406525, 27.008677435703998 19.847001329696653 C26.847350168817 19.880828100368642, 26.686022901930002 19.914654871040632, 26.60422295140367 19.931806517013612 C26.47220072185698 19.94826307076462, 26.34017849231029 19.96471962451563, 26.194146727361662 19.982922465033347 C26.03485945506297 19.98951063534849, 25.875572182764284 19.99609880566363, 25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 C12.117431285670078 20, -1.5463874286598447 20, -25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 C-25.91390256510907 19.99451344932293, -26.046555130218138 19.989026898645857, -26.194146727361662 19.982922465033347 C-26.336179761075776 19.965218065844205, -26.47821279478989 19.947513666655063, -26.60422295140367 19.931806517013612 C-26.734188567225505 19.90455559305958, -26.864154183047344 19.877304669105552, -27.008677435703994 19.847001329696653 C-27.123849628693737 19.81271308224167, -27.239021821683483 19.77842483478669, -27.404747346023417 19.729086208503173 C-27.543293344754247 19.675025392041594, -27.681839343485077 19.620964575580015, -27.789727123264846 19.578866633275286 C-27.93545647633571 19.507623893695612, -28.081185829406575 19.436381154115942, -28.16098696518537 19.397368756032446 C-28.24737638096003 19.345891837604114, -28.33376579673469 19.294414919175782, -28.515990790612133 19.185832391312644 C-28.635436223335926 19.100549991539072, -28.754881656059716 19.015267591765497, -28.85231356344834 18.94570254698197 C-28.96580190628249 18.849582823695325, -29.079290249116635 18.753463100408684, -29.167657858128706 18.67861955336566 C-29.271955041427056 18.57432237006731, -29.376252224725402 18.47002518676896, -29.459869553365657 18.386407858128706 C-29.562430974914992 18.265313816527712, -29.66499239646433 18.144219774926718, -29.726952546981966 18.07106356344834 C-29.819586499116085 17.941321641000666, -29.9122204512502 17.811579718552995, -29.967082391312644 17.734740790612133 C-30.011471558266038 17.66024615657209, -30.055860725219436 17.585751522532046, -30.178618756032446 17.37973696518537 C-30.2416062110187 17.250894066654478, -30.304593666004948 17.122051168123583, -30.360116633275286 17.00847712326485 C-30.41235968667034 16.874589652021985, -30.464602740065388 16.74070218077912, -30.510336208503173 16.623497346023417 C-30.53733090725213 16.532823751285253, -30.564325606001088 16.442150156547086, -30.628251329696653 16.227427435703994 C-30.652888311875426 16.109928279849424, -30.677525294054195 15.992429123994855, -30.713056517013612 15.82297295140367 C-30.729237423985897 15.693162090217882, -30.745418330958184 15.563351229032094, -30.764172465033347 15.412896727361664 C-30.76790402139465 15.322676012688508, -30.77163557775595 15.23245529801535, -30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 C-30.78125 7.272615987852028, -30.78125 -0.45476802429594443, -30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 C-30.77596024005679 -15.127894603837428, -30.77067048011358 -15.255789207674855, -30.764172465033347 -15.41289672736166 C-30.752170600151754 -15.509181343470255, -30.740168735270156 -15.605465959578847, -30.713056517013612 -15.822972951403669 C-30.6847620443458 -15.957915479254464, -30.656467571677982 -16.092858007105256, -30.628251329696653 -16.227427435703994 C-30.599253334193385 -16.324829985624426, -30.57025533869012 -16.422232535544858, -30.510336208503173 -16.623497346023417 C-30.473038595914396 -16.719082935080518, -30.43574098332562 -16.81466852413762, -30.36011663327529 -17.008477123264846 C-30.31136072796027 -17.108208921646852, -30.262604822645255 -17.20794072002886, -30.178618756032446 -17.379736965185366 C-30.13550457414344 -17.45209189820606, -30.092390392254433 -17.524446831226754, -29.967082391312644 -17.734740790612133 C-29.88937163629004 -17.843581475039542, -29.811660881267436 -17.95242215946695, -29.72695254698197 -18.07106356344834 C-29.65235211555558 -18.15914412639426, -29.57775168412919 -18.24722468934018, -29.45986955336566 -18.386407858128706 C-29.365801001280524 -18.480476410213843, -29.271732449195383 -18.57454496229898, -29.167657858128706 -18.678619553365657 C-29.094386989749417 -18.740676813324786, -29.021116121370127 -18.80273407328391, -28.85231356344834 -18.945702546981966 C-28.725823474534003 -19.036014734599327, -28.599333385619662 -19.126326922216684, -28.515990790612136 -19.185832391312644 C-28.387743774458965 -19.26225102581775, -28.259496758305794 -19.33866966032286, -28.160986965185366 -19.397368756032446 C-28.081159838744068 -19.436393860176604, -28.00133271230277 -19.47541896432076, -27.78972712326485 -19.578866633275286 C-27.670471827479528 -19.625400194089604, -27.5512165316942 -19.671933754903925, -27.40474734602342 -19.729086208503173 C-27.278052076309486 -19.766805024534694, -27.15135680659555 -19.804523840566212, -27.008677435703994 -19.847001329696653 C-26.88747310945784 -19.872415204409187, -26.76626878321169 -19.89782907912172, -26.604222951403674 -19.931806517013612 C-26.501069760784638 -19.944664548815066, -26.397916570165606 -19.95752258061652, -26.194146727361662 -19.982922465033347 C-26.068212003420523 -19.988131163744434, -25.942277279479384 -19.99333986245552, -25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25.78125 -20 C-13.201132342803428 -20, -0.6210146856068555 -20, 25.78125 -20 M-25.78125 -20 C-14.259730297435993 -20, -2.738210594871987 -20, 25.78125 -20 M25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 M25.78125 -20 C25.78125 -20, 25.78125 -20, 25.78125 -20 M25.78125 -20 C25.902973933370813 -19.994965460875164, 26.024697866741626 -19.98993092175033, 26.194146727361662 -19.982922465033347 M25.78125 -20 C25.909582463582133 -19.994692130043788, 26.037914927164266 -19.98938426008758, 26.194146727361662 -19.982922465033347 M26.194146727361662 -19.982922465033347 C26.313183024442605 -19.96808460607611, 26.43221932152355 -19.953246747118875, 26.60422295140367 -19.931806517013612 M26.194146727361662 -19.982922465033347 C26.337956927503694 -19.964996542279984, 26.481767127645725 -19.94707061952662, 26.60422295140367 -19.931806517013612 M26.60422295140367 -19.931806517013612 C26.75856214305229 -19.89944499163517, 26.912901334700912 -19.86708346625673, 27.008677435703998 -19.847001329696653 M26.60422295140367 -19.931806517013612 C26.740355566526674 -19.903262509285707, 26.87648818164968 -19.874718501557805, 27.008677435703998 -19.847001329696653 M27.008677435703998 -19.847001329696653 C27.112916817301205 -19.815967921215165, 27.217156198898415 -19.78493451273368, 27.404747346023417 -19.729086208503173 M27.008677435703998 -19.847001329696653 C27.13594587032222 -19.809111875079893, 27.26321430494044 -19.771222420463133, 27.404747346023417 -19.729086208503173 M27.404747346023417 -19.729086208503173 C27.491352178212125 -19.695292898118687, 27.57795701040083 -19.661499587734202, 27.789727123264846 -19.578866633275286 M27.404747346023417 -19.729086208503173 C27.55050674358132 -19.672210715085008, 27.696266141139226 -19.615335221666847, 27.789727123264846 -19.578866633275286 M27.789727123264846 -19.578866633275286 C27.88158363481009 -19.533960721097575, 27.973440146355337 -19.48905480891986, 28.16098696518537 -19.397368756032446 M27.789727123264846 -19.578866633275286 C27.897373196887056 -19.52624167455395, 28.005019270509262 -19.473616715832613, 28.16098696518537 -19.397368756032446 M28.16098696518537 -19.397368756032446 C28.272237034955115 -19.331078103232787, 28.38348710472486 -19.26478745043313, 28.515990790612136 -19.185832391312644 M28.16098696518537 -19.397368756032446 C28.29491551991179 -19.31756465937251, 28.42884407463821 -19.23776056271258, 28.515990790612136 -19.185832391312644 M28.515990790612136 -19.185832391312644 C28.62637673366096 -19.107018342840473, 28.73676267670978 -19.028204294368297, 28.85231356344834 -18.94570254698197 M28.515990790612136 -19.185832391312644 C28.630064444490802 -19.1043853679157, 28.744138098369465 -19.02293834451876, 28.85231356344834 -18.94570254698197 M28.85231356344834 -18.94570254698197 C28.969246034714274 -18.846665795712013, 29.086178505980207 -18.74762904444206, 29.167657858128706 -18.678619553365657 M28.85231356344834 -18.94570254698197 C28.929693368299468 -18.88016519535164, 29.007073173150598 -18.81462784372131, 29.167657858128706 -18.678619553365657 M29.167657858128706 -18.678619553365657 C29.27755144113855 -18.568725970355814, 29.387445024148395 -18.458832387345968, 29.459869553365657 -18.386407858128706 M29.167657858128706 -18.678619553365657 C29.262493019187364 -18.583784392307, 29.357328180246025 -18.488949231248338, 29.459869553365657 -18.386407858128706 M29.459869553365657 -18.386407858128706 C29.54384061023546 -18.287263418628324, 29.627811667105266 -18.188118979127943, 29.72695254698197 -18.07106356344834 M29.459869553365657 -18.386407858128706 C29.548850066145498 -18.28134876521182, 29.637830578925342 -18.17628967229493, 29.72695254698197 -18.07106356344834 M29.72695254698197 -18.07106356344834 C29.78071770114317 -17.99576077974037, 29.834482855304376 -17.920457996032397, 29.967082391312644 -17.734740790612136 M29.72695254698197 -18.07106356344834 C29.8046120197496 -17.962294704287956, 29.882271492517237 -17.85352584512757, 29.967082391312644 -17.734740790612136 M29.967082391312644 -17.734740790612136 C30.050669363317162 -17.59446375192543, 30.134256335321684 -17.454186713238727, 30.178618756032446 -17.37973696518537 M29.967082391312644 -17.734740790612136 C30.029826559655753 -17.629442489705202, 30.09257072799886 -17.524144188798267, 30.178618756032446 -17.37973696518537 M30.178618756032446 -17.37973696518537 C30.24808021304965 -17.237651283834545, 30.317541670066856 -17.095565602483724, 30.360116633275286 -17.008477123264846 M30.178618756032446 -17.37973696518537 C30.221991376211772 -17.29101685255336, 30.2653639963911 -17.20229673992135, 30.360116633275286 -17.008477123264846 M30.360116633275286 -17.008477123264846 C30.40214192252493 -16.900775537307823, 30.44416721177457 -16.7930739513508, 30.510336208503173 -16.623497346023417 M30.360116633275286 -17.008477123264846 C30.415481381874862 -16.8665894328586, 30.470846130474435 -16.724701742452357, 30.510336208503173 -16.623497346023417 M30.510336208503173 -16.623497346023417 C30.53601032211629 -16.537259518564525, 30.561684435729404 -16.451021691105638, 30.628251329696653 -16.227427435703994 M30.510336208503173 -16.623497346023417 C30.536825928641072 -16.534519944539944, 30.563315648778975 -16.44554254305647, 30.628251329696653 -16.227427435703994 M30.628251329696653 -16.227427435703994 C30.65820495295013 -16.084572055871732, 30.6881585762036 -15.941716676039466, 30.713056517013612 -15.82297295140367 M30.628251329696653 -16.227427435703994 C30.653636287013775 -16.106361022840478, 30.6790212443309 -15.985294609976963, 30.713056517013612 -15.82297295140367 M30.713056517013612 -15.82297295140367 C30.72464654068255 -15.729992319588339, 30.736236564351483 -15.637011687773008, 30.764172465033347 -15.412896727361662 M30.713056517013612 -15.82297295140367 C30.73252154832264 -15.666815297104002, 30.75198657963167 -15.510657642804333, 30.764172465033347 -15.412896727361662 M30.764172465033347 -15.412896727361662 C30.76931500677644 -15.288561531433732, 30.77445754851954 -15.164226335505802, 30.78125 -15 M30.764172465033347 -15.412896727361662 C30.770024353059576 -15.271411119536241, 30.775876241085804 -15.129925511710821, 30.78125 -15 M30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 M30.78125 -15 C30.78125 -15, 30.78125 -15, 30.78125 -15 M30.78125 -15 C30.78125 -6.463997255819585, 30.78125 2.07200548836083, 30.78125 15 M30.78125 -15 C30.78125 -4.192516873709728, 30.78125 6.614966252580544, 30.78125 15 M30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 M30.78125 15 C30.78125 15, 30.78125 15, 30.78125 15 M30.78125 15 C30.774949890790904 15.152322596881604, 30.768649781581807 15.304645193763209, 30.764172465033347 15.412896727361662 M30.78125 15 C30.77774959192349 15.084632064407629, 30.77424918384698 15.169264128815259, 30.764172465033347 15.412896727361662 M30.764172465033347 15.412896727361662 C30.75365244966094 15.497293248367503, 30.74313243428853 15.581689769373344, 30.713056517013612 15.822972951403669 M30.764172465033347 15.412896727361662 C30.753632510985785 15.497453205815953, 30.74309255693822 15.582009684270242, 30.713056517013612 15.822972951403669 M30.713056517013612 15.822972951403669 C30.693428526151145 15.916583132258063, 30.673800535288674 16.010193313112456, 30.628251329696653 16.227427435703994 M30.713056517013612 15.822972951403669 C30.695176921264224 15.908244653608497, 30.67729732551484 15.993516355813325, 30.628251329696653 16.227427435703994 M30.628251329696653 16.227427435703994 C30.593757655665907 16.3432896443984, 30.55926398163516 16.45915185309281, 30.510336208503173 16.623497346023417 M30.628251329696653 16.227427435703994 C30.60430708411235 16.307854738879808, 30.580362838528046 16.38828204205562, 30.510336208503173 16.623497346023417 M30.510336208503173 16.623497346023417 C30.463622268750374 16.743214913409822, 30.416908328997575 16.862932480796232, 30.360116633275286 17.008477123264846 M30.510336208503173 16.623497346023417 C30.455445455216196 16.7641702905513, 30.40055470192922 16.90484323507918, 30.360116633275286 17.008477123264846 M30.360116633275286 17.008477123264846 C30.29891593545505 17.133665151595146, 30.237715237634816 17.25885317992545, 30.178618756032446 17.379736965185366 M30.360116633275286 17.008477123264846 C30.293931792572433 17.143860378816644, 30.227746951869577 17.279243634368445, 30.178618756032446 17.379736965185366 M30.178618756032446 17.379736965185366 C30.127243226160278 17.465956229008423, 30.075867696288107 17.55217549283148, 29.967082391312644 17.734740790612133 M30.178618756032446 17.379736965185366 C30.105153247580652 17.503027996360338, 30.031687739128856 17.626319027535313, 29.967082391312644 17.734740790612133 M29.967082391312644 17.734740790612133 C29.903091566541576 17.824365517114035, 29.83910074177051 17.91399024361594, 29.72695254698197 18.07106356344834 M29.967082391312644 17.734740790612133 C29.90626492505901 17.819920951971536, 29.84544745880537 17.90510111333094, 29.72695254698197 18.07106356344834 M29.72695254698197 18.07106356344834 C29.6658651966356 18.143189261711786, 29.60477784628923 18.21531495997523, 29.459869553365657 18.386407858128706 M29.72695254698197 18.07106356344834 C29.63327823493733 18.18166461468495, 29.53960392289269 18.292265665921565, 29.459869553365657 18.386407858128706 M29.459869553365657 18.386407858128706 C29.358739873646186 18.487537537848176, 29.257610193926713 18.58866721756765, 29.167657858128706 18.678619553365657 M29.459869553365657 18.386407858128706 C29.391611373982503 18.45466603751186, 29.323353194599346 18.522924216895017, 29.167657858128706 18.678619553365657 M29.167657858128706 18.678619553365657 C29.070468253940085 18.760934949182133, 28.973278649751464 18.843250344998605, 28.85231356344834 18.94570254698197 M29.167657858128706 18.678619553365657 C29.060239437433175 18.76959831484279, 28.95282101673764 18.86057707631992, 28.85231356344834 18.94570254698197 M28.85231356344834 18.94570254698197 C28.766853632933252 19.006719764573397, 28.681393702418163 19.06773698216482, 28.515990790612136 19.185832391312644 M28.85231356344834 18.94570254698197 C28.764670863764604 19.00827823180491, 28.677028164080866 19.07085391662785, 28.515990790612136 19.185832391312644 M28.515990790612136 19.185832391312644 C28.437881712917257 19.232375299201955, 28.359772635222377 19.278918207091266, 28.16098696518537 19.397368756032446 M28.515990790612136 19.185832391312644 C28.385124710187736 19.263811649380717, 28.254258629763335 19.34179090744879, 28.16098696518537 19.397368756032446 M28.16098696518537 19.397368756032446 C28.040987878775542 19.45603273472133, 27.920988792365712 19.514696713410213, 27.789727123264846 19.578866633275286 M28.16098696518537 19.397368756032446 C28.07745566079772 19.43820472243069, 27.993924356410073 19.47904068882893, 27.789727123264846 19.578866633275286 M27.789727123264846 19.578866633275286 C27.64001398189428 19.637284882316496, 27.490300840523712 19.695703131357703, 27.404747346023417 19.729086208503173 M27.789727123264846 19.578866633275286 C27.702182115265696 19.613026801399407, 27.614637107266542 19.64718696952353, 27.404747346023417 19.729086208503173 M27.404747346023417 19.729086208503173 C27.25488187039223 19.773703093707905, 27.10501639476104 19.818319978912637, 27.008677435703998 19.847001329696653 M27.404747346023417 19.729086208503173 C27.254092078727226 19.77393822487407, 27.103436811431035 19.81879024124497, 27.008677435703998 19.847001329696653 M27.008677435703998 19.847001329696653 C26.859028208345848 19.878379472975002, 26.709378980987694 19.90975761625335, 26.60422295140367 19.931806517013612 M27.008677435703998 19.847001329696653 C26.853984669585774 19.87943699184521, 26.69929190346755 19.91187265399377, 26.60422295140367 19.931806517013612 M26.60422295140367 19.931806517013612 C26.442873132872815 19.951918750919113, 26.28152331434196 19.97203098482461, 26.194146727361662 19.982922465033347 M26.60422295140367 19.931806517013612 C26.480274926076355 19.94725662225827, 26.356326900749036 19.962706727502923, 26.194146727361662 19.982922465033347 M26.194146727361662 19.982922465033347 C26.076706398930202 19.98777983294735, 25.959266070498746 19.992637200861353, 25.78125 20 M26.194146727361662 19.982922465033347 C26.086172944480374 19.987388293727168, 25.978199161599086 19.991854122420992, 25.78125 20 M25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 M25.78125 20 C25.78125 20, 25.78125 20, 25.78125 20 M25.78125 20 C14.750481843412105 20, 3.7197136868242104 20, -25.78125 20 M25.78125 20 C14.39128568591614 20, 3.0013213718322795 20, -25.78125 20 M-25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 M-25.78125 20 C-25.78125 20, -25.78125 20, -25.78125 20 M-25.78125 20 C-25.94028962350433 19.993422072514758, -26.09932924700866 19.98684414502952, -26.194146727361662 19.982922465033347 M-25.78125 20 C-25.92302381656061 19.99413619157231, -26.06479763312122 19.988272383144615, -26.194146727361662 19.982922465033347 M-26.194146727361662 19.982922465033347 C-26.349328808146534 19.96357903883612, -26.504510888931406 19.944235612638895, -26.60422295140367 19.931806517013612 M-26.194146727361662 19.982922465033347 C-26.28105954208234 19.972088793976486, -26.36797235680302 19.961255122919624, -26.60422295140367 19.931806517013612 M-26.60422295140367 19.931806517013612 C-26.69986422951512 19.911752649841127, -26.79550550762657 19.89169878266864, -27.008677435703994 19.847001329696653 M-26.60422295140367 19.931806517013612 C-26.72796690238905 19.905860138990853, -26.851710853374428 19.879913760968098, -27.008677435703994 19.847001329696653 M-27.008677435703994 19.847001329696653 C-27.164679206534426 19.800557590259256, -27.320680977364855 19.754113850821863, -27.404747346023417 19.729086208503173 M-27.008677435703994 19.847001329696653 C-27.155590038455752 19.803263552837127, -27.302502641207514 19.7595257759776, -27.404747346023417 19.729086208503173 M-27.404747346023417 19.729086208503173 C-27.488209109845165 19.696519327201223, -27.571670873666914 19.66395244589927, -27.789727123264846 19.578866633275286 M-27.404747346023417 19.729086208503173 C-27.52823315158682 19.680901897650983, -27.651718957150223 19.632717586798794, -27.789727123264846 19.578866633275286 M-27.789727123264846 19.578866633275286 C-27.92855186716966 19.510999351435256, -28.067376611074476 19.44313206959523, -28.16098696518537 19.397368756032446 M-27.789727123264846 19.578866633275286 C-27.879204291896496 19.535123910969702, -27.96868146052815 19.491381188664118, -28.16098696518537 19.397368756032446 M-28.16098696518537 19.397368756032446 C-28.266792213486372 19.334322512609678, -28.372597461787375 19.271276269186906, -28.515990790612133 19.185832391312644 M-28.16098696518537 19.397368756032446 C-28.23332956196105 19.35426192494993, -28.305672158736733 19.311155093867416, -28.515990790612133 19.185832391312644 M-28.515990790612133 19.185832391312644 C-28.6038630733034 19.123092787372972, -28.69173535599467 19.060353183433303, -28.85231356344834 18.94570254698197 M-28.515990790612133 19.185832391312644 C-28.63827812233546 19.098520914653772, -28.760565454058785 19.0112094379949, -28.85231356344834 18.94570254698197 M-28.85231356344834 18.94570254698197 C-28.933487835557493 18.87695144551837, -29.014662107666645 18.808200344054768, -29.167657858128706 18.67861955336566 M-28.85231356344834 18.94570254698197 C-28.97206128036305 18.844281404275975, -29.09180899727776 18.742860261569977, -29.167657858128706 18.67861955336566 M-29.167657858128706 18.67861955336566 C-29.237252850987435 18.60902456050693, -29.306847843846164 18.539429567648202, -29.459869553365657 18.386407858128706 M-29.167657858128706 18.67861955336566 C-29.26785202302974 18.578425388464627, -29.368046187930773 18.47823122356359, -29.459869553365657 18.386407858128706 M-29.459869553365657 18.386407858128706 C-29.521743093303506 18.313353907568644, -29.58361663324136 18.240299957008585, -29.726952546981966 18.07106356344834 M-29.459869553365657 18.386407858128706 C-29.54206214089991 18.28936325340491, -29.624254728434156 18.19231864868112, -29.726952546981966 18.07106356344834 M-29.726952546981966 18.07106356344834 C-29.797544740340875 17.97219304497016, -29.868136933699788 17.873322526491982, -29.967082391312644 17.734740790612133 M-29.726952546981966 18.07106356344834 C-29.811784543529537 17.952248959692458, -29.896616540077112 17.83343435593658, -29.967082391312644 17.734740790612133 M-29.967082391312644 17.734740790612133 C-30.012437814396453 17.65862456955516, -30.05779323748026 17.582508348498184, -30.178618756032446 17.37973696518537 M-29.967082391312644 17.734740790612133 C-30.014250833694536 17.655581930587413, -30.061419276076425 17.57642307056269, -30.178618756032446 17.37973696518537 M-30.178618756032446 17.37973696518537 C-30.230677350653647 17.273249407847096, -30.28273594527485 17.16676185050882, -30.360116633275286 17.00847712326485 M-30.178618756032446 17.37973696518537 C-30.247760452855896 17.238305363765342, -30.316902149679347 17.09687376234531, -30.360116633275286 17.00847712326485 M-30.360116633275286 17.00847712326485 C-30.39168771052454 16.927567386512823, -30.423258787773793 16.846657649760797, -30.510336208503173 16.623497346023417 M-30.360116633275286 17.00847712326485 C-30.412026516566925 16.875443493819905, -30.46393639985856 16.74240986437496, -30.510336208503173 16.623497346023417 M-30.510336208503173 16.623497346023417 C-30.555609273201117 16.471427802327, -30.600882337899062 16.319358258630583, -30.628251329696653 16.227427435703994 M-30.510336208503173 16.623497346023417 C-30.53694576066782 16.534117435857368, -30.563555312832467 16.444737525691323, -30.628251329696653 16.227427435703994 M-30.628251329696653 16.227427435703994 C-30.647231991953042 16.13690450653582, -30.66621265420943 16.04638157736765, -30.713056517013612 15.82297295140367 M-30.628251329696653 16.227427435703994 C-30.655942230556118 16.095363473801903, -30.683633131415586 15.963299511899809, -30.713056517013612 15.82297295140367 M-30.713056517013612 15.82297295140367 C-30.72368609835097 15.73769744059268, -30.73431567968833 15.652421929781687, -30.764172465033347 15.412896727361664 M-30.713056517013612 15.82297295140367 C-30.729666910410717 15.68971654771715, -30.746277303807823 15.55646014403063, -30.764172465033347 15.412896727361664 M-30.764172465033347 15.412896727361664 C-30.768394207243333 15.310824411557796, -30.772615949453318 15.208752095753926, -30.78125 15 M-30.764172465033347 15.412896727361664 C-30.769815728319347 15.276455200702273, -30.775458991605344 15.140013674042882, -30.78125 15 M-30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 M-30.78125 15 C-30.78125 15, -30.78125 15, -30.78125 15 M-30.78125 15 C-30.78125 7.05377024493601, -30.78125 -0.8924595101279795, -30.78125 -15 M-30.78125 15 C-30.78125 6.122969705734821, -30.78125 -2.7540605885303577, -30.78125 -15 M-30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 M-30.78125 -15 C-30.78125 -15, -30.78125 -15, -30.78125 -15 M-30.78125 -15 C-30.77610567291564 -15.124378361499913, -30.77096134583128 -15.248756722999826, -30.764172465033347 -15.41289672736166 M-30.78125 -15 C-30.776642098072717 -15.111408796965952, -30.772034196145434 -15.222817593931904, -30.764172465033347 -15.41289672736166 M-30.764172465033347 -15.41289672736166 C-30.74726933053841 -15.548501638092901, -30.73036619604347 -15.68410654882414, -30.713056517013612 -15.822972951403669 M-30.764172465033347 -15.41289672736166 C-30.74651454063774 -15.554556918380213, -30.728856616242133 -15.696217109398766, -30.713056517013612 -15.822972951403669 M-30.713056517013612 -15.822972951403669 C-30.695856676498607 -15.905002752240538, -30.678656835983606 -15.987032553077405, -30.628251329696653 -16.227427435703994 M-30.713056517013612 -15.822972951403669 C-30.694385331975507 -15.912019916038497, -30.6757141469374 -16.001066880673324, -30.628251329696653 -16.227427435703994 M-30.628251329696653 -16.227427435703994 C-30.591022425369452 -16.35247712101085, -30.55379352104225 -16.47752680631771, -30.510336208503173 -16.623497346023417 M-30.628251329696653 -16.227427435703994 C-30.597625240778047 -16.330298655006935, -30.566999151859438 -16.433169874309876, -30.510336208503173 -16.623497346023417 M-30.510336208503173 -16.623497346023417 C-30.4592839007192 -16.75433319779919, -30.408231592935223 -16.88516904957497, -30.36011663327529 -17.008477123264846 M-30.510336208503173 -16.623497346023417 C-30.473591126712158 -16.717666920003126, -30.436846044921147 -16.811836493982835, -30.36011663327529 -17.008477123264846 M-30.36011663327529 -17.008477123264846 C-30.29072692814926 -17.150416033776352, -30.221337223023237 -17.292354944287855, -30.178618756032446 -17.379736965185366 M-30.36011663327529 -17.008477123264846 C-30.295390410390226 -17.14087672838126, -30.230664187505166 -17.27327633349768, -30.178618756032446 -17.379736965185366 M-30.178618756032446 -17.379736965185366 C-30.111943802325765 -17.49163197509242, -30.04526884861908 -17.603526984999476, -29.967082391312644 -17.734740790612133 M-30.178618756032446 -17.379736965185366 C-30.110767392361687 -17.4936062457483, -30.04291602869093 -17.60747552631123, -29.967082391312644 -17.734740790612133 M-29.967082391312644 -17.734740790612133 C-29.89481939088365 -17.835951419992607, -29.822556390454658 -17.937162049373082, -29.72695254698197 -18.07106356344834 M-29.967082391312644 -17.734740790612133 C-29.911121044810226 -17.81311953307874, -29.85515969830781 -17.89149827554535, -29.72695254698197 -18.07106356344834 M-29.72695254698197 -18.07106356344834 C-29.671049873221495 -18.13706772563423, -29.61514719946102 -18.20307188782012, -29.45986955336566 -18.386407858128706 M-29.72695254698197 -18.07106356344834 C-29.653222057747254 -18.15811698758946, -29.579491568512534 -18.24517041173058, -29.45986955336566 -18.386407858128706 M-29.45986955336566 -18.386407858128706 C-29.40111381053522 -18.44516360095914, -29.342358067704787 -18.50391934378958, -29.167657858128706 -18.678619553365657 M-29.45986955336566 -18.386407858128706 C-29.385598681405025 -18.460678730089338, -29.311327809444393 -18.534949602049974, -29.167657858128706 -18.678619553365657 M-29.167657858128706 -18.678619553365657 C-29.06368943372034 -18.766676317039476, -28.95972100931198 -18.8547330807133, -28.85231356344834 -18.945702546981966 M-29.167657858128706 -18.678619553365657 C-29.10217974528635 -18.734076686059332, -29.036701632443997 -18.789533818753007, -28.85231356344834 -18.945702546981966 M-28.85231356344834 -18.945702546981966 C-28.75244202790072 -19.017009452791154, -28.652570492353096 -19.08831635860034, -28.515990790612136 -19.185832391312644 M-28.85231356344834 -18.945702546981966 C-28.766833363165343 -19.006734236909512, -28.681353162882345 -19.067765926837055, -28.515990790612136 -19.185832391312644 M-28.515990790612136 -19.185832391312644 C-28.387267997459233 -19.26253452737388, -28.25854520430633 -19.33923666343512, -28.160986965185366 -19.397368756032446 M-28.515990790612136 -19.185832391312644 C-28.37945496303875 -19.26719008537175, -28.242919135465364 -19.34854777943086, -28.160986965185366 -19.397368756032446 M-28.160986965185366 -19.397368756032446 C-28.020777264081634 -19.46591310219049, -27.8805675629779 -19.534457448348533, -27.78972712326485 -19.578866633275286 M-28.160986965185366 -19.397368756032446 C-28.0619808474197 -19.445769897711457, -27.962974729654036 -19.494171039390473, -27.78972712326485 -19.578866633275286 M-27.78972712326485 -19.578866633275286 C-27.644338562682385 -19.63559742565661, -27.49895000209992 -19.692328218037932, -27.40474734602342 -19.729086208503173 M-27.78972712326485 -19.578866633275286 C-27.669610045280113 -19.625736462547295, -27.549492967295375 -19.672606291819307, -27.40474734602342 -19.729086208503173 M-27.40474734602342 -19.729086208503173 C-27.249932895429325 -19.77517646739101, -27.09511844483523 -19.821266726278846, -27.008677435703994 -19.847001329696653 M-27.40474734602342 -19.729086208503173 C-27.25982821130373 -19.77223050421588, -27.11490907658404 -19.815374799928584, -27.008677435703994 -19.847001329696653 M-27.008677435703994 -19.847001329696653 C-26.888228385962492 -19.87225683957967, -26.76777933622099 -19.89751234946269, -26.604222951403674 -19.931806517013612 M-27.008677435703994 -19.847001329696653 C-26.91546804537594 -19.866545283623, -26.82225865504788 -19.88608923754935, -26.604222951403674 -19.931806517013612 M-26.604222951403674 -19.931806517013612 C-26.474801918740013 -19.94793883191129, -26.345380886076352 -19.964071146808966, -26.194146727361662 -19.982922465033347 M-26.604222951403674 -19.931806517013612 C-26.4617996758991 -19.949559559791208, -26.31937640039453 -19.9673126025688, -26.194146727361662 -19.982922465033347 M-26.194146727361662 -19.982922465033347 C-26.0417290224308 -19.989226507940458, -25.88931131749994 -19.99553055084757, -25.78125 -20 M-26.194146727361662 -19.982922465033347 C-26.070518820376574 -19.988035753089378, -25.946890913391485 -19.993149041145404, -25.78125 -20 M-25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20 M-25.78125 -20 C-25.78125 -20, -25.78125 -20, -25.78125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22.78125, -12)\"><rect></rect><foreignObject width=\"45.5625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Ready</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Dispatched-3\" transform=\"translate(209.50390625, 344)\"><g class=\"basic label-container outer-path\"><path d=\"M-44.953125 -20 C-16.659067664124763 -20, 11.634989671750475 -20, 44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 C45.04424559593415 -19.996231224274432, 45.13536619186831 -19.99246244854886, 45.36602172736166 -19.982922465033347 C45.471504229560836 -19.969774084846225, 45.57698673176001 -19.9566257046591, 45.77609795140367 -19.931806517013612 C45.87358474769779 -19.911365685371074, 45.97107154399191 -19.890924853728535, 46.180552435703994 -19.847001329696653 C46.31726896684514 -19.806299054874362, 46.453985497986295 -19.765596780052075, 46.57662234602342 -19.729086208503173 C46.714804645829624 -19.67516730780236, 46.85298694563583 -19.621248407101554, 46.961602123264846 -19.578866633275286 C47.038039613104694 -19.541498621491577, 47.11447710294454 -19.504130609707868, 47.332861965185366 -19.397368756032446 C47.47045415964781 -19.315381603935094, 47.60804635411026 -19.233394451837746, 47.687865790612136 -19.185832391312644 C47.770318531221754 -19.126962266045012, 47.852771271831365 -19.068092140777384, 48.02418856344834 -18.94570254698197 C48.104449247360435 -18.877725215251065, 48.184709931272536 -18.80974788352016, 48.339532858128706 -18.678619553365657 C48.43614654211761 -18.582005869376754, 48.53276022610651 -18.485392185387852, 48.63174455336566 -18.386407858128706 C48.72055157885084 -18.281553601273565, 48.80935860433601 -18.176699344418424, 48.89882754698197 -18.07106356344834 C48.963424792441266 -17.98058949192671, 49.02802203790056 -17.890115420405085, 49.138957391312644 -17.734740790612136 C49.222636094960784 -17.594309806364155, 49.30631479860892 -17.453878822116174, 49.35049375603245 -17.37973696518537 C49.38726960568974 -17.30451076233568, 49.42404545534703 -17.229284559485993, 49.53199163327529 -17.008477123264846 C49.56235568117439 -16.93066073762663, 49.59271972907348 -16.85284435198842, 49.682211208503176 -16.623497346023417 C49.72746629268611 -16.4714881978123, 49.772721376869036 -16.31947904960118, 49.80012632969665 -16.227427435703994 C49.8248657118363 -16.109439912042216, 49.84960509397595 -15.99145238838044, 49.88493151701361 -15.82297295140367 C49.89948196753832 -15.706242380213286, 49.91403241806302 -15.589511809022904, 49.93604746503335 -15.412896727361662 C49.942619827151546 -15.253991662026468, 49.949192189269745 -15.095086596691273, 49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 C49.953125 -7.804200224627062, 49.953125 -0.6084004492541233, 49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 C49.946301324497746 15.164981262750116, 49.9394776489955 15.329962525500232, 49.93604746503335 15.412896727361662 C49.92569989081553 15.49590984416031, 49.91535231659772 15.578922960958959, 49.88493151701361 15.822972951403669 C49.85444698465393 15.968360352867558, 49.82396245229425 16.113747754331445, 49.80012632969665 16.227427435703994 C49.756188444426485 16.375012190758667, 49.71225055915631 16.52259694581334, 49.682211208503176 16.623497346023417 C49.64742269569163 16.71265266344748, 49.61263418288008 16.80180798087154, 49.53199163327529 17.008477123264846 C49.47502667591548 17.125000805997047, 49.41806171855567 17.241524488729247, 49.35049375603245 17.379736965185366 C49.30463840668624 17.456692170763134, 49.258783057340025 17.5336473763409, 49.138957391312644 17.734740790612133 C49.076716970666446 17.821913923600118, 49.01447655002024 17.909087056588103, 48.89882754698197 18.07106356344834 C48.812307432849835 18.173217669171212, 48.72578731871771 18.275371774894086, 48.63174455336566 18.386407858128706 C48.52720828196897 18.490944129525396, 48.42267201057228 18.59548040092209, 48.339532858128706 18.678619553365657 C48.24401379390463 18.75952007400534, 48.14849472968055 18.840420594645025, 48.02418856344834 18.94570254698197 C47.893515251806164 19.039001498219182, 47.76284194016399 19.132300449456395, 47.687865790612136 19.185832391312644 C47.56393122771802 19.259681361436392, 47.43999666482391 19.333530331560144, 47.332861965185366 19.397368756032446 C47.193366158199815 19.465564100622327, 47.05387035121427 19.533759445212205, 46.961602123264846 19.578866633275286 C46.84747809505949 19.623397967266765, 46.73335406685414 19.667929301258248, 46.57662234602342 19.729086208503173 C46.428762265030954 19.773106061856446, 46.28090218403848 19.817125915209715, 46.180552435703994 19.847001329696653 C46.05740798584691 19.87282200555154, 45.93426353598983 19.898642681406425, 45.77609795140367 19.931806517013612 C45.68559626164872 19.943087540876967, 45.595094571893775 19.95436856474032, 45.36602172736166 19.982922465033347 C45.216413173938236 19.98911032057467, 45.066804620514816 19.99529817611599, 44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 C25.7926161837225 20, 6.632107367445002 20, -44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 C-45.04602573736945 19.996157597080046, -45.13892647473889 19.99231519416009, -45.36602172736166 19.982922465033347 C-45.49198892895553 19.967220669729546, -45.617956130549395 19.951518874425744, -45.77609795140367 19.931806517013612 C-45.89380208046334 19.907126556473298, -46.01150620952301 19.882446595932986, -46.180552435703994 19.847001329696653 C-46.31708838483072 19.806352816469378, -46.45362433395744 19.765704303242103, -46.57662234602342 19.729086208503173 C-46.67233770030447 19.691737961366886, -46.76805305458551 19.6543897142306, -46.961602123264846 19.578866633275286 C-47.107668805250135 19.507458983638056, -47.25373548723542 19.436051334000823, -47.332861965185366 19.397368756032446 C-47.44020587525574 19.333405669201483, -47.54754978532612 19.26944258237052, -47.687865790612136 19.185832391312644 C-47.77158212253712 19.126060079186544, -47.8552984544621 19.06628776706044, -48.02418856344834 18.94570254698197 C-48.128034535900966 18.857749494824304, -48.2318805083536 18.76979644266664, -48.339532858128706 18.67861955336566 C-48.40885915190688 18.609293259587485, -48.47818544568505 18.539966965809313, -48.63174455336566 18.386407858128706 C-48.68686289916031 18.321329750222173, -48.74198124495496 18.256251642315636, -48.89882754698197 18.07106356344834 C-48.994857381301856 17.936565412069076, -49.09088721562174 17.802067260689814, -49.138957391312644 17.734740790612133 C-49.197684947282895 17.636183235011615, -49.256412503253145 17.537625679411097, -49.35049375603244 17.37973696518537 C-49.40674468186632 17.26467385728452, -49.46299560770019 17.149610749383672, -49.53199163327528 17.00847712326485 C-49.58515691915051 16.87222617273344, -49.63832220502575 16.735975222202036, -49.682211208503176 16.623497346023417 C-49.72867592983888 16.467425098238902, -49.77514065117458 16.31135285045439, -49.80012632969665 16.227427435703994 C-49.8205229893622 16.13015130522806, -49.84091964902776 16.032875174752128, -49.88493151701361 15.82297295140367 C-49.90125767851073 15.691996789966634, -49.91758384000786 15.561020628529596, -49.93604746503335 15.412896727361664 C-49.94244773133149 15.25815255533062, -49.94884799762963 15.103408383299575, -49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 C-49.953125 7.157728668928246, -49.953125 -0.6845426621435085, -49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 C-49.94720986413022 -15.143014799694456, -49.941294728260445 -15.286029599388911, -49.93604746503335 -15.41289672736166 C-49.920795222458324 -15.535257405107926, -49.9055429798833 -15.657618082854192, -49.88493151701361 -15.822972951403669 C-49.854472385339186 -15.968239211444715, -49.824013253664766 -16.11350547148576, -49.80012632969665 -16.227427435703994 C-49.76644695151797 -16.34055447284589, -49.73276757333928 -16.45368150998779, -49.682211208503176 -16.623497346023417 C-49.624277524650516 -16.77196865324512, -49.56634384079785 -16.920439960466823, -49.53199163327529 -17.008477123264846 C-49.487086566177325 -17.10033190617183, -49.44218149907936 -17.19218668907882, -49.35049375603245 -17.379736965185366 C-49.27482216186404 -17.506730285891763, -49.199150567695625 -17.63372360659816, -49.138957391312644 -17.734740790612133 C-49.06109043386623 -17.84380025014618, -48.98322347641981 -17.952859709680226, -48.89882754698197 -18.07106356344834 C-48.81495759819535 -18.170088624860487, -48.73108764940873 -18.269113686272632, -48.63174455336566 -18.386407858128706 C-48.55753894652831 -18.460613464966055, -48.48333333969096 -18.5348190718034, -48.339532858128706 -18.678619553365657 C-48.25507196534859 -18.750154280544038, -48.17061107256848 -18.82168900772242, -48.02418856344834 -18.945702546981966 C-47.95607867313081 -18.994332073972974, -47.887968782813275 -19.04296160096398, -47.687865790612136 -19.185832391312644 C-47.55973848803116 -19.262179692012154, -47.43161118545018 -19.338526992711664, -47.332861965185366 -19.397368756032446 C-47.24557419920463 -19.440041144602183, -47.15828643322391 -19.482713533171925, -46.961602123264846 -19.578866633275286 C-46.82484962095717 -19.63222762526092, -46.68809711864948 -19.68558861724655, -46.57662234602342 -19.729086208503173 C-46.47042567076856 -19.760702328553602, -46.3642289955137 -19.79231844860403, -46.180552435703994 -19.847001329696653 C-46.06199744512266 -19.871859697136944, -45.94344245454132 -19.896718064577232, -45.77609795140367 -19.931806517013612 C-45.62425955963562 -19.950733152809548, -45.472421167867566 -19.969659788605483, -45.36602172736166 -19.982922465033347 C-45.22201074981555 -19.988878803123843, -45.077999772269436 -19.99483514121434, -44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-44.953125 -20 C-17.35012583243394 -20, 10.252873335132122 -20, 44.953125 -20 M-44.953125 -20 C-10.5574238034349 -20, 23.8382773931302 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C45.05951290259905 -19.99559976379984, 45.16590080519811 -19.99119952759968, 45.36602172736166 -19.982922465033347 M44.953125 -20 C45.079933727635975 -19.9947551522287, 45.20674245527195 -19.989510304457397, 45.36602172736166 -19.982922465033347 M45.36602172736166 -19.982922465033347 C45.52753864568111 -19.962789402160922, 45.689055564000554 -19.942656339288497, 45.77609795140367 -19.931806517013612 M45.36602172736166 -19.982922465033347 C45.51999566591303 -19.963729633608477, 45.673969604464396 -19.944536802183606, 45.77609795140367 -19.931806517013612 M45.77609795140367 -19.931806517013612 C45.92706766369872 -19.9001514971601, 46.07803737599378 -19.868496477306586, 46.180552435703994 -19.847001329696653 M45.77609795140367 -19.931806517013612 C45.86578069123696 -19.91300202393495, 45.955463431070235 -19.894197530856285, 46.180552435703994 -19.847001329696653 M46.180552435703994 -19.847001329696653 C46.26368667713947 -19.82225119367575, 46.34682091857495 -19.79750105765485, 46.57662234602342 -19.729086208503173 M46.180552435703994 -19.847001329696653 C46.288587949377764 -19.814837763729805, 46.39662346305154 -19.782674197762955, 46.57662234602342 -19.729086208503173 M46.57662234602342 -19.729086208503173 C46.7051816253968 -19.678922222027175, 46.833740904770174 -19.628758235551174, 46.961602123264846 -19.578866633275286 M46.57662234602342 -19.729086208503173 C46.659625022713676 -19.696698463555812, 46.742627699403926 -19.664310718608448, 46.961602123264846 -19.578866633275286 M46.961602123264846 -19.578866633275286 C47.07661091310023 -19.522642261925533, 47.19161970293561 -19.46641789057578, 47.332861965185366 -19.397368756032446 M46.961602123264846 -19.578866633275286 C47.04307416596915 -19.53903737857061, 47.12454620867346 -19.499208123865937, 47.332861965185366 -19.397368756032446 M47.332861965185366 -19.397368756032446 C47.40880009853992 -19.3521194501859, 47.484738231894475 -19.30687014433935, 47.687865790612136 -19.185832391312644 M47.332861965185366 -19.397368756032446 C47.473404741105014 -19.313623439006825, 47.61394751702466 -19.22987812198121, 47.687865790612136 -19.185832391312644 M47.687865790612136 -19.185832391312644 C47.810465156541525 -19.098298126512795, 47.933064522470914 -19.01076386171295, 48.02418856344834 -18.94570254698197 M47.687865790612136 -19.185832391312644 C47.815195893991195 -19.09492044489529, 47.94252599737025 -19.004008498477933, 48.02418856344834 -18.94570254698197 M48.02418856344834 -18.94570254698197 C48.116354934005884 -18.86764161302973, 48.20852130456343 -18.789580679077492, 48.339532858128706 -18.678619553365657 M48.02418856344834 -18.94570254698197 C48.08901764574436 -18.890795115120643, 48.153846728040385 -18.83588768325932, 48.339532858128706 -18.678619553365657 M48.339532858128706 -18.678619553365657 C48.45465383100985 -18.563498580484513, 48.569774803890994 -18.448377607603373, 48.63174455336566 -18.386407858128706 M48.339532858128706 -18.678619553365657 C48.4366574759462 -18.581494935548168, 48.53378209376368 -18.484370317730676, 48.63174455336566 -18.386407858128706 M48.63174455336566 -18.386407858128706 C48.688151331213064 -18.319808501372073, 48.74455810906047 -18.25320914461544, 48.89882754698197 -18.07106356344834 M48.63174455336566 -18.386407858128706 C48.73105649350377 -18.2691504719801, 48.830368433641894 -18.151893085831496, 48.89882754698197 -18.07106356344834 M48.89882754698197 -18.07106356344834 C48.990550865923915 -17.94259706214243, 49.08227418486587 -17.814130560836514, 49.138957391312644 -17.734740790612136 M48.89882754698197 -18.07106356344834 C48.98134538260577 -17.95549014373121, 49.06386321822957 -17.839916724014078, 49.138957391312644 -17.734740790612136 M49.138957391312644 -17.734740790612136 C49.19220902285505 -17.64537302194119, 49.24546065439746 -17.556005253270243, 49.35049375603245 -17.37973696518537 M49.138957391312644 -17.734740790612136 C49.204964424553246 -17.623966695876593, 49.27097145779384 -17.513192601141046, 49.35049375603245 -17.37973696518537 M49.35049375603245 -17.37973696518537 C49.40549869881508 -17.2672225563529, 49.46050364159771 -17.154708147520427, 49.53199163327529 -17.008477123264846 M49.35049375603245 -17.37973696518537 C49.41887543940604 -17.23985999612545, 49.487257122779624 -17.099983027065534, 49.53199163327529 -17.008477123264846 M49.53199163327529 -17.008477123264846 C49.58033038072699 -16.88459553061719, 49.628669128178686 -16.76071393796953, 49.682211208503176 -16.623497346023417 M49.53199163327529 -17.008477123264846 C49.57074984365575 -16.90914834287181, 49.60950805403621 -16.809819562478776, 49.682211208503176 -16.623497346023417 M49.682211208503176 -16.623497346023417 C49.71235973786221 -16.522230221004715, 49.74250826722125 -16.420963095986018, 49.80012632969665 -16.227427435703994 M49.682211208503176 -16.623497346023417 C49.710662119747134 -16.527932419737073, 49.73911303099109 -16.432367493450727, 49.80012632969665 -16.227427435703994 M49.80012632969665 -16.227427435703994 C49.82513817590389 -16.10814047131892, 49.85015002211113 -15.988853506933847, 49.88493151701361 -15.82297295140367 M49.80012632969665 -16.227427435703994 C49.829867290064996 -16.085586291678027, 49.85960825043334 -15.943745147652058, 49.88493151701361 -15.82297295140367 M49.88493151701361 -15.82297295140367 C49.89762146312439 -15.72116822340776, 49.910311409235156 -15.619363495411848, 49.93604746503335 -15.412896727361662 M49.88493151701361 -15.82297295140367 C49.89901827173347 -15.709962366482214, 49.91310502645333 -15.59695178156076, 49.93604746503335 -15.412896727361662 M49.93604746503335 -15.412896727361662 C49.94021965458582 -15.312022484356874, 49.944391844138295 -15.211148241352085, 49.953125 -15 M49.93604746503335 -15.412896727361662 C49.94127035827387 -15.286618811340334, 49.94649325151439 -15.160340895319004, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -3.442611971690015, 49.953125 8.11477605661997, 49.953125 15 M49.953125 -15 C49.953125 -5.848026540861323, 49.953125 3.3039469182773544, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.94845435165305 15.112925865523282, 49.943783703306096 15.225851731046564, 49.93604746503335 15.412896727361662 M49.953125 15 C49.94702925657812 15.147381487705616, 49.940933513156246 15.294762975411231, 49.93604746503335 15.412896727361662 M49.93604746503335 15.412896727361662 C49.92480004989365 15.503128792096904, 49.913552634753955 15.593360856832145, 49.88493151701361 15.822972951403669 M49.93604746503335 15.412896727361662 C49.91801137496727 15.557590741603992, 49.899975284901195 15.70228475584632, 49.88493151701361 15.822972951403669 M49.88493151701361 15.822972951403669 C49.85616677777176 15.960158283388298, 49.82740203852991 16.097343615372928, 49.80012632969665 16.227427435703994 M49.88493151701361 15.822972951403669 C49.86094272048832 15.937380768125553, 49.83695392396302 16.051788584847436, 49.80012632969665 16.227427435703994 M49.80012632969665 16.227427435703994 C49.774907757508046 16.312135126490627, 49.74968918531944 16.396842817277264, 49.682211208503176 16.623497346023417 M49.80012632969665 16.227427435703994 C49.77371353788077 16.31614643950877, 49.74730074606487 16.40486544331355, 49.682211208503176 16.623497346023417 M49.682211208503176 16.623497346023417 C49.63854082346778 16.735414951152247, 49.59487043843238 16.847332556281074, 49.53199163327529 17.008477123264846 M49.682211208503176 16.623497346023417 C49.64419730587086 16.72091862913692, 49.606183403238546 16.818339912250423, 49.53199163327529 17.008477123264846 M49.53199163327529 17.008477123264846 C49.49325392395198 17.087716374203804, 49.45451621462868 17.16695562514276, 49.35049375603245 17.379736965185366 M49.53199163327529 17.008477123264846 C49.46388070589197 17.14780025209439, 49.39576977850864 17.287123380923937, 49.35049375603245 17.379736965185366 M49.35049375603245 17.379736965185366 C49.307038551669116 17.452664207761924, 49.26358334730579 17.525591450338478, 49.138957391312644 17.734740790612133 M49.35049375603245 17.379736965185366 C49.28676606643757 17.486685827721406, 49.22303837684269 17.593634690257446, 49.138957391312644 17.734740790612133 M49.138957391312644 17.734740790612133 C49.07497445347812 17.82435447077211, 49.01099151564359 17.913968150932092, 48.89882754698197 18.07106356344834 M49.138957391312644 17.734740790612133 C49.085909330607905 17.809039222444007, 49.03286126990317 17.883337654275877, 48.89882754698197 18.07106356344834 M48.89882754698197 18.07106356344834 C48.83724427910276 18.143774790436378, 48.77566101122356 18.216486017424415, 48.63174455336566 18.386407858128706 M48.89882754698197 18.07106356344834 C48.81382673058327 18.171423837727016, 48.72882591418457 18.271784112005694, 48.63174455336566 18.386407858128706 M48.63174455336566 18.386407858128706 C48.538658312798916 18.479494098695447, 48.445572072232174 18.572580339262185, 48.339532858128706 18.678619553365657 M48.63174455336566 18.386407858128706 C48.53311726900313 18.485035142491235, 48.4344899846406 18.583662426853767, 48.339532858128706 18.678619553365657 M48.339532858128706 18.678619553365657 C48.24623344793902 18.75764012293504, 48.15293403774933 18.83666069250442, 48.02418856344834 18.94570254698197 M48.339532858128706 18.678619553365657 C48.21765435757197 18.781845377759133, 48.095775857015234 18.885071202152613, 48.02418856344834 18.94570254698197 M48.02418856344834 18.94570254698197 C47.95577199862736 18.994551035359834, 47.88735543380639 19.043399523737698, 47.687865790612136 19.185832391312644 M48.02418856344834 18.94570254698197 C47.892392267737314 19.03980329343324, 47.76059597202628 19.133904039884516, 47.687865790612136 19.185832391312644 M47.687865790612136 19.185832391312644 C47.568609034684414 19.256893993499325, 47.44935227875669 19.327955595686007, 47.332861965185366 19.397368756032446 M47.687865790612136 19.185832391312644 C47.56658606074372 19.258099424322, 47.445306330875304 19.33036645733136, 47.332861965185366 19.397368756032446 M47.332861965185366 19.397368756032446 C47.230483982940406 19.4474183018108, 47.12810600069545 19.49746784758915, 46.961602123264846 19.578866633275286 M47.332861965185366 19.397368756032446 C47.23071821163915 19.44730379437743, 47.128574458092935 19.497238832722417, 46.961602123264846 19.578866633275286 M46.961602123264846 19.578866633275286 C46.83471375762358 19.628378627189807, 46.70782539198232 19.67789062110433, 46.57662234602342 19.729086208503173 M46.961602123264846 19.578866633275286 C46.87095636197616 19.614236719087497, 46.78031060068747 19.649606804899708, 46.57662234602342 19.729086208503173 M46.57662234602342 19.729086208503173 C46.47488167649203 19.759375718171867, 46.37314100696064 19.789665227840565, 46.180552435703994 19.847001329696653 M46.57662234602342 19.729086208503173 C46.44758651918817 19.76750183858047, 46.31855069235292 19.805917468657768, 46.180552435703994 19.847001329696653 M46.180552435703994 19.847001329696653 C46.070468903204755 19.870083419168996, 45.960385370705524 19.89316550864134, 45.77609795140367 19.931806517013612 M46.180552435703994 19.847001329696653 C46.04724815477043 19.87495229810854, 45.913943873836864 19.902903266520422, 45.77609795140367 19.931806517013612 M45.77609795140367 19.931806517013612 C45.681576489395276 19.943588604965814, 45.58705502738688 19.95537069291802, 45.36602172736166 19.982922465033347 M45.77609795140367 19.931806517013612 C45.68553197511042 19.943095554185607, 45.59496599881718 19.954384591357606, 45.36602172736166 19.982922465033347 M45.36602172736166 19.982922465033347 C45.267209743880656 19.987009358900984, 45.16839776039965 19.991096252768617, 44.953125 20 M45.36602172736166 19.982922465033347 C45.2326259058724 19.9884397570217, 45.09923008438314 19.993957049010046, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C18.432663933521265 20, -8.08779713295747 20, -44.953125 20 M44.953125 20 C25.53178588119365 20, 6.110446762387298 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-45.115502272734915 19.99328402632145, -45.27787954546982 19.9865680526429, -45.36602172736166 19.982922465033347 M-44.953125 20 C-45.11473371018986 19.99331581430345, -45.27634242037972 19.9866316286069, -45.36602172736166 19.982922465033347 M-45.36602172736166 19.982922465033347 C-45.52171283401235 19.963515588828116, -45.67740394066303 19.94410871262289, -45.77609795140367 19.931806517013612 M-45.36602172736166 19.982922465033347 C-45.52492732061583 19.963114903490855, -45.68383291386999 19.943307341948362, -45.77609795140367 19.931806517013612 M-45.77609795140367 19.931806517013612 C-45.88574966470409 19.90881497050584, -45.99540137800451 19.88582342399807, -46.180552435703994 19.847001329696653 M-45.77609795140367 19.931806517013612 C-45.9090432258969 19.90393082433633, -46.04198850039014 19.876055131659054, -46.180552435703994 19.847001329696653 M-46.180552435703994 19.847001329696653 C-46.33410422971069 19.801286979961844, -46.48765602371739 19.75557263022704, -46.57662234602342 19.729086208503173 M-46.180552435703994 19.847001329696653 C-46.27408691406225 19.81915490899156, -46.36762139242052 19.791308488286468, -46.57662234602342 19.729086208503173 M-46.57662234602342 19.729086208503173 C-46.68874513108327 19.685335762010247, -46.800867916143126 19.641585315517325, -46.961602123264846 19.578866633275286 M-46.57662234602342 19.729086208503173 C-46.670009482176695 19.692646434899437, -46.76339661832997 19.656206661295702, -46.961602123264846 19.578866633275286 M-46.961602123264846 19.578866633275286 C-47.04381113848555 19.538677094661043, -47.126020153706264 19.4984875560468, -47.332861965185366 19.397368756032446 M-46.961602123264846 19.578866633275286 C-47.06453063580468 19.528547949635534, -47.16745914834452 19.47822926599578, -47.332861965185366 19.397368756032446 M-47.332861965185366 19.397368756032446 C-47.418735923908095 19.346198983339246, -47.504609882630824 19.295029210646046, -47.687865790612136 19.185832391312644 M-47.332861965185366 19.397368756032446 C-47.43394550945352 19.337136037520825, -47.535029053721686 19.276903319009204, -47.687865790612136 19.185832391312644 M-47.687865790612136 19.185832391312644 C-47.77153419512532 19.126094298700842, -47.85520259963851 19.06635620608904, -48.02418856344834 18.94570254698197 M-47.687865790612136 19.185832391312644 C-47.7962434781179 19.10845220973822, -47.904621165623674 19.031072028163802, -48.02418856344834 18.94570254698197 M-48.02418856344834 18.94570254698197 C-48.14097774598776 18.846787155072793, -48.25776692852719 18.74787176316362, -48.339532858128706 18.67861955336566 M-48.02418856344834 18.94570254698197 C-48.1051205059351 18.877156688239047, -48.18605244842186 18.808610829496125, -48.339532858128706 18.67861955336566 M-48.339532858128706 18.67861955336566 C-48.45148605892149 18.566666352572874, -48.56343925971428 18.454713151780087, -48.63174455336566 18.386407858128706 M-48.339532858128706 18.67861955336566 C-48.423240775076856 18.594911636417507, -48.506948692025006 18.511203719469357, -48.63174455336566 18.386407858128706 M-48.63174455336566 18.386407858128706 C-48.68993022939714 18.317708160254988, -48.74811590542863 18.24900846238127, -48.89882754698197 18.07106356344834 M-48.63174455336566 18.386407858128706 C-48.698200791360094 18.30794312619758, -48.76465702935454 18.22947839426645, -48.89882754698197 18.07106356344834 M-48.89882754698197 18.07106356344834 C-48.98553406725904 17.949623525855987, -49.07224058753611 17.828183488263637, -49.138957391312644 17.734740790612133 M-48.89882754698197 18.07106356344834 C-48.96366776840985 17.98024918290884, -49.02850798983773 17.889434802369333, -49.138957391312644 17.734740790612133 M-49.138957391312644 17.734740790612133 C-49.19800649063869 17.635643615634592, -49.25705558996473 17.536546440657055, -49.35049375603244 17.37973696518537 M-49.138957391312644 17.734740790612133 C-49.192855266698544 17.644288484836174, -49.246753142084444 17.553836179060216, -49.35049375603244 17.37973696518537 M-49.35049375603244 17.37973696518537 C-49.3904341580429 17.298037567033152, -49.43037456005336 17.21633816888093, -49.53199163327528 17.00847712326485 M-49.35049375603244 17.37973696518537 C-49.390181813512584 17.298553746020243, -49.42986987099273 17.217370526855117, -49.53199163327528 17.00847712326485 M-49.53199163327528 17.00847712326485 C-49.57964295659802 16.886357247674624, -49.627294279920754 16.7642373720844, -49.682211208503176 16.623497346023417 M-49.53199163327528 17.00847712326485 C-49.58743503577808 16.866387860180122, -49.64287843828087 16.724298597095395, -49.682211208503176 16.623497346023417 M-49.682211208503176 16.623497346023417 C-49.72419601010532 16.482472883367315, -49.76618081170746 16.341448420711213, -49.80012632969665 16.227427435703994 M-49.682211208503176 16.623497346023417 C-49.71584426742998 16.510525892506028, -49.74947732635678 16.39755443898864, -49.80012632969665 16.227427435703994 M-49.80012632969665 16.227427435703994 C-49.821658820844526 16.12473427649472, -49.84319131199239 16.022041117285443, -49.88493151701361 15.82297295140367 M-49.80012632969665 16.227427435703994 C-49.819192325818555 16.136497530669576, -49.838258321940465 16.045567625635158, -49.88493151701361 15.82297295140367 M-49.88493151701361 15.82297295140367 C-49.89844472277976 15.714563646480993, -49.9119579285459 15.606154341558316, -49.93604746503335 15.412896727361664 M-49.88493151701361 15.82297295140367 C-49.89919672759753 15.708530709441169, -49.91346193818145 15.594088467478668, -49.93604746503335 15.412896727361664 M-49.93604746503335 15.412896727361664 C-49.94034176091872 15.309070225418829, -49.9446360568041 15.205243723475993, -49.953125 15 M-49.93604746503335 15.412896727361664 C-49.93963731869597 15.326102068068085, -49.9432271723586 15.239307408774504, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 3.205312616843228, -49.953125 -8.589374766313544, -49.953125 -15 M-49.953125 15 C-49.953125 6.8345400208578795, -49.953125 -1.330919958284241, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.94677074930759 -15.153631617259443, -49.94041649861518 -15.307263234518883, -49.93604746503335 -15.41289672736166 M-49.953125 -15 C-49.947615366668764 -15.13321065223237, -49.942105733337534 -15.266421304464739, -49.93604746503335 -15.41289672736166 M-49.93604746503335 -15.41289672736166 C-49.92065230064824 -15.536403991222109, -49.90525713626314 -15.659911255082557, -49.88493151701361 -15.822972951403669 M-49.93604746503335 -15.41289672736166 C-49.9196557436327 -15.54439884124065, -49.903264022232065 -15.67590095511964, -49.88493151701361 -15.822972951403669 M-49.88493151701361 -15.822972951403669 C-49.860217397211784 -15.94083999345177, -49.835503277409956 -16.058707035499868, -49.80012632969665 -16.227427435703994 M-49.88493151701361 -15.822972951403669 C-49.859205655640366 -15.945665210262906, -49.83347979426712 -16.06835746912214, -49.80012632969665 -16.227427435703994 M-49.80012632969665 -16.227427435703994 C-49.769290483227046 -16.331003218200966, -49.738454636757446 -16.434579000697934, -49.682211208503176 -16.623497346023417 M-49.80012632969665 -16.227427435703994 C-49.76392150154079 -16.349037309786997, -49.72771667338494 -16.47064718387, -49.682211208503176 -16.623497346023417 M-49.682211208503176 -16.623497346023417 C-49.63680143865647 -16.739872612386996, -49.59139166880976 -16.85624787875058, -49.53199163327529 -17.008477123264846 M-49.682211208503176 -16.623497346023417 C-49.64396344359233 -16.72151796679154, -49.60571567868148 -16.819538587559666, -49.53199163327529 -17.008477123264846 M-49.53199163327529 -17.008477123264846 C-49.46892194616337 -17.137488230297354, -49.40585225905144 -17.266499337329865, -49.35049375603245 -17.379736965185366 M-49.53199163327529 -17.008477123264846 C-49.47714499812035 -17.120667708669046, -49.42229836296542 -17.232858294073246, -49.35049375603245 -17.379736965185366 M-49.35049375603245 -17.379736965185366 C-49.27271492075326 -17.510266692771086, -49.194936085474076 -17.640796420356807, -49.138957391312644 -17.734740790612133 M-49.35049375603245 -17.379736965185366 C-49.297194837413564 -17.46918409181003, -49.243895918794685 -17.55863121843469, -49.138957391312644 -17.734740790612133 M-49.138957391312644 -17.734740790612133 C-49.07175490486507 -17.82886372916871, -49.00455241841749 -17.92298666772529, -48.89882754698197 -18.07106356344834 M-49.138957391312644 -17.734740790612133 C-49.05105637672093 -17.85785382158504, -48.963155362129214 -17.98096685255795, -48.89882754698197 -18.07106356344834 M-48.89882754698197 -18.07106356344834 C-48.8142179457494 -18.1709619308532, -48.729608344516826 -18.27086029825806, -48.63174455336566 -18.386407858128706 M-48.89882754698197 -18.07106356344834 C-48.812365167614054 -18.17314950186391, -48.72590278824614 -18.275235440279484, -48.63174455336566 -18.386407858128706 M-48.63174455336566 -18.386407858128706 C-48.5496719852813 -18.468480426213063, -48.46759941719694 -18.550552994297423, -48.339532858128706 -18.678619553365657 M-48.63174455336566 -18.386407858128706 C-48.515521237169445 -18.502631174324915, -48.39929792097324 -18.618854490521127, -48.339532858128706 -18.678619553365657 M-48.339532858128706 -18.678619553365657 C-48.23145433043821 -18.77015739694859, -48.12337580274771 -18.86169524053152, -48.02418856344834 -18.945702546981966 M-48.339532858128706 -18.678619553365657 C-48.23844835482416 -18.764233760460037, -48.137363851519616 -18.849847967554417, -48.02418856344834 -18.945702546981966 M-48.02418856344834 -18.945702546981966 C-47.893518979329 -19.03899883681903, -47.76284939520967 -19.13229512665609, -47.687865790612136 -19.185832391312644 M-48.02418856344834 -18.945702546981966 C-47.928941317755736 -19.013707773295412, -47.83369407206313 -19.081712999608854, -47.687865790612136 -19.185832391312644 M-47.687865790612136 -19.185832391312644 C-47.55425038615703 -19.265449890912883, -47.42063498170192 -19.345067390513123, -47.332861965185366 -19.397368756032446 M-47.687865790612136 -19.185832391312644 C-47.58183965816118 -19.249010253120225, -47.47581352571023 -19.312188114927807, -47.332861965185366 -19.397368756032446 M-47.332861965185366 -19.397368756032446 C-47.24272038835205 -19.44143628771575, -47.15257881151872 -19.48550381939905, -46.961602123264846 -19.578866633275286 M-47.332861965185366 -19.397368756032446 C-47.25117403482233 -19.43730355178239, -47.16948610445929 -19.477238347532335, -46.961602123264846 -19.578866633275286 M-46.961602123264846 -19.578866633275286 C-46.850733400174015 -19.62212774326943, -46.73986467708318 -19.665388853263575, -46.57662234602342 -19.729086208503173 M-46.961602123264846 -19.578866633275286 C-46.87818763621085 -19.611415067125215, -46.79477314915687 -19.64396350097514, -46.57662234602342 -19.729086208503173 M-46.57662234602342 -19.729086208503173 C-46.475507209823625 -19.75918948883032, -46.37439207362383 -19.78929276915747, -46.180552435703994 -19.847001329696653 M-46.57662234602342 -19.729086208503173 C-46.48543884010366 -19.756232714388215, -46.39425533418391 -19.783379220273257, -46.180552435703994 -19.847001329696653 M-46.180552435703994 -19.847001329696653 C-46.088815664404514 -19.8662365078833, -45.997078893105034 -19.88547168606995, -45.77609795140367 -19.931806517013612 M-46.180552435703994 -19.847001329696653 C-46.08827523318206 -19.866349824394383, -45.99599803066012 -19.885698319092114, -45.77609795140367 -19.931806517013612 M-45.77609795140367 -19.931806517013612 C-45.63480896201565 -19.949418171174226, -45.493519972627624 -19.967029825334844, -45.36602172736166 -19.982922465033347 M-45.77609795140367 -19.931806517013612 C-45.646086996425964 -19.94801236565105, -45.516076041448265 -19.964218214288486, -45.36602172736166 -19.982922465033347 M-45.36602172736166 -19.982922465033347 C-45.21868959467567 -19.989016167116514, -45.071357461989685 -19.99510986919968, -44.953125 -20 M-45.36602172736166 -19.982922465033347 C-45.249467804885654 -19.987743170925842, -45.132913882409646 -19.992563876818338, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-41.953125, -12)\"><rect></rect><foreignObject width=\"83.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dispatched</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Sent-9\" transform=\"translate(209.50390625, 458)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.640625 -20 C-9.560295898341032 -20, 0.5200332033179365 -20, 19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 C19.793287456051814 -19.993685834111645, 19.945949912103625 -19.987371668223293, 20.053521727361662 -19.982922465033347 C20.187246155860116 -19.966253732404276, 20.320970584358566 -19.949584999775205, 20.46359795140367 -19.931806517013612 C20.620520404570126 -19.898903338654645, 20.77744285773658 -19.866000160295677, 20.868052435703998 -19.847001329696653 C20.99720367749442 -19.808551339098468, 21.12635491928484 -19.77010134850028, 21.264122346023417 -19.729086208503173 C21.363213670801887 -19.690420653591037, 21.462304995580357 -19.6517550986789, 21.649102123264846 -19.578866633275286 C21.76017578488606 -19.524566028885772, 21.87124944650727 -19.470265424496258, 22.02036196518537 -19.397368756032446 C22.14194130792031 -19.324923192505757, 22.26352065065525 -19.252477628979072, 22.375365790612136 -19.185832391312644 C22.484317566546828 -19.108042318478386, 22.59326934248152 -19.030252245644128, 22.71168856344834 -18.94570254698197 C22.820587792610052 -18.853469604710096, 22.92948702177176 -18.761236662438225, 23.027032858128706 -18.678619553365657 C23.09000101736114 -18.615651394133224, 23.15296917659357 -18.552683234900794, 23.319244553365657 -18.386407858128706 C23.378857650765 -18.31602280703064, 23.43847074816434 -18.24563775593258, 23.58632754698197 -18.07106356344834 C23.674365596982735 -17.947758602443262, 23.762403646983497 -17.824453641438186, 23.826457391312644 -17.734740790612136 C23.89891781868504 -17.613136503125528, 23.971378246057437 -17.491532215638916, 24.037993756032446 -17.37973696518537 C24.081329392630952 -17.291092503677092, 24.124665029229458 -17.202448042168818, 24.219491633275286 -17.008477123264846 C24.266386879061848 -16.888294908335766, 24.31328212484841 -16.768112693406685, 24.369711208503173 -16.623497346023417 C24.398324925358093 -16.52738556532959, 24.426938642213013 -16.43127378463576, 24.487626329696653 -16.227427435703994 C24.508041238367127 -16.130064271732728, 24.528456147037602 -16.032701107761458, 24.572431517013612 -15.82297295140367 C24.587223273446657 -15.704306510498187, 24.6020150298797 -15.585640069592705, 24.623547465033347 -15.412896727361662 C24.627336624519085 -15.32128329754481, 24.631125784004823 -15.229669867727957, 24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 C24.640625 -3.356318562133046, 24.640625 8.287362875733908, 24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 C24.636249026649324 15.105801280983746, 24.631873053298644 15.211602561967492, 24.623547465033347 15.412896727361662 C24.603550658707693 15.573320531450312, 24.58355385238204 15.733744335538962, 24.572431517013612 15.822972951403669 C24.550122544536972 15.929369319878004, 24.527813572060328 16.035765688352342, 24.487626329696653 16.227427435703994 C24.463046913362987 16.30998823981837, 24.438467497029325 16.39254904393275, 24.369711208503173 16.623497346023417 C24.321984663443097 16.745809998404823, 24.274258118383024 16.868122650786226, 24.219491633275286 17.008477123264846 C24.16466668116091 17.12062335530066, 24.109841729046536 17.232769587336474, 24.037993756032446 17.379736965185366 C23.983054456092287 17.471937006870203, 23.92811515615213 17.56413704855504, 23.826457391312644 17.734740790612133 C23.737882369120637 17.8587978279649, 23.64930734692863 17.982854865317666, 23.58632754698197 18.07106356344834 C23.49340696717383 18.180774684714955, 23.400486387365685 18.290485805981564, 23.319244553365657 18.386407858128706 C23.240080140659956 18.465572270834407, 23.160915727954258 18.544736683540105, 23.027032858128706 18.678619553365657 C22.931597224358285 18.75944941201558, 22.836161590587867 18.840279270665505, 22.71168856344834 18.94570254698197 C22.58440730759497 19.03657961693634, 22.457126051741593 19.12745668689071, 22.375365790612136 19.185832391312644 C22.28996919087822 19.23671771978883, 22.204572591144306 19.28760304826502, 22.02036196518537 19.397368756032446 C21.884331583442137 19.463869957453028, 21.748301201698908 19.530371158873606, 21.649102123264846 19.578866633275286 C21.509137449180304 19.633481018577672, 21.36917277509576 19.688095403880055, 21.264122346023417 19.729086208503173 C21.131258811088625 19.768641396655173, 20.998395276153833 19.80819658480717, 20.868052435703998 19.847001329696653 C20.757177678981567 19.870249321442458, 20.646302922259135 19.893497313188263, 20.46359795140367 19.931806517013612 C20.31546400158146 19.950271394602552, 20.167330051759247 19.968736272191492, 20.053521727361662 19.982922465033347 C19.94037278597006 19.98760233986646, 19.82722384457845 19.992282214699575, 19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 C9.138885946766543 20, -1.3628531064669147 20, -19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 C-19.743463294274793 19.99574657668611, -19.846301588549583 19.99149315337222, -20.053521727361662 19.982922465033347 C-20.182812088502388 19.966806438324017, -20.312102449643117 19.950690411614687, -20.46359795140367 19.931806517013612 C-20.613986956998797 19.90027325855075, -20.764375962593924 19.868740000087886, -20.868052435703994 19.847001329696653 C-20.980418867132727 19.8135483936498, -21.092785298561456 19.78009545760295, -21.264122346023417 19.729086208503173 C-21.410581880746427 19.67193752071543, -21.557041415469435 19.61478883292769, -21.649102123264846 19.578866633275286 C-21.73068447042514 19.538983454007944, -21.81226681758543 19.499100274740602, -22.02036196518537 19.397368756032446 C-22.105172306143714 19.346832761961373, -22.18998264710206 19.2962967678903, -22.375365790612133 19.185832391312644 C-22.507229759783666 19.09168332693928, -22.639093728955196 18.997534262565914, -22.71168856344834 18.94570254698197 C-22.791078106473023 18.878463033946367, -22.870467649497705 18.811223520910765, -23.027032858128706 18.67861955336566 C-23.124431672431484 18.58122073906288, -23.221830486734262 18.4838219247601, -23.319244553365657 18.386407858128706 C-23.408575847296124 18.280934598689893, -23.497907141226595 18.17546133925108, -23.586327546981966 18.07106356344834 C-23.637051448969604 18.000020318436018, -23.687775350957246 17.9289770734237, -23.826457391312644 17.734740790612133 C-23.89361724918458 17.622032006516143, -23.960777107056515 17.509323222420154, -24.037993756032446 17.37973696518537 C-24.104634073028127 17.24342201798493, -24.171274390023807 17.10710707078449, -24.219491633275286 17.00847712326485 C-24.2647758677936 16.892423576375496, -24.31006010231191 16.776370029486138, -24.369711208503173 16.623497346023417 C-24.413675142320784 16.475825095440236, -24.457639076138392 16.32815284485705, -24.487626329696653 16.227427435703994 C-24.5204923617186 16.070682141542306, -24.553358393740545 15.913936847380617, -24.572431517013612 15.82297295140367 C-24.585888470763585 15.715014926664175, -24.59934542451356 15.60705690192468, -24.623547465033347 15.412896727361664 C-24.628551174737577 15.29191818065817, -24.633554884441804 15.170939633954676, -24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 C-24.640625 4.575787256612829, -24.640625 -5.848425486774342, -24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 C-24.63520907138579 -15.1309450810552, -24.629793142771582 -15.261890162110399, -24.623547465033347 -15.41289672736166 C-24.61162455110441 -15.508547961721431, -24.599701637175468 -15.6041991960812, -24.572431517013612 -15.822972951403669 C-24.550686343839804 -15.926680437705933, -24.52894117066599 -16.030387924008195, -24.487626329696653 -16.227427435703994 C-24.460958164661946 -16.317004223030096, -24.43428999962724 -16.406581010356195, -24.369711208503173 -16.623497346023417 C-24.318173035875844 -16.755578362677873, -24.266634863248516 -16.88765937933233, -24.21949163327529 -17.008477123264846 C-24.164605882338936 -17.120747721278814, -24.109720131402582 -17.23301831929278, -24.037993756032446 -17.379736965185366 C-23.97505945263785 -17.485354353879945, -23.91212514924326 -17.590971742574524, -23.826457391312644 -17.734740790612133 C-23.746341564987056 -17.84694998698666, -23.66622573866147 -17.95915918336119, -23.58632754698197 -18.07106356344834 C-23.49383179727214 -18.180273088765706, -23.40133604756231 -18.28948261408307, -23.31924455336566 -18.386407858128706 C-23.251802992603544 -18.453849418890822, -23.184361431841428 -18.52129097965294, -23.027032858128706 -18.678619553365657 C-22.92538983682027 -18.7647068010794, -22.82374681551183 -18.850794048793144, -22.71168856344834 -18.945702546981966 C-22.610510667485492 -19.017942176199988, -22.50933277152264 -19.090181805418013, -22.375365790612136 -19.185832391312644 C-22.296600230117612 -19.232766478042834, -22.217834669623084 -19.279700564773027, -22.020361965185366 -19.397368756032446 C-21.887464979892616 -19.462338133269242, -21.754567994599867 -19.527307510506034, -21.64910212326485 -19.578866633275286 C-21.501035900452916 -19.636642252700764, -21.352969677640978 -19.694417872126245, -21.26412234602342 -19.729086208503173 C-21.17758918171802 -19.754848247705034, -21.091056017412615 -19.780610286906896, -20.868052435703994 -19.847001329696653 C-20.768714025796232 -19.86783040388672, -20.669375615888473 -19.888659478076786, -20.463597951403674 -19.931806517013612 C-20.330065026221433 -19.94845137877921, -20.19653210103919 -19.965096240544813, -20.053521727361662 -19.982922465033347 C-19.953617575279665 -19.98705453132846, -19.85371342319767 -19.991186597623575, -19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.640625 -20 C-5.540190627857198 -20, 8.560243744285604 -20, 19.640625 -20 M-19.640625 -20 C-11.642887074122392 -20, -3.6451491482447853 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.774722842200248 -19.994453672220267, 19.908820684400496 -19.98890734444053, 20.053521727361662 -19.982922465033347 M19.640625 -20 C19.781729133186566 -19.994163889881545, 19.922833266373136 -19.988327779763086, 20.053521727361662 -19.982922465033347 M20.053521727361662 -19.982922465033347 C20.144007242370815 -19.971643457349952, 20.234492757379968 -19.96036444966656, 20.46359795140367 -19.931806517013612 M20.053521727361662 -19.982922465033347 C20.19672335917686 -19.965072400242814, 20.33992499099206 -19.94722233545228, 20.46359795140367 -19.931806517013612 M20.46359795140367 -19.931806517013612 C20.595815080375207 -19.90408350039695, 20.72803220934674 -19.87636048378029, 20.868052435703998 -19.847001329696653 M20.46359795140367 -19.931806517013612 C20.62426723383268 -19.898117711174198, 20.784936516261688 -19.864428905334787, 20.868052435703998 -19.847001329696653 M20.868052435703998 -19.847001329696653 C20.952224277244017 -19.82194228674066, 21.036396118784037 -19.79688324378467, 21.264122346023417 -19.729086208503173 M20.868052435703998 -19.847001329696653 C21.005525009982243 -19.806073971080277, 21.14299758426049 -19.7651466124639, 21.264122346023417 -19.729086208503173 M21.264122346023417 -19.729086208503173 C21.344521993309577 -19.697714168781136, 21.424921640595738 -19.6663421290591, 21.649102123264846 -19.578866633275286 M21.264122346023417 -19.729086208503173 C21.34945391447269 -19.69578972717153, 21.434785482921964 -19.662493245839887, 21.649102123264846 -19.578866633275286 M21.649102123264846 -19.578866633275286 C21.739033285891338 -19.53490196682967, 21.82896444851783 -19.49093730038405, 22.02036196518537 -19.397368756032446 M21.649102123264846 -19.578866633275286 C21.745077754420397 -19.53194700622469, 21.841053385575947 -19.485027379174095, 22.02036196518537 -19.397368756032446 M22.02036196518537 -19.397368756032446 C22.144208276162228 -19.323572372637116, 22.268054587139083 -19.249775989241787, 22.375365790612136 -19.185832391312644 M22.02036196518537 -19.397368756032446 C22.112958325856233 -19.34219330123544, 22.205554686527098 -19.287017846438438, 22.375365790612136 -19.185832391312644 M22.375365790612136 -19.185832391312644 C22.489912859362185 -19.10404735619437, 22.604459928112234 -19.022262321076095, 22.71168856344834 -18.94570254698197 M22.375365790612136 -19.185832391312644 C22.482764216867533 -19.109151388832245, 22.59016264312293 -19.032470386351843, 22.71168856344834 -18.94570254698197 M22.71168856344834 -18.94570254698197 C22.796005117059043 -18.87429006884412, 22.880321670669744 -18.802877590706274, 23.027032858128706 -18.678619553365657 M22.71168856344834 -18.94570254698197 C22.83205947544676 -18.843753584964283, 22.952430387445172 -18.741804622946596, 23.027032858128706 -18.678619553365657 M23.027032858128706 -18.678619553365657 C23.11431239966237 -18.591340011831992, 23.201591941196035 -18.504060470298327, 23.319244553365657 -18.386407858128706 M23.027032858128706 -18.678619553365657 C23.091320686071242 -18.61433172542312, 23.155608514013778 -18.550043897480585, 23.319244553365657 -18.386407858128706 M23.319244553365657 -18.386407858128706 C23.407770543621766 -18.281885418941517, 23.496296533877878 -18.177362979754324, 23.58632754698197 -18.07106356344834 M23.319244553365657 -18.386407858128706 C23.399226612281982 -18.291973219612238, 23.479208671198307 -18.197538581095774, 23.58632754698197 -18.07106356344834 M23.58632754698197 -18.07106356344834 C23.663140403900346 -17.96348046356225, 23.739953260818723 -17.855897363676156, 23.826457391312644 -17.734740790612136 M23.58632754698197 -18.07106356344834 C23.636208286003722 -18.001201241646253, 23.686089025025474 -17.931338919844166, 23.826457391312644 -17.734740790612136 M23.826457391312644 -17.734740790612136 C23.904046503365343 -17.604529459682542, 23.98163561541804 -17.474318128752945, 24.037993756032446 -17.37973696518537 M23.826457391312644 -17.734740790612136 C23.875908349618907 -17.651751374617415, 23.925359307925167 -17.568761958622694, 24.037993756032446 -17.37973696518537 M24.037993756032446 -17.37973696518537 C24.110402612604926 -17.231622281679858, 24.18281146917741 -17.08350759817435, 24.219491633275286 -17.008477123264846 M24.037993756032446 -17.37973696518537 C24.08954139449604 -17.274294585373042, 24.141089032959638 -17.168852205560714, 24.219491633275286 -17.008477123264846 M24.219491633275286 -17.008477123264846 C24.263527173814747 -16.895623704781467, 24.30756271435421 -16.782770286298092, 24.369711208503173 -16.623497346023417 M24.219491633275286 -17.008477123264846 C24.250081233330572 -16.93008269699035, 24.28067083338586 -16.851688270715854, 24.369711208503173 -16.623497346023417 M24.369711208503173 -16.623497346023417 C24.41303891390845 -16.477962149006093, 24.45636661931373 -16.33242695198877, 24.487626329696653 -16.227427435703994 M24.369711208503173 -16.623497346023417 C24.39344598968358 -16.543773621377863, 24.417180770863993 -16.46404989673231, 24.487626329696653 -16.227427435703994 M24.487626329696653 -16.227427435703994 C24.514684736173923 -16.098379977830348, 24.54174314265119 -15.9693325199567, 24.572431517013612 -15.82297295140367 M24.487626329696653 -16.227427435703994 C24.51953956933185 -16.075226216800193, 24.55145280896705 -15.923024997896391, 24.572431517013612 -15.82297295140367 M24.572431517013612 -15.82297295140367 C24.58987382124782 -15.68304256693354, 24.607316125482033 -15.543112182463409, 24.623547465033347 -15.412896727361662 M24.572431517013612 -15.82297295140367 C24.592230912235827 -15.664132872219245, 24.612030307458046 -15.505292793034817, 24.623547465033347 -15.412896727361662 M24.623547465033347 -15.412896727361662 C24.627686316295144 -15.312828529909908, 24.63182516755694 -15.212760332458153, 24.640625 -15 M24.623547465033347 -15.412896727361662 C24.62731452162774 -15.321817696187194, 24.631081578222133 -15.230738665012726, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -5.096686026580073, 24.640625 4.806627946839853, 24.640625 15 M24.640625 -15 C24.640625 -8.817085494316835, 24.640625 -2.63417098863367, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.635392629803167 15.126507047699523, 24.630160259606335 15.253014095399045, 24.623547465033347 15.412896727361662 M24.640625 15 C24.63454561317958 15.146986021543457, 24.62846622635916 15.293972043086912, 24.623547465033347 15.412896727361662 M24.623547465033347 15.412896727361662 C24.610747075734245 15.515587482662076, 24.597946686435144 15.618278237962489, 24.572431517013612 15.822972951403669 M24.623547465033347 15.412896727361662 C24.607402533897755 15.542418973431442, 24.591257602762163 15.671941219501223, 24.572431517013612 15.822972951403669 M24.572431517013612 15.822972951403669 C24.545370053760884 15.952034987707968, 24.518308590508155 16.081097024012266, 24.487626329696653 16.227427435703994 M24.572431517013612 15.822972951403669 C24.549536930171403 15.932162242854986, 24.526642343329193 16.0413515343063, 24.487626329696653 16.227427435703994 M24.487626329696653 16.227427435703994 C24.443475209471067 16.37572843434823, 24.399324089245486 16.52402943299246, 24.369711208503173 16.623497346023417 M24.487626329696653 16.227427435703994 C24.440585190826642 16.38543583585648, 24.393544051956635 16.543444236008966, 24.369711208503173 16.623497346023417 M24.369711208503173 16.623497346023417 C24.324402868999027 16.739612668697074, 24.279094529494877 16.85572799137073, 24.219491633275286 17.008477123264846 M24.369711208503173 16.623497346023417 C24.326463856110635 16.73433081140303, 24.2832165037181 16.845164276782643, 24.219491633275286 17.008477123264846 M24.219491633275286 17.008477123264846 C24.175354786882643 17.098760485602348, 24.131217940490004 17.189043847939846, 24.037993756032446 17.379736965185366 M24.219491633275286 17.008477123264846 C24.171054082531242 17.107557716963417, 24.122616531787198 17.206638310661983, 24.037993756032446 17.379736965185366 M24.037993756032446 17.379736965185366 C23.969136380830882 17.4952945509356, 23.900279005629315 17.61085213668584, 23.826457391312644 17.734740790612133 M24.037993756032446 17.379736965185366 C23.956823775979327 17.515957768009695, 23.87565379592621 17.652178570834025, 23.826457391312644 17.734740790612133 M23.826457391312644 17.734740790612133 C23.753665016086583 17.836692855527687, 23.68087264086052 17.93864492044324, 23.58632754698197 18.07106356344834 M23.826457391312644 17.734740790612133 C23.777274491754195 17.803625727433413, 23.728091592195742 17.872510664254694, 23.58632754698197 18.07106356344834 M23.58632754698197 18.07106356344834 C23.495847747304584 18.177892861060133, 23.405367947627198 18.284722158671926, 23.319244553365657 18.386407858128706 M23.58632754698197 18.07106356344834 C23.49606689783144 18.177634110522018, 23.40580624868091 18.284204657595694, 23.319244553365657 18.386407858128706 M23.319244553365657 18.386407858128706 C23.22485955405222 18.480792857442143, 23.130474554738786 18.575177856755577, 23.027032858128706 18.678619553365657 M23.319244553365657 18.386407858128706 C23.254291369218855 18.451361042275508, 23.189338185072053 18.51631422642231, 23.027032858128706 18.678619553365657 M23.027032858128706 18.678619553365657 C22.90569385579541 18.781388446072096, 22.78435485346211 18.884157338778536, 22.71168856344834 18.94570254698197 M23.027032858128706 18.678619553365657 C22.94538458352365 18.74777211446472, 22.863736308918597 18.81692467556378, 22.71168856344834 18.94570254698197 M22.71168856344834 18.94570254698197 C22.623442428200253 19.008709076516702, 22.535196292952165 19.071715606051434, 22.375365790612136 19.185832391312644 M22.71168856344834 18.94570254698197 C22.618346916024617 19.01234720228262, 22.525005268600893 19.07899185758327, 22.375365790612136 19.185832391312644 M22.375365790612136 19.185832391312644 C22.287635078474047 19.238108548893933, 22.199904366335957 19.290384706475226, 22.02036196518537 19.397368756032446 M22.375365790612136 19.185832391312644 C22.29821577969324 19.231803819446572, 22.22106576877435 19.2777752475805, 22.02036196518537 19.397368756032446 M22.02036196518537 19.397368756032446 C21.88420547039222 19.463931610366345, 21.74804897559907 19.530494464700247, 21.649102123264846 19.578866633275286 M22.02036196518537 19.397368756032446 C21.91123017226316 19.45072003866141, 21.80209837934095 19.504071321290372, 21.649102123264846 19.578866633275286 M21.649102123264846 19.578866633275286 C21.55565056271452 19.615331545356756, 21.46219900216419 19.65179645743823, 21.264122346023417 19.729086208503173 M21.649102123264846 19.578866633275286 C21.556682227285837 19.61492898859185, 21.464262331306827 19.650991343908416, 21.264122346023417 19.729086208503173 M21.264122346023417 19.729086208503173 C21.145451310469813 19.76441610652086, 21.026780274916206 19.799746004538544, 20.868052435703998 19.847001329696653 M21.264122346023417 19.729086208503173 C21.16400421083513 19.758892668768915, 21.063886075646842 19.788699129034658, 20.868052435703998 19.847001329696653 M20.868052435703998 19.847001329696653 C20.785000423632738 19.864415505368207, 20.701948411561478 19.88182968103976, 20.46359795140367 19.931806517013612 M20.868052435703998 19.847001329696653 C20.7062934368865 19.880918625034973, 20.544534438069007 19.91483592037329, 20.46359795140367 19.931806517013612 M20.46359795140367 19.931806517013612 C20.364066202330232 19.94421313659717, 20.264534453256793 19.95661975618073, 20.053521727361662 19.982922465033347 M20.46359795140367 19.931806517013612 C20.315053056629914 19.95032261883734, 20.166508161856157 19.968838720661072, 20.053521727361662 19.982922465033347 M20.053521727361662 19.982922465033347 C19.908601083123582 19.98891642721653, 19.7636804388855 19.994910389399713, 19.640625 20 M20.053521727361662 19.982922465033347 C19.931217181820873 19.987981018455166, 19.808912636280088 19.993039571876984, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C11.2729073739672 20, 2.9051897479344007 20, -19.640625 20 M19.640625 20 C5.436540589288898 20, -8.767543821422205 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.80302039779296 19.993283276663504, -19.965415795585923 19.98656655332701, -20.053521727361662 19.982922465033347 M-19.640625 20 C-19.76730230865657 19.994760587757895, -19.893979617313143 19.98952117551579, -20.053521727361662 19.982922465033347 M-20.053521727361662 19.982922465033347 C-20.188047940895082 19.966153790003894, -20.3225741544285 19.94938511497444, -20.46359795140367 19.931806517013612 M-20.053521727361662 19.982922465033347 C-20.20173768058781 19.964447365730766, -20.34995363381396 19.945972266428186, -20.46359795140367 19.931806517013612 M-20.46359795140367 19.931806517013612 C-20.603857910493 19.90239709626206, -20.744117869582333 19.87298767551051, -20.868052435703994 19.847001329696653 M-20.46359795140367 19.931806517013612 C-20.56271228069631 19.91102442758766, -20.661826609988946 19.890242338161706, -20.868052435703994 19.847001329696653 M-20.868052435703994 19.847001329696653 C-20.993480332423363 19.809659826953414, -21.118908229142733 19.772318324210172, -21.264122346023417 19.729086208503173 M-20.868052435703994 19.847001329696653 C-20.978469099547127 19.814128864610016, -21.088885763390262 19.78125639952338, -21.264122346023417 19.729086208503173 M-21.264122346023417 19.729086208503173 C-21.40227660830858 19.67517824807702, -21.54043087059374 19.621270287650873, -21.649102123264846 19.578866633275286 M-21.264122346023417 19.729086208503173 C-21.37008721225605 19.687738589392875, -21.476052078488685 19.646390970282578, -21.649102123264846 19.578866633275286 M-21.649102123264846 19.578866633275286 C-21.737539340600975 19.53563231217894, -21.825976557937103 19.49239799108259, -22.02036196518537 19.397368756032446 M-21.649102123264846 19.578866633275286 C-21.743824966799966 19.532559456772983, -21.83854781033509 19.486252280270683, -22.02036196518537 19.397368756032446 M-22.02036196518537 19.397368756032446 C-22.137271121223044 19.32770601974801, -22.254180277260723 19.258043283463575, -22.375365790612133 19.185832391312644 M-22.02036196518537 19.397368756032446 C-22.10062386809861 19.34954304275358, -22.180885771011848 19.301717329474716, -22.375365790612133 19.185832391312644 M-22.375365790612133 19.185832391312644 C-22.451193186666927 19.131692671135248, -22.52702058272172 19.077552950957855, -22.71168856344834 18.94570254698197 M-22.375365790612133 19.185832391312644 C-22.505837733635627 19.09267721450572, -22.636309676659117 18.999522037698796, -22.71168856344834 18.94570254698197 M-22.71168856344834 18.94570254698197 C-22.814958135413427 18.85823768113473, -22.918227707378513 18.770772815287494, -23.027032858128706 18.67861955336566 M-22.71168856344834 18.94570254698197 C-22.784943654997072 18.88365864931671, -22.858198746545803 18.821614751651452, -23.027032858128706 18.67861955336566 M-23.027032858128706 18.67861955336566 C-23.10166932566966 18.603983085824705, -23.176305793210616 18.52934661828375, -23.319244553365657 18.386407858128706 M-23.027032858128706 18.67861955336566 C-23.12696190153162 18.578690509962748, -23.22689094493453 18.47876146655983, -23.319244553365657 18.386407858128706 M-23.319244553365657 18.386407858128706 C-23.416584652114217 18.271478620709424, -23.513924750862774 18.15654938329014, -23.586327546981966 18.07106356344834 M-23.319244553365657 18.386407858128706 C-23.423943947703144 18.26278951682672, -23.52864334204063 18.139171175524737, -23.586327546981966 18.07106356344834 M-23.586327546981966 18.07106356344834 C-23.648350022092405 17.984195682175812, -23.710372497202847 17.897327800903284, -23.826457391312644 17.734740790612133 M-23.586327546981966 18.07106356344834 C-23.666521236256358 17.958745313228732, -23.746714925530746 17.846427063009127, -23.826457391312644 17.734740790612133 M-23.826457391312644 17.734740790612133 C-23.89970568344303 17.611814295459833, -23.972953975573414 17.48888780030753, -24.037993756032446 17.37973696518537 M-23.826457391312644 17.734740790612133 C-23.874724771459714 17.653737675056874, -23.92299215160678 17.572734559501615, -24.037993756032446 17.37973696518537 M-24.037993756032446 17.37973696518537 C-24.09511147168755 17.26290081036576, -24.152229187342652 17.14606465554615, -24.219491633275286 17.00847712326485 M-24.037993756032446 17.37973696518537 C-24.086471892472538 17.280573352118594, -24.13495002891263 17.181409739051823, -24.219491633275286 17.00847712326485 M-24.219491633275286 17.00847712326485 C-24.26524641891724 16.89121765719695, -24.31100120455919 16.773958191129054, -24.369711208503173 16.623497346023417 M-24.219491633275286 17.00847712326485 C-24.262995175075098 16.896987100703562, -24.306498716874906 16.78549707814227, -24.369711208503173 16.623497346023417 M-24.369711208503173 16.623497346023417 C-24.416513483868364 16.466291274240472, -24.46331575923356 16.309085202457524, -24.487626329696653 16.227427435703994 M-24.369711208503173 16.623497346023417 C-24.400257708639487 16.52089346072773, -24.430804208775804 16.418289575432045, -24.487626329696653 16.227427435703994 M-24.487626329696653 16.227427435703994 C-24.509127263967304 16.12488477814333, -24.530628198237952 16.022342120582664, -24.572431517013612 15.82297295140367 M-24.487626329696653 16.227427435703994 C-24.509062283147475 16.1251946858837, -24.530498236598298 16.022961936063403, -24.572431517013612 15.82297295140367 M-24.572431517013612 15.82297295140367 C-24.587536140161067 15.701796546272847, -24.60264076330852 15.580620141142024, -24.623547465033347 15.412896727361664 M-24.572431517013612 15.82297295140367 C-24.58478799515026 15.723843460647108, -24.597144473286914 15.624713969890546, -24.623547465033347 15.412896727361664 M-24.623547465033347 15.412896727361664 C-24.627214139116905 15.324244721532962, -24.630880813200466 15.235592715704259, -24.640625 15 M-24.623547465033347 15.412896727361664 C-24.628871229984114 15.284179958243215, -24.634194994934884 15.155463189124765, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 3.6465941577432677, -24.640625 -7.706811684513465, -24.640625 -15 M-24.640625 15 C-24.640625 4.4252860536960235, -24.640625 -6.149427892607953, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.633927306686154 -15.161935294265767, -24.627229613372307 -15.323870588531534, -24.623547465033347 -15.41289672736166 M-24.640625 -15 C-24.635279033053703 -15.129253563879125, -24.6299330661074 -15.258507127758252, -24.623547465033347 -15.41289672736166 M-24.623547465033347 -15.41289672736166 C-24.610596525208464 -15.51679526992871, -24.59764558538358 -15.620693812495762, -24.572431517013612 -15.822972951403669 M-24.623547465033347 -15.41289672736166 C-24.607276473846408 -15.54343028657072, -24.591005482659465 -15.67396384577978, -24.572431517013612 -15.822972951403669 M-24.572431517013612 -15.822972951403669 C-24.551672418633785 -15.92197763136944, -24.53091332025396 -16.02098231133521, -24.487626329696653 -16.227427435703994 M-24.572431517013612 -15.822972951403669 C-24.544947039262638 -15.954052436358849, -24.51746256151166 -16.085131921314026, -24.487626329696653 -16.227427435703994 M-24.487626329696653 -16.227427435703994 C-24.462530826869223 -16.311721743793388, -24.43743532404179 -16.39601605188278, -24.369711208503173 -16.623497346023417 M-24.487626329696653 -16.227427435703994 C-24.444452323529195 -16.372446366082038, -24.401278317361733 -16.51746529646008, -24.369711208503173 -16.623497346023417 M-24.369711208503173 -16.623497346023417 C-24.318056542302887 -16.755876910118836, -24.266401876102602 -16.88825647421426, -24.21949163327529 -17.008477123264846 M-24.369711208503173 -16.623497346023417 C-24.322947232483735 -16.743343145371313, -24.276183256464297 -16.86318894471921, -24.21949163327529 -17.008477123264846 M-24.21949163327529 -17.008477123264846 C-24.181767243538633 -17.08564359585912, -24.144042853801977 -17.1628100684534, -24.037993756032446 -17.379736965185366 M-24.21949163327529 -17.008477123264846 C-24.152933907036324 -17.14462312837214, -24.086376180797362 -17.28076913347943, -24.037993756032446 -17.379736965185366 M-24.037993756032446 -17.379736965185366 C-23.963476459432375 -17.50479312462408, -23.888959162832307 -17.629849284062796, -23.826457391312644 -17.734740790612133 M-24.037993756032446 -17.379736965185366 C-23.984653899349492 -17.469252794746144, -23.93131404266654 -17.55876862430692, -23.826457391312644 -17.734740790612133 M-23.826457391312644 -17.734740790612133 C-23.742543267285118 -17.8522698339167, -23.658629143257595 -17.969798877221265, -23.58632754698197 -18.07106356344834 M-23.826457391312644 -17.734740790612133 C-23.748260271925044 -17.844262670716404, -23.670063152537445 -17.95378455082068, -23.58632754698197 -18.07106356344834 M-23.58632754698197 -18.07106356344834 C-23.529882612471482 -18.137707971691945, -23.47343767796099 -18.20435237993555, -23.31924455336566 -18.386407858128706 M-23.58632754698197 -18.07106356344834 C-23.51360574353726 -18.156926034527654, -23.440883940092547 -18.242788505606967, -23.31924455336566 -18.386407858128706 M-23.31924455336566 -18.386407858128706 C-23.240234869113554 -18.465417542380813, -23.161225184861447 -18.544427226632916, -23.027032858128706 -18.678619553365657 M-23.31924455336566 -18.386407858128706 C-23.23365019980246 -18.4720022116919, -23.148055846239266 -18.5575965652551, -23.027032858128706 -18.678619553365657 M-23.027032858128706 -18.678619553365657 C-22.906211080462796 -18.780950379124732, -22.78538930279689 -18.883281204883808, -22.71168856344834 -18.945702546981966 M-23.027032858128706 -18.678619553365657 C-22.9211738419398 -18.768277566597412, -22.815314825750892 -18.857935579829167, -22.71168856344834 -18.945702546981966 M-22.71168856344834 -18.945702546981966 C-22.634819828236438 -19.00058576902688, -22.557951093024535 -19.05546899107179, -22.375365790612136 -19.185832391312644 M-22.71168856344834 -18.945702546981966 C-22.61154702481147 -19.01720223129153, -22.5114054861746 -19.088701915601096, -22.375365790612136 -19.185832391312644 M-22.375365790612136 -19.185832391312644 C-22.240904568856656 -19.265953888628182, -22.106443347101177 -19.346075385943724, -22.020361965185366 -19.397368756032446 M-22.375365790612136 -19.185832391312644 C-22.2335945756651 -19.270309699115604, -22.09182336071807 -19.35478700691856, -22.020361965185366 -19.397368756032446 M-22.020361965185366 -19.397368756032446 C-21.878031331528728 -19.466949962935075, -21.735700697872087 -19.5365311698377, -21.64910212326485 -19.578866633275286 M-22.020361965185366 -19.397368756032446 C-21.916273728701125 -19.448254394161562, -21.812185492216887 -19.49914003229068, -21.64910212326485 -19.578866633275286 M-21.64910212326485 -19.578866633275286 C-21.52991502060854 -19.62537358504809, -21.410727917952233 -19.6718805368209, -21.26412234602342 -19.729086208503173 M-21.64910212326485 -19.578866633275286 C-21.538276717408905 -19.622110840831926, -21.427451311552964 -19.66535504838857, -21.26412234602342 -19.729086208503173 M-21.26412234602342 -19.729086208503173 C-21.160157821027262 -19.760037788629162, -21.056193296031104 -19.79098936875515, -20.868052435703994 -19.847001329696653 M-21.26412234602342 -19.729086208503173 C-21.13921926439601 -19.766271467023966, -21.014316182768606 -19.803456725544756, -20.868052435703994 -19.847001329696653 M-20.868052435703994 -19.847001329696653 C-20.74093694021368 -19.873654646261045, -20.613821444723364 -19.900307962825437, -20.463597951403674 -19.931806517013612 M-20.868052435703994 -19.847001329696653 C-20.737765848222054 -19.874319554330526, -20.607479260740117 -19.9016377789644, -20.463597951403674 -19.931806517013612 M-20.463597951403674 -19.931806517013612 C-20.31307299168919 -19.950569433674808, -20.162548031974705 -19.969332350336003, -20.053521727361662 -19.982922465033347 M-20.463597951403674 -19.931806517013612 C-20.3337433136456 -19.94799288072994, -20.203888675887526 -19.96417924444627, -20.053521727361662 -19.982922465033347 M-20.053521727361662 -19.982922465033347 C-19.89539823871674 -19.98946250090052, -19.73727475007182 -19.99600253676769, -19.640625 -20 M-20.053521727361662 -19.982922465033347 C-19.924074016034172 -19.98827646197751, -19.794626304706686 -19.99363045892167, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.640625, -12)\"><rect></rect><foreignObject width=\"33.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sent</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Delivered-7\" transform=\"translate(209.50390625, 572)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.484375 -20 C-19.620603851653197 -20, -0.7568327033063937 -20, 38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 C38.63137949203318 -19.993919849234473, 38.778383984066366 -19.987839698468946, 38.89727172736166 -19.982922465033347 C39.0287632934589 -19.96653205841233, 39.16025485955614 -19.950141651791313, 39.30734795140367 -19.931806517013612 C39.41682199658992 -19.908852223591882, 39.526296041776156 -19.88589793017015, 39.711802435703994 -19.847001329696653 C39.85641848690548 -19.803947265856777, 40.00103453810697 -19.760893202016906, 40.10787234602342 -19.729086208503173 C40.230665402505366 -19.681172209181376, 40.353458458987305 -19.633258209859576, 40.492852123264846 -19.578866633275286 C40.63634000837825 -19.50871968060885, 40.77982789349166 -19.438572727942415, 40.864111965185366 -19.397368756032446 C40.99525524180028 -19.319224324886633, 41.1263985184152 -19.241079893740817, 41.219115790612136 -19.185832391312644 C41.29274995860984 -19.13325860586958, 41.366384126607535 -19.08068482042652, 41.55543856344834 -18.94570254698197 C41.62327042604862 -18.888251889933567, 41.69110228864889 -18.830801232885165, 41.870782858128706 -18.678619553365657 C41.95383540644854 -18.595567005045826, 42.03688795476837 -18.512514456725995, 42.16299455336566 -18.386407858128706 C42.21722758910979 -18.322375033823626, 42.27146062485392 -18.258342209518542, 42.43007754698197 -18.07106356344834 C42.48836012279689 -17.9894337370486, 42.546642698611805 -17.90780391064886, 42.670207391312644 -17.734740790612136 C42.72761042369364 -17.638406072402613, 42.78501345607463 -17.54207135419309, 42.88174375603245 -17.37973696518537 C42.932095079657664 -17.276741686488123, 42.98244640328287 -17.173746407790873, 43.06324163327529 -17.008477123264846 C43.09590561702696 -16.92476650719196, 43.12856960077862 -16.841055891119076, 43.213461208503176 -16.623497346023417 C43.24605995453986 -16.51400008826214, 43.27865870057654 -16.40450283050086, 43.33137632969665 -16.227427435703994 C43.36506528057005 -16.06675746157621, 43.39875423144344 -15.906087487448424, 43.41618151701361 -15.82297295140367 C43.43115413302025 -15.702855569766479, 43.44612674902689 -15.582738188129289, 43.46729746503335 -15.412896727361662 C43.47123908872513 -15.317597052905942, 43.475180712416915 -15.222297378450222, 43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 C43.484375 -4.182647068116404, 43.484375 6.634705863767191, 43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 C43.47769631603982 15.161475690468677, 43.47101763207963 15.322951380937353, 43.46729746503335 15.412896727361662 C43.45444718214345 15.515987752560463, 43.44159689925354 15.619078777759263, 43.41618151701361 15.822972951403669 C43.38854557018559 15.95477482551194, 43.36090962335757 16.08657669962021, 43.33137632969665 16.227427435703994 C43.30569689949366 16.31368312127348, 43.28001746929067 16.39993880684297, 43.213461208503176 16.623497346023417 C43.1631924133904 16.752325226912802, 43.11292361827762 16.881153107802188, 43.06324163327529 17.008477123264846 C43.009856924495274 17.11767729047188, 42.956472215715266 17.226877457678917, 42.88174375603245 17.379736965185366 C42.80159351285998 17.514246428713307, 42.72144326968751 17.648755892241248, 42.670207391312644 17.734740790612133 C42.59205195062029 17.844204296071666, 42.51389650992794 17.953667801531203, 42.43007754698197 18.07106356344834 C42.36994589461038 18.142060871245196, 42.3098142422388 18.21305817904205, 42.16299455336566 18.386407858128706 C42.103047157041104 18.446355254453255, 42.04309976071656 18.50630265077781, 41.870782858128706 18.678619553365657 C41.77532105774259 18.75947157400859, 41.67985925735646 18.840323594651522, 41.55543856344834 18.94570254698197 C41.43640826231181 19.030688548499235, 41.31737796117528 19.115674550016497, 41.219115790612136 19.185832391312644 C41.1284784654114 19.239840514345804, 41.03784114021065 19.293848637378964, 40.864111965185366 19.397368756032446 C40.74448586657352 19.455850392097844, 40.624859767961674 19.514332028163242, 40.492852123264846 19.578866633275286 C40.4087912826735 19.61166727505812, 40.324730442082156 19.644467916840952, 40.10787234602342 19.729086208503173 C40.02865482554123 19.752670286174638, 39.94943730505904 19.776254363846107, 39.711802435703994 19.847001329696653 C39.58235219942084 19.87414418992531, 39.452901963137684 19.901287050153968, 39.30734795140367 19.931806517013612 C39.162341742897866 19.949881522054046, 39.01733553439206 19.96795652709448, 38.89727172736166 19.982922465033347 C38.74355037408957 19.989280427234693, 38.589829020817476 19.995638389436042, 38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 C15.258923605197456 20, -7.966527789605088 20, -38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 C-38.613401029680844 19.994663443937753, -38.74242705936169 19.98932688787551, -38.89727172736166 19.982922465033347 C-39.0591355189532 19.962746164452646, -39.22099931054473 19.94256986387195, -39.30734795140367 19.931806517013612 C-39.41598188032265 19.909028377448937, -39.52461580924163 19.886250237884262, -39.711802435703994 19.847001329696653 C-39.85027266529705 19.80577695622434, -39.988742894890095 19.764552582752028, -40.10787234602342 19.729086208503173 C-40.24609755384853 19.67515056504143, -40.384322761673644 19.62121492157969, -40.492852123264846 19.578866633275286 C-40.63301589837487 19.510344738967476, -40.7731796734849 19.44182284465966, -40.864111965185366 19.397368756032446 C-40.93692283701675 19.353982893582163, -41.00973370884813 19.31059703113188, -41.219115790612136 19.185832391312644 C-41.292886142368445 19.133161372534836, -41.36665649412475 19.080490353757025, -41.55543856344834 18.94570254698197 C-41.67392485020314 18.845349781123215, -41.79241113695795 18.744997015264456, -41.870782858128706 18.67861955336566 C-41.94145606121146 18.607946350282905, -42.01212926429422 18.53727314720015, -42.16299455336566 18.386407858128706 C-42.25637567502149 18.276152976130035, -42.34975679667731 18.165898094131364, -42.43007754698197 18.07106356344834 C-42.52053956632801 17.94436362214106, -42.611001585674046 17.817663680833782, -42.670207391312644 17.734740790612133 C-42.749689609365454 17.601352417887057, -42.829171827418264 17.46796404516198, -42.88174375603244 17.37973696518537 C-42.938420155546744 17.263803536960477, -42.99509655506104 17.14787010873559, -43.06324163327528 17.00847712326485 C-43.10854484433233 16.89237494367471, -43.153848055389375 16.77627276408457, -43.213461208503176 16.623497346023417 C-43.24170848581217 16.52861641406742, -43.26995576312117 16.433735482111423, -43.33137632969665 16.227427435703994 C-43.35173711184901 16.130322412934515, -43.37209789400137 16.03321739016504, -43.41618151701361 15.82297295140367 C-43.42839932722975 15.724955920054455, -43.440617137445884 15.626938888705242, -43.46729746503335 15.412896727361664 C-43.47304790512287 15.273863904504601, -43.4787983452124 15.134831081647537, -43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 C-43.484375 3.561977446587477, -43.484375 -7.876045106825046, -43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 C-43.47875551397768 -15.135866645426384, -43.473136027955356 -15.271733290852767, -43.46729746503335 -15.41289672736166 C-43.45622879782995 -15.501694791914693, -43.445160130626554 -15.590492856467723, -43.41618151701361 -15.822972951403669 C-43.38779345712278 -15.95836181718754, -43.35940539723195 -16.093750682971415, -43.33137632969665 -16.227427435703994 C-43.28809979519524 -16.3727907526851, -43.24482326069381 -16.5181540696662, -43.213461208503176 -16.623497346023417 C-43.169536473626394 -16.736066793930576, -43.12561173874962 -16.84863624183774, -43.06324163327529 -17.008477123264846 C-43.00088638797104 -17.13602681622128, -42.938531142666804 -17.26357650917771, -42.88174375603245 -17.379736965185366 C-42.818054203264076 -17.486621825868493, -42.75436465049571 -17.59350668655162, -42.670207391312644 -17.734740790612133 C-42.57652991586627 -17.86594425839532, -42.48285244041989 -17.997147726178504, -42.43007754698197 -18.07106356344834 C-42.35242806891089 -18.162744128964995, -42.2747785908398 -18.254424694481646, -42.16299455336566 -18.386407858128706 C-42.048775601121996 -18.500626810372367, -41.934556648878335 -18.61484576261603, -41.870782858128706 -18.678619553365657 C-41.807342384034264 -18.732350894072983, -41.74390190993982 -18.786082234780306, -41.55543856344834 -18.945702546981966 C-41.433488004706156 -19.03277357235396, -41.31153744596397 -19.11984459772595, -41.219115790612136 -19.185832391312644 C-41.1398259852162 -19.23307886019966, -41.060536179820254 -19.280325329086676, -40.864111965185366 -19.397368756032446 C-40.764685930009676 -19.445975182824284, -40.665259894833994 -19.494581609616123, -40.492852123264846 -19.578866633275286 C-40.386676187809336 -19.620296611851924, -40.280500252353825 -19.661726590428557, -40.10787234602342 -19.729086208503173 C-39.952270840864635 -19.775410783687107, -39.79666933570585 -19.821735358871038, -39.711802435703994 -19.847001329696653 C-39.59742667850348 -19.870983404047216, -39.48305092130297 -19.894965478397776, -39.30734795140367 -19.931806517013612 C-39.188283115691924 -19.946647933307467, -39.06921827998018 -19.961489349601322, -38.89727172736166 -19.982922465033347 C-38.74378599455571 -19.989270681900127, -38.590300261749746 -19.99561889876691, -38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-38.484375 -20 C-13.492466399635905 -20, 11.49944220072819 -20, 38.484375 -20 M-38.484375 -20 C-8.95637875800102 -20, 20.57161748399796 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.59676708576281 -19.99535142894725, 38.70915917152561 -19.990702857894497, 38.89727172736166 -19.982922465033347 M38.484375 -20 C38.56855610634146 -19.996518243687074, 38.65273721268293 -19.993036487374148, 38.89727172736166 -19.982922465033347 M38.89727172736166 -19.982922465033347 C39.03251104511985 -19.966064901654974, 39.167750362878024 -19.949207338276604, 39.30734795140367 -19.931806517013612 M38.89727172736166 -19.982922465033347 C39.05380432268505 -19.963410697374453, 39.21033691800845 -19.943898929715555, 39.30734795140367 -19.931806517013612 M39.30734795140367 -19.931806517013612 C39.4118459888731 -19.909895582691348, 39.51634402634253 -19.887984648369084, 39.711802435703994 -19.847001329696653 M39.30734795140367 -19.931806517013612 C39.419311551663355 -19.90833021878656, 39.53127515192304 -19.884853920559504, 39.711802435703994 -19.847001329696653 M39.711802435703994 -19.847001329696653 C39.86082474335973 -19.802635466474207, 40.00984705101547 -19.75826960325176, 40.10787234602342 -19.729086208503173 M39.711802435703994 -19.847001329696653 C39.83647834617141 -19.809883702960462, 39.96115425663883 -19.772766076224272, 40.10787234602342 -19.729086208503173 M40.10787234602342 -19.729086208503173 C40.24261864974731 -19.676508037634118, 40.377364953471194 -19.623929866765064, 40.492852123264846 -19.578866633275286 M40.10787234602342 -19.729086208503173 C40.223765519627776 -19.683864551834855, 40.339658693232124 -19.638642895166534, 40.492852123264846 -19.578866633275286 M40.492852123264846 -19.578866633275286 C40.59866947707269 -19.527135681195393, 40.70448683088053 -19.475404729115503, 40.864111965185366 -19.397368756032446 M40.492852123264846 -19.578866633275286 C40.619898021870306 -19.516757678021687, 40.746943920475765 -19.454648722768088, 40.864111965185366 -19.397368756032446 M40.864111965185366 -19.397368756032446 C40.99602000557713 -19.31876862458811, 41.12792804596889 -19.240168493143774, 41.219115790612136 -19.185832391312644 M40.864111965185366 -19.397368756032446 C40.981828381214214 -19.327224997202098, 41.09954479724306 -19.25708123837175, 41.219115790612136 -19.185832391312644 M41.219115790612136 -19.185832391312644 C41.325385925880894 -19.109956973112777, 41.431656061149646 -19.03408155491291, 41.55543856344834 -18.94570254698197 M41.219115790612136 -19.185832391312644 C41.31879200380949 -19.11466494298107, 41.418468217006854 -19.043497494649493, 41.55543856344834 -18.94570254698197 M41.55543856344834 -18.94570254698197 C41.63955525038002 -18.87445934728631, 41.72367193731171 -18.803216147590653, 41.870782858128706 -18.678619553365657 M41.55543856344834 -18.94570254698197 C41.63780878643545 -18.875938526794005, 41.72017900942256 -18.806174506606045, 41.870782858128706 -18.678619553365657 M41.870782858128706 -18.678619553365657 C41.97629801292729 -18.573104398567075, 42.08181316772587 -18.467589243768494, 42.16299455336566 -18.386407858128706 M41.870782858128706 -18.678619553365657 C41.967688718902274 -18.581713692592086, 42.06459457967585 -18.484807831818518, 42.16299455336566 -18.386407858128706 M42.16299455336566 -18.386407858128706 C42.26936701598409 -18.260814128840153, 42.375739478602526 -18.1352203995516, 42.43007754698197 -18.07106356344834 M42.16299455336566 -18.386407858128706 C42.22978396012213 -18.307549754583572, 42.2965733668786 -18.228691651038442, 42.43007754698197 -18.07106356344834 M42.43007754698197 -18.07106356344834 C42.48583887801526 -17.992964960076378, 42.541600209048546 -17.914866356704415, 42.670207391312644 -17.734740790612136 M42.43007754698197 -18.07106356344834 C42.48027016462649 -18.000764428456748, 42.53046278227101 -17.930465293465154, 42.670207391312644 -17.734740790612136 M42.670207391312644 -17.734740790612136 C42.747580145611295 -17.604892554843264, 42.82495289990995 -17.475044319074392, 42.88174375603245 -17.37973696518537 M42.670207391312644 -17.734740790612136 C42.72648942182197 -17.640287356281537, 42.78277145233129 -17.54583392195094, 42.88174375603245 -17.37973696518537 M42.88174375603245 -17.37973696518537 C42.94835953639408 -17.2434722084721, 43.01497531675571 -17.107207451758832, 43.06324163327529 -17.008477123264846 M42.88174375603245 -17.37973696518537 C42.9419464971783 -17.25659028986042, 43.00214923832416 -17.13344361453547, 43.06324163327529 -17.008477123264846 M43.06324163327529 -17.008477123264846 C43.1183710130096 -16.86719263156411, 43.17350039274391 -16.725908139863368, 43.213461208503176 -16.623497346023417 M43.06324163327529 -17.008477123264846 C43.097131603286 -16.92162457368434, 43.131021573296714 -16.83477202410383, 43.213461208503176 -16.623497346023417 M43.213461208503176 -16.623497346023417 C43.25352969690925 -16.48890966592776, 43.293598185315325 -16.354321985832105, 43.33137632969665 -16.227427435703994 M43.213461208503176 -16.623497346023417 C43.24880944253369 -16.5047647208884, 43.2841576765642 -16.386032095753382, 43.33137632969665 -16.227427435703994 M43.33137632969665 -16.227427435703994 C43.3648896564469 -16.06759505142663, 43.398402983197144 -15.907762667149264, 43.41618151701361 -15.82297295140367 M43.33137632969665 -16.227427435703994 C43.36038865301413 -16.089061321118724, 43.3894009763316 -15.950695206533453, 43.41618151701361 -15.82297295140367 M43.41618151701361 -15.82297295140367 C43.435679983241315 -15.666547066429757, 43.455178449469024 -15.510121181455842, 43.46729746503335 -15.412896727361662 M43.41618151701361 -15.82297295140367 C43.427181507609035 -15.73472584296451, 43.43818149820446 -15.64647873452535, 43.46729746503335 -15.412896727361662 M43.46729746503335 -15.412896727361662 C43.47223138607187 -15.293605515026568, 43.47716530711039 -15.174314302691473, 43.484375 -15 M43.46729746503335 -15.412896727361662 C43.47293361141196 -15.276627271658324, 43.478569757790574 -15.140357815954985, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -4.96663466265654, 43.484375 5.066730674686919, 43.484375 15 M43.484375 -15 C43.484375 -8.788816427907866, 43.484375 -2.5776328558157324, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.47921831586208 15.124677127509479, 43.47406163172416 15.24935425501896, 43.46729746503335 15.412896727361662 M43.484375 15 C43.47800068513121 15.154116724318678, 43.47162637026241 15.308233448637358, 43.46729746503335 15.412896727361662 M43.46729746503335 15.412896727361662 C43.44877972129591 15.561454794341003, 43.43026197755846 15.710012861320344, 43.41618151701361 15.822972951403669 M43.46729746503335 15.412896727361662 C43.44896954366952 15.559931949803701, 43.43064162230569 15.70696717224574, 43.41618151701361 15.822972951403669 M43.41618151701361 15.822972951403669 C43.38390135603196 15.976924098450484, 43.351621195050306 16.130875245497297, 43.33137632969665 16.227427435703994 M43.41618151701361 15.822972951403669 C43.396456882817006 15.917044045453434, 43.3767322486204 16.0111151395032, 43.33137632969665 16.227427435703994 M43.33137632969665 16.227427435703994 C43.29099554140343 16.363064112629257, 43.25061475311021 16.498700789554515, 43.213461208503176 16.623497346023417 M43.33137632969665 16.227427435703994 C43.29248870881292 16.358048651711425, 43.25360108792919 16.488669867718855, 43.213461208503176 16.623497346023417 M43.213461208503176 16.623497346023417 C43.178983009811446 16.71185739651544, 43.144504811119724 16.80021744700747, 43.06324163327529 17.008477123264846 M43.213461208503176 16.623497346023417 C43.15872802945076 16.763766462397577, 43.10399485039833 16.904035578771733, 43.06324163327529 17.008477123264846 M43.06324163327529 17.008477123264846 C43.018446016065944 17.100108022846236, 42.9736503988566 17.19173892242763, 42.88174375603245 17.379736965185366 M43.06324163327529 17.008477123264846 C43.01542422071542 17.10628920403246, 42.96760680815554 17.204101284800075, 42.88174375603245 17.379736965185366 M42.88174375603245 17.379736965185366 C42.80327987824377 17.511416342438984, 42.7248160004551 17.643095719692603, 42.670207391312644 17.734740790612133 M42.88174375603245 17.379736965185366 C42.81011984338763 17.4999373998228, 42.73849593074281 17.620137834460238, 42.670207391312644 17.734740790612133 M42.670207391312644 17.734740790612133 C42.60287295100381 17.829048542050373, 42.53553851069498 17.923356293488617, 42.43007754698197 18.07106356344834 M42.670207391312644 17.734740790612133 C42.6201059863113 17.80491217434833, 42.57000458130996 17.875083558084533, 42.43007754698197 18.07106356344834 M42.43007754698197 18.07106356344834 C42.3320044562961 18.18685824281265, 42.23393136561022 18.302652922176957, 42.16299455336566 18.386407858128706 M42.43007754698197 18.07106356344834 C42.35267366400722 18.16245415538269, 42.27526978103248 18.25384474731704, 42.16299455336566 18.386407858128706 M42.16299455336566 18.386407858128706 C42.08814069147872 18.461261720015646, 42.01328682959178 18.536115581902582, 41.870782858128706 18.678619553365657 M42.16299455336566 18.386407858128706 C42.06678322900315 18.482619182491213, 41.97057190464064 18.578830506853723, 41.870782858128706 18.678619553365657 M41.870782858128706 18.678619553365657 C41.76610508239565 18.767277106965032, 41.661427306662596 18.855934660564408, 41.55543856344834 18.94570254698197 M41.870782858128706 18.678619553365657 C41.74638846159699 18.783976232954423, 41.62199406506528 18.88933291254319, 41.55543856344834 18.94570254698197 M41.55543856344834 18.94570254698197 C41.425427504120194 19.038528659155286, 41.295416444792046 19.131354771328603, 41.219115790612136 19.185832391312644 M41.55543856344834 18.94570254698197 C41.46921651853969 19.00726390379164, 41.38299447363104 19.068825260601308, 41.219115790612136 19.185832391312644 M41.219115790612136 19.185832391312644 C41.1085197224935 19.251733343715046, 40.997923654374866 19.317634296117447, 40.864111965185366 19.397368756032446 M41.219115790612136 19.185832391312644 C41.10618140109584 19.253126680835887, 40.993247011579534 19.320420970359134, 40.864111965185366 19.397368756032446 M40.864111965185366 19.397368756032446 C40.73489285518429 19.460540129599494, 40.60567374518322 19.523711503166542, 40.492852123264846 19.578866633275286 M40.864111965185366 19.397368756032446 C40.759103075513046 19.448704474079847, 40.65409418584072 19.500040192127244, 40.492852123264846 19.578866633275286 M40.492852123264846 19.578866633275286 C40.39094638858098 19.618630374340306, 40.2890406538971 19.658394115405326, 40.10787234602342 19.729086208503173 M40.492852123264846 19.578866633275286 C40.351161088189016 19.634154646726813, 40.20947005311319 19.689442660178344, 40.10787234602342 19.729086208503173 M40.10787234602342 19.729086208503173 C39.96042737174897 19.772982479232045, 39.81298239747452 19.816878749960914, 39.711802435703994 19.847001329696653 M40.10787234602342 19.729086208503173 C39.964287481614065 19.771833274733787, 39.82070261720471 19.814580340964405, 39.711802435703994 19.847001329696653 M39.711802435703994 19.847001329696653 C39.57128267962453 19.876465224148625, 39.430762923545075 19.9059291186006, 39.30734795140367 19.931806517013612 M39.711802435703994 19.847001329696653 C39.55754627038726 19.879345446283992, 39.403290105070525 19.91168956287133, 39.30734795140367 19.931806517013612 M39.30734795140367 19.931806517013612 C39.181087010149824 19.947544926927847, 39.05482606889597 19.963283336842082, 38.89727172736166 19.982922465033347 M39.30734795140367 19.931806517013612 C39.19047584141341 19.946374610331326, 39.07360373142314 19.960942703649035, 38.89727172736166 19.982922465033347 M38.89727172736166 19.982922465033347 C38.74133203445815 19.989372178440536, 38.58539234155464 19.995821891847726, 38.484375 20 M38.89727172736166 19.982922465033347 C38.79795495939226 19.98703023694186, 38.698638191422845 19.99113800885037, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C12.276729134126345 20, -13.93091673174731 20, -38.484375 20 M38.484375 20 C19.661478463371203 20, 0.8385819267424068 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.582583145251405 19.99593808106628, -38.68079129050282 19.991876162132563, -38.89727172736166 19.982922465033347 M-38.484375 20 C-38.58187210364657 19.995967489964595, -38.67936920729314 19.99193497992919, -38.89727172736166 19.982922465033347 M-38.89727172736166 19.982922465033347 C-39.03574857895738 19.96566134348298, -39.1742254305531 19.94840022193262, -39.30734795140367 19.931806517013612 M-38.89727172736166 19.982922465033347 C-38.9801107873493 19.972596586974397, -39.06294984733694 19.96227070891545, -39.30734795140367 19.931806517013612 M-39.30734795140367 19.931806517013612 C-39.41231545651247 19.909797145678922, -39.51728296162127 19.887787774344236, -39.711802435703994 19.847001329696653 M-39.30734795140367 19.931806517013612 C-39.39179243387351 19.914100371002828, -39.47623691634335 19.89639422499204, -39.711802435703994 19.847001329696653 M-39.711802435703994 19.847001329696653 C-39.798446877385935 19.821206161784435, -39.88509131906787 19.795410993872213, -40.10787234602342 19.729086208503173 M-39.711802435703994 19.847001329696653 C-39.83957793523722 19.808960915314085, -39.967353434770445 19.770920500931517, -40.10787234602342 19.729086208503173 M-40.10787234602342 19.729086208503173 C-40.18961063679552 19.697191828472043, -40.271348927567615 19.66529744844091, -40.492852123264846 19.578866633275286 M-40.10787234602342 19.729086208503173 C-40.25299150478685 19.67246053703784, -40.39811066355028 19.615834865572506, -40.492852123264846 19.578866633275286 M-40.492852123264846 19.578866633275286 C-40.64093516822816 19.506473243843605, -40.78901821319147 19.43407985441192, -40.864111965185366 19.397368756032446 M-40.492852123264846 19.578866633275286 C-40.57732679116146 19.537569484559395, -40.66180145905808 19.496272335843503, -40.864111965185366 19.397368756032446 M-40.864111965185366 19.397368756032446 C-40.94227224941378 19.35079533567206, -41.02043253364219 19.30422191531168, -41.219115790612136 19.185832391312644 M-40.864111965185366 19.397368756032446 C-40.96099594971999 19.339638431962314, -41.057879934254615 19.281908107892182, -41.219115790612136 19.185832391312644 M-41.219115790612136 19.185832391312644 C-41.35363993722535 19.08978399675246, -41.48816408383856 18.99373560219227, -41.55543856344834 18.94570254698197 M-41.219115790612136 19.185832391312644 C-41.3065442752699 19.123409653078504, -41.39397275992766 19.06098691484436, -41.55543856344834 18.94570254698197 M-41.55543856344834 18.94570254698197 C-41.656500705024044 18.86010727930581, -41.757562846599754 18.774512011629657, -41.870782858128706 18.67861955336566 M-41.55543856344834 18.94570254698197 C-41.6689711982351 18.849545310325038, -41.78250383302185 18.753388073668102, -41.870782858128706 18.67861955336566 M-41.870782858128706 18.67861955336566 C-41.97542512673929 18.573977284755074, -42.08006739534988 18.469335016144484, -42.16299455336566 18.386407858128706 M-41.870782858128706 18.67861955336566 C-41.95755998197289 18.591842429521474, -42.04433710581707 18.50506530567729, -42.16299455336566 18.386407858128706 M-42.16299455336566 18.386407858128706 C-42.251176302637354 18.282291863503787, -42.339358051909045 18.178175868878867, -42.43007754698197 18.07106356344834 M-42.16299455336566 18.386407858128706 C-42.235012136187585 18.30137685876754, -42.30702971900952 18.216345859406378, -42.43007754698197 18.07106356344834 M-42.43007754698197 18.07106356344834 C-42.50401126860399 17.967512943443875, -42.577944990226 17.863962323439413, -42.670207391312644 17.734740790612133 M-42.43007754698197 18.07106356344834 C-42.50257646950969 17.969522504609422, -42.57507539203742 17.867981445770504, -42.670207391312644 17.734740790612133 M-42.670207391312644 17.734740790612133 C-42.72821337756989 17.63739418523651, -42.78621936382712 17.540047579860882, -42.88174375603244 17.37973696518537 M-42.670207391312644 17.734740790612133 C-42.73359921393893 17.628355585576987, -42.79699103656521 17.521970380541838, -42.88174375603244 17.37973696518537 M-42.88174375603244 17.37973696518537 C-42.92699366633577 17.287176794227257, -42.9722435766391 17.194616623269145, -43.06324163327528 17.00847712326485 M-42.88174375603244 17.37973696518537 C-42.940750953203995 17.25903581414781, -42.99975815037555 17.138334663110253, -43.06324163327528 17.00847712326485 M-43.06324163327528 17.00847712326485 C-43.11240807485904 16.882474332350597, -43.1615745164428 16.756471541436344, -43.213461208503176 16.623497346023417 M-43.06324163327528 17.00847712326485 C-43.11701035635943 16.87067969570531, -43.17077907944357 16.732882268145772, -43.213461208503176 16.623497346023417 M-43.213461208503176 16.623497346023417 C-43.23763406556863 16.542302150418546, -43.26180692263407 16.461106954813676, -43.33137632969665 16.227427435703994 M-43.213461208503176 16.623497346023417 C-43.25895428835274 16.470688784459842, -43.3044473682023 16.317880222896264, -43.33137632969665 16.227427435703994 M-43.33137632969665 16.227427435703994 C-43.3605516313541 16.088284041773797, -43.38972693301154 15.9491406478436, -43.41618151701361 15.82297295140367 M-43.33137632969665 16.227427435703994 C-43.36128741377381 16.08477493450645, -43.39119849785097 15.942122433308905, -43.41618151701361 15.82297295140367 M-43.41618151701361 15.82297295140367 C-43.426743622843325 15.738238760913685, -43.43730572867304 15.6535045704237, -43.46729746503335 15.412896727361664 M-43.41618151701361 15.82297295140367 C-43.43353626735242 15.683744965543296, -43.450891017691234 15.54451697968292, -43.46729746503335 15.412896727361664 M-43.46729746503335 15.412896727361664 C-43.47344961246213 15.264151516501222, -43.47960175989091 15.115406305640779, -43.484375 15 M-43.46729746503335 15.412896727361664 C-43.47170011782446 15.3064503969803, -43.47610277061557 15.200004066598934, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 5.470819227413685, -43.484375 -4.05836154517263, -43.484375 -15 M-43.484375 15 C-43.484375 8.08716864714988, -43.484375 1.1743372942997627, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.47916343935922 -15.126003919021484, -43.47395187871844 -15.252007838042967, -43.46729746503335 -15.41289672736166 M-43.484375 -15 C-43.47832275666225 -15.14632975263896, -43.4722705133245 -15.292659505277923, -43.46729746503335 -15.41289672736166 M-43.46729746503335 -15.41289672736166 C-43.453228348596625 -15.525765809663522, -43.43915923215991 -15.638634891965383, -43.41618151701361 -15.822972951403669 M-43.46729746503335 -15.41289672736166 C-43.447068412330836 -15.575183721334463, -43.426839359628325 -15.737470715307268, -43.41618151701361 -15.822972951403669 M-43.41618151701361 -15.822972951403669 C-43.392395495386374 -15.93641369029201, -43.36860947375914 -16.049854429180353, -43.33137632969665 -16.227427435703994 M-43.41618151701361 -15.822972951403669 C-43.38232094429312 -15.984461427652114, -43.34846037157263 -16.14594990390056, -43.33137632969665 -16.227427435703994 M-43.33137632969665 -16.227427435703994 C-43.28964662391389 -16.36759504660706, -43.247916918131125 -16.50776265751013, -43.213461208503176 -16.623497346023417 M-43.33137632969665 -16.227427435703994 C-43.29604121772615 -16.346115984616397, -43.260706105755645 -16.4648045335288, -43.213461208503176 -16.623497346023417 M-43.213461208503176 -16.623497346023417 C-43.15618044037158 -16.770295373657746, -43.09889967223998 -16.917093401292075, -43.06324163327529 -17.008477123264846 M-43.213461208503176 -16.623497346023417 C-43.163190144208684 -16.75233104232714, -43.112919079914185 -16.88116473863086, -43.06324163327529 -17.008477123264846 M-43.06324163327529 -17.008477123264846 C-43.019667824145245 -17.09760877447336, -42.9760940150152 -17.18674042568188, -42.88174375603245 -17.379736965185366 M-43.06324163327529 -17.008477123264846 C-42.99519860333965 -17.147661365645263, -42.92715557340401 -17.286845608025683, -42.88174375603245 -17.379736965185366 M-42.88174375603245 -17.379736965185366 C-42.8117311115244 -17.4972333429903, -42.74171846701636 -17.61472972079523, -42.670207391312644 -17.734740790612133 M-42.88174375603245 -17.379736965185366 C-42.80721528775077 -17.504811873124897, -42.732686819469095 -17.62988678106443, -42.670207391312644 -17.734740790612133 M-42.670207391312644 -17.734740790612133 C-42.594294698118574 -17.84106313275856, -42.518382004924504 -17.94738547490499, -42.43007754698197 -18.07106356344834 M-42.670207391312644 -17.734740790612133 C-42.57835144518749 -17.86339304784578, -42.486495499062336 -17.99204530507943, -42.43007754698197 -18.07106356344834 M-42.43007754698197 -18.07106356344834 C-42.32613989587992 -18.19378251621175, -42.22220224477786 -18.31650146897516, -42.16299455336566 -18.386407858128706 M-42.43007754698197 -18.07106356344834 C-42.357507456474536 -18.156746907401093, -42.2849373659671 -18.24243025135384, -42.16299455336566 -18.386407858128706 M-42.16299455336566 -18.386407858128706 C-42.061151920227125 -18.488250491267237, -41.959309287088594 -18.590093124405772, -41.870782858128706 -18.678619553365657 M-42.16299455336566 -18.386407858128706 C-42.053807300646305 -18.495595110848058, -41.94462004792695 -18.604782363567413, -41.870782858128706 -18.678619553365657 M-41.870782858128706 -18.678619553365657 C-41.805412025566675 -18.73398582429678, -41.74004119300464 -18.78935209522791, -41.55543856344834 -18.945702546981966 M-41.870782858128706 -18.678619553365657 C-41.774438677296615 -18.7602189121244, -41.678094496464524 -18.84181827088314, -41.55543856344834 -18.945702546981966 M-41.55543856344834 -18.945702546981966 C-41.47682398923231 -19.00183227411707, -41.39820941501628 -19.057962001252175, -41.219115790612136 -19.185832391312644 M-41.55543856344834 -18.945702546981966 C-41.46084491808898 -19.01324111162706, -41.36625127272961 -19.08077967627215, -41.219115790612136 -19.185832391312644 M-41.219115790612136 -19.185832391312644 C-41.121285766139195 -19.244126432827766, -41.02345574166626 -19.302420474342885, -40.864111965185366 -19.397368756032446 M-41.219115790612136 -19.185832391312644 C-41.096871097091366 -19.258674417853015, -40.974626403570596 -19.331516444393383, -40.864111965185366 -19.397368756032446 M-40.864111965185366 -19.397368756032446 C-40.78430607585879 -19.43638347798385, -40.70450018653221 -19.475398199935253, -40.492852123264846 -19.578866633275286 M-40.864111965185366 -19.397368756032446 C-40.7170870058035 -19.469244878942707, -40.57006204642163 -19.54112100185297, -40.492852123264846 -19.578866633275286 M-40.492852123264846 -19.578866633275286 C-40.39848648117242 -19.61568822108129, -40.30412083908 -19.65250980888729, -40.10787234602342 -19.729086208503173 M-40.492852123264846 -19.578866633275286 C-40.382225645982516 -19.622033218661635, -40.27159916870018 -19.665199804047983, -40.10787234602342 -19.729086208503173 M-40.10787234602342 -19.729086208503173 C-39.97077350854302 -19.769902300854014, -39.83367467106261 -19.810718393204855, -39.711802435703994 -19.847001329696653 M-40.10787234602342 -19.729086208503173 C-39.989831188774254 -19.76422858362485, -39.87179003152509 -19.799370958746525, -39.711802435703994 -19.847001329696653 M-39.711802435703994 -19.847001329696653 C-39.58108375596064 -19.874410154550304, -39.45036507621728 -19.901818979403952, -39.30734795140367 -19.931806517013612 M-39.711802435703994 -19.847001329696653 C-39.5505302320408 -19.88081655482473, -39.389258028377604 -19.914631779952806, -39.30734795140367 -19.931806517013612 M-39.30734795140367 -19.931806517013612 C-39.19864429693846 -19.94535641341197, -39.08994064247325 -19.958906309810327, -38.89727172736166 -19.982922465033347 M-39.30734795140367 -19.931806517013612 C-39.2198264994248 -19.94271605462559, -39.132305047445925 -19.953625592237564, -38.89727172736166 -19.982922465033347 M-38.89727172736166 -19.982922465033347 C-38.781276815694916 -19.987720050067747, -38.66528190402816 -19.992517635102146, -38.484375 -20 M-38.89727172736166 -19.982922465033347 C-38.803300443587155 -19.98680914608014, -38.709329159812654 -19.990695827126938, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-35.484375, -12)\"><rect></rect><foreignObject width=\"70.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Delivered</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closed-10\" transform=\"translate(233.5390625, 868)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.0703125 -20 C-14.516002885834359 -20, -0.9616932716687181 -20, 28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 C28.203484816796898 -19.994491952234107, 28.336657133593796 -19.988983904468213, 28.483209227361662 -19.982922465033347 C28.64628831104886 -19.962594678450902, 28.809367394736057 -19.942266891868456, 28.89328545140367 -19.931806517013612 C29.012769842032515 -19.906753274876216, 29.132254232661364 -19.88170003273882, 29.297739935703998 -19.847001329696653 C29.42646974769515 -19.808676804185716, 29.555199559686304 -19.770352278674782, 29.693809846023417 -19.729086208503173 C29.781970041375573 -19.694685993529017, 29.870130236727725 -19.660285778554858, 30.078789623264846 -19.578866633275286 C30.22488285832463 -19.507446002630925, 30.370976093384414 -19.43602537198656, 30.45004946518537 -19.397368756032446 C30.55518169179471 -19.3347235464911, 30.660313918404057 -19.272078336949757, 30.805053290612136 -19.185832391312644 C30.888326897036308 -19.126376179118445, 30.971600503460483 -19.066919966924246, 31.14137606344834 -18.94570254698197 C31.21845048925378 -18.880423838209897, 31.295524915059215 -18.815145129437823, 31.456720358128706 -18.678619553365657 C31.528842985064824 -18.60649692642954, 31.60096561200094 -18.53437429949342, 31.748932053365657 -18.386407858128706 C31.84069275422476 -18.278066203349443, 31.93245345508387 -18.16972454857018, 32.01601504698197 -18.07106356344834 C32.093150275947195 -17.96302895341788, 32.17028550491242 -17.854994343387418, 32.256144891312644 -17.734740790612136 C32.338043644559434 -17.597296948562544, 32.419942397806224 -17.459853106512952, 32.46768125603245 -17.37973696518537 C32.5118443212503 -17.289399971383684, 32.55600738646815 -17.199062977581995, 32.64917913327529 -17.008477123264846 C32.690019245259414 -16.90381288632827, 32.73085935724354 -16.799148649391697, 32.799398708503176 -16.623497346023417 C32.84015275151362 -16.48660692860346, 32.88090679452406 -16.3497165111835, 32.91731382969665 -16.227427435703994 C32.94146541702755 -16.112243234029577, 32.96561700435845 -15.99705903235516, 33.00211901701361 -15.82297295140367 C33.01687737285252 -15.704574465804821, 33.03163572869142 -15.586175980205974, 33.05323496503335 -15.412896727361662 C33.057763179444706 -15.303414596896479, 33.06229139385607 -15.193932466431296, 33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 C33.0703125 -3.1952107760055597, 33.0703125 8.60957844798888, 33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 C33.0659751863446 15.10486657572955, 33.061637872689204 15.209733151459101, 33.05323496503335 15.412896727361662 C33.04162685903705 15.506022424128599, 33.03001875304076 15.599148120895535, 33.00211901701361 15.822972951403669 C32.97674240724813 15.94399955296788, 32.95136579748265 16.06502615453209, 32.91731382969665 16.227427435703994 C32.88771509450682 16.326847834661734, 32.85811635931699 16.426268233619478, 32.799398708503176 16.623497346023417 C32.75150460673186 16.746239409453754, 32.703610504960544 16.868981472884094, 32.64917913327529 17.008477123264846 C32.60376120314886 17.101380984264466, 32.55834327302243 17.194284845264086, 32.46768125603245 17.379736965185366 C32.38834945320997 17.512872908583493, 32.309017650387496 17.64600885198162, 32.256144891312644 17.734740790612133 C32.161531551205485 17.867255018407644, 32.066918211098326 17.999769246203154, 32.01601504698197 18.07106356344834 C31.955451928821674 18.142570301939294, 31.894888810661374 18.214077040430247, 31.748932053365657 18.386407858128706 C31.670227639482004 18.46511227201236, 31.59152322559835 18.54381668589601, 31.456720358128706 18.678619553365657 C31.336301412360854 18.780609197910827, 31.215882466593 18.882598842456, 31.14137606344834 18.94570254698197 C31.034482248230596 19.022023264106437, 30.92758843301285 19.098343981230908, 30.805053290612136 19.185832391312644 C30.682425205577953 19.25890286960819, 30.55979712054377 19.33197334790373, 30.45004946518537 19.397368756032446 C30.327192217141548 19.457430004802315, 30.204334969097722 19.517491253572185, 30.078789623264846 19.578866633275286 C29.970953519092458 19.620944411695444, 29.863117414920072 19.6630221901156, 29.693809846023417 19.729086208503173 C29.563695790954196 19.76782284103375, 29.433581735884978 19.806559473564327, 29.297739935703998 19.847001329696653 C29.20250065823244 19.866970906198887, 29.10726138076089 19.88694048270112, 28.89328545140367 19.931806517013612 C28.775732917768817 19.946459425050172, 28.658180384133964 19.96111233308673, 28.483209227361662 19.982922465033347 C28.361465608099135 19.987957818372685, 28.239721988836607 19.992993171712026, 28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 C11.38039454987743 20, -5.309523400245141 20, -28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 C-28.2050662688961 19.99442654289145, -28.3398200377922 19.988853085782896, -28.483209227361662 19.982922465033347 C-28.585764691346963 19.970138939779087, -28.688320155332264 19.957355414524827, -28.89328545140367 19.931806517013612 C-28.982501470891457 19.913099884900426, -29.071717490379246 19.894393252787236, -29.297739935703994 19.847001329696653 C-29.43610300291792 19.805808859846888, -29.57446607013185 19.764616389997123, -29.693809846023417 19.729086208503173 C-29.823476720986804 19.678490036886835, -29.95314359595019 19.627893865270494, -30.078789623264846 19.578866633275286 C-30.158882867934416 19.539711431856734, -30.238976112603986 19.500556230438182, -30.45004946518537 19.397368756032446 C-30.569367740619963 19.326270496176434, -30.68868601605456 19.255172236320423, -30.805053290612133 19.185832391312644 C-30.899488256406684 19.118407121699214, -30.993923222201236 19.05098185208578, -31.14137606344834 18.94570254698197 C-31.246946037452272 18.856289339993253, -31.352516011456203 18.76687613300454, -31.456720358128706 18.67861955336566 C-31.541195697397615 18.59414421409675, -31.62567103666652 18.50966887482784, -31.748932053365657 18.386407858128706 C-31.81582607778879 18.307426232737956, -31.88272010221192 18.228444607347207, -32.01601504698197 18.07106356344834 C-32.06439186594496 18.003307612746003, -32.112768684907955 17.935551662043668, -32.256144891312644 17.734740790612133 C-32.31264243585946 17.639925677059885, -32.36913998040627 17.545110563507638, -32.46768125603244 17.37973696518537 C-32.522878798482786 17.266828587435597, -32.57807634093314 17.153920209685822, -32.64917913327528 17.00847712326485 C-32.68929740302227 16.9056628094374, -32.72941567276926 16.802848495609947, -32.799398708503176 16.623497346023417 C-32.82778544943189 16.52814796402643, -32.85617219036061 16.43279858202945, -32.91731382969665 16.227427435703994 C-32.94230952735562 16.10821748727714, -32.967305225014584 15.989007538850286, -33.00211901701361 15.82297295140367 C-33.02218126017823 15.662024182154964, -33.04224350334284 15.501075412906257, -33.05323496503335 15.412896727361664 C-33.05770348627268 15.304857844731936, -33.06217200751202 15.196818962102208, -33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 C-33.0703125 8.940928779219817, -33.0703125 2.881857558439636, -33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 C-33.065557369933465 -15.114968445181693, -33.06080223986692 -15.229936890363387, -33.05323496503335 -15.41289672736166 C-33.03938106740183 -15.524039222983651, -33.025527169770314 -15.63518171860564, -33.00211901701361 -15.822972951403669 C-32.981824986705654 -15.919759620029298, -32.961530956397695 -16.016546288654926, -32.91731382969665 -16.227427435703994 C-32.87469682796478 -16.370575421163203, -32.83207982623291 -16.51372340662241, -32.799398708503176 -16.623497346023417 C-32.74296817668686 -16.768116404726676, -32.68653764487055 -16.91273546342994, -32.64917913327529 -17.008477123264846 C-32.60655746078808 -17.09566114784061, -32.563935788300874 -17.18284517241637, -32.46768125603245 -17.379736965185366 C-32.399359744133015 -17.494395256280445, -32.33103823223359 -17.609053547375524, -32.256144891312644 -17.734740790612133 C-32.197574371195635 -17.816773908099538, -32.139003851078634 -17.89880702558694, -32.01601504698197 -18.07106356344834 C-31.91287113243344 -18.192845353233896, -31.809727217884912 -18.314627143019447, -31.74893205336566 -18.386407858128706 C-31.684203990807326 -18.45113592068704, -31.619475928248992 -18.515863983245374, -31.456720358128706 -18.678619553365657 C-31.34620153898838 -18.772224218377453, -31.23568271984806 -18.865828883389252, -31.14137606344834 -18.945702546981966 C-31.019997811590745 -19.03236495309233, -30.89861955973315 -19.119027359202693, -30.805053290612136 -19.185832391312644 C-30.71425095705326 -19.23993883798552, -30.62344862349438 -19.29404528465839, -30.450049465185366 -19.397368756032446 C-30.31928865111394 -19.461293822793614, -30.18852783704251 -19.525218889554782, -30.07878962326485 -19.578866633275286 C-29.936579504413324 -19.634357193844618, -29.794369385561794 -19.68984775441395, -29.69380984602342 -19.729086208503173 C-29.586539349420843 -19.76102201902, -29.479268852818265 -19.792957829536824, -29.297739935703994 -19.847001329696653 C-29.180846821111718 -19.87151123838566, -29.063953706519445 -19.89602114707467, -28.893285451403674 -19.931806517013612 C-28.77187826916375 -19.946939906497715, -28.650471086923826 -19.96207329598182, -28.483209227361662 -19.982922465033347 C-28.335863272439106 -19.98901673880845, -28.18851731751655 -19.995111012583546, -28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.0703125 -20 C-8.430440286956209 -20, 11.209431926087582 -20, 28.0703125 -20 M-28.0703125 -20 C-16.499727148606027 -20, -4.929141797212054 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.18651276214035 -19.995193921607186, 28.3027130242807 -19.990387843214375, 28.483209227361662 -19.982922465033347 M28.0703125 -20 C28.17451714476823 -19.995690064011676, 28.278721789536462 -19.99138012802335, 28.483209227361662 -19.982922465033347 M28.483209227361662 -19.982922465033347 C28.64102534448645 -19.963250706548756, 28.79884146161124 -19.943578948064168, 28.89328545140367 -19.931806517013612 M28.483209227361662 -19.982922465033347 C28.636152499278168 -19.963858106070532, 28.78909577119467 -19.94479374710772, 28.89328545140367 -19.931806517013612 M28.89328545140367 -19.931806517013612 C29.037190014485713 -19.901632903166682, 29.18109457756776 -19.87145928931975, 29.297739935703998 -19.847001329696653 M28.89328545140367 -19.931806517013612 C29.04359612625794 -19.90028968277995, 29.19390680111221 -19.868772848546286, 29.297739935703998 -19.847001329696653 M29.297739935703998 -19.847001329696653 C29.406573142633174 -19.814600280158253, 29.51540634956235 -19.782199230619852, 29.693809846023417 -19.729086208503173 M29.297739935703998 -19.847001329696653 C29.401233325952695 -19.816190012462133, 29.504726716201393 -19.785378695227614, 29.693809846023417 -19.729086208503173 M29.693809846023417 -19.729086208503173 C29.81110340264217 -19.683318120686998, 29.928396959260922 -19.637550032870823, 30.078789623264846 -19.578866633275286 M29.693809846023417 -19.729086208503173 C29.84552053382326 -19.669888514426553, 29.997231221623107 -19.610690820349934, 30.078789623264846 -19.578866633275286 M30.078789623264846 -19.578866633275286 C30.174734421125542 -19.53196207970405, 30.27067921898624 -19.485057526132813, 30.45004946518537 -19.397368756032446 M30.078789623264846 -19.578866633275286 C30.16820033650522 -19.535156399030857, 30.257611049745588 -19.491446164786428, 30.45004946518537 -19.397368756032446 M30.45004946518537 -19.397368756032446 C30.544664627047585 -19.340990356831682, 30.639279788909803 -19.284611957630915, 30.805053290612136 -19.185832391312644 M30.45004946518537 -19.397368756032446 C30.559297080687887 -19.332271306984037, 30.66854469619041 -19.267173857935624, 30.805053290612136 -19.185832391312644 M30.805053290612136 -19.185832391312644 C30.939252746474498 -19.09001582149272, 31.07345220233686 -18.9941992516728, 31.14137606344834 -18.94570254698197 M30.805053290612136 -19.185832391312644 C30.898652504168215 -19.11900383732816, 30.992251717724294 -19.05217528334368, 31.14137606344834 -18.94570254698197 M31.14137606344834 -18.94570254698197 C31.220782068366187 -18.87844909143407, 31.300188073284033 -18.81119563588617, 31.456720358128706 -18.678619553365657 M31.14137606344834 -18.94570254698197 C31.25096634394835 -18.8528843140824, 31.360556624448353 -18.760066081182828, 31.456720358128706 -18.678619553365657 M31.456720358128706 -18.678619553365657 C31.57020983023656 -18.565130081257802, 31.683699302344415 -18.451640609149948, 31.748932053365657 -18.386407858128706 M31.456720358128706 -18.678619553365657 C31.539721339485407 -18.595618572008956, 31.622722320842108 -18.512617590652255, 31.748932053365657 -18.386407858128706 M31.748932053365657 -18.386407858128706 C31.812218237617195 -18.31168600157919, 31.875504421868737 -18.236964145029674, 32.01601504698197 -18.07106356344834 M31.748932053365657 -18.386407858128706 C31.824689166007996 -18.296961604251763, 31.900446278650332 -18.207515350374816, 32.01601504698197 -18.07106356344834 M32.01601504698197 -18.07106356344834 C32.08478071548468 -17.974751252201763, 32.1535463839874 -17.87843894095519, 32.256144891312644 -17.734740790612136 M32.01601504698197 -18.07106356344834 C32.08334202070171 -17.976766269618793, 32.15066899442145 -17.882468975789248, 32.256144891312644 -17.734740790612136 M32.256144891312644 -17.734740790612136 C32.30727596588296 -17.648931775719184, 32.35840704045327 -17.563122760826232, 32.46768125603245 -17.37973696518537 M32.256144891312644 -17.734740790612136 C32.31713159567663 -17.632391894817964, 32.37811830004061 -17.53004299902379, 32.46768125603245 -17.37973696518537 M32.46768125603245 -17.37973696518537 C32.51828204989191 -17.276231386967616, 32.56888284375136 -17.172725808749863, 32.64917913327529 -17.008477123264846 M32.46768125603245 -17.37973696518537 C32.53888146974624 -17.23409460016355, 32.61008168346002 -17.088452235141734, 32.64917913327529 -17.008477123264846 M32.64917913327529 -17.008477123264846 C32.6808950809691 -16.9271961153826, 32.71261102866292 -16.845915107500353, 32.799398708503176 -16.623497346023417 M32.64917913327529 -17.008477123264846 C32.70153923268653 -16.874289688790352, 32.75389933209777 -16.74010225431586, 32.799398708503176 -16.623497346023417 M32.799398708503176 -16.623497346023417 C32.837261494581824 -16.49631848944566, 32.87512428066047 -16.3691396328679, 32.91731382969665 -16.227427435703994 M32.799398708503176 -16.623497346023417 C32.82346074616074 -16.542674386248002, 32.8475227838183 -16.461851426472588, 32.91731382969665 -16.227427435703994 M32.91731382969665 -16.227427435703994 C32.93517155290048 -16.14226004845225, 32.953029276104296 -16.057092661200503, 33.00211901701361 -15.82297295140367 M32.91731382969665 -16.227427435703994 C32.94659431666844 -16.087782390006797, 32.975874803640224 -15.9481373443096, 33.00211901701361 -15.82297295140367 M33.00211901701361 -15.82297295140367 C33.01245496615296 -15.740053096462958, 33.022790915292305 -15.657133241522248, 33.05323496503335 -15.412896727361662 M33.00211901701361 -15.82297295140367 C33.0174699952283 -15.699820169825562, 33.032820973442995 -15.576667388247452, 33.05323496503335 -15.412896727361662 M33.05323496503335 -15.412896727361662 C33.057137100759164 -15.318551783898954, 33.06103923648498 -15.224206840436244, 33.0703125 -15 M33.05323496503335 -15.412896727361662 C33.05757606390537 -15.307938633531725, 33.061917162777405 -15.20298053970179, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -3.925777520272371, 33.0703125 7.148444959455258, 33.0703125 15 M33.0703125 -15 C33.0703125 -6.684749038205325, 33.0703125 1.6305019235893496, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.06643533730715 15.093741151193813, 33.0625581746143 15.187482302387624, 33.05323496503335 15.412896727361662 M33.0703125 15 C33.064693269454516 15.135860468565998, 33.05907403890903 15.271720937131995, 33.05323496503335 15.412896727361662 M33.05323496503335 15.412896727361662 C33.04086092398305 15.512167116088262, 33.02848688293275 15.611437504814864, 33.00211901701361 15.822972951403669 M33.05323496503335 15.412896727361662 C33.04083205772596 15.512398694806203, 33.028429150418575 15.611900662250742, 33.00211901701361 15.822972951403669 M33.00211901701361 15.822972951403669 C32.97507015432772 15.951974892849142, 32.948021291641815 16.080976834294617, 32.91731382969665 16.227427435703994 M33.00211901701361 15.822972951403669 C32.97112547257994 15.970787942763906, 32.94013192814627 16.118602934124144, 32.91731382969665 16.227427435703994 M32.91731382969665 16.227427435703994 C32.88987530811081 16.31959180507246, 32.86243678652497 16.411756174440924, 32.799398708503176 16.623497346023417 M32.91731382969665 16.227427435703994 C32.88126861278 16.348501185085127, 32.845223395863336 16.46957493446626, 32.799398708503176 16.623497346023417 M32.799398708503176 16.623497346023417 C32.76529732540952 16.71089170090097, 32.73119594231586 16.798286055778526, 32.64917913327529 17.008477123264846 M32.799398708503176 16.623497346023417 C32.764976177331405 16.71171473288854, 32.73055364615964 16.799932119753667, 32.64917913327529 17.008477123264846 M32.64917913327529 17.008477123264846 C32.587312794553576 17.13502674182206, 32.52544645583186 17.26157636037927, 32.46768125603245 17.379736965185366 M32.64917913327529 17.008477123264846 C32.606605801852346 17.095562264613154, 32.56403247042941 17.18264740596146, 32.46768125603245 17.379736965185366 M32.46768125603245 17.379736965185366 C32.408644635858074 17.478813197444207, 32.3496080156837 17.57788942970305, 32.256144891312644 17.734740790612133 M32.46768125603245 17.379736965185366 C32.38687508765791 17.51534721323438, 32.306068919283376 17.6509574612834, 32.256144891312644 17.734740790612133 M32.256144891312644 17.734740790612133 C32.17465189505768 17.84887883348472, 32.093158898802706 17.963016876357305, 32.01601504698197 18.07106356344834 M32.256144891312644 17.734740790612133 C32.18151529706963 17.83926604086336, 32.10688570282662 17.943791291114586, 32.01601504698197 18.07106356344834 M32.01601504698197 18.07106356344834 C31.934049307556958 18.16784032911567, 31.852083568131945 18.264617094783, 31.748932053365657 18.386407858128706 M32.01601504698197 18.07106356344834 C31.938205094664443 18.16293360054974, 31.86039514234692 18.254803637651136, 31.748932053365657 18.386407858128706 M31.748932053365657 18.386407858128706 C31.656900991177626 18.478438920316737, 31.564869928989594 18.57046998250477, 31.456720358128706 18.678619553365657 M31.748932053365657 18.386407858128706 C31.651739636333303 18.48360027516106, 31.554547219300947 18.580792692193416, 31.456720358128706 18.678619553365657 M31.456720358128706 18.678619553365657 C31.363556424383702 18.75752538023945, 31.2703924906387 18.836431207113243, 31.14137606344834 18.94570254698197 M31.456720358128706 18.678619553365657 C31.37813702093024 18.74517624489737, 31.299553683731776 18.81173293642908, 31.14137606344834 18.94570254698197 M31.14137606344834 18.94570254698197 C31.06615841179188 18.99940691802669, 30.99094076013542 19.05311128907141, 30.805053290612136 19.185832391312644 M31.14137606344834 18.94570254698197 C31.037086933270125 19.020163554733212, 30.93279780309191 19.09462456248446, 30.805053290612136 19.185832391312644 M30.805053290612136 19.185832391312644 C30.686197569231147 19.256655028778194, 30.567341847850162 19.327477666243745, 30.45004946518537 19.397368756032446 M30.805053290612136 19.185832391312644 C30.721674681018825 19.235515258666418, 30.638296071425515 19.285198126020195, 30.45004946518537 19.397368756032446 M30.45004946518537 19.397368756032446 C30.360705503950633 19.441046357209796, 30.271361542715898 19.48472395838715, 30.078789623264846 19.578866633275286 M30.45004946518537 19.397368756032446 C30.341538941352084 19.45041631871084, 30.233028417518796 19.503463881389237, 30.078789623264846 19.578866633275286 M30.078789623264846 19.578866633275286 C29.930429134422422 19.63675707566217, 29.78206864558 19.694647518049052, 29.693809846023417 19.729086208503173 M30.078789623264846 19.578866633275286 C29.958062598577026 19.625974464489385, 29.837335573889206 19.673082295703484, 29.693809846023417 19.729086208503173 M29.693809846023417 19.729086208503173 C29.59545844779896 19.758366688385706, 29.49710704957451 19.78764716826824, 29.297739935703998 19.847001329696653 M29.693809846023417 19.729086208503173 C29.60106763185476 19.756696761939633, 29.50832541768611 19.784307315376093, 29.297739935703998 19.847001329696653 M29.297739935703998 19.847001329696653 C29.200573899686976 19.867374904981705, 29.103407863669958 19.887748480266758, 28.89328545140367 19.931806517013612 M29.297739935703998 19.847001329696653 C29.203987536671274 19.86665914057527, 29.11023513763855 19.886316951453885, 28.89328545140367 19.931806517013612 M28.89328545140367 19.931806517013612 C28.800185873534726 19.94341136729267, 28.707086295665786 19.955016217571725, 28.483209227361662 19.982922465033347 M28.89328545140367 19.931806517013612 C28.760703151560254 19.948332883454302, 28.62812085171684 19.964859249894992, 28.483209227361662 19.982922465033347 M28.483209227361662 19.982922465033347 C28.36373375678547 19.987864007049094, 28.244258286209284 19.99280554906484, 28.0703125 20 M28.483209227361662 19.982922465033347 C28.389733540406056 19.986788648044087, 28.29625785345045 19.99065483105483, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C9.214679174545907 20, -9.640954150908186 20, -28.0703125 20 M28.0703125 20 C7.1437018670902255 20, -13.782908765819549 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.189142539816487 19.99508515319794, -28.307972579632978 19.99017030639588, -28.483209227361662 19.982922465033347 M-28.0703125 20 C-28.231411518997664 19.993336895287097, -28.392510537995328 19.98667379057419, -28.483209227361662 19.982922465033347 M-28.483209227361662 19.982922465033347 C-28.594722133920694 19.96902239572668, -28.706235040479726 19.95512232642001, -28.89328545140367 19.931806517013612 M-28.483209227361662 19.982922465033347 C-28.621537214122082 19.965679899465353, -28.7598652008825 19.948437333897356, -28.89328545140367 19.931806517013612 M-28.89328545140367 19.931806517013612 C-29.047190734811927 19.899535972625692, -29.20109601822018 19.867265428237772, -29.297739935703994 19.847001329696653 M-28.89328545140367 19.931806517013612 C-29.046143930534964 19.899755464401004, -29.199002409666257 19.867704411788395, -29.297739935703994 19.847001329696653 M-29.297739935703994 19.847001329696653 C-29.39458044499285 19.81817066093915, -29.49142095428171 19.78933999218164, -29.693809846023417 19.729086208503173 M-29.297739935703994 19.847001329696653 C-29.44742601815314 19.8024378521562, -29.59711210060229 19.75787437461575, -29.693809846023417 19.729086208503173 M-29.693809846023417 19.729086208503173 C-29.8365691055307 19.673381372585045, -29.979328365037983 19.617676536666913, -30.078789623264846 19.578866633275286 M-29.693809846023417 19.729086208503173 C-29.84498589843694 19.670097129801654, -29.996161950850457 19.611108051100135, -30.078789623264846 19.578866633275286 M-30.078789623264846 19.578866633275286 C-30.200482364466758 19.519374677210894, -30.32217510566867 19.4598827211465, -30.45004946518537 19.397368756032446 M-30.078789623264846 19.578866633275286 C-30.192526613859034 19.523264006688883, -30.30626360445322 19.46766138010248, -30.45004946518537 19.397368756032446 M-30.45004946518537 19.397368756032446 C-30.57829606700954 19.320950368413833, -30.706542668833713 19.24453198079522, -30.805053290612133 19.185832391312644 M-30.45004946518537 19.397368756032446 C-30.546944215332307 19.33963201704977, -30.643838965479244 19.281895278067093, -30.805053290612133 19.185832391312644 M-30.805053290612133 19.185832391312644 C-30.893465989601903 19.122706937552163, -30.981878688591674 19.059581483791682, -31.14137606344834 18.94570254698197 M-30.805053290612133 19.185832391312644 C-30.90978213270719 19.111057435287094, -31.01451097480225 19.036282479261548, -31.14137606344834 18.94570254698197 M-31.14137606344834 18.94570254698197 C-31.209881123326348 18.887681720923812, -31.27838618320435 18.829660894865654, -31.456720358128706 18.67861955336566 M-31.14137606344834 18.94570254698197 C-31.22904405496568 18.871451545731055, -31.31671204648302 18.797200544480145, -31.456720358128706 18.67861955336566 M-31.456720358128706 18.67861955336566 C-31.56943548135792 18.565904430136445, -31.682150604587136 18.45318930690723, -31.748932053365657 18.386407858128706 M-31.456720358128706 18.67861955336566 C-31.529045004583562 18.606294906910804, -31.601369651038414 18.53397026045595, -31.748932053365657 18.386407858128706 M-31.748932053365657 18.386407858128706 C-31.80614414551529 18.31885766857215, -31.863356237664927 18.25130747901559, -32.01601504698197 18.07106356344834 M-31.748932053365657 18.386407858128706 C-31.803772427714396 18.321657950488184, -31.858612802063135 18.256908042847662, -32.01601504698197 18.07106356344834 M-32.01601504698197 18.07106356344834 C-32.08190787878033 17.978774910356407, -32.147800710578686 17.886486257264476, -32.256144891312644 17.734740790612133 M-32.01601504698197 18.07106356344834 C-32.092580472225926 17.96382701318444, -32.169145897469875 17.856590462920533, -32.256144891312644 17.734740790612133 M-32.256144891312644 17.734740790612133 C-32.3254645841347 17.618407335785893, -32.394784276956756 17.50207388095965, -32.46768125603244 17.37973696518537 M-32.256144891312644 17.734740790612133 C-32.306073292538564 17.650950122014216, -32.35600169376449 17.5671594534163, -32.46768125603244 17.37973696518537 M-32.46768125603244 17.37973696518537 C-32.53568994779035 17.240622962670173, -32.60369863954826 17.101508960154977, -32.64917913327528 17.00847712326485 M-32.46768125603244 17.37973696518537 C-32.527527643432705 17.257319223097912, -32.58737403083296 17.134901481010456, -32.64917913327528 17.00847712326485 M-32.64917913327528 17.00847712326485 C-32.68953832312231 16.90504538413645, -32.72989751296932 16.801613645008047, -32.799398708503176 16.623497346023417 M-32.64917913327528 17.00847712326485 C-32.70485364684072 16.86579557328755, -32.76052816040616 16.72311402331025, -32.799398708503176 16.623497346023417 M-32.799398708503176 16.623497346023417 C-32.844040251636436 16.473549045870303, -32.88868179476969 16.323600745717194, -32.91731382969665 16.227427435703994 M-32.799398708503176 16.623497346023417 C-32.82350786843023 16.542516105334908, -32.84761702835728 16.4615348646464, -32.91731382969665 16.227427435703994 M-32.91731382969665 16.227427435703994 C-32.939008189900626 16.12396228756713, -32.9607025501046 16.02049713943027, -33.00211901701361 15.82297295140367 M-32.91731382969665 16.227427435703994 C-32.95065185088309 16.068431121997882, -32.98398987206952 15.909434808291769, -33.00211901701361 15.82297295140367 M-33.00211901701361 15.82297295140367 C-33.017537229162556 15.69928078752017, -33.0329554413115 15.57558862363667, -33.05323496503335 15.412896727361664 M-33.00211901701361 15.82297295140367 C-33.0208369141709 15.672809159365562, -33.03955481132818 15.522645367327454, -33.05323496503335 15.412896727361664 M-33.05323496503335 15.412896727361664 C-33.05737490735652 15.31280215047794, -33.061514849679696 15.212707573594217, -33.0703125 15 M-33.05323496503335 15.412896727361664 C-33.05991321259059 15.25143158814338, -33.066591460147826 15.089966448925097, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 3.076552431388208, -33.0703125 -8.846895137223584, -33.0703125 -15 M-33.0703125 15 C-33.0703125 5.207296843977181, -33.0703125 -4.585406312045638, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.06569109510891 -15.111735268530843, -33.06106969021782 -15.223470537061687, -33.05323496503335 -15.41289672736166 M-33.0703125 -15 C-33.06540486532192 -15.118655666735423, -33.06049723064384 -15.237311333470844, -33.05323496503335 -15.41289672736166 M-33.05323496503335 -15.41289672736166 C-33.038763924314765 -15.528990235664455, -33.02429288359618 -15.645083743967248, -33.00211901701361 -15.822972951403669 M-33.05323496503335 -15.41289672736166 C-33.03438170621533 -15.564146454433047, -33.01552844739731 -15.715396181504435, -33.00211901701361 -15.822972951403669 M-33.00211901701361 -15.822972951403669 C-32.973279483789014 -15.960514992248676, -32.94443995056441 -16.098057033093685, -32.91731382969665 -16.227427435703994 M-33.00211901701361 -15.822972951403669 C-32.97008256982518 -15.975761774073025, -32.93804612263675 -16.128550596742382, -32.91731382969665 -16.227427435703994 M-32.91731382969665 -16.227427435703994 C-32.874794919405055 -16.37024593782334, -32.83227600911345 -16.51306443994269, -32.799398708503176 -16.623497346023417 M-32.91731382969665 -16.227427435703994 C-32.87915915966616 -16.35558671319351, -32.841004489635665 -16.48374599068303, -32.799398708503176 -16.623497346023417 M-32.799398708503176 -16.623497346023417 C-32.76640406611892 -16.70805536754612, -32.73340942373467 -16.79261338906882, -32.64917913327529 -17.008477123264846 M-32.799398708503176 -16.623497346023417 C-32.76665567939733 -16.707410537977623, -32.733912650291494 -16.791323729931825, -32.64917913327529 -17.008477123264846 M-32.64917913327529 -17.008477123264846 C-32.58946058265905 -17.130633371031003, -32.52974203204281 -17.25278961879716, -32.46768125603245 -17.379736965185366 M-32.64917913327529 -17.008477123264846 C-32.60052320519426 -17.108004414946016, -32.55186727711322 -17.207531706627186, -32.46768125603245 -17.379736965185366 M-32.46768125603245 -17.379736965185366 C-32.410836475914884 -17.475134815214645, -32.35399169579732 -17.570532665243924, -32.256144891312644 -17.734740790612133 M-32.46768125603245 -17.379736965185366 C-32.424537016132774 -17.452142342056625, -32.381392776233106 -17.524547718927884, -32.256144891312644 -17.734740790612133 M-32.256144891312644 -17.734740790612133 C-32.164184246372194 -17.86353968766046, -32.07222360143175 -17.992338584708786, -32.01601504698197 -18.07106356344834 M-32.256144891312644 -17.734740790612133 C-32.172054538824774 -17.85251665723265, -32.087964186336905 -17.970292523853164, -32.01601504698197 -18.07106356344834 M-32.01601504698197 -18.07106356344834 C-31.947630308902806 -18.15180527112687, -31.879245570823645 -18.232546978805402, -31.74893205336566 -18.386407858128706 M-32.01601504698197 -18.07106356344834 C-31.93386301196214 -18.168060287908833, -31.85171097694231 -18.26505701236933, -31.74893205336566 -18.386407858128706 M-31.74893205336566 -18.386407858128706 C-31.686125255759176 -18.449214655735187, -31.623318458152696 -18.51202145334167, -31.456720358128706 -18.678619553365657 M-31.74893205336566 -18.386407858128706 C-31.644903844379332 -18.49043606711503, -31.540875635393007 -18.59446427610136, -31.456720358128706 -18.678619553365657 M-31.456720358128706 -18.678619553365657 C-31.349331983465042 -18.76957286715189, -31.241943608801378 -18.86052618093812, -31.14137606344834 -18.945702546981966 M-31.456720358128706 -18.678619553365657 C-31.33643880040121 -18.78049283617629, -31.216157242673713 -18.882366118986923, -31.14137606344834 -18.945702546981966 M-31.14137606344834 -18.945702546981966 C-31.035411189348 -19.021360012896793, -30.929446315247656 -19.09701747881162, -30.805053290612136 -19.185832391312644 M-31.14137606344834 -18.945702546981966 C-31.008005173005657 -19.040927532462934, -30.87463428256297 -19.1361525179439, -30.805053290612136 -19.185832391312644 M-30.805053290612136 -19.185832391312644 C-30.69602555903245 -19.250798817982236, -30.586997827452766 -19.31576524465183, -30.450049465185366 -19.397368756032446 M-30.805053290612136 -19.185832391312644 C-30.709072623905442 -19.243024454790014, -30.613091957198748 -19.300216518267383, -30.450049465185366 -19.397368756032446 M-30.450049465185366 -19.397368756032446 C-30.326394275473262 -19.457820094714027, -30.20273908576116 -19.518271433395608, -30.07878962326485 -19.578866633275286 M-30.450049465185366 -19.397368756032446 C-30.332864885927815 -19.454656806016033, -30.215680306670265 -19.511944855999616, -30.07878962326485 -19.578866633275286 M-30.07878962326485 -19.578866633275286 C-29.99907322500366 -19.609972068400474, -29.91935682674247 -19.641077503525665, -29.69380984602342 -19.729086208503173 M-30.07878962326485 -19.578866633275286 C-29.980424357861445 -19.61724887894013, -29.882059092458036 -19.655631124604977, -29.69380984602342 -19.729086208503173 M-29.69380984602342 -19.729086208503173 C-29.60984322344736 -19.75408415512648, -29.525876600871303 -19.779082101749786, -29.297739935703994 -19.847001329696653 M-29.69380984602342 -19.729086208503173 C-29.58290112421136 -19.762105165594196, -29.4719924023993 -19.79512412268522, -29.297739935703994 -19.847001329696653 M-29.297739935703994 -19.847001329696653 C-29.20736202456464 -19.865951584869983, -29.116984113425286 -19.884901840043312, -28.893285451403674 -19.931806517013612 M-29.297739935703994 -19.847001329696653 C-29.21299036699488 -19.8647714455648, -29.12824079828577 -19.882541561432944, -28.893285451403674 -19.931806517013612 M-28.893285451403674 -19.931806517013612 C-28.729703251942404 -19.952197016911892, -28.56612105248113 -19.972587516810176, -28.483209227361662 -19.982922465033347 M-28.893285451403674 -19.931806517013612 C-28.805754225651064 -19.942717272925215, -28.718222999898458 -19.953628028836818, -28.483209227361662 -19.982922465033347 M-28.483209227361662 -19.982922465033347 C-28.37501702566703 -19.987397327596113, -28.2668248239724 -19.99187219015888, -28.0703125 -20 M-28.483209227361662 -19.982922465033347 C-28.36627849272355 -19.98775875599215, -28.249347758085435 -19.992595046950953, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.0703125, -12)\"><rect></rect><foreignObject width=\"50.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Read-11\" transform=\"translate(338.7578125, 686)\"><g class=\"basic label-container outer-path\"><path d=\"M-21.7734375 -20 C-9.532895620841376 -20, 2.707646258317247 -20, 21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 C21.880691032003117 -19.995563961102857, 21.987944564006234 -19.99112792220571, 22.186334227361662 -19.982922465033347 C22.28623465801256 -19.970469889339086, 22.38613508866346 -19.958017313644824, 22.59641045140367 -19.931806517013612 C22.754610522128456 -19.89863545042356, 22.91281059285324 -19.865464383833505, 23.000864935703998 -19.847001329696653 C23.10777653872305 -19.815172366428996, 23.2146881417421 -19.78334340316134, 23.396934846023417 -19.729086208503173 C23.510079649964407 -19.68493696900533, 23.623224453905394 -19.640787729507487, 23.781914623264846 -19.578866633275286 C23.90025842257629 -19.521011875139397, 24.018602221887736 -19.463157117003508, 24.15317446518537 -19.397368756032446 C24.267127655618378 -19.3294673929318, 24.381080846051383 -19.26156602983115, 24.508178290612136 -19.185832391312644 C24.62672631308788 -19.101190730140704, 24.74527433556362 -19.016549068968764, 24.84450106344834 -18.94570254698197 C24.92939620271543 -18.873800031790086, 25.014291341982524 -18.801897516598203, 25.159845358128706 -18.678619553365657 C25.257951754655455 -18.580513156838908, 25.356058151182204 -18.48240676031216, 25.452057053365657 -18.386407858128706 C25.545664598739513 -18.275885638151326, 25.639272144113374 -18.165363418173946, 25.71914004698197 -18.07106356344834 C25.812929203542303 -17.93970367653273, 25.906718360102637 -17.80834378961712, 25.959269891312644 -17.734740790612136 C26.031221547081955 -17.613990332043326, 26.103173202851266 -17.493239873474515, 26.170806256032446 -17.37973696518537 C26.218341258254195 -17.282502563997713, 26.26587626047594 -17.18526816281006, 26.352304133275286 -17.008477123264846 C26.386897546546166 -16.919821803112054, 26.42149095981705 -16.831166482959265, 26.502523708503173 -16.623497346023417 C26.530203136779736 -16.53052378534494, 26.557882565056303 -16.437550224666467, 26.620438829696653 -16.227427435703994 C26.649677123075797 -16.08798362047739, 26.67891541645494 -15.948539805250785, 26.705244017013612 -15.82297295140367 C26.717930082962646 -15.721199351893794, 26.730616148911682 -15.619425752383917, 26.756359965033347 -15.412896727361662 C26.760975793942936 -15.301296273633907, 26.765591622852522 -15.18969581990615, 26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 C26.7734375 -5.1565805937599265, 26.7734375 4.686838812480147, 26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 C26.766624297601453 15.164728046448506, 26.759811095202906 15.329456092897013, 26.756359965033347 15.412896727361662 C26.741966956878898 15.528364221661173, 26.727573948724448 15.643831715960685, 26.705244017013612 15.822972951403669 C26.671752094265887 15.982703255312199, 26.638260171518162 16.142433559220727, 26.620438829696653 16.227427435703994 C26.595512596064676 16.311153178588313, 26.570586362432696 16.39487892147263, 26.502523708503173 16.623497346023417 C26.464945697467172 16.71980153471433, 26.427367686431175 16.81610572340524, 26.352304133275286 17.008477123264846 C26.303543804690158 17.108217969590488, 26.254783476105025 17.207958815916125, 26.170806256032446 17.379736965185366 C26.100223783581974 17.498189637666467, 26.0296413111315 17.616642310147565, 25.959269891312644 17.734740790612133 C25.886745594587037 17.83631738822639, 25.814221297861433 17.937893985840653, 25.71914004698197 18.07106356344834 C25.663056524702938 18.1372812530766, 25.60697300242391 18.203498942704858, 25.452057053365657 18.386407858128706 C25.355736646933835 18.482728264560528, 25.259416240502013 18.57904867099235, 25.159845358128706 18.678619553365657 C25.09476431568986 18.73374038458239, 25.02968327325102 18.788861215799127, 24.84450106344834 18.94570254698197 C24.737345917220466 19.022209850861337, 24.63019077099259 19.0987171547407, 24.508178290612136 19.185832391312644 C24.3969918448708 19.25208513242033, 24.285805399129465 19.318337873528016, 24.15317446518537 19.397368756032446 C24.0672386991875 19.439380192085338, 23.981302933189628 19.48139162813823, 23.781914623264846 19.578866633275286 C23.634983551822227 19.636199315261972, 23.48805248037961 19.69353199724866, 23.396934846023417 19.729086208503173 C23.28041111907119 19.763776825052172, 23.163887392118962 19.798467441601172, 23.000864935703998 19.847001329696653 C22.872341564582054 19.87394984673797, 22.74381819346011 19.900898363779284, 22.59641045140367 19.931806517013612 C22.485548608912975 19.945625431268798, 22.37468676642228 19.95944434552398, 22.186334227361662 19.982922465033347 C22.084817723032213 19.987121218710705, 21.983301218702763 19.991319972388062, 21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 C5.174500376989265 20, -11.42443674602147 20, -21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 C-21.87800478491197 19.995675065104383, -21.982572069823938 19.99135013020877, -22.186334227361662 19.982922465033347 C-22.320369252160265 19.966215016615838, -22.45440427695887 19.949507568198328, -22.59641045140367 19.931806517013612 C-22.75708944859414 19.898115674202927, -22.91776844578461 19.864424831392242, -23.000864935703994 19.847001329696653 C-23.118833592320023 19.811880538948643, -23.236802248936048 19.776759748200636, -23.396934846023417 19.729086208503173 C-23.53308146062578 19.675961634633786, -23.669228075228144 19.6228370607644, -23.781914623264846 19.578866633275286 C-23.86149826951909 19.53996055934154, -23.941081915773328 19.5010544854078, -24.15317446518537 19.397368756032446 C-24.25251013464755 19.338177544839784, -24.351845804109733 19.278986333647126, -24.508178290612133 19.185832391312644 C-24.60469725507924 19.116919175246444, -24.70121621954635 19.048005959180248, -24.84450106344834 18.94570254698197 C-24.928810201025506 18.87429634990413, -25.01311933860267 18.802890152826294, -25.159845358128706 18.67861955336566 C-25.245809245936783 18.592655665557583, -25.331773133744857 18.506691777749506, -25.452057053365657 18.386407858128706 C-25.515317927647683 18.311715885003725, -25.57857880192971 18.237023911878747, -25.719140046981966 18.07106356344834 C-25.792517372566586 17.96829222458077, -25.86589469815121 17.865520885713202, -25.959269891312644 17.734740790612133 C-26.01141194043949 17.647235141500026, -26.06355398956634 17.559729492387923, -26.170806256032446 17.37973696518537 C-26.22612444885138 17.266581793162022, -26.281442641670314 17.153426621138674, -26.352304133275286 17.00847712326485 C-26.392857486376467 16.90454778636184, -26.433410839477652 16.800618449458824, -26.502523708503173 16.623497346023417 C-26.526607039969047 16.542602861606692, -26.55069037143492 16.461708377189968, -26.620438829696653 16.227427435703994 C-26.64657471743437 16.102779671444228, -26.67271060517209 15.97813190718446, -26.705244017013612 15.82297295140367 C-26.715516421775952 15.740562879401383, -26.72578882653829 15.658152807399095, -26.756359965033347 15.412896727361664 C-26.761721365088427 15.283270025314732, -26.767082765143503 15.153643323267797, -26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 C-26.7734375 6.158026210263943, -26.7734375 -2.6839475794721146, -26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 C-26.76911936473923 -15.104402884898748, -26.764801229478454 -15.208805769797499, -26.756359965033347 -15.41289672736166 C-26.74380107236714 -15.513650082864682, -26.731242179700935 -15.614403438367706, -26.705244017013612 -15.822972951403669 C-26.680383121812547 -15.94153999742893, -26.655522226611485 -16.06010704345419, -26.620438829696653 -16.227427435703994 C-26.588591230319388 -16.33440163631177, -26.556743630942126 -16.441375836919548, -26.502523708503173 -16.623497346023417 C-26.471251427720862 -16.703641333058012, -26.43997914693855 -16.783785320092605, -26.35230413327529 -17.008477123264846 C-26.297293840471244 -17.12100247574104, -26.242283547667196 -17.233527828217234, -26.170806256032446 -17.379736965185366 C-26.107857594974984 -17.4853784491472, -26.044908933917526 -17.59101993310903, -25.959269891312644 -17.734740790612133 C-25.882582357067548 -17.842148365173188, -25.805894822822456 -17.949555939734246, -25.71914004698197 -18.07106356344834 C-25.638900244759917 -18.165802518910837, -25.55866044253786 -18.260541474373333, -25.45205705336566 -18.386407858128706 C-25.368554120209794 -18.469910791284573, -25.285051187053924 -18.55341372444044, -25.159845358128706 -18.678619553365657 C-25.038785388148238 -18.78115211772442, -24.91772541816777 -18.88368468208319, -24.84450106344834 -18.945702546981966 C-24.762400121378604 -19.004321492919978, -24.68029917930887 -19.06294043885799, -24.508178290612136 -19.185832391312644 C-24.43022633695339 -19.23228167359842, -24.352274383294642 -19.278730955884193, -24.153174465185366 -19.397368756032446 C-24.043027365031275 -19.451216392122056, -23.93288026487718 -19.505064028211667, -23.78191462326485 -19.578866633275286 C-23.679295951840786 -19.61890856311958, -23.57667728041672 -19.658950492963875, -23.39693484602342 -19.729086208503173 C-23.251031601400037 -19.772523486428206, -23.105128356776653 -19.815960764353242, -23.000864935703994 -19.847001329696653 C-22.885178024363658 -19.871258324159975, -22.769491113023317 -19.895515318623293, -22.596410451403674 -19.931806517013612 C-22.507496858422932 -19.942889584820502, -22.41858326544219 -19.953972652627396, -22.186334227361662 -19.982922465033347 C-22.036073512902757 -19.98913729415462, -21.885812798443855 -19.995352123275897, -21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-21.7734375 -20 C-11.489636612102919 -20, -1.205835724205837 -20, 21.7734375 -20 M-21.7734375 -20 C-12.826908714891456 -20, -3.8803799297829116 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.7734375 -20, 21.7734375 -20, 21.7734375 -20 M21.7734375 -20 C21.91953818084811 -19.993957231141604, 22.065638861696222 -19.987914462283204, 22.186334227361662 -19.982922465033347 M21.7734375 -20 C21.90527699693606 -19.994547078071317, 22.03711649387212 -19.989094156142635, 22.186334227361662 -19.982922465033347 M22.186334227361662 -19.982922465033347 C22.32028622977723 -19.96622536534509, 22.4542382321928 -19.94952826565683, 22.59641045140367 -19.931806517013612 M22.186334227361662 -19.982922465033347 C22.341611272971747 -19.963567201483002, 22.496888318581828 -19.94421193793266, 22.59641045140367 -19.931806517013612 M22.59641045140367 -19.931806517013612 C22.735415672646738 -19.902660187122013, 22.87442089388981 -19.873513857230414, 23.000864935703998 -19.847001329696653 M22.59641045140367 -19.931806517013612 C22.694678308656727 -19.91120191411003, 22.79294616590978 -19.89059731120645, 23.000864935703998 -19.847001329696653 M23.000864935703998 -19.847001329696653 C23.12352066738946 -19.81048513624206, 23.246176399074923 -19.773968942787473, 23.396934846023417 -19.729086208503173 M23.000864935703998 -19.847001329696653 C23.148623432575704 -19.80301171924646, 23.29638192944741 -19.75902210879627, 23.396934846023417 -19.729086208503173 M23.396934846023417 -19.729086208503173 C23.50468001744066 -19.687043912154177, 23.6124251888579 -19.64500161580518, 23.781914623264846 -19.578866633275286 M23.396934846023417 -19.729086208503173 C23.492384063823085 -19.69184180814417, 23.587833281622753 -19.654597407785165, 23.781914623264846 -19.578866633275286 M23.781914623264846 -19.578866633275286 C23.9181249456809 -19.51227746422002, 24.054335268096956 -19.445688295164754, 24.15317446518537 -19.397368756032446 M23.781914623264846 -19.578866633275286 C23.92107035139872 -19.51083754310537, 24.060226079532594 -19.442808452935456, 24.15317446518537 -19.397368756032446 M24.15317446518537 -19.397368756032446 C24.23363311167433 -19.349425809028734, 24.31409175816329 -19.301482862025022, 24.508178290612136 -19.185832391312644 M24.15317446518537 -19.397368756032446 C24.240020989580117 -19.345619459987738, 24.32686751397486 -19.293870163943026, 24.508178290612136 -19.185832391312644 M24.508178290612136 -19.185832391312644 C24.5973961247543 -19.122132082102507, 24.686613958896462 -19.058431772892366, 24.84450106344834 -18.94570254698197 M24.508178290612136 -19.185832391312644 C24.603145891061697 -19.118026827865066, 24.698113491511254 -19.050221264417488, 24.84450106344834 -18.94570254698197 M24.84450106344834 -18.94570254698197 C24.939459398927696 -18.86527693936362, 25.03441773440705 -18.784851331745273, 25.159845358128706 -18.678619553365657 M24.84450106344834 -18.94570254698197 C24.914436590996708 -18.886470176608228, 24.984372118545078 -18.827237806234482, 25.159845358128706 -18.678619553365657 M25.159845358128706 -18.678619553365657 C25.255802437200895 -18.582662474293468, 25.35175951627308 -18.486705395221282, 25.452057053365657 -18.386407858128706 M25.159845358128706 -18.678619553365657 C25.226614543371227 -18.611850368123136, 25.293383728613748 -18.545081182880615, 25.452057053365657 -18.386407858128706 M25.452057053365657 -18.386407858128706 C25.553992915901336 -18.26605241265947, 25.65592877843702 -18.145696967190233, 25.71914004698197 -18.07106356344834 M25.452057053365657 -18.386407858128706 C25.51731446183153 -18.30935858154728, 25.582571870297404 -18.23230930496585, 25.71914004698197 -18.07106356344834 M25.71914004698197 -18.07106356344834 C25.81227223733618 -17.940623814955003, 25.905404427690392 -17.810184066461662, 25.959269891312644 -17.734740790612136 M25.71914004698197 -18.07106356344834 C25.78272026436718 -17.98201392837226, 25.846300481752387 -17.892964293296185, 25.959269891312644 -17.734740790612136 M25.959269891312644 -17.734740790612136 C26.032558263206678 -17.611747032937686, 26.10584663510071 -17.488753275263235, 26.170806256032446 -17.37973696518537 M25.959269891312644 -17.734740790612136 C26.005611764108753 -17.656969093335164, 26.051953636904862 -17.57919739605819, 26.170806256032446 -17.37973696518537 M26.170806256032446 -17.37973696518537 C26.221464313780626 -17.27611425181101, 26.272122371528805 -17.172491538436645, 26.352304133275286 -17.008477123264846 M26.170806256032446 -17.37973696518537 C26.226832674207582 -17.26513309504069, 26.282859092382715 -17.150529224896008, 26.352304133275286 -17.008477123264846 M26.352304133275286 -17.008477123264846 C26.390975517356274 -16.90937085960692, 26.429646901437263 -16.810264595948993, 26.502523708503173 -16.623497346023417 M26.352304133275286 -17.008477123264846 C26.389991992309586 -16.911891418281186, 26.42767985134389 -16.815305713297526, 26.502523708503173 -16.623497346023417 M26.502523708503173 -16.623497346023417 C26.53820494114197 -16.50364619828007, 26.573886173780767 -16.38379505053672, 26.620438829696653 -16.227427435703994 M26.502523708503173 -16.623497346023417 C26.537724061450717 -16.505261444690035, 26.572924414398262 -16.38702554335665, 26.620438829696653 -16.227427435703994 M26.620438829696653 -16.227427435703994 C26.638037572872236 -16.143495180843086, 26.65563631604782 -16.05956292598218, 26.705244017013612 -15.82297295140367 M26.620438829696653 -16.227427435703994 C26.638334792570994 -16.14207767510095, 26.656230755445332 -16.056727914497905, 26.705244017013612 -15.82297295140367 M26.705244017013612 -15.82297295140367 C26.72003361203208 -15.704323850384522, 26.734823207050546 -15.585674749365374, 26.756359965033347 -15.412896727361662 M26.705244017013612 -15.82297295140367 C26.72450259042708 -15.668471599638057, 26.743761163840546 -15.513970247872441, 26.756359965033347 -15.412896727361662 M26.756359965033347 -15.412896727361662 C26.76133126003225 -15.292701895976187, 26.766302555031153 -15.172507064590711, 26.7734375 -15 M26.756359965033347 -15.412896727361662 C26.761830382100943 -15.280634236965703, 26.767300799168538 -15.148371746569742, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -15, 26.7734375 -15, 26.7734375 -15 M26.7734375 -15 C26.7734375 -8.832472047815093, 26.7734375 -2.6649440956301866, 26.7734375 15 M26.7734375 -15 C26.7734375 -8.243315064390597, 26.7734375 -1.4866301287811918, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.7734375 15, 26.7734375 15, 26.7734375 15 M26.7734375 15 C26.766949703934447 15.156860446691343, 26.760461907868898 15.313720893382687, 26.756359965033347 15.412896727361662 M26.7734375 15 C26.768735746222436 15.113677925497278, 26.764033992444872 15.227355850994556, 26.756359965033347 15.412896727361662 M26.756359965033347 15.412896727361662 C26.737763218922577 15.562088588610681, 26.719166472811807 15.711280449859702, 26.705244017013612 15.822972951403669 M26.756359965033347 15.412896727361662 C26.73602051861847 15.576069351719461, 26.715681072203594 15.73924197607726, 26.705244017013612 15.822972951403669 M26.705244017013612 15.822972951403669 C26.68589043760183 15.915274404038884, 26.666536858190053 16.007575856674098, 26.620438829696653 16.227427435703994 M26.705244017013612 15.822972951403669 C26.686159173858258 15.913992742062257, 26.6670743307029 16.005012532720844, 26.620438829696653 16.227427435703994 M26.620438829696653 16.227427435703994 C26.575396281427693 16.378722688364352, 26.530353733158737 16.530017941024713, 26.502523708503173 16.623497346023417 M26.620438829696653 16.227427435703994 C26.58224631702955 16.355713824369207, 26.54405380436245 16.48400021303442, 26.502523708503173 16.623497346023417 M26.502523708503173 16.623497346023417 C26.460451353915253 16.73131955010506, 26.418378999327338 16.839141754186702, 26.352304133275286 17.008477123264846 M26.502523708503173 16.623497346023417 C26.4629126705963 16.72501173605252, 26.423301632689427 16.826526126081617, 26.352304133275286 17.008477123264846 M26.352304133275286 17.008477123264846 C26.29494444244858 17.125808246209278, 26.237584751621874 17.243139369153706, 26.170806256032446 17.379736965185366 M26.352304133275286 17.008477123264846 C26.31016695407643 17.09467010097892, 26.268029774877576 17.180863078692994, 26.170806256032446 17.379736965185366 M26.170806256032446 17.379736965185366 C26.096400107827154 17.504606593549912, 26.021993959621867 17.62947622191446, 25.959269891312644 17.734740790612133 M26.170806256032446 17.379736965185366 C26.11002981951739 17.481732985998292, 26.049253383002334 17.583729006811218, 25.959269891312644 17.734740790612133 M25.959269891312644 17.734740790612133 C25.899660029338023 17.818229596943432, 25.840050167363398 17.90171840327473, 25.71914004698197 18.07106356344834 M25.959269891312644 17.734740790612133 C25.882002174688797 17.842960961153985, 25.804734458064953 17.95118113169584, 25.71914004698197 18.07106356344834 M25.71914004698197 18.07106356344834 C25.63141881335523 18.17463582827871, 25.543697579728487 18.27820809310908, 25.452057053365657 18.386407858128706 M25.71914004698197 18.07106356344834 C25.638165543345977 18.1666699792311, 25.557191039709984 18.262276395013856, 25.452057053365657 18.386407858128706 M25.452057053365657 18.386407858128706 C25.34978974136839 18.488675170125973, 25.247522429371127 18.590942482123236, 25.159845358128706 18.678619553365657 M25.452057053365657 18.386407858128706 C25.338354978690855 18.500109932803507, 25.224652904016054 18.61381200747831, 25.159845358128706 18.678619553365657 M25.159845358128706 18.678619553365657 C25.066635589545275 18.757564200367373, 24.973425820961843 18.83650884736909, 24.84450106344834 18.94570254698197 M25.159845358128706 18.678619553365657 C25.035926763543916 18.78357324926169, 24.912008168959122 18.888526945157725, 24.84450106344834 18.94570254698197 M24.84450106344834 18.94570254698197 C24.737846460288793 19.021852469979674, 24.63119185712925 19.09800239297738, 24.508178290612136 19.185832391312644 M24.84450106344834 18.94570254698197 C24.74290131157901 19.01824337552794, 24.64130155970968 19.090784204073916, 24.508178290612136 19.185832391312644 M24.508178290612136 19.185832391312644 C24.39613328076136 19.252596725585196, 24.28408827091059 19.319361059857744, 24.15317446518537 19.397368756032446 M24.508178290612136 19.185832391312644 C24.392808005444728 19.254578159591794, 24.27743772027732 19.323323927870945, 24.15317446518537 19.397368756032446 M24.15317446518537 19.397368756032446 C24.025810200523058 19.459633350967422, 23.89844593586075 19.5218979459024, 23.781914623264846 19.578866633275286 M24.15317446518537 19.397368756032446 C24.043544250722114 19.45096370210533, 23.933914036258855 19.504558648178218, 23.781914623264846 19.578866633275286 M23.781914623264846 19.578866633275286 C23.639563631249825 19.63441216272359, 23.497212639234803 19.68995769217189, 23.396934846023417 19.729086208503173 M23.781914623264846 19.578866633275286 C23.64011605934017 19.634196604613834, 23.498317495415495 19.689526575952385, 23.396934846023417 19.729086208503173 M23.396934846023417 19.729086208503173 C23.278223156951437 19.764428209597668, 23.159511467879458 19.79977021069216, 23.000864935703998 19.847001329696653 M23.396934846023417 19.729086208503173 C23.30170384040073 19.75743770725833, 23.206472834778044 19.785789206013487, 23.000864935703998 19.847001329696653 M23.000864935703998 19.847001329696653 C22.9090312750813 19.866256823438015, 22.817197614458603 19.885512317179373, 22.59641045140367 19.931806517013612 M23.000864935703998 19.847001329696653 C22.894023462555324 19.869403630809142, 22.78718198940665 19.891805931921635, 22.59641045140367 19.931806517013612 M22.59641045140367 19.931806517013612 C22.509945932173036 19.942584308095917, 22.423481412942404 19.953362099178218, 22.186334227361662 19.982922465033347 M22.59641045140367 19.931806517013612 C22.502436889916297 19.943520309237094, 22.408463328428923 19.955234101460576, 22.186334227361662 19.982922465033347 M22.186334227361662 19.982922465033347 C22.05813286160421 19.98822491274342, 21.92993149584676 19.993527360453495, 21.7734375 20 M22.186334227361662 19.982922465033347 C22.03286916383672 19.989269827012343, 21.87940410031177 19.995617188991336, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C21.7734375 20, 21.7734375 20, 21.7734375 20 M21.7734375 20 C4.7206215250395935 20, -12.332194449920813 20, -21.7734375 20 M21.7734375 20 C9.457645123907724 20, -2.8581472521845512 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.7734375 20, -21.7734375 20, -21.7734375 20 M-21.7734375 20 C-21.893273447061805 19.99504354856652, -22.01310939412361 19.990087097133046, -22.186334227361662 19.982922465033347 M-21.7734375 20 C-21.937150534249692 19.993228778816533, -22.10086356849939 19.986457557633063, -22.186334227361662 19.982922465033347 M-22.186334227361662 19.982922465033347 C-22.32755822826265 19.965318911679194, -22.468782229163633 19.947715358325038, -22.59641045140367 19.931806517013612 M-22.186334227361662 19.982922465033347 C-22.286554968692005 19.97042996265453, -22.38677571002235 19.957937460275712, -22.59641045140367 19.931806517013612 M-22.59641045140367 19.931806517013612 C-22.72140740471505 19.905597412031234, -22.846404358026422 19.879388307048856, -23.000864935703994 19.847001329696653 M-22.59641045140367 19.931806517013612 C-22.751979126389806 19.899187196088853, -22.907547801375937 19.866567875164094, -23.000864935703994 19.847001329696653 M-23.000864935703994 19.847001329696653 C-23.113853097212203 19.813363296585468, -23.22684125872041 19.779725263474283, -23.396934846023417 19.729086208503173 M-23.000864935703994 19.847001329696653 C-23.130426496491143 19.808429181840452, -23.25998805727829 19.769857033984252, -23.396934846023417 19.729086208503173 M-23.396934846023417 19.729086208503173 C-23.522410592420076 19.68012542032835, -23.64788633881674 19.631164632153524, -23.781914623264846 19.578866633275286 M-23.396934846023417 19.729086208503173 C-23.495058565877684 19.690798214204072, -23.593182285731952 19.652510219904975, -23.781914623264846 19.578866633275286 M-23.781914623264846 19.578866633275286 C-23.87644014625641 19.53265592090874, -23.970965669247978 19.486445208542197, -24.15317446518537 19.397368756032446 M-23.781914623264846 19.578866633275286 C-23.92931909413391 19.506804978504217, -24.07672356500297 19.434743323733144, -24.15317446518537 19.397368756032446 M-24.15317446518537 19.397368756032446 C-24.246446536694986 19.341790664970155, -24.339718608204606 19.286212573907864, -24.508178290612133 19.185832391312644 M-24.15317446518537 19.397368756032446 C-24.22588164363764 19.354044681424693, -24.29858882208991 19.310720606816936, -24.508178290612133 19.185832391312644 M-24.508178290612133 19.185832391312644 C-24.637341670474168 19.093611510645133, -24.766505050336207 19.00139062997762, -24.84450106344834 18.94570254698197 M-24.508178290612133 19.185832391312644 C-24.595365978815096 19.123581578442696, -24.68255366701806 19.061330765572748, -24.84450106344834 18.94570254698197 M-24.84450106344834 18.94570254698197 C-24.94983314472997 18.856490824851246, -25.055165226011596 18.767279102720526, -25.159845358128706 18.67861955336566 M-24.84450106344834 18.94570254698197 C-24.928674512292567 18.8744112723987, -25.012847961136792 18.803119997815433, -25.159845358128706 18.67861955336566 M-25.159845358128706 18.67861955336566 C-25.27241057888085 18.56605433261351, -25.384975799633 18.453489111861362, -25.452057053365657 18.386407858128706 M-25.159845358128706 18.67861955336566 C-25.235130712078142 18.603334199416224, -25.310416066027575 18.528048845466788, -25.452057053365657 18.386407858128706 M-25.452057053365657 18.386407858128706 C-25.519982482677648 18.30620845528682, -25.58790791198964 18.226009052444937, -25.719140046981966 18.07106356344834 M-25.452057053365657 18.386407858128706 C-25.514946683253925 18.31215421243116, -25.577836313142193 18.237900566733618, -25.719140046981966 18.07106356344834 M-25.719140046981966 18.07106356344834 C-25.778630897023866 17.987741443699985, -25.838121747065763 17.904419323951632, -25.959269891312644 17.734740790612133 M-25.719140046981966 18.07106356344834 C-25.795908081125464 17.963543241764498, -25.87267611526896 17.856022920080655, -25.959269891312644 17.734740790612133 M-25.959269891312644 17.734740790612133 C-26.018171187369404 17.63589166152531, -26.077072483426168 17.537042532438488, -26.170806256032446 17.37973696518537 M-25.959269891312644 17.734740790612133 C-26.02586728351951 17.622975945696698, -26.092464675726376 17.51121110078126, -26.170806256032446 17.37973696518537 M-26.170806256032446 17.37973696518537 C-26.230545868384457 17.257537634950083, -26.290285480736472 17.135338304714796, -26.352304133275286 17.00847712326485 M-26.170806256032446 17.37973696518537 C-26.22224985925565 17.274507392858663, -26.273693462478857 17.169277820531956, -26.352304133275286 17.00847712326485 M-26.352304133275286 17.00847712326485 C-26.407788192203835 16.866283666690638, -26.46327225113238 16.72409021011643, -26.502523708503173 16.623497346023417 M-26.352304133275286 17.00847712326485 C-26.382845151798413 16.930207200786885, -26.413386170321537 16.851937278308917, -26.502523708503173 16.623497346023417 M-26.502523708503173 16.623497346023417 C-26.54405437537366 16.48399829504158, -26.585585042244144 16.34449924405974, -26.620438829696653 16.227427435703994 M-26.502523708503173 16.623497346023417 C-26.54120268957054 16.493576938805564, -26.57988167063791 16.36365653158771, -26.620438829696653 16.227427435703994 M-26.620438829696653 16.227427435703994 C-26.641509913718703 16.12693482798255, -26.662580997740754 16.026442220261103, -26.705244017013612 15.82297295140367 M-26.620438829696653 16.227427435703994 C-26.65138498544692 16.079838451338304, -26.68233114119719 15.93224946697261, -26.705244017013612 15.82297295140367 M-26.705244017013612 15.82297295140367 C-26.724473904423892 15.668701732274258, -26.74370379183417 15.514430513144845, -26.756359965033347 15.412896727361664 M-26.705244017013612 15.82297295140367 C-26.718278440859848 15.718404660674443, -26.731312864706084 15.613836369945215, -26.756359965033347 15.412896727361664 M-26.756359965033347 15.412896727361664 C-26.760673855089117 15.308596482056789, -26.764987745144882 15.204296236751913, -26.7734375 15 M-26.756359965033347 15.412896727361664 C-26.76168378443185 15.284178641818352, -26.767007603830354 15.15546055627504, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 15, -26.7734375 15, -26.7734375 15 M-26.7734375 15 C-26.7734375 4.681250485877502, -26.7734375 -5.637499028244996, -26.7734375 -15 M-26.7734375 15 C-26.7734375 7.506346217334161, -26.7734375 0.01269243466832215, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.7734375 -15, -26.7734375 -15, -26.7734375 -15 M-26.7734375 -15 C-26.769200934633542 -15.102430706684565, -26.764964369267084 -15.20486141336913, -26.756359965033347 -15.41289672736166 M-26.7734375 -15 C-26.76767163965751 -15.139405650199958, -26.76190577931502 -15.278811300399916, -26.756359965033347 -15.41289672736166 M-26.756359965033347 -15.41289672736166 C-26.740387598015566 -15.541034582755362, -26.724415230997785 -15.669172438149063, -26.705244017013612 -15.822972951403669 M-26.756359965033347 -15.41289672736166 C-26.74025597206416 -15.54209054816793, -26.72415197909497 -15.6712843689742, -26.705244017013612 -15.822972951403669 M-26.705244017013612 -15.822972951403669 C-26.67526450161128 -15.965951816556158, -26.645284986208953 -16.108930681708646, -26.620438829696653 -16.227427435703994 M-26.705244017013612 -15.822972951403669 C-26.680498615304653 -15.940989183707892, -26.655753213595695 -16.059005416012116, -26.620438829696653 -16.227427435703994 M-26.620438829696653 -16.227427435703994 C-26.58147262338668 -16.358312615505113, -26.542506417076705 -16.489197795306232, -26.502523708503173 -16.623497346023417 M-26.620438829696653 -16.227427435703994 C-26.59272988919462 -16.3205001262004, -26.565020948692585 -16.41357281669681, -26.502523708503173 -16.623497346023417 M-26.502523708503173 -16.623497346023417 C-26.44582911928051 -16.76879312586186, -26.38913453005785 -16.9140889057003, -26.35230413327529 -17.008477123264846 M-26.502523708503173 -16.623497346023417 C-26.467863353718823 -16.712324222572263, -26.433202998934476 -16.801151099121114, -26.35230413327529 -17.008477123264846 M-26.35230413327529 -17.008477123264846 C-26.28642017343221 -17.143244917180763, -26.22053621358913 -17.278012711096675, -26.170806256032446 -17.379736965185366 M-26.35230413327529 -17.008477123264846 C-26.300217768334686 -17.115021485699394, -26.248131403394083 -17.22156584813394, -26.170806256032446 -17.379736965185366 M-26.170806256032446 -17.379736965185366 C-26.088290479586487 -17.518216305771446, -26.00577470314053 -17.65669564635753, -25.959269891312644 -17.734740790612133 M-26.170806256032446 -17.379736965185366 C-26.114757868627656 -17.473798295794204, -26.05870948122287 -17.56785962640304, -25.959269891312644 -17.734740790612133 M-25.959269891312644 -17.734740790612133 C-25.884504899134775 -17.839455677470227, -25.809739906956903 -17.944170564328324, -25.71914004698197 -18.07106356344834 M-25.959269891312644 -17.734740790612133 C-25.871097228003933 -17.85823428928572, -25.782924564695225 -17.981727787959304, -25.71914004698197 -18.07106356344834 M-25.71914004698197 -18.07106356344834 C-25.66006732274601 -18.140810597158012, -25.60099459851005 -18.210557630867683, -25.45205705336566 -18.386407858128706 M-25.71914004698197 -18.07106356344834 C-25.641731345684335 -18.162459844365774, -25.564322644386703 -18.25385612528321, -25.45205705336566 -18.386407858128706 M-25.45205705336566 -18.386407858128706 C-25.347969858626193 -18.490495052868173, -25.243882663886723 -18.59458224760764, -25.159845358128706 -18.678619553365657 M-25.45205705336566 -18.386407858128706 C-25.36337634416668 -18.475088567327685, -25.274695634967703 -18.56376927652666, -25.159845358128706 -18.678619553365657 M-25.159845358128706 -18.678619553365657 C-25.046263088544144 -18.774818828551936, -24.932680818959582 -18.871018103738216, -24.84450106344834 -18.945702546981966 M-25.159845358128706 -18.678619553365657 C-25.053932096558896 -18.76832351009145, -24.94801883498908 -18.858027466817237, -24.84450106344834 -18.945702546981966 M-24.84450106344834 -18.945702546981966 C-24.742832287583415 -19.018292657713555, -24.641163511718492 -19.090882768445145, -24.508178290612136 -19.185832391312644 M-24.84450106344834 -18.945702546981966 C-24.768915304828077 -18.999669741347184, -24.693329546207817 -19.053636935712397, -24.508178290612136 -19.185832391312644 M-24.508178290612136 -19.185832391312644 C-24.41621209961946 -19.24063234648589, -24.32424590862679 -19.295432301659133, -24.153174465185366 -19.397368756032446 M-24.508178290612136 -19.185832391312644 C-24.375036667838167 -19.265167578308567, -24.241895045064194 -19.34450276530449, -24.153174465185366 -19.397368756032446 M-24.153174465185366 -19.397368756032446 C-24.01029633020593 -19.467217620022254, -23.86741819522649 -19.537066484012062, -23.78191462326485 -19.578866633275286 M-24.153174465185366 -19.397368756032446 C-24.07756068862832 -19.434334078929815, -24.00194691207128 -19.47129940182718, -23.78191462326485 -19.578866633275286 M-23.78191462326485 -19.578866633275286 C-23.703161269710385 -19.60959628718982, -23.62440791615592 -19.640325941104354, -23.39693484602342 -19.729086208503173 M-23.78191462326485 -19.578866633275286 C-23.688192647810986 -19.615437061579545, -23.594470672357126 -19.652007489883804, -23.39693484602342 -19.729086208503173 M-23.39693484602342 -19.729086208503173 C-23.245708746796087 -19.774108168903112, -23.094482647568753 -19.819130129303048, -23.000864935703994 -19.847001329696653 M-23.39693484602342 -19.729086208503173 C-23.309077102534676 -19.755242592013612, -23.221219359045936 -19.781398975524056, -23.000864935703994 -19.847001329696653 M-23.000864935703994 -19.847001329696653 C-22.897239263018356 -19.86872934835901, -22.793613590332722 -19.890457367021366, -22.596410451403674 -19.931806517013612 M-23.000864935703994 -19.847001329696653 C-22.89106387649627 -19.870024190748175, -22.781262817288543 -19.893047051799698, -22.596410451403674 -19.931806517013612 M-22.596410451403674 -19.931806517013612 C-22.445577383419185 -19.950607839330612, -22.294744315434695 -19.96940916164761, -22.186334227361662 -19.982922465033347 M-22.596410451403674 -19.931806517013612 C-22.458064858052488 -19.94905127724086, -22.319719264701302 -19.9662960374681, -22.186334227361662 -19.982922465033347 M-22.186334227361662 -19.982922465033347 C-22.0929232667112 -19.986785970944304, -21.99951230606074 -19.990649476855264, -21.7734375 -20 M-22.186334227361662 -19.982922465033347 C-22.09854196260625 -19.986553579963083, -22.01074969785084 -19.990184694892818, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20 M-21.7734375 -20 C-21.7734375 -20, -21.7734375 -20, -21.7734375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-18.7734375, -12)\"><rect></rect><foreignObject width=\"37.546875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Read</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Failed-10\" transform=\"translate(498.3125, 686)\"><g class=\"basic label-container outer-path\"><path d=\"M-25 -20 C-6.4228185251813805 -20, 12.154362949637239 -20, 25 -20 C25 -20, 25 -20, 25 -20 C25.149785774628995 -19.993804814535395, 25.299571549257987 -19.98760962907079, 25.412896727361662 -19.982922465033347 C25.522492930125726 -19.969261312605564, 25.63208913288979 -19.955600160177777, 25.82297295140367 -19.931806517013612 C25.946967111520905 -19.905807675652905, 26.070961271638144 -19.879808834292195, 26.227427435703998 -19.847001329696653 C26.377750909819817 -19.80224809243534, 26.528074383935632 -19.757494855174027, 26.623497346023417 -19.729086208503173 C26.741537705659322 -19.683026717245447, 26.859578065295228 -19.63696722598772, 27.008477123264846 -19.578866633275286 C27.101523509714287 -19.533379026702136, 27.19456989616373 -19.487891420128985, 27.37973696518537 -19.397368756032446 C27.498142061817163 -19.32681463263483, 27.61654715844896 -19.256260509237208, 27.734740790612136 -19.185832391312644 C27.86147352719078 -19.095346956592913, 27.98820626376942 -19.00486152187318, 28.07106356344834 -18.94570254698197 C28.16825409603 -18.8633863648567, 28.265444628611657 -18.781070182731433, 28.386407858128706 -18.678619553365657 C28.49401174023016 -18.571015671264202, 28.601615622331614 -18.46341178916275, 28.678619553365657 -18.386407858128706 C28.763293912909692 -18.286433030729984, 28.847968272453723 -18.186458203331263, 28.94570254698197 -18.07106356344834 C29.041417654140655 -17.937006214884892, 29.13713276129934 -17.802948866321447, 29.185832391312644 -17.734740790612136 C29.254204943943414 -17.619996842117665, 29.322577496574187 -17.50525289362319, 29.397368756032446 -17.37973696518537 C29.459562982251956 -17.252516642031228, 29.521757208471467 -17.125296318877087, 29.578866633275286 -17.008477123264846 C29.633979578412976 -16.867234749825567, 29.689092523550666 -16.72599237638629, 29.729086208503173 -16.623497346023417 C29.768098318086317 -16.492457979845653, 29.807110427669464 -16.36141861366789, 29.847001329696653 -16.227427435703994 C29.878727589755194 -16.076117963291694, 29.910453849813738 -15.924808490879391, 29.931806517013612 -15.82297295140367 C29.946825831552996 -15.702480932129546, 29.961845146092376 -15.58198891285542, 29.982922465033347 -15.412896727361662 C29.988112440855197 -15.287414681146409, 29.993302416677047 -15.161932634931155, 30 -15 C30 -15, 30 -15, 30 -15 C30 -4.807172562898494, 30 5.385654874203013, 30 15 C30 15, 30 15, 30 15 C29.994385535753217 15.135745230088066, 29.988771071506438 15.27149046017613, 29.982922465033347 15.412896727361662 C29.968215418466375 15.530883585800952, 29.9535083718994 15.648870444240242, 29.931806517013612 15.822972951403669 C29.902919268666686 15.96074255610183, 29.874032020319763 16.098512160799988, 29.847001329696653 16.227427435703994 C29.807474120389177 16.360196991356666, 29.767946911081697 16.492966547009342, 29.729086208503173 16.623497346023417 C29.68607581571684 16.733723535977887, 29.643065422930505 16.843949725932358, 29.578866633275286 17.008477123264846 C29.526019177023752 17.116578322859564, 29.47317172077222 17.22467952245428, 29.397368756032446 17.379736965185366 C29.337384173962594 17.480404082773543, 29.277399591892742 17.581071200361716, 29.185832391312644 17.734740790612133 C29.098813970164894 17.85661767255413, 29.011795549017144 17.97849455449613, 28.94570254698197 18.07106356344834 C28.886082406859362 18.14145692987405, 28.826462266736755 18.211850296299758, 28.678619553365657 18.386407858128706 C28.61495118994456 18.450076221549804, 28.55128282652346 18.5137445849709, 28.386407858128706 18.678619553365657 C28.305003973197202 18.74756512696971, 28.223600088265698 18.816510700573765, 28.07106356344834 18.94570254698197 C28.000137849973626 18.996342533064684, 27.929212136498908 19.0469825191474, 27.734740790612136 19.185832391312644 C27.601757239553642 19.265073388010713, 27.468773688495148 19.34431438470878, 27.37973696518537 19.397368756032446 C27.240446654945554 19.465463639384886, 27.101156344705743 19.533558522737323, 27.008477123264846 19.578866633275286 C26.907294289127062 19.618348297671908, 26.806111454989278 19.657829962068526, 26.623497346023417 19.729086208503173 C26.486136402030304 19.76998033334375, 26.348775458037192 19.810874458184326, 26.227427435703998 19.847001329696653 C26.144684642724563 19.864350668942794, 26.061941849745132 19.881700008188933, 25.82297295140367 19.931806517013612 C25.696820472193522 19.947531407148198, 25.570667992983374 19.963256297282786, 25.412896727361662 19.982922465033347 C25.26433938878998 19.98906684200679, 25.115782050218296 19.99521121898023, 25 20 C25 20, 25 20, 25 20 C13.088388097899763 20, 1.1767761957995262 20, -25 20 C-25 20, -25 20, -25 20 C-25.154891889906796 19.993593624045324, -25.309783779813593 19.98718724809065, -25.412896727361662 19.982922465033347 C-25.543088158464723 19.966694120070347, -25.673279589567787 19.950465775107343, -25.82297295140367 19.931806517013612 C-25.96710282295346 19.901585660948946, -26.11123269450325 19.87136480488428, -26.227427435703994 19.847001329696653 C-26.3232376245265 19.818477400632048, -26.419047813349003 19.789953471567443, -26.623497346023417 19.729086208503173 C-26.71139363252511 19.694788971082016, -26.7992899190268 19.660491733660862, -27.008477123264846 19.578866633275286 C-27.131245563033126 19.51884880022582, -27.2540140028014 19.45883096717635, -27.37973696518537 19.397368756032446 C-27.504331653278335 19.323126436668986, -27.628926341371297 19.24888411730553, -27.734740790612133 19.185832391312644 C-27.84364020874942 19.108079701227208, -27.952539626886708 19.03032701114177, -28.07106356344834 18.94570254698197 C-28.16287424732086 18.867942864285038, -28.25468493119338 18.790183181588105, -28.386407858128706 18.67861955336566 C-28.47198483832724 18.59304257316712, -28.55756181852578 18.507465592968583, -28.678619553365657 18.386407858128706 C-28.784058264011758 18.261916607710614, -28.88949697465786 18.13742535729252, -28.945702546981966 18.07106356344834 C-29.020784310367798 17.96590501090882, -29.09586607375363 17.860746458369295, -29.185832391312644 17.734740790612133 C-29.25386245432162 17.62057161386467, -29.3218925173306 17.506402437117206, -29.397368756032446 17.37973696518537 C-29.45343886166495 17.26504373091829, -29.509508967297457 17.15035049665121, -29.578866633275286 17.00847712326485 C-29.621478698723806 16.899271758789, -29.664090764172325 16.79006639431315, -29.729086208503173 16.623497346023417 C-29.76858307809671 16.490829699673444, -29.80807994769025 16.358162053323472, -29.847001329696653 16.227427435703994 C-29.872447051157753 16.10607122534938, -29.897892772618857 15.984715014994762, -29.931806517013612 15.82297295140367 C-29.946758721266725 15.703019322472544, -29.961710925519842 15.583065693541418, -29.982922465033347 15.412896727361664 C-29.98652378607366 15.325824812437842, -29.99012510711398 15.23875289751402, -30 15 C-30 15, -30 15, -30 15 C-30 4.094175448543094, -30 -6.811649102913812, -30 -15 C-30 -15, -30 -15, -30 -15 C-29.995981636213866 -15.09715507887313, -29.99196327242773 -15.194310157746258, -29.982922465033347 -15.41289672736166 C-29.96479810811759 -15.558298859868982, -29.946673751201836 -15.703700992376302, -29.931806517013612 -15.822972951403669 C-29.898230516436907 -15.983104240865519, -29.864654515860202 -16.143235530327367, -29.847001329696653 -16.227427435703994 C-29.808359623493757 -16.357222638859135, -29.76971791729086 -16.487017842014275, -29.729086208503173 -16.623497346023417 C-29.67925890320903 -16.751193785476, -29.629431597914884 -16.87889022492859, -29.57886663327529 -17.008477123264846 C-29.520699845051542 -17.127459190322735, -29.462533056827795 -17.246441257380624, -29.397368756032446 -17.379736965185366 C-29.338542775649387 -17.47845969826309, -29.27971679526633 -17.577182431340816, -29.185832391312644 -17.734740790612133 C-29.093565246260585 -17.863968967776387, -29.00129810120853 -17.993197144940638, -28.94570254698197 -18.07106356344834 C-28.887783894911195 -18.1394479867274, -28.82986524284042 -18.207832410006457, -28.67861955336566 -18.386407858128706 C-28.592939395770763 -18.472088015723603, -28.507259238175866 -18.5577681733185, -28.386407858128706 -18.678619553365657 C-28.2859448081758 -18.76370741632016, -28.185481758222892 -18.84879527927466, -28.07106356344834 -18.945702546981966 C-27.93697988284555 -19.041436454855383, -27.802896202242753 -19.1371703627288, -27.734740790612136 -19.185832391312644 C-27.6519946345468 -19.235138398163574, -27.56924847848146 -19.284444405014504, -27.379736965185366 -19.397368756032446 C-27.297647643011775 -19.437499780281495, -27.215558320838188 -19.47763080453054, -27.00847712326485 -19.578866633275286 C-26.888280723991794 -19.625767413810042, -26.76808432471874 -19.6726681943448, -26.62349734602342 -19.729086208503173 C-26.469147980552396 -19.775038005550755, -26.314798615081376 -19.820989802598337, -26.227427435703994 -19.847001329696653 C-26.09122381972397 -19.875560224738738, -25.95502020374395 -19.90411911978082, -25.822972951403674 -19.931806517013612 C-25.70628032741194 -19.94635223742494, -25.589587703420207 -19.960897957836266, -25.412896727361662 -19.982922465033347 C-25.306464076530713 -19.987324552034067, -25.20003142569976 -19.99172663903479, -25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25 -20 C-5.136224644574902 -20, 14.727550710850196 -20, 25 -20 M-25 -20 C-6.9229728480434645 -20, 11.154054303913071 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25.114782045015588 -19.99525257950136, 25.22956409003118 -19.990505159002723, 25.412896727361662 -19.982922465033347 M25 -20 C25.08665738115121 -19.996415824203343, 25.173314762302418 -19.992831648406685, 25.412896727361662 -19.982922465033347 M25.412896727361662 -19.982922465033347 C25.55961757516506 -19.96463373042736, 25.706338422968457 -19.94634499582137, 25.82297295140367 -19.931806517013612 M25.412896727361662 -19.982922465033347 C25.51446454131658 -19.97026205022699, 25.6160323552715 -19.957601635420627, 25.82297295140367 -19.931806517013612 M25.82297295140367 -19.931806517013612 C25.94349802616186 -19.906535066360913, 26.064023100920046 -19.881263615708214, 26.227427435703998 -19.847001329696653 M25.82297295140367 -19.931806517013612 C25.94687232159082 -19.905827551011168, 26.070771691777974 -19.879848585008723, 26.227427435703998 -19.847001329696653 M26.227427435703998 -19.847001329696653 C26.332090489831312 -19.815841788438018, 26.436753543958627 -19.78468224717938, 26.623497346023417 -19.729086208503173 M26.227427435703998 -19.847001329696653 C26.376937992312783 -19.802490108462976, 26.52644854892157 -19.757978887229303, 26.623497346023417 -19.729086208503173 M26.623497346023417 -19.729086208503173 C26.74420990252784 -19.681984022791752, 26.86492245903226 -19.634881837080336, 27.008477123264846 -19.578866633275286 M26.623497346023417 -19.729086208503173 C26.732781772516354 -19.686443292959854, 26.842066199009288 -19.643800377416536, 27.008477123264846 -19.578866633275286 M27.008477123264846 -19.578866633275286 C27.11872429344757 -19.52497007592967, 27.228971463630295 -19.47107351858405, 27.37973696518537 -19.397368756032446 M27.008477123264846 -19.578866633275286 C27.108144839230807 -19.53014205594452, 27.20781255519677 -19.481417478613754, 27.37973696518537 -19.397368756032446 M27.37973696518537 -19.397368756032446 C27.50151105672264 -19.32480714740785, 27.623285148259914 -19.252245538783257, 27.734740790612136 -19.185832391312644 M27.37973696518537 -19.397368756032446 C27.513222863917836 -19.31782842509298, 27.646708762650306 -19.23828809415351, 27.734740790612136 -19.185832391312644 M27.734740790612136 -19.185832391312644 C27.834808408737878 -19.11438548523359, 27.934876026863616 -19.042938579154537, 28.07106356344834 -18.94570254698197 M27.734740790612136 -19.185832391312644 C27.840802059940216 -19.11010610052808, 27.946863329268297 -19.034379809743513, 28.07106356344834 -18.94570254698197 M28.07106356344834 -18.94570254698197 C28.178621726642387 -18.854605429645964, 28.28617988983643 -18.76350831230996, 28.386407858128706 -18.678619553365657 M28.07106356344834 -18.94570254698197 C28.164369122667534 -18.866676769450255, 28.257674681886723 -18.787650991918543, 28.386407858128706 -18.678619553365657 M28.386407858128706 -18.678619553365657 C28.481182509493884 -18.58384490200048, 28.575957160859065 -18.489070250635297, 28.678619553365657 -18.386407858128706 M28.386407858128706 -18.678619553365657 C28.454299992356617 -18.610727419137746, 28.522192126584528 -18.542835284909835, 28.678619553365657 -18.386407858128706 M28.678619553365657 -18.386407858128706 C28.764855021877047 -18.28458983285518, 28.851090490388433 -18.182771807581656, 28.94570254698197 -18.07106356344834 M28.678619553365657 -18.386407858128706 C28.746279042372663 -18.306522450411585, 28.81393853137967 -18.226637042694467, 28.94570254698197 -18.07106356344834 M28.94570254698197 -18.07106356344834 C29.02294351146622 -17.96288086160928, 29.100184475950467 -17.85469815977022, 29.185832391312644 -17.734740790612136 M28.94570254698197 -18.07106356344834 C29.02018141262138 -17.966749421741543, 29.094660278260786 -17.86243528003475, 29.185832391312644 -17.734740790612136 M29.185832391312644 -17.734740790612136 C29.238629379004447 -17.646136012769674, 29.291426366696253 -17.55753123492721, 29.397368756032446 -17.37973696518537 M29.185832391312644 -17.734740790612136 C29.270144538192305 -17.593246751457833, 29.354456685071963 -17.451752712303527, 29.397368756032446 -17.37973696518537 M29.397368756032446 -17.37973696518537 C29.45084103242527 -17.270357675563325, 29.504313308818094 -17.16097838594128, 29.578866633275286 -17.008477123264846 M29.397368756032446 -17.37973696518537 C29.46184889104664 -17.24784074085458, 29.526329026060832 -17.115944516523793, 29.578866633275286 -17.008477123264846 M29.578866633275286 -17.008477123264846 C29.634421448704547 -16.86610233332019, 29.689976264133808 -16.723727543375535, 29.729086208503173 -16.623497346023417 M29.578866633275286 -17.008477123264846 C29.632174204389575 -16.871861526917115, 29.685481775503863 -16.73524593056938, 29.729086208503173 -16.623497346023417 M29.729086208503173 -16.623497346023417 C29.771432328754205 -16.481259235419415, 29.81377844900524 -16.339021124815414, 29.847001329696653 -16.227427435703994 M29.729086208503173 -16.623497346023417 C29.75730025489383 -16.52872803475451, 29.785514301284486 -16.433958723485606, 29.847001329696653 -16.227427435703994 M29.847001329696653 -16.227427435703994 C29.872096019783726 -16.10774537073893, 29.897190709870795 -15.988063305773862, 29.931806517013612 -15.82297295140367 M29.847001329696653 -16.227427435703994 C29.86694286192925 -16.13232190748733, 29.886884394161843 -16.037216379270667, 29.931806517013612 -15.82297295140367 M29.931806517013612 -15.82297295140367 C29.947333306469243 -15.698409729197529, 29.96286009592487 -15.573846506991387, 29.982922465033347 -15.412896727361662 M29.931806517013612 -15.82297295140367 C29.94280680951841 -15.734723420905226, 29.953807102023205 -15.646473890406781, 29.982922465033347 -15.412896727361662 M29.982922465033347 -15.412896727361662 C29.989070243169355 -15.26425715626085, 29.99521802130536 -15.11561758516004, 30 -15 M29.982922465033347 -15.412896727361662 C29.98793766936261 -15.291640266247956, 29.99295287369187 -15.17038380513425, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -4.3397868853773875, 30 6.320426229245225, 30 15 M30 -15 C30 -5.526039052736593, 30 3.9479218945268144, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C29.996305388301277 15.089327475086657, 29.992610776602554 15.178654950173314, 29.982922465033347 15.412896727361662 M30 15 C29.995588868443374 15.106651328031226, 29.991177736886744 15.213302656062455, 29.982922465033347 15.412896727361662 M29.982922465033347 15.412896727361662 C29.971132620774856 15.507480414114363, 29.959342776516362 15.602064100867064, 29.931806517013612 15.822972951403669 M29.982922465033347 15.412896727361662 C29.963122346114467 15.571742612381783, 29.943322227195587 15.730588497401904, 29.931806517013612 15.822972951403669 M29.931806517013612 15.822972951403669 C29.91407403551701 15.907543033564657, 29.89634155402041 15.992113115725646, 29.847001329696653 16.227427435703994 M29.931806517013612 15.822972951403669 C29.91130186167015 15.920764136885055, 29.890797206326685 16.01855532236644, 29.847001329696653 16.227427435703994 M29.847001329696653 16.227427435703994 C29.821846586239637 16.311920729560516, 29.79669184278262 16.396414023417037, 29.729086208503173 16.623497346023417 M29.847001329696653 16.227427435703994 C29.81373922719367 16.339152868558152, 29.780477124690684 16.450878301412313, 29.729086208503173 16.623497346023417 M29.729086208503173 16.623497346023417 C29.684298554371708 16.738278266449665, 29.639510900240246 16.853059186875914, 29.578866633275286 17.008477123264846 M29.729086208503173 16.623497346023417 C29.686805080073817 16.7318545916058, 29.644523951644462 16.840211837188182, 29.578866633275286 17.008477123264846 M29.578866633275286 17.008477123264846 C29.537287422881857 17.09352875754479, 29.49570821248843 17.178580391824735, 29.397368756032446 17.379736965185366 M29.578866633275286 17.008477123264846 C29.539562739967394 17.088874522055495, 29.500258846659506 17.16927192084614, 29.397368756032446 17.379736965185366 M29.397368756032446 17.379736965185366 C29.338074186201734 17.47924609282316, 29.27877961637102 17.578755220460955, 29.185832391312644 17.734740790612133 M29.397368756032446 17.379736965185366 C29.334571525738117 17.485124315536318, 29.27177429544379 17.590511665887266, 29.185832391312644 17.734740790612133 M29.185832391312644 17.734740790612133 C29.135443375047043 17.80531499898749, 29.085054358781445 17.87588920736285, 28.94570254698197 18.07106356344834 M29.185832391312644 17.734740790612133 C29.137754308203743 17.802078335717805, 29.08967622509484 17.869415880823478, 28.94570254698197 18.07106356344834 M28.94570254698197 18.07106356344834 C28.86754905000203 18.163339222966176, 28.78939555302209 18.25561488248401, 28.678619553365657 18.386407858128706 M28.94570254698197 18.07106356344834 C28.875717522087818 18.153694726198967, 28.805732497193667 18.236325888949594, 28.678619553365657 18.386407858128706 M28.678619553365657 18.386407858128706 C28.610190749979978 18.454836661514385, 28.541761946594296 18.523265464900067, 28.386407858128706 18.678619553365657 M28.678619553365657 18.386407858128706 C28.597697203765517 18.467330207728846, 28.516774854165376 18.548252557328986, 28.386407858128706 18.678619553365657 M28.386407858128706 18.678619553365657 C28.267732062412957 18.779132825126887, 28.149056266697205 18.879646096888116, 28.07106356344834 18.94570254698197 M28.386407858128706 18.678619553365657 C28.29176768866107 18.758775688117964, 28.197127519193437 18.838931822870272, 28.07106356344834 18.94570254698197 M28.07106356344834 18.94570254698197 C27.958549818019375 19.026035817152994, 27.846036072590405 19.10636908732402, 27.734740790612136 19.185832391312644 M28.07106356344834 18.94570254698197 C27.973371265115546 19.0154535073262, 27.875678966782754 19.08520446767043, 27.734740790612136 19.185832391312644 M27.734740790612136 19.185832391312644 C27.63795759912167 19.243502655764757, 27.541174407631203 19.30117292021687, 27.37973696518537 19.397368756032446 M27.734740790612136 19.185832391312644 C27.596560657051477 19.268169879070076, 27.458380523490817 19.35050736682751, 27.37973696518537 19.397368756032446 M27.37973696518537 19.397368756032446 C27.24031157775804 19.46552967459804, 27.100886190330705 19.53369059316364, 27.008477123264846 19.578866633275286 M27.37973696518537 19.397368756032446 C27.25214394184104 19.45974518427256, 27.124550918496716 19.522121612512674, 27.008477123264846 19.578866633275286 M27.008477123264846 19.578866633275286 C26.871476444620857 19.632324463967848, 26.734475765976864 19.68578229466041, 26.623497346023417 19.729086208503173 M27.008477123264846 19.578866633275286 C26.88025475186791 19.628899157850935, 26.752032380470972 19.678931682426587, 26.623497346023417 19.729086208503173 M26.623497346023417 19.729086208503173 C26.513225043138913 19.76191569547032, 26.402952740254406 19.794745182437467, 26.227427435703998 19.847001329696653 M26.623497346023417 19.729086208503173 C26.510556785074964 19.76271007031372, 26.397616224126512 19.79633393212427, 26.227427435703998 19.847001329696653 M26.227427435703998 19.847001329696653 C26.09762694069679 19.874217631456695, 25.967826445689585 19.90143393321674, 25.82297295140367 19.931806517013612 M26.227427435703998 19.847001329696653 C26.109247710698398 19.87178101222015, 25.991067985692794 19.89656069474365, 25.82297295140367 19.931806517013612 M25.82297295140367 19.931806517013612 C25.724889419984247 19.944032616454855, 25.62680588856482 19.9562587158961, 25.412896727361662 19.982922465033347 M25.82297295140367 19.931806517013612 C25.66323646906026 19.95171764877307, 25.503499986716847 19.971628780532527, 25.412896727361662 19.982922465033347 M25.412896727361662 19.982922465033347 C25.29571796045616 19.987769014682613, 25.17853919355066 19.99261556433188, 25 20 M25.412896727361662 19.982922465033347 C25.25920758595261 19.989279094942184, 25.105518444543556 19.99563572485102, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C11.495930890987493 20, -2.008138218025014 20, -25 20 M25 20 C13.016067832658901 20, 1.0321356653178029 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25.163073352180184 19.993255236262634, -25.32614670436037 19.986510472525268, -25.412896727361662 19.982922465033347 M-25 20 C-25.137620842527742 19.994307959848882, -25.27524168505548 19.988615919697764, -25.412896727361662 19.982922465033347 M-25.412896727361662 19.982922465033347 C-25.532159239891715 19.968056408349785, -25.651421752421765 19.953190351666226, -25.82297295140367 19.931806517013612 M-25.412896727361662 19.982922465033347 C-25.537035642104023 19.96744856544792, -25.661174556846383 19.951974665862494, -25.82297295140367 19.931806517013612 M-25.82297295140367 19.931806517013612 C-25.93269001184349 19.908801268651583, -26.04240707228331 19.885796020289554, -26.227427435703994 19.847001329696653 M-25.82297295140367 19.931806517013612 C-25.928109548823418 19.90976169074973, -26.03324614624316 19.887716864485846, -26.227427435703994 19.847001329696653 M-26.227427435703994 19.847001329696653 C-26.37496395215871 19.803077805679916, -26.522500468613423 19.759154281663182, -26.623497346023417 19.729086208503173 M-26.227427435703994 19.847001329696653 C-26.38487926946436 19.800125887820705, -26.54233110322473 19.75325044594476, -26.623497346023417 19.729086208503173 M-26.623497346023417 19.729086208503173 C-26.76475332102771 19.673967956018345, -26.90600929603201 19.618849703533513, -27.008477123264846 19.578866633275286 M-26.623497346023417 19.729086208503173 C-26.739677648761702 19.683752513699126, -26.855857951499992 19.63841881889508, -27.008477123264846 19.578866633275286 M-27.008477123264846 19.578866633275286 C-27.08314966649844 19.542361451311322, -27.157822209732036 19.505856269347355, -27.37973696518537 19.397368756032446 M-27.008477123264846 19.578866633275286 C-27.114597909622372 19.52698734206082, -27.220718695979894 19.47510805084635, -27.37973696518537 19.397368756032446 M-27.37973696518537 19.397368756032446 C-27.453528150924875 19.353398753284072, -27.52731933666438 19.309428750535695, -27.734740790612133 19.185832391312644 M-27.37973696518537 19.397368756032446 C-27.516791638427183 19.31570189706105, -27.653846311668996 19.234035038089655, -27.734740790612133 19.185832391312644 M-27.734740790612133 19.185832391312644 C-27.831346422864954 19.11685729563682, -27.927952055117775 19.047882199960995, -28.07106356344834 18.94570254698197 M-27.734740790612133 19.185832391312644 C-27.837612781952252 19.112383201243915, -27.94048477329237 19.038934011175183, -28.07106356344834 18.94570254698197 M-28.07106356344834 18.94570254698197 C-28.138443649379873 18.888634525253657, -28.20582373531141 18.831566503525348, -28.386407858128706 18.67861955336566 M-28.07106356344834 18.94570254698197 C-28.178748777063376 18.85449782342841, -28.286433990678407 18.76329309987485, -28.386407858128706 18.67861955336566 M-28.386407858128706 18.67861955336566 C-28.493897952021026 18.571129459473337, -28.60138804591335 18.463639365581013, -28.678619553365657 18.386407858128706 M-28.386407858128706 18.67861955336566 C-28.481686100715233 18.58334131077913, -28.576964343301764 18.488063068192602, -28.678619553365657 18.386407858128706 M-28.678619553365657 18.386407858128706 C-28.736158482697842 18.31847177263991, -28.793697412030028 18.250535687151114, -28.945702546981966 18.07106356344834 M-28.678619553365657 18.386407858128706 C-28.737459459635048 18.31693571207273, -28.796299365904435 18.247463566016755, -28.945702546981966 18.07106356344834 M-28.945702546981966 18.07106356344834 C-28.997678879440414 17.998266180419975, -29.049655211898862 17.92546879739161, -29.185832391312644 17.734740790612133 M-28.945702546981966 18.07106356344834 C-29.020359621983673 17.96649982399979, -29.095016696985375 17.86193608455124, -29.185832391312644 17.734740790612133 M-29.185832391312644 17.734740790612133 C-29.23719293890486 17.64854667029905, -29.28855348649708 17.56235254998597, -29.397368756032446 17.37973696518537 M-29.185832391312644 17.734740790612133 C-29.242247627084033 17.640063809007934, -29.298662862855423 17.545386827403732, -29.397368756032446 17.37973696518537 M-29.397368756032446 17.37973696518537 C-29.439580440709157 17.293391584080407, -29.48179212538587 17.207046202975445, -29.578866633275286 17.00847712326485 M-29.397368756032446 17.37973696518537 C-29.453773183478415 17.264359864718298, -29.51017761092438 17.148982764251226, -29.578866633275286 17.00847712326485 M-29.578866633275286 17.00847712326485 C-29.614971182028146 16.915949094775936, -29.651075730781006 16.823421066287025, -29.729086208503173 16.623497346023417 M-29.578866633275286 17.00847712326485 C-29.632224923885726 16.871731543988457, -29.68558321449617 16.734985964712063, -29.729086208503173 16.623497346023417 M-29.729086208503173 16.623497346023417 C-29.753972791236237 16.539904788160815, -29.7788593739693 16.45631223029821, -29.847001329696653 16.227427435703994 M-29.729086208503173 16.623497346023417 C-29.758492553504713 16.524723174316712, -29.787898898506253 16.425949002610007, -29.847001329696653 16.227427435703994 M-29.847001329696653 16.227427435703994 C-29.872038596578676 16.10801923456165, -29.897075863460696 15.988611033419303, -29.931806517013612 15.82297295140367 M-29.847001329696653 16.227427435703994 C-29.87391316629829 16.09907900162048, -29.900825002899932 15.97073056753697, -29.931806517013612 15.82297295140367 M-29.931806517013612 15.82297295140367 C-29.94303961511176 15.732855744722814, -29.95427271320991 15.642738538041957, -29.982922465033347 15.412896727361664 M-29.931806517013612 15.82297295140367 C-29.949420140579004 15.681668162522413, -29.9670337641444 15.540363373641158, -29.982922465033347 15.412896727361664 M-29.982922465033347 15.412896727361664 C-29.989155630838283 15.26219267276678, -29.99538879664322 15.111488618171895, -30 15 M-29.982922465033347 15.412896727361664 C-29.986755135584776 15.320231296968462, -29.9905878061362 15.227565866575258, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 4.362058401699445, -30 -6.275883196601111, -30 -15 M-30 15 C-30 5.93688656029911, -30 -3.1262268794017807, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-29.99318374417372 -15.164801871524602, -29.986367488347437 -15.329603743049203, -29.982922465033347 -15.41289672736166 M-30 -15 C-29.99617234994847 -15.092544045897053, -29.99234469989694 -15.185088091794107, -29.982922465033347 -15.41289672736166 M-29.982922465033347 -15.41289672736166 C-29.97250283853485 -15.496487881511477, -29.962083212036354 -15.580079035661292, -29.931806517013612 -15.822972951403669 M-29.982922465033347 -15.41289672736166 C-29.966743246974072 -15.542694039291352, -29.950564028914798 -15.672491351221042, -29.931806517013612 -15.822972951403669 M-29.931806517013612 -15.822972951403669 C-29.907434295343283 -15.939209406493191, -29.883062073672953 -16.05544586158271, -29.847001329696653 -16.227427435703994 M-29.931806517013612 -15.822972951403669 C-29.908150098643883 -15.935795584014112, -29.884493680274158 -16.048618216624554, -29.847001329696653 -16.227427435703994 M-29.847001329696653 -16.227427435703994 C-29.817653881955984 -16.326003774998753, -29.78830643421531 -16.424580114293516, -29.729086208503173 -16.623497346023417 M-29.847001329696653 -16.227427435703994 C-29.81745130876611 -16.326684206349146, -29.78790128783557 -16.4259409769943, -29.729086208503173 -16.623497346023417 M-29.729086208503173 -16.623497346023417 C-29.679249164711383 -16.751218743106516, -29.62941212091959 -16.87894014018962, -29.57886663327529 -17.008477123264846 M-29.729086208503173 -16.623497346023417 C-29.690210902097746 -16.723126217809597, -29.651335595692323 -16.822755089595773, -29.57886663327529 -17.008477123264846 M-29.57886663327529 -17.008477123264846 C-29.513033273678154 -17.143141412723324, -29.44719991408102 -17.2778057021818, -29.397368756032446 -17.379736965185366 M-29.57886663327529 -17.008477123264846 C-29.52600143749145 -17.11661460965289, -29.473136241707607 -17.224752096040927, -29.397368756032446 -17.379736965185366 M-29.397368756032446 -17.379736965185366 C-29.313587086182366 -17.52034074901619, -29.229805416332283 -17.66094453284701, -29.185832391312644 -17.734740790612133 M-29.397368756032446 -17.379736965185366 C-29.318197758021967 -17.512603043288784, -29.23902676001149 -17.645469121392203, -29.185832391312644 -17.734740790612133 M-29.185832391312644 -17.734740790612133 C-29.10150981212999 -17.85284191095583, -29.017187232947336 -17.970943031299534, -28.94570254698197 -18.07106356344834 M-29.185832391312644 -17.734740790612133 C-29.098670468262856 -17.856818659473248, -29.011508545213072 -17.978896528334364, -28.94570254698197 -18.07106356344834 M-28.94570254698197 -18.07106356344834 C-28.88184769003605 -18.14645685057936, -28.817992833090134 -18.221850137710376, -28.67861955336566 -18.386407858128706 M-28.94570254698197 -18.07106356344834 C-28.882944823826534 -18.145161467160726, -28.8201871006711 -18.219259370873107, -28.67861955336566 -18.386407858128706 M-28.67861955336566 -18.386407858128706 C-28.57279694615207 -18.492230465342292, -28.466974338938485 -18.598053072555878, -28.386407858128706 -18.678619553365657 M-28.67861955336566 -18.386407858128706 C-28.59329232827026 -18.471735083224107, -28.507965103174858 -18.557062308319505, -28.386407858128706 -18.678619553365657 M-28.386407858128706 -18.678619553365657 C-28.29336582040321 -18.757422139577262, -28.200323782677714 -18.836224725788867, -28.07106356344834 -18.945702546981966 M-28.386407858128706 -18.678619553365657 C-28.307856104403037 -18.745149495060428, -28.229304350677367 -18.811679436755195, -28.07106356344834 -18.945702546981966 M-28.07106356344834 -18.945702546981966 C-27.944597569880813 -19.035997530852374, -27.81813157631328 -19.126292514722778, -27.734740790612136 -19.185832391312644 M-28.07106356344834 -18.945702546981966 C-27.974641674097107 -19.014546452747627, -27.878219784745877 -19.083390358513288, -27.734740790612136 -19.185832391312644 M-27.734740790612136 -19.185832391312644 C-27.636763052235594 -19.244214451209395, -27.538785313859055 -19.302596511106145, -27.379736965185366 -19.397368756032446 M-27.734740790612136 -19.185832391312644 C-27.62152709442028 -19.25329311148975, -27.508313398228427 -19.320753831666853, -27.379736965185366 -19.397368756032446 M-27.379736965185366 -19.397368756032446 C-27.238182467522375 -19.46657053316812, -27.096627969859384 -19.535772310303795, -27.00847712326485 -19.578866633275286 M-27.379736965185366 -19.397368756032446 C-27.23283667429633 -19.46918393223032, -27.08593638340729 -19.540999108428192, -27.00847712326485 -19.578866633275286 M-27.00847712326485 -19.578866633275286 C-26.923623971878456 -19.611976435689705, -26.838770820492066 -19.645086238104128, -26.62349734602342 -19.729086208503173 M-27.00847712326485 -19.578866633275286 C-26.886488622071194 -19.626466694149407, -26.764500120877543 -19.674066755023528, -26.62349734602342 -19.729086208503173 M-26.62349734602342 -19.729086208503173 C-26.470317534644508 -19.7746898142115, -26.317137723265596 -19.820293419919825, -26.227427435703994 -19.847001329696653 M-26.62349734602342 -19.729086208503173 C-26.515743564757763 -19.76116589909807, -26.40798978349211 -19.793245589692965, -26.227427435703994 -19.847001329696653 M-26.227427435703994 -19.847001329696653 C-26.09615000252303 -19.874527312825908, -25.96487256934206 -19.90205329595516, -25.822972951403674 -19.931806517013612 M-26.227427435703994 -19.847001329696653 C-26.10224458799365 -19.873249412635605, -25.977061740283304 -19.899497495574558, -25.822972951403674 -19.931806517013612 M-25.822972951403674 -19.931806517013612 C-25.70048667923347 -19.947074414917253, -25.578000407063264 -19.96234231282089, -25.412896727361662 -19.982922465033347 M-25.822972951403674 -19.931806517013612 C-25.739921736772498 -19.942158840121298, -25.656870522141322 -19.952511163228987, -25.412896727361662 -19.982922465033347 M-25.412896727361662 -19.982922465033347 C-25.299332073760173 -19.987619533850648, -25.185767420158687 -19.992316602667945, -25 -20 M-25.412896727361662 -19.982922465033347 C-25.268973258450096 -19.988875183739946, -25.125049789538533 -19.994827902446545, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22, -12)\"><rect></rect><foreignObject width=\"44\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Failed</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Read----note-11\" transform=\"translate(637.88671875, 868)\"><g class=\"basic label-container\"><path d=\"M-115 -63 L115 -63 L115 63 L-115 63\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -63 C-44.889243237632115 -63, 25.22151352473577 -63, 115 -63 M-115 -63 C-59.58887046447477 -63, -4.177740928949547 -63, 115 -63 M115 -63 C115 -21.45159376570289, 115 20.096812468594223, 115 63 M115 -63 C115 -34.96631469042848, 115 -6.932629380856966, 115 63 M115 63 C62.839572439843074 63, 10.679144879686149 63, -115 63 M115 63 C23.026253000441486 63, -68.94749399911703 63, -115 63 M-115 63 C-115 33.33955236808973, -115 3.679104736179454, -115 -63 M-115 63 C-115 22.426273740095574, -115 -18.14745251980885, -115 -63\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>SMS usually closes after Delivered.<br>RCS may include Read before closure.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> New : Draft → New\n    New --> Ready : New → Ready\n    Ready --> Dispatched : Ready → Dispatched\n    Dispatched --> Sent : Dispatched → Sent\n    Sent --> Delivered : SMS delivered\n    Sent --> Closed : TimeToLive elapsed\n    Delivered --> Closed : SMS delivered outcome\n    Delivered --> Read : RCS read path\n    Read --> Closed : RCS read outcome\n    Sent --> Failed : Failed outcome\n    Failed --> Closed : Closed after failure\n\n    note right of Read\n        SMS usually closes after Delivered.\n        RCS may include Read before closure.\n    end note\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Event timeline examples from transaction history:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["EviNotice event timeline: ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evinotice_timeline.99c5588c2aa2630c9a1b5546b2e2e7f3eafdf31e198678f75c427e493a253b7c.6fd6141d.png","alt":"EviNotice event timeline"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["EviMail event timeline: ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evimail_timeline.781f4d16fd615397abde784391c477980824842e9842f9e1ebfa0d8016ebdc96.6fd6141d.png","alt":"EviMail event timeline"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["EviSMS event timeline: ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evisms_timeline.997e0aa43a983d456a28ddcb49214bbc55a6a9435c6b42b8e40f814930bf1c69.6fd6141d.png","alt":"EviSMS event timeline"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"signature-workflows","__idx":14},"children":["Signature workflows"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSign"]}," uses states such as:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Draft"]}," — the signature request is prepared and can still be edited."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Submitted"]}," — the request was admitted for processing."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Processed"]}," — the content was certified and the signing workflow was prepared."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — signature requests were sent to recipients."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Closed"]}," — the signature process reached its end."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Some source-defined EviSign states, such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Forwarded"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Received"]},", may appear in specific or legacy flows. The simplified lifecycle diagram focuses on the main source-backed progression used for documentation."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following diagrams separate the overall EviSign evidence lifecycle from the per-signer or per-party lifecycle."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evisign-evidence-lifecycle","__idx":15},"children":["EviSign evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Sent : Processed → Sent\n    Sent --> Closed : Signed outcome\n    Sent --> Closed : Rejected outcome\n    Sent --> Closed : Cancelled / Expired / Failed outcome\n\n    note right of Sent\n        Signer actions are detailed in the party lifecycle.\n        Forwarded and Received are source-defined but\n        omitted from the normal main flow.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780569713092\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 730.875px;\" viewBox=\"0 0 730.875 718\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1780569713092{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780569713092 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780569713092 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780569713092 .error-icon{fill:#f5fafa;}#mermaid-1780569713092 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1780569713092 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780569713092 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780569713092 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780569713092 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780569713092 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780569713092 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780569713092 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1780569713092 .marker.cross{stroke:#047C76;}#mermaid-1780569713092 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780569713092 p{margin:0;}#mermaid-1780569713092 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1780569713092 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1780569713092 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1780569713092 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1780569713092 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1780569713092 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1780569713092 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1780569713092 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1780569713092 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1780569713092 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1780569713092 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1780569713092 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1780569713092 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1780569713092 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1780569713092 .edgeLabel p{background-color:#f5fafa;}#mermaid-1780569713092 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1780569713092 .edgeLabel .label text{fill:#0A1111;}#mermaid-1780569713092 .label div .edgeLabel{color:#0A1111;}#mermaid-1780569713092 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1780569713092 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1780569713092 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1780569713092 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1780569713092 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1780569713092 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569713092 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569713092 #statediagram-barbEnd{fill:#047C76;}#mermaid-1780569713092 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569713092 .cluster-label,#mermaid-1780569713092 .nodeLabel{color:#0A1111;}#mermaid-1780569713092 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1780569713092 .statediagram-state .divider{stroke:#006660;}#mermaid-1780569713092 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1780569713092 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1780569713092 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1780569713092 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1780569713092 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1780569713092 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1780569713092 .note-edge{stroke-dasharray:5;}#mermaid-1780569713092 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569713092 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569713092 .statediagram-note text{fill:#333;}#mermaid-1780569713092 .statediagram-note .nodeLabel{color:#333;}#mermaid-1780569713092 .statediagram .edgeLabel{color:red;}#mermaid-1780569713092 #dependencyStart,#mermaid-1780569713092 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1780569713092 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1780569713092 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1780569713092_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Sent----parent\"><rect x=\"422.875\" y=\"462\" width=\"300\" height=\"248\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M285.238,22L285.238,28.167C285.238,34.333,285.238,46.667,285.322,59.083C285.405,71.5,285.572,84,285.655,90.25L285.738,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6Mjg1LjIzODI4MTI1LCJ5IjoyMn0seyJ4IjoyODUuMjM4MjgxMjUsInkiOjU5fSx7IngiOjI4NS43MzgyODEyNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M285.738,136.5L285.655,142.583C285.572,148.667,285.405,160.833,285.405,173.167C285.405,185.5,285.572,198,285.655,204.25L285.738,210.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6Mjg1LjczODI4MTI1LCJ5IjoxMzYuNX0seyJ4IjoyODUuMjM4MjgxMjUsInkiOjE3M30seyJ4IjoyODUuNzM4MjgxMjUsInkiOjIxMC41fV0=\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M285.738,250.5L285.655,256.583C285.572,262.667,285.405,274.833,285.405,287.167C285.405,299.5,285.572,312,285.655,318.25L285.738,324.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6Mjg1LjczODI4MTI1LCJ5IjoyNTAuNX0seyJ4IjoyODUuMjM4MjgxMjUsInkiOjI4N30seyJ4IjoyODUuNzM4MjgxMjUsInkiOjMyNC41fV0=\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M261.098,352.335L228.954,362.446C196.81,372.557,132.522,392.778,100.378,411.056C68.234,429.333,68.234,445.667,88.927,471.25C109.62,496.833,151.006,531.667,171.699,549.083L192.392,566.5\" id=\"edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6MjYxLjA5NzY1NjI1LCJ5IjozNTIuMzM0ODk2NDA1MjM0NjR9LHsieCI6NjguMjM0Mzc1LCJ5Ijo0MTN9LHsieCI6NjguMjM0Mzc1LCJ5Ijo0NjJ9LHsieCI6MTkyLjM5MTYzMzA2NDUxNjEzLCJ5Ijo1NjYuNX1d\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M265.602,364.473L257.28,372.56C248.958,380.648,232.315,396.824,223.994,413.079C215.672,429.333,215.672,445.667,215.755,471.25C215.839,496.833,216.005,531.667,216.089,549.083L216.172,566.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6MjY1LjYwMTc1NDcxNjkyOTYsInkiOjM2NC40NzI1NzU5MjY3ODc0NH0seyJ4IjoyMTUuNjcxODc1LCJ5Ijo0MTN9LHsieCI6MjE1LjY3MTg3NSwieSI6NDYyfSx7IngiOjIxNi4xNzE4NzUsInkiOjU2Ni41fV0=\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M310.379,358.953L325.795,367.961C341.211,376.969,372.043,394.984,387.459,412.159C402.875,429.333,402.875,445.667,376.716,471.299C350.558,496.931,298.24,531.862,272.082,549.328L245.923,566.793\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6MzEwLjM3ODkwNjI1LCJ5IjozNTguOTUyOTk2ODQ1NDI1ODR9LHsieCI6NDAyLjg3NSwieSI6NDEzfSx7IngiOjQwMi44NzUsInkiOjQ2Mn0seyJ4IjoyNDUuOTIzMTAzNTE4OTg4MDksInkiOjU2Ni43OTMzMTg2MjcyNjkxfV0=\" marker-end=\"url(#mermaid-1780569713092_stateDiagram-barbEnd)\"></path><path d=\"M310.379,350.411L354.128,360.842C397.878,371.274,485.376,392.137,529.126,410.735C572.875,429.333,572.875,445.667,572.875,458C572.875,470.333,572.875,478.667,572.875,482.833L572.875,487\" id=\"Sent-Sent----note-6\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Sent-Sent----note-6\" data-points=\"W3sieCI6MzEwLjM3ODkwNjI1LCJ5IjozNTAuNDEwOTM5MDkxNDY0N30seyJ4Ijo1NzIuODc1LCJ5Ijo0MTN9LHsieCI6NTcyLjg3NSwieSI6NDYyfSx7IngiOjU3Mi44NzUsInkiOjQ4N31d\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(285.23828125, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-66.7265625, -12)\"><foreignObject width=\"133.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → Submitted</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(285.23828125, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-85.890625, -12)\"><foreignObject width=\"171.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Submitted → Processed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(285.23828125, 287)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-63.828125, -12)\"><foreignObject width=\"127.65625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Processed → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(68.234375, 413)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-60.234375, -12)\"><foreignObject width=\"120.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Signed outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(215.671875, 413)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-67.203125, -12)\"><foreignObject width=\"134.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Rejected outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(402.875, 413)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Cancelled / Expired / Failed outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Sent-Sent----note-6\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(285.23828125, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-Submitted-1\" transform=\"translate(285.23828125, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.703125 -20 C-8.58650120443383 -20, 24.53012259113234 -20, 41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 C41.806106094166225 -19.995740670438913, 41.90908718833245 -19.991481340877826, 42.11602172736166 -19.982922465033347 C42.265378303236 -19.964305187265943, 42.414734879110334 -19.945687909498538, 42.52609795140367 -19.931806517013612 C42.64586883641167 -19.90669320332198, 42.765639721419674 -19.881579889630345, 42.930552435703994 -19.847001329696653 C43.07261202581713 -19.80470835729848, 43.214671615930264 -19.762415384900304, 43.32662234602342 -19.729086208503173 C43.45811278387033 -19.677778480441642, 43.58960322171724 -19.62647075238011, 43.711602123264846 -19.578866633275286 C43.82815115743757 -19.5218892823514, 43.944700191610295 -19.464911931427512, 44.082861965185366 -19.397368756032446 C44.19087817701469 -19.333005064306843, 44.298894388844005 -19.26864137258124, 44.437865790612136 -19.185832391312644 C44.53642553875083 -19.115462083711318, 44.63498528688952 -19.045091776109995, 44.77418856344834 -18.94570254698197 C44.89246462357372 -18.845527833995803, 45.01074068369911 -18.745353121009636, 45.089532858128706 -18.678619553365657 C45.17257350141602 -18.595578910078345, 45.25561414470333 -18.512538266791033, 45.38174455336566 -18.386407858128706 C45.48238573278394 -18.26758104212765, 45.583026912202214 -18.14875422612659, 45.64882754698197 -18.07106356344834 C45.7213434058348 -17.969498783810216, 45.793859264687626 -17.867934004172092, 45.888957391312644 -17.734740790612136 C45.97091770494176 -17.597193636910905, 46.05287801857088 -17.459646483209678, 46.10049375603245 -17.37973696518537 C46.15982336717266 -17.258376305833693, 46.21915297831287 -17.137015646482013, 46.28199163327529 -17.008477123264846 C46.338731256122315 -16.863065932138305, 46.39547087896934 -16.71765474101176, 46.432211208503176 -16.623497346023417 C46.46566090635466 -16.51114179150119, 46.499110604206145 -16.39878623697896, 46.55012632969665 -16.227427435703994 C46.571295019823566 -16.12646932312304, 46.59246370995048 -16.02551121054209, 46.63493151701361 -15.82297295140367 C46.65394119756724 -15.670468335453537, 46.67295087812087 -15.5179637195034, 46.68604746503335 -15.412896727361662 C46.69159404094866 -15.278792885796303, 46.69714061686397 -15.144689044230942, 46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 C46.703125 -5.613367587672133, 46.703125 3.773264824655733, 46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 C46.69644374601771 15.161537827874318, 46.68976249203541 15.323075655748635, 46.68604746503335 15.412896727361662 C46.67420466950887 15.507905214124085, 46.66236187398438 15.602913700886507, 46.63493151701361 15.822972951403669 C46.606184706227054 15.960072778664264, 46.57743789544049 16.09717260592486, 46.55012632969665 16.227427435703994 C46.50876638658175 16.366353035699415, 46.46740644346684 16.505278635694836, 46.432211208503176 16.623497346023417 C46.373387487064704 16.774249624090636, 46.31456376562624 16.925001902157856, 46.28199163327529 17.008477123264846 C46.240682719128536 17.092975857734967, 46.199373804981775 17.177474592205087, 46.10049375603245 17.379736965185366 C46.0295854884115 17.498736392509198, 45.95867722079055 17.617735819833026, 45.888957391312644 17.734740790612133 C45.83590912697063 17.809039507655758, 45.78286086262862 17.883338224699383, 45.64882754698197 18.07106356344834 C45.54682272181486 18.191500432942643, 45.444817896647756 18.31193730243694, 45.38174455336566 18.386407858128706 C45.29953818111348 18.46861423038088, 45.21733180886131 18.55082060263305, 45.089532858128706 18.678619553365657 C44.98198380137242 18.76970895794231, 44.87443474461613 18.860798362518967, 44.77418856344834 18.94570254698197 C44.650702361962004 19.033870000199126, 44.52721616047567 19.122037453416283, 44.437865790612136 19.185832391312644 C44.33359773499831 19.2479626667102, 44.22932967938448 19.31009294210776, 44.082861965185366 19.397368756032446 C43.98575578102232 19.444841076770327, 43.88864959685927 19.492313397508205, 43.711602123264846 19.578866633275286 C43.59526392162324 19.6242619404226, 43.47892571998164 19.66965724756991, 43.32662234602342 19.729086208503173 C43.216214078974865 19.761956173755756, 43.10580581192631 19.794826139008336, 42.930552435703994 19.847001329696653 C42.81762837247174 19.870679015831275, 42.70470430923948 19.894356701965897, 42.52609795140367 19.931806517013612 C42.368119706575506 19.951498484695353, 42.21014146174734 19.971190452377094, 42.11602172736166 19.982922465033347 C41.966255909155315 19.989116825094207, 41.816490090948975 19.995311185155064, 41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 C10.476709853741145 20, -20.74970529251771 20, -41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 C-41.80426525257035 19.99581680821051, -41.905405505140706 19.991633616421023, -42.11602172736166 19.982922465033347 C-42.23886412652452 19.96761017594637, -42.361706525687374 19.952297886859387, -42.52609795140367 19.931806517013612 C-42.61604672127395 19.912946243302034, -42.705995491144236 19.894085969590456, -42.930552435703994 19.847001329696653 C-43.05313293745495 19.810507533163953, -43.17571343920591 19.774013736631254, -43.32662234602342 19.729086208503173 C-43.46123641796067 19.676559634637375, -43.59585048989793 19.624033060771577, -43.711602123264846 19.578866633275286 C-43.8559291093403 19.50830946914451, -44.00025609541575 19.43775230501374, -44.082861965185366 19.397368756032446 C-44.15736985009815 19.352971693272732, -44.231877735010926 19.308574630513018, -44.437865790612136 19.185832391312644 C-44.542006773852165 19.11147715844219, -44.646147757092194 19.037121925571743, -44.77418856344834 18.94570254698197 C-44.870907967265545 18.86378539056578, -44.96762737108275 18.781868234149595, -45.089532858128706 18.67861955336566 C-45.1808235207381 18.587328890756265, -45.2721141833475 18.49603822814687, -45.38174455336566 18.386407858128706 C-45.45460201818137 18.300385211971328, -45.527459482997074 18.21436256581395, -45.64882754698197 18.07106356344834 C-45.71888562237917 17.972941123720663, -45.78894369777636 17.874818683992988, -45.888957391312644 17.734740790612133 C-45.96312372350866 17.61027362544016, -46.03729005570467 17.485806460268194, -46.10049375603244 17.37973696518537 C-46.15086080668886 17.27670951633159, -46.20122785734529 17.17368206747781, -46.28199163327528 17.00847712326485 C-46.33099351942929 16.882896051774253, -46.37999540558331 16.757314980283653, -46.432211208503176 16.623497346023417 C-46.47759546093471 16.471054329313322, -46.52297971336623 16.318611312603224, -46.55012632969665 16.227427435703994 C-46.575210192579796 16.10779700804227, -46.60029405546293 15.988166580380542, -46.63493151701361 15.82297295140367 C-46.64857085542699 15.713551750943331, -46.66221019384036 15.604130550482994, -46.68604746503335 15.412896727361664 C-46.6925989446281 15.2544965548933, -46.699150424222864 15.096096382424937, -46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 C-46.703125 7.2039187996722776, -46.703125 -0.5921624006554449, -46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 C-46.698153107767645 -15.120209271159098, -46.69318121553528 -15.240418542318197, -46.68604746503335 -15.41289672736166 C-46.67040928754874 -15.538353556829241, -46.65477111006414 -15.66381038629682, -46.63493151701361 -15.822972951403669 C-46.61414613689376 -15.922102974735154, -46.593360756773905 -16.021232998066637, -46.55012632969665 -16.227427435703994 C-46.51846848783557 -16.333764252050486, -46.486810645974494 -16.440101068396974, -46.432211208503176 -16.623497346023417 C-46.39514431440217 -16.718491654271137, -46.35807742030115 -16.813485962518854, -46.28199163327529 -17.008477123264846 C-46.22194904632673 -17.131296197943037, -46.161906459378166 -17.25411527262123, -46.10049375603245 -17.379736965185366 C-46.04961150659139 -17.465128397631606, -45.99872925715034 -17.550519830077842, -45.888957391312644 -17.734740790612133 C-45.829257429518464 -17.818355789592378, -45.769557467724276 -17.90197078857262, -45.64882754698197 -18.07106356344834 C-45.58318001615441 -18.148573456631823, -45.517532485326846 -18.22608334981531, -45.38174455336566 -18.386407858128706 C-45.27798496378715 -18.490167447707215, -45.17422537420864 -18.593927037285727, -45.089532858128706 -18.678619553365657 C-44.98615915673439 -18.766172612340696, -44.88278545534007 -18.85372567131574, -44.77418856344834 -18.945702546981966 C-44.67048042438649 -19.01974873504927, -44.56677228532463 -19.093794923116576, -44.437865790612136 -19.185832391312644 C-44.3382328954647 -19.245200710571346, -44.23860000031727 -19.304569029830052, -44.082861965185366 -19.397368756032446 C-43.96147619270709 -19.456710644232157, -43.84009042022881 -19.516052532431868, -43.711602123264846 -19.578866633275286 C-43.586622382704824 -19.627633879372073, -43.461642642144795 -19.676401125468857, -43.32662234602342 -19.729086208503173 C-43.19949385600272 -19.76693399980811, -43.072365365982016 -19.804781791113047, -42.930552435703994 -19.847001329696653 C-42.79107449757567 -19.876246777895894, -42.65159655944735 -19.905492226095134, -42.52609795140367 -19.931806517013612 C-42.36819852943253 -19.95148865943647, -42.2102991074614 -19.97117080185933, -42.11602172736166 -19.982922465033347 C-41.98216310510286 -19.988458898603117, -41.84830448284406 -19.993995332172883, -41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.703125 -20 C-20.8415957693268 -20, 0.019933461346397507 -20, 41.703125 -20 M-41.703125 -20 C-8.71240169771471 -20, 24.27832160457058 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.856128984246105 -19.993671708401042, 42.00913296849222 -19.987343416802084, 42.11602172736166 -19.982922465033347 M41.703125 -20 C41.812751746306226 -19.99546580423321, 41.92237849261245 -19.99093160846642, 42.11602172736166 -19.982922465033347 M42.11602172736166 -19.982922465033347 C42.22292397336771 -19.969597113965253, 42.32982621937377 -19.95627176289716, 42.52609795140367 -19.931806517013612 M42.11602172736166 -19.982922465033347 C42.27240196176445 -19.9634296891434, 42.42878219616725 -19.943936913253452, 42.52609795140367 -19.931806517013612 M42.52609795140367 -19.931806517013612 C42.65652493596211 -19.904458854208492, 42.78695192052054 -19.87711119140337, 42.930552435703994 -19.847001329696653 M42.52609795140367 -19.931806517013612 C42.65024157693691 -19.905776336050813, 42.77438520247014 -19.879746155088014, 42.930552435703994 -19.847001329696653 M42.930552435703994 -19.847001329696653 C43.03542702622455 -19.81577881132515, 43.14030161674511 -19.784556292953646, 43.32662234602342 -19.729086208503173 M42.930552435703994 -19.847001329696653 C43.078207440859345 -19.80304253006536, 43.22586244601469 -19.759083730434064, 43.32662234602342 -19.729086208503173 M43.32662234602342 -19.729086208503173 C43.41489188623789 -19.69464332703134, 43.503161426452365 -19.660200445559507, 43.711602123264846 -19.578866633275286 M43.32662234602342 -19.729086208503173 C43.468302542323954 -19.673802424354886, 43.60998273862449 -19.618518640206602, 43.711602123264846 -19.578866633275286 M43.711602123264846 -19.578866633275286 C43.822082523676784 -19.524856056618308, 43.932562924088714 -19.470845479961334, 44.082861965185366 -19.397368756032446 M43.711602123264846 -19.578866633275286 C43.81371931408818 -19.52894458065424, 43.915836504911525 -19.47902252803319, 44.082861965185366 -19.397368756032446 M44.082861965185366 -19.397368756032446 C44.20176020784562 -19.326520781384037, 44.32065845050589 -19.255672806735625, 44.437865790612136 -19.185832391312644 M44.082861965185366 -19.397368756032446 C44.18233250379595 -19.338097180270953, 44.28180304240653 -19.278825604509457, 44.437865790612136 -19.185832391312644 M44.437865790612136 -19.185832391312644 C44.54757579205881 -19.107500955868225, 44.65728579350548 -19.029169520423803, 44.77418856344834 -18.94570254698197 M44.437865790612136 -19.185832391312644 C44.569538499919766 -19.09181988385738, 44.70121120922739 -18.99780737640212, 44.77418856344834 -18.94570254698197 M44.77418856344834 -18.94570254698197 C44.8421938455097 -18.888105011142358, 44.91019912757106 -18.830507475302745, 45.089532858128706 -18.678619553365657 M44.77418856344834 -18.94570254698197 C44.863761722170715 -18.869837951418287, 44.95333488089309 -18.793973355854604, 45.089532858128706 -18.678619553365657 M45.089532858128706 -18.678619553365657 C45.20631013583665 -18.56184227565771, 45.3230874135446 -18.445064997949764, 45.38174455336566 -18.386407858128706 M45.089532858128706 -18.678619553365657 C45.186312710304165 -18.581839701190198, 45.283092562479624 -18.48505984901474, 45.38174455336566 -18.386407858128706 M45.38174455336566 -18.386407858128706 C45.48021335854265 -18.270145959547605, 45.57868216371964 -18.153884060966504, 45.64882754698197 -18.07106356344834 M45.38174455336566 -18.386407858128706 C45.44689449464812 -18.309485467810962, 45.512044435930584 -18.23256307749322, 45.64882754698197 -18.07106356344834 M45.64882754698197 -18.07106356344834 C45.71623984042944 -17.97664677190502, 45.7836521338769 -17.8822299803617, 45.888957391312644 -17.734740790612136 M45.64882754698197 -18.07106356344834 C45.72696201407016 -17.961629433349156, 45.80509648115836 -17.85219530324997, 45.888957391312644 -17.734740790612136 M45.888957391312644 -17.734740790612136 C45.95127263460216 -17.630162318823228, 46.01358787789168 -17.52558384703432, 46.10049375603245 -17.37973696518537 M45.888957391312644 -17.734740790612136 C45.95948882995697 -17.61637376390846, 46.03002026860129 -17.498006737204783, 46.10049375603245 -17.37973696518537 M46.10049375603245 -17.37973696518537 C46.13913801407513 -17.3006888718963, 46.1777822721178 -17.221640778607227, 46.28199163327529 -17.008477123264846 M46.10049375603245 -17.37973696518537 C46.157683599875305 -17.2627532697995, 46.21487344371816 -17.145769574413627, 46.28199163327529 -17.008477123264846 M46.28199163327529 -17.008477123264846 C46.322264304614855 -16.905267112068213, 46.36253697595442 -16.80205710087158, 46.432211208503176 -16.623497346023417 M46.28199163327529 -17.008477123264846 C46.329520310476916 -16.886671562745164, 46.37704898767854 -16.76486600222548, 46.432211208503176 -16.623497346023417 M46.432211208503176 -16.623497346023417 C46.46636241870292 -16.508785453060014, 46.50051362890267 -16.39407356009661, 46.55012632969665 -16.227427435703994 M46.432211208503176 -16.623497346023417 C46.45824622228607 -16.536047276263183, 46.484281236068966 -16.448597206502953, 46.55012632969665 -16.227427435703994 M46.55012632969665 -16.227427435703994 C46.57887267677805 -16.09032981995476, 46.607619023859435 -15.953232204205527, 46.63493151701361 -15.82297295140367 M46.55012632969665 -16.227427435703994 C46.576340048544516 -16.102408477859115, 46.60255376739238 -15.977389520014231, 46.63493151701361 -15.82297295140367 M46.63493151701361 -15.82297295140367 C46.653674762635646 -15.672605802035555, 46.67241800825769 -15.522238652667438, 46.68604746503335 -15.412896727361662 M46.63493151701361 -15.82297295140367 C46.65336113467151 -15.675121873364914, 46.67179075232942 -15.527270795326157, 46.68604746503335 -15.412896727361662 M46.68604746503335 -15.412896727361662 C46.6928585379853 -15.248220166184964, 46.699669610937256 -15.083543605008266, 46.703125 -15 M46.68604746503335 -15.412896727361662 C46.69064781971213 -15.301670406040607, 46.69524817439091 -15.19044408471955, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -3.2804804879897116, 46.703125 8.439039024020577, 46.703125 15 M46.703125 -15 C46.703125 -6.631377528761588, 46.703125 1.7372449424768241, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.69790819700054 15.126130667568457, 46.69269139400108 15.252261335136913, 46.68604746503335 15.412896727361662 M46.703125 15 C46.69951352046977 15.087317524565213, 46.69590204093955 15.174635049130428, 46.68604746503335 15.412896727361662 M46.68604746503335 15.412896727361662 C46.669715445456525 15.543919885074738, 46.6533834258797 15.674943042787813, 46.63493151701361 15.822972951403669 M46.68604746503335 15.412896727361662 C46.666462854379446 15.570013703519145, 46.646878243725546 15.727130679676629, 46.63493151701361 15.822972951403669 M46.63493151701361 15.822972951403669 C46.61541010706174 15.916074824587316, 46.59588869710987 16.009176697770965, 46.55012632969665 16.227427435703994 M46.63493151701361 15.822972951403669 C46.603404271253886 15.973333281102619, 46.57187702549416 16.12369361080157, 46.55012632969665 16.227427435703994 M46.55012632969665 16.227427435703994 C46.515729717657294 16.342963618916375, 46.48133310561794 16.458499802128756, 46.432211208503176 16.623497346023417 M46.55012632969665 16.227427435703994 C46.505385424793424 16.37770948615922, 46.460644519890195 16.527991536614447, 46.432211208503176 16.623497346023417 M46.432211208503176 16.623497346023417 C46.392753086210554 16.72461984691941, 46.35329496391794 16.825742347815407, 46.28199163327529 17.008477123264846 M46.432211208503176 16.623497346023417 C46.40063704233032 16.7044149990082, 46.36906287615746 16.78533265199298, 46.28199163327529 17.008477123264846 M46.28199163327529 17.008477123264846 C46.21591911332375 17.143630623047535, 46.14984659337221 17.27878412283022, 46.10049375603245 17.379736965185366 M46.28199163327529 17.008477123264846 C46.227204438588885 17.120546121247283, 46.17241724390247 17.23261511922972, 46.10049375603245 17.379736965185366 M46.10049375603245 17.379736965185366 C46.03544488695497 17.488903052977303, 45.9703960178775 17.598069140769237, 45.888957391312644 17.734740790612133 M46.10049375603245 17.379736965185366 C46.05801371072354 17.451027679710688, 46.01553366541464 17.522318394236006, 45.888957391312644 17.734740790612133 M45.888957391312644 17.734740790612133 C45.81819358163016 17.833851672706793, 45.74742977194768 17.932962554801453, 45.64882754698197 18.07106356344834 M45.888957391312644 17.734740790612133 C45.81695306254747 17.83558912778577, 45.744948733782294 17.936437464959408, 45.64882754698197 18.07106356344834 M45.64882754698197 18.07106356344834 C45.569983428869854 18.164154637796106, 45.49113931075774 18.257245712143874, 45.38174455336566 18.386407858128706 M45.64882754698197 18.07106356344834 C45.575539222584176 18.157594924553006, 45.50225089818638 18.244126285657668, 45.38174455336566 18.386407858128706 M45.38174455336566 18.386407858128706 C45.27325750719541 18.494894904298956, 45.16477046102516 18.603381950469206, 45.089532858128706 18.678619553365657 M45.38174455336566 18.386407858128706 C45.29765640964614 18.470496001848225, 45.21356826592662 18.554584145567745, 45.089532858128706 18.678619553365657 M45.089532858128706 18.678619553365657 C44.980159747841235 18.771253852477724, 44.87078663755376 18.86388815158979, 44.77418856344834 18.94570254698197 M45.089532858128706 18.678619553365657 C44.964836338076054 18.784232118523864, 44.8401398180234 18.88984468368207, 44.77418856344834 18.94570254698197 M44.77418856344834 18.94570254698197 C44.64351260179209 19.039003390292866, 44.51283664013584 19.13230423360376, 44.437865790612136 19.185832391312644 M44.77418856344834 18.94570254698197 C44.64696737319738 19.03653673092052, 44.51974618294641 19.12737091485907, 44.437865790612136 19.185832391312644 M44.437865790612136 19.185832391312644 C44.36608897437647 19.228602090369836, 44.2943121581408 19.271371789427025, 44.082861965185366 19.397368756032446 M44.437865790612136 19.185832391312644 C44.332858689492944 19.24840304224525, 44.22785158837375 19.310973693177857, 44.082861965185366 19.397368756032446 M44.082861965185366 19.397368756032446 C43.95800919984497 19.458405553764077, 43.83315643450458 19.519442351495705, 43.711602123264846 19.578866633275286 M44.082861965185366 19.397368756032446 C43.935162427243135 19.469574660305828, 43.787462889300905 19.541780564579206, 43.711602123264846 19.578866633275286 M43.711602123264846 19.578866633275286 C43.59042806266556 19.62614889844333, 43.46925400206627 19.673431163611372, 43.32662234602342 19.729086208503173 M43.711602123264846 19.578866633275286 C43.600294712014865 19.62229891992031, 43.48898730076489 19.665731206565336, 43.32662234602342 19.729086208503173 M43.32662234602342 19.729086208503173 C43.18899163861671 19.770060645391645, 43.051360931210006 19.811035082280117, 42.930552435703994 19.847001329696653 M43.32662234602342 19.729086208503173 C43.18789777486113 19.770386302741393, 43.049173203698835 19.81168639697961, 42.930552435703994 19.847001329696653 M42.930552435703994 19.847001329696653 C42.82803777171605 19.86849639433235, 42.7255231077281 19.889991458968048, 42.52609795140367 19.931806517013612 M42.930552435703994 19.847001329696653 C42.772583184796034 19.88012399846059, 42.61461393388808 19.91324666722453, 42.52609795140367 19.931806517013612 M42.52609795140367 19.931806517013612 C42.37428348624569 19.950730170360714, 42.222469021087704 19.969653823707816, 42.11602172736166 19.982922465033347 M42.52609795140367 19.931806517013612 C42.417648753434044 19.945324695442874, 42.30919955546442 19.958842873872133, 42.11602172736166 19.982922465033347 M42.11602172736166 19.982922465033347 C41.98598973573179 19.98830062798957, 41.85595774410193 19.993678790945793, 41.703125 20 M42.11602172736166 19.982922465033347 C42.02116132585105 19.98684592026173, 41.92630092434044 19.990769375490107, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C20.24053666539165 20, -1.2220516692166967 20, -41.703125 20 M41.703125 20 C21.938412283745244 20, 2.1736995674904875 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.810233289757655 19.995569968366564, -41.917341579515316 19.991139936733127, -42.11602172736166 19.982922465033347 M-41.703125 20 C-41.79264397047241 19.996297467993536, -41.882162940944816 19.992594935987068, -42.11602172736166 19.982922465033347 M-42.11602172736166 19.982922465033347 C-42.25872760171511 19.96513419634598, -42.401433476068554 19.947345927658606, -42.52609795140367 19.931806517013612 M-42.11602172736166 19.982922465033347 C-42.22812208255855 19.968949170330333, -42.340222437755436 19.95497587562732, -42.52609795140367 19.931806517013612 M-42.52609795140367 19.931806517013612 C-42.62878413361463 19.91027548878845, -42.73147031582559 19.888744460563288, -42.930552435703994 19.847001329696653 M-42.52609795140367 19.931806517013612 C-42.64379312464999 19.907128434309886, -42.7614882978963 19.882450351606163, -42.930552435703994 19.847001329696653 M-42.930552435703994 19.847001329696653 C-43.077632760747754 19.803213619747353, -43.22471308579152 19.759425909798054, -43.32662234602342 19.729086208503173 M-42.930552435703994 19.847001329696653 C-43.08583167531798 19.800772697122294, -43.24111091493197 19.75454406454794, -43.32662234602342 19.729086208503173 M-43.32662234602342 19.729086208503173 C-43.467508759245824 19.67411215947312, -43.60839517246822 19.619138110443064, -43.711602123264846 19.578866633275286 M-43.32662234602342 19.729086208503173 C-43.40956619022194 19.696721420065323, -43.492510034420455 19.664356631627474, -43.711602123264846 19.578866633275286 M-43.711602123264846 19.578866633275286 C-43.79937782132636 19.535955709246277, -43.88715351938787 19.49304478521727, -44.082861965185366 19.397368756032446 M-43.711602123264846 19.578866633275286 C-43.796546404414464 19.537339904629327, -43.88149068556409 19.49581317598337, -44.082861965185366 19.397368756032446 M-44.082861965185366 19.397368756032446 C-44.195964212168406 19.329974445169256, -44.309066459151445 19.262580134306067, -44.437865790612136 19.185832391312644 M-44.082861965185366 19.397368756032446 C-44.214827200007036 19.318734544105258, -44.3467924348287 19.240100332178073, -44.437865790612136 19.185832391312644 M-44.437865790612136 19.185832391312644 C-44.54866899284234 19.10672042551116, -44.65947219507253 19.02760845970968, -44.77418856344834 18.94570254698197 M-44.437865790612136 19.185832391312644 C-44.514872218309606 19.13085085872264, -44.591878646007075 19.075869326132633, -44.77418856344834 18.94570254698197 M-44.77418856344834 18.94570254698197 C-44.8776876862252 18.85804326151456, -44.98118680900206 18.770383976047146, -45.089532858128706 18.67861955336566 M-44.77418856344834 18.94570254698197 C-44.843161370832895 18.887285558994098, -44.91213417821744 18.828868571006225, -45.089532858128706 18.67861955336566 M-45.089532858128706 18.67861955336566 C-45.16123483193144 18.606917579562925, -45.23293680573418 18.53521560576019, -45.38174455336566 18.386407858128706 M-45.089532858128706 18.67861955336566 C-45.18535276501816 18.582799646476204, -45.28117267190762 18.486979739586747, -45.38174455336566 18.386407858128706 M-45.38174455336566 18.386407858128706 C-45.48137698139477 18.268772072642236, -45.581009409423885 18.151136287155765, -45.64882754698197 18.07106356344834 M-45.38174455336566 18.386407858128706 C-45.46099714394467 18.29283450125061, -45.54024973452368 18.19926114437251, -45.64882754698197 18.07106356344834 M-45.64882754698197 18.07106356344834 C-45.736268589878705 17.94859476291798, -45.82370963277544 17.826125962387625, -45.888957391312644 17.734740790612133 M-45.64882754698197 18.07106356344834 C-45.72098308956204 17.970003438149583, -45.7931386321421 17.868943312850824, -45.888957391312644 17.734740790612133 M-45.888957391312644 17.734740790612133 C-45.95648193750982 17.621419980537905, -46.024006483707005 17.508099170463677, -46.10049375603244 17.37973696518537 M-45.888957391312644 17.734740790612133 C-45.962053696032704 17.61206936324524, -46.035150000752765 17.489397935878348, -46.10049375603244 17.37973696518537 M-46.10049375603244 17.37973696518537 C-46.159111516556415 17.259832419542963, -46.21772927708038 17.139927873900557, -46.28199163327528 17.00847712326485 M-46.10049375603244 17.37973696518537 C-46.17291811579938 17.23159056938872, -46.245342475566325 17.08344417359207, -46.28199163327528 17.00847712326485 M-46.28199163327528 17.00847712326485 C-46.331786344552505 16.880864215118724, -46.381581055829734 16.753251306972594, -46.432211208503176 16.623497346023417 M-46.28199163327528 17.00847712326485 C-46.34125897303121 16.85658794888584, -46.40052631278714 16.70469877450683, -46.432211208503176 16.623497346023417 M-46.432211208503176 16.623497346023417 C-46.45710061357562 16.53989530808995, -46.48199001864806 16.456293270156483, -46.55012632969665 16.227427435703994 M-46.432211208503176 16.623497346023417 C-46.4627186217376 16.521024751316826, -46.49322603497203 16.41855215661024, -46.55012632969665 16.227427435703994 M-46.55012632969665 16.227427435703994 C-46.57529709361489 16.107382558001547, -46.60046785753314 15.987337680299095, -46.63493151701361 15.82297295140367 M-46.55012632969665 16.227427435703994 C-46.582651696021806 16.072306850750255, -46.61517706234696 15.917186265796513, -46.63493151701361 15.82297295140367 M-46.63493151701361 15.82297295140367 C-46.6529495514727 15.678423787749534, -46.670967585931784 15.533874624095398, -46.68604746503335 15.412896727361664 M-46.63493151701361 15.82297295140367 C-46.654262824860616 15.667888089735193, -46.67359413270762 15.512803228066716, -46.68604746503335 15.412896727361664 M-46.68604746503335 15.412896727361664 C-46.69286428380584 15.248081245052557, -46.69968110257833 15.08326576274345, -46.703125 15 M-46.68604746503335 15.412896727361664 C-46.69047964767201 15.305736431092551, -46.69491183031067 15.198576134823439, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 4.938607786683654, -46.703125 -5.122784426632691, -46.703125 -15 M-46.703125 15 C-46.703125 5.487796021337708, -46.703125 -4.024407957324584, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.698678444390225 -15.107507802671325, -46.69423188878045 -15.21501560534265, -46.68604746503335 -15.41289672736166 M-46.703125 -15 C-46.69932978503943 -15.091759837699762, -46.69553457007887 -15.183519675399523, -46.68604746503335 -15.41289672736166 M-46.68604746503335 -15.41289672736166 C-46.67123417455519 -15.531735924525261, -46.65642088407702 -15.650575121688862, -46.63493151701361 -15.822972951403669 M-46.68604746503335 -15.41289672736166 C-46.66678074711407 -15.567463418191135, -46.64751402919478 -15.722030109020608, -46.63493151701361 -15.822972951403669 M-46.63493151701361 -15.822972951403669 C-46.607191991424536 -15.95526881527497, -46.579452465835466 -16.08756467914627, -46.55012632969665 -16.227427435703994 M-46.63493151701361 -15.822972951403669 C-46.60196300017388 -15.98020701807371, -46.56899448333415 -16.13744108474375, -46.55012632969665 -16.227427435703994 M-46.55012632969665 -16.227427435703994 C-46.52289203379605 -16.318905823087977, -46.49565773789544 -16.410384210471957, -46.432211208503176 -16.623497346023417 M-46.55012632969665 -16.227427435703994 C-46.50506466869613 -16.37878688689803, -46.4600030076956 -16.530146338092067, -46.432211208503176 -16.623497346023417 M-46.432211208503176 -16.623497346023417 C-46.39517453727791 -16.718414199678712, -46.35813786605265 -16.81333105333401, -46.28199163327529 -17.008477123264846 M-46.432211208503176 -16.623497346023417 C-46.39424987800127 -16.72078389831358, -46.356288547499354 -16.81807045060374, -46.28199163327529 -17.008477123264846 M-46.28199163327529 -17.008477123264846 C-46.227368020028386 -17.120211510064536, -46.172744406781476 -17.23194589686422, -46.10049375603245 -17.379736965185366 M-46.28199163327529 -17.008477123264846 C-46.23778908342116 -17.098894884180975, -46.19358653356703 -17.189312645097104, -46.10049375603245 -17.379736965185366 M-46.10049375603245 -17.379736965185366 C-46.045514019076855 -17.472004868938203, -45.99053428212127 -17.564272772691044, -45.888957391312644 -17.734740790612133 M-46.10049375603245 -17.379736965185366 C-46.03823159702938 -17.484226350046907, -45.97596943802631 -17.588715734908444, -45.888957391312644 -17.734740790612133 M-45.888957391312644 -17.734740790612133 C-45.83248510636925 -17.813835146890504, -45.776012821425844 -17.89292950316888, -45.64882754698197 -18.07106356344834 M-45.888957391312644 -17.734740790612133 C-45.823469697437744 -17.826462012736968, -45.75798200356284 -17.918183234861804, -45.64882754698197 -18.07106356344834 M-45.64882754698197 -18.07106356344834 C-45.575457521122985 -18.15769138928595, -45.502087495264 -18.24431921512356, -45.38174455336566 -18.386407858128706 M-45.64882754698197 -18.07106356344834 C-45.57233070280889 -18.16138321669323, -45.49583385863582 -18.25170286993812, -45.38174455336566 -18.386407858128706 M-45.38174455336566 -18.386407858128706 C-45.3021052363127 -18.466047175181664, -45.22246591925974 -18.545686492234623, -45.089532858128706 -18.678619553365657 M-45.38174455336566 -18.386407858128706 C-45.30937256624253 -18.458779845251833, -45.2370005791194 -18.531151832374963, -45.089532858128706 -18.678619553365657 M-45.089532858128706 -18.678619553365657 C-44.96825210592062 -18.781339110732645, -44.84697135371254 -18.884058668099637, -44.77418856344834 -18.945702546981966 M-45.089532858128706 -18.678619553365657 C-44.98312689884664 -18.76874080376746, -44.87672093956457 -18.858862054169265, -44.77418856344834 -18.945702546981966 M-44.77418856344834 -18.945702546981966 C-44.64905682720938 -19.035044889430253, -44.523925090970415 -19.12438723187854, -44.437865790612136 -19.185832391312644 M-44.77418856344834 -18.945702546981966 C-44.706757371917185 -18.99384749235352, -44.63932618038603 -19.041992437725074, -44.437865790612136 -19.185832391312644 M-44.437865790612136 -19.185832391312644 C-44.296239315894724 -19.270223452659057, -44.15461284117731 -19.354614514005473, -44.082861965185366 -19.397368756032446 M-44.437865790612136 -19.185832391312644 C-44.32418390069974 -19.253572094392283, -44.21050201078734 -19.321311797471925, -44.082861965185366 -19.397368756032446 M-44.082861965185366 -19.397368756032446 C-43.94912622946687 -19.462748173366823, -43.815390493748374 -19.5281275907012, -43.711602123264846 -19.578866633275286 M-44.082861965185366 -19.397368756032446 C-43.98459209582798 -19.445409967796778, -43.8863222264706 -19.493451179561113, -43.711602123264846 -19.578866633275286 M-43.711602123264846 -19.578866633275286 C-43.60388940973621 -19.620896264516848, -43.49617669620757 -19.662925895758406, -43.32662234602342 -19.729086208503173 M-43.711602123264846 -19.578866633275286 C-43.563220257324026 -19.63676541703185, -43.414838391383206 -19.694664200788413, -43.32662234602342 -19.729086208503173 M-43.32662234602342 -19.729086208503173 C-43.19739797746056 -19.767557969884773, -43.0681736088977 -19.806029731266374, -42.930552435703994 -19.847001329696653 M-43.32662234602342 -19.729086208503173 C-43.19254549161006 -19.769002617514506, -43.0584686371967 -19.80891902652584, -42.930552435703994 -19.847001329696653 M-42.930552435703994 -19.847001329696653 C-42.78258775478809 -19.87802626072956, -42.63462307387218 -19.90905119176247, -42.52609795140367 -19.931806517013612 M-42.930552435703994 -19.847001329696653 C-42.79537521717286 -19.87534501182531, -42.66019799864173 -19.903688693953967, -42.52609795140367 -19.931806517013612 M-42.52609795140367 -19.931806517013612 C-42.38076336563324 -19.949922454237395, -42.23542877986282 -19.968038391461178, -42.11602172736166 -19.982922465033347 M-42.52609795140367 -19.931806517013612 C-42.39986423599793 -19.94754153322942, -42.2736305205922 -19.963276549445226, -42.11602172736166 -19.982922465033347 M-42.11602172736166 -19.982922465033347 C-41.959386596398694 -19.98940094197144, -41.80275146543572 -19.99587941890953, -41.703125 -20 M-42.11602172736166 -19.982922465033347 C-42.02574927793291 -19.986656161159967, -41.935476828504164 -19.99038985728659, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.703125, -12)\"><rect></rect><foreignObject width=\"77.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Submitted</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Processed-2\" transform=\"translate(285.23828125, 230)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.234375 -20 C-24.031964379387926 -20, -6.829553758775852 -20, 41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 C41.388506594432116 -19.993625070098766, 41.54263818886423 -19.987250140197528, 41.64727172736166 -19.982922465033347 C41.81126938360527 -19.962480178501153, 41.97526703984887 -19.942037891968962, 42.05734795140367 -19.931806517013612 C42.21558782974353 -19.89862710364442, 42.37382770808339 -19.865447690275225, 42.461802435703994 -19.847001329696653 C42.610523211315986 -19.80272523645308, 42.75924398692798 -19.758449143209507, 42.85787234602342 -19.729086208503173 C42.952944252975655 -19.691989035293698, 43.04801615992789 -19.654891862084227, 43.242852123264846 -19.578866633275286 C43.35664928032437 -19.52323459309628, 43.4704464373839 -19.46760255291727, 43.614111965185366 -19.397368756032446 C43.73657039369848 -19.324399371080546, 43.859028822211584 -19.251429986128645, 43.969115790612136 -19.185832391312644 C44.05964136758078 -19.121198371671003, 44.15016694454943 -19.056564352029365, 44.30543856344834 -18.94570254698197 C44.37286068101611 -18.88859892627368, 44.44028279858387 -18.831495305565394, 44.620782858128706 -18.678619553365657 C44.713167017249695 -18.586235394244667, 44.805551176370685 -18.493851235123678, 44.91299455336566 -18.386407858128706 C44.96840148774511 -18.320989014323953, 45.023808422124574 -18.255570170519203, 45.18007754698197 -18.07106356344834 C45.246009928858896 -17.978719517024828, 45.311942310735816 -17.886375470601315, 45.420207391312644 -17.734740790612136 C45.471773062894506 -17.648202427827524, 45.52333873447636 -17.561664065042912, 45.63174375603245 -17.37973696518537 C45.674242549892504 -17.29280429285892, 45.71674134375257 -17.205871620532474, 45.81324163327529 -17.008477123264846 C45.869262082461944 -16.8649090162713, 45.92528253164859 -16.721340909277757, 45.963461208503176 -16.623497346023417 C45.99339725493821 -16.522943938565295, 46.02333330137324 -16.422390531107173, 46.08137632969665 -16.227427435703994 C46.10275173875881 -16.125483435313647, 46.12412714782097 -16.0235394349233, 46.16618151701361 -15.82297295140367 C46.18473995819795 -15.674088390326176, 46.203298399382284 -15.525203829248682, 46.21729746503335 -15.412896727361662 C46.22373375932099 -15.257281478855667, 46.23017005360864 -15.101666230349673, 46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 C46.234375 -8.721654295742894, 46.234375 -2.4433085914857866, 46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 C46.228469519083156 15.14278136445473, 46.22256403816631 15.285562728909461, 46.21729746503335 15.412896727361662 C46.204445977397796 15.515997417597779, 46.19159448976225 15.619098107833896, 46.16618151701361 15.822972951403669 C46.13841440575639 15.955400377359043, 46.110647294499174 16.08782780331442, 46.08137632969665 16.227427435703994 C46.05627072542107 16.31175567395962, 46.03116512114549 16.396083912215246, 45.963461208503176 16.623497346023417 C45.92994988641744 16.70937950413804, 45.8964385643317 16.795261662252663, 45.81324163327529 17.008477123264846 C45.763312512840486 17.110608771532302, 45.71338339240568 17.212740419799758, 45.63174375603245 17.379736965185366 C45.5681074677196 17.486532436578404, 45.50447117940676 17.593327907971442, 45.420207391312644 17.734740790612133 C45.34774572170398 17.83622967349154, 45.27528405209532 17.93771855637095, 45.18007754698197 18.07106356344834 C45.119215930713 18.142922737990236, 45.05835431444402 18.214781912532136, 44.91299455336566 18.386407858128706 C44.8129814095823 18.486421001912063, 44.71296826579894 18.58643414569542, 44.620782858128706 18.678619553365657 C44.5187315907488 18.765052567864274, 44.416680323368894 18.851485582362894, 44.30543856344834 18.94570254698197 C44.18107557233027 19.034496015963693, 44.0567125812122 19.123289484945417, 43.969115790612136 19.185832391312644 C43.88251544903457 19.237434994238935, 43.795915107457006 19.289037597165223, 43.614111965185366 19.397368756032446 C43.48883708352716 19.458611913857418, 43.36356220186895 19.51985507168239, 43.242852123264846 19.578866633275286 C43.117554375753045 19.62775796606971, 42.99225662824124 19.676649298864135, 42.85787234602342 19.729086208503173 C42.72016433027341 19.770083661082644, 42.582456314523405 19.811081113662112, 42.461802435703994 19.847001329696653 C42.35138282294824 19.87015388778837, 42.240963210192476 19.893306445880086, 42.05734795140367 19.931806517013612 C41.91955623044005 19.948982237119747, 41.781764509476425 19.96615795722588, 41.64727172736166 19.982922465033347 C41.55650017664758 19.986676804141826, 41.465728625933494 19.990431143250305, 41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 C11.308327521512545 20, -18.61771995697491 20, -41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 C-41.32784858876368 19.99613390377112, -41.42132217752736 19.992267807542238, -41.64727172736166 19.982922465033347 C-41.74730487238334 19.97045334651002, -41.84733801740502 19.957984227986692, -42.05734795140367 19.931806517013612 C-42.21287465388198 19.899195996798266, -42.3684013563603 19.866585476582923, -42.461802435703994 19.847001329696653 C-42.58746738589396 19.809589253077473, -42.71313233608392 19.772177176458293, -42.85787234602342 19.729086208503173 C-42.939807131924994 19.6971151558346, -43.02174191782657 19.66514410316602, -43.242852123264846 19.578866633275286 C-43.34584922627286 19.528514417798885, -43.44884632928087 19.478162202322487, -43.614111965185366 19.397368756032446 C-43.68579340190983 19.354655890827804, -43.757474838634295 19.311943025623165, -43.969115790612136 19.185832391312644 C-44.05123670006407 19.127199188937762, -44.133357609516004 19.068565986562884, -44.30543856344834 18.94570254698197 C-44.429501521469405 18.840626581492423, -44.55356447949046 18.735550616002875, -44.620782858128706 18.67861955336566 C-44.71865915319622 18.580743258298142, -44.816535448263735 18.482866963230627, -44.91299455336566 18.386407858128706 C-44.968723362370994 18.320608977671302, -45.02445217137634 18.254810097213895, -45.18007754698197 18.07106356344834 C-45.27327250393818 17.940535904859175, -45.36646746089439 17.81000824627001, -45.420207391312644 17.734740790612133 C-45.465531790641 17.658676634134594, -45.51085618996936 17.58261247765705, -45.63174375603244 17.37973696518537 C-45.70296441015172 17.234052788645815, -45.774185064271 17.088368612106265, -45.81324163327528 17.00847712326485 C-45.85834435097573 16.892888764111532, -45.90344706867617 16.777300404958215, -45.963461208503176 16.623497346023417 C-46.00521138794873 16.483260965299298, -46.04696156739428 16.343024584575176, -46.08137632969665 16.227427435703994 C-46.1023250930825 16.12751820184681, -46.123273856468344 16.02760896798963, -46.16618151701361 15.82297295140367 C-46.18447534507745 15.676211241481042, -46.20276917314129 15.529449531558413, -46.21729746503335 15.412896727361664 C-46.220969880866086 15.324105898836889, -46.22464229669883 15.235315070312113, -46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 C-46.234375 6.941705285636546, -46.234375 -1.1165894287269076, -46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 C-46.22777350171675 -15.159609512857688, -46.2211720034335 -15.319219025715379, -46.21729746503335 -15.41289672736166 C-46.20055101182804 -15.547244666949473, -46.18380455862273 -15.681592606537285, -46.16618151701361 -15.822972951403669 C-46.1441709381961 -15.927946215262127, -46.12216035937858 -16.032919479120586, -46.08137632969665 -16.227427435703994 C-46.03583481292839 -16.38039869400953, -45.99029329616013 -16.533369952315066, -45.963461208503176 -16.623497346023417 C-45.91995637301804 -16.734990684016047, -45.87645153753291 -16.84648402200868, -45.81324163327529 -17.008477123264846 C-45.748597067859414 -17.14070969535828, -45.68395250244354 -17.27294226745171, -45.63174375603245 -17.379736965185366 C-45.571346703347594 -17.481096297780624, -45.51094965066273 -17.582455630375883, -45.420207391312644 -17.734740790612133 C-45.362084480250516 -17.816146992611785, -45.30396156918839 -17.897553194611437, -45.18007754698197 -18.07106356344834 C-45.118464215634866 -18.143810286305854, -45.056850884287755 -18.216557009163367, -44.91299455336566 -18.386407858128706 C-44.80478630693962 -18.494616104554744, -44.69657806051358 -18.602824350980782, -44.620782858128706 -18.678619553365657 C-44.50094534270164 -18.780116751532006, -44.381107827274576 -18.881613949698355, -44.30543856344834 -18.945702546981966 C-44.21268208805615 -19.01192939748262, -44.11992561266396 -19.078156247983276, -43.969115790612136 -19.185832391312644 C-43.85651538662329 -19.25292766865831, -43.74391498263444 -19.320022946003974, -43.614111965185366 -19.397368756032446 C-43.51309854638725 -19.446751207390665, -43.41208512758913 -19.496133658748885, -43.242852123264846 -19.578866633275286 C-43.16458384829531 -19.60940700893863, -43.08631557332577 -19.63994738460197, -42.85787234602342 -19.729086208503173 C-42.71804893745198 -19.77071344081196, -42.578225528880544 -19.812340673120744, -42.461802435703994 -19.847001329696653 C-42.366514353090544 -19.866981139561013, -42.271226270477094 -19.88696094942537, -42.05734795140367 -19.931806517013612 C-41.94323043248596 -19.94603125091221, -41.82911291356826 -19.960255984810804, -41.64727172736166 -19.982922465033347 C-41.52197652444836 -19.988104712959064, -41.396681321535056 -19.993286960884785, -41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.234375 -20 C-23.02051334628701 -20, -4.806651692574022 -20, 41.234375 -20 M-41.234375 -20 C-24.4687348609848 -20, -7.703094721969599 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.32838511100525 -19.996111713047064, 41.42239522201049 -19.992223426094125, 41.64727172736166 -19.982922465033347 M41.234375 -20 C41.39109102814092 -19.99351817712988, 41.54780705628183 -19.987036354259754, 41.64727172736166 -19.982922465033347 M41.64727172736166 -19.982922465033347 C41.73616845168133 -19.971841499902865, 41.825065176001 -19.960760534772383, 42.05734795140367 -19.931806517013612 M41.64727172736166 -19.982922465033347 C41.735702767025074 -19.97189954743473, 41.82413380668849 -19.960876629836118, 42.05734795140367 -19.931806517013612 M42.05734795140367 -19.931806517013612 C42.173004077792434 -19.90755597747584, 42.2886602041812 -19.883305437938073, 42.461802435703994 -19.847001329696653 M42.05734795140367 -19.931806517013612 C42.150982338626186 -19.912173450609487, 42.2446167258487 -19.892540384205365, 42.461802435703994 -19.847001329696653 M42.461802435703994 -19.847001329696653 C42.55724893096635 -19.818585676896173, 42.65269542622871 -19.790170024095694, 42.85787234602342 -19.729086208503173 M42.461802435703994 -19.847001329696653 C42.58019964874151 -19.811752952174032, 42.69859686177904 -19.776504574651412, 42.85787234602342 -19.729086208503173 M42.85787234602342 -19.729086208503173 C42.967488788251714 -19.686313740017898, 43.077105230480015 -19.643541271532623, 43.242852123264846 -19.578866633275286 M42.85787234602342 -19.729086208503173 C42.935558863987744 -19.698772835127677, 43.013245381952075 -19.66845946175218, 43.242852123264846 -19.578866633275286 M43.242852123264846 -19.578866633275286 C43.38171777506808 -19.510979352782325, 43.52058342687132 -19.443092072289364, 43.614111965185366 -19.397368756032446 M43.242852123264846 -19.578866633275286 C43.38603948994488 -19.50886659511877, 43.52922685662491 -19.438866556962257, 43.614111965185366 -19.397368756032446 M43.614111965185366 -19.397368756032446 C43.73008220113498 -19.328265494683116, 43.84605243708459 -19.259162233333786, 43.969115790612136 -19.185832391312644 M43.614111965185366 -19.397368756032446 C43.73386603453496 -19.3260108193675, 43.85362010388456 -19.25465288270256, 43.969115790612136 -19.185832391312644 M43.969115790612136 -19.185832391312644 C44.09099458919185 -19.098812601711863, 44.21287338777157 -19.011792812111086, 44.30543856344834 -18.94570254698197 M43.969115790612136 -19.185832391312644 C44.040098858677204 -19.135151454839512, 44.11108192674228 -19.08447051836638, 44.30543856344834 -18.94570254698197 M44.30543856344834 -18.94570254698197 C44.428584393416116 -18.84140334933041, 44.5517302233839 -18.737104151678846, 44.620782858128706 -18.678619553365657 M44.30543856344834 -18.94570254698197 C44.41176800147453 -18.85564610677791, 44.518097439500714 -18.76558966657385, 44.620782858128706 -18.678619553365657 M44.620782858128706 -18.678619553365657 C44.712939238160594 -18.586463173333765, 44.80509561819249 -18.494306793301877, 44.91299455336566 -18.386407858128706 M44.620782858128706 -18.678619553365657 C44.73553736710117 -18.563865044393193, 44.85029187607363 -18.44911053542073, 44.91299455336566 -18.386407858128706 M44.91299455336566 -18.386407858128706 C45.011155682513134 -18.2705092319492, 45.10931681166061 -18.154610605769697, 45.18007754698197 -18.07106356344834 M44.91299455336566 -18.386407858128706 C45.01230338933468 -18.26915413706562, 45.11161222530371 -18.151900416002537, 45.18007754698197 -18.07106356344834 M45.18007754698197 -18.07106356344834 C45.2563213080486 -17.96427753189585, 45.33256506911523 -17.857491500343354, 45.420207391312644 -17.734740790612136 M45.18007754698197 -18.07106356344834 C45.271539501689595 -17.942963125528888, 45.36300145639723 -17.814862687609438, 45.420207391312644 -17.734740790612136 M45.420207391312644 -17.734740790612136 C45.49113131699331 -17.615715085673546, 45.562055242673985 -17.49668938073496, 45.63174375603245 -17.37973696518537 M45.420207391312644 -17.734740790612136 C45.49981603840177 -17.601140242587586, 45.579424685490885 -17.467539694563033, 45.63174375603245 -17.37973696518537 M45.63174375603245 -17.37973696518537 C45.673192683583544 -17.294951828718986, 45.71464161113463 -17.2101666922526, 45.81324163327529 -17.008477123264846 M45.63174375603245 -17.37973696518537 C45.68971701258687 -17.261150773484545, 45.74769026914129 -17.14256458178372, 45.81324163327529 -17.008477123264846 M45.81324163327529 -17.008477123264846 C45.85871315928678 -16.89194358941498, 45.90418468529827 -16.77541005556511, 45.963461208503176 -16.623497346023417 M45.81324163327529 -17.008477123264846 C45.847413813815585 -16.920901330081445, 45.88158599435587 -16.833325536898048, 45.963461208503176 -16.623497346023417 M45.963461208503176 -16.623497346023417 C46.00750495687383 -16.47555700308239, 46.051548705244485 -16.32761666014136, 46.08137632969665 -16.227427435703994 M45.963461208503176 -16.623497346023417 C46.00486749478804 -16.484416082064097, 46.0462737810729 -16.34533481810478, 46.08137632969665 -16.227427435703994 M46.08137632969665 -16.227427435703994 C46.10275679404299 -16.125459325557852, 46.12413725838933 -16.023491215411713, 46.16618151701361 -15.82297295140367 M46.08137632969665 -16.227427435703994 C46.107709168917225 -16.101840366751315, 46.1340420081378 -15.976253297798634, 46.16618151701361 -15.82297295140367 M46.16618151701361 -15.82297295140367 C46.176512926938166 -15.740089512183213, 46.18684433686271 -15.657206072962753, 46.21729746503335 -15.412896727361662 M46.16618151701361 -15.82297295140367 C46.178609933832185 -15.723266334638739, 46.19103835065076 -15.623559717873807, 46.21729746503335 -15.412896727361662 M46.21729746503335 -15.412896727361662 C46.22078099365753 -15.328672770484845, 46.2242645222817 -15.244448813608026, 46.234375 -15 M46.21729746503335 -15.412896727361662 C46.221027125624985 -15.322721848173032, 46.22475678621662 -15.232546968984403, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -3.8676122967106217, 46.234375 7.264775406578757, 46.234375 15 M46.234375 -15 C46.234375 -6.398958017722919, 46.234375 2.2020839645541628, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.230161176611 15.101880856364563, 46.225947353222 15.203761712729126, 46.21729746503335 15.412896727361662 M46.234375 15 C46.2286133983749 15.1393026839068, 46.222851796749794 15.278605367813599, 46.21729746503335 15.412896727361662 M46.21729746503335 15.412896727361662 C46.20144896889066 15.540040832219649, 46.18560047274798 15.667184937077634, 46.16618151701361 15.822972951403669 M46.21729746503335 15.412896727361662 C46.199326858956084 15.557065398185621, 46.181356252878814 15.701234069009582, 46.16618151701361 15.822972951403669 M46.16618151701361 15.822972951403669 C46.14727794083499 15.913128240209076, 46.128374364656366 16.003283529014485, 46.08137632969665 16.227427435703994 M46.16618151701361 15.822972951403669 C46.14418348163009 15.927886392882337, 46.122185446246554 16.032799834361004, 46.08137632969665 16.227427435703994 M46.08137632969665 16.227427435703994 C46.048311903850696 16.338488884371667, 46.01524747800474 16.44955033303934, 45.963461208503176 16.623497346023417 M46.08137632969665 16.227427435703994 C46.04245282172283 16.358169194322144, 46.00352931374901 16.488910952940294, 45.963461208503176 16.623497346023417 M45.963461208503176 16.623497346023417 C45.911451952397755 16.75678564616395, 45.859442696292334 16.890073946304486, 45.81324163327529 17.008477123264846 M45.963461208503176 16.623497346023417 C45.93287747321389 16.701876742190777, 45.90229373792461 16.780256138358137, 45.81324163327529 17.008477123264846 M45.81324163327529 17.008477123264846 C45.76617618416376 17.104751038213646, 45.71911073505223 17.201024953162445, 45.63174375603245 17.379736965185366 M45.81324163327529 17.008477123264846 C45.75762822543997 17.122236167256183, 45.70201481760465 17.235995211247516, 45.63174375603245 17.379736965185366 M45.63174375603245 17.379736965185366 C45.56561831282941 17.490709777478017, 45.499492869626366 17.601682589770668, 45.420207391312644 17.734740790612133 M45.63174375603245 17.379736965185366 C45.57832747396414 17.469381053091688, 45.524911191895825 17.55902514099801, 45.420207391312644 17.734740790612133 M45.420207391312644 17.734740790612133 C45.37010647073712 17.80491149586776, 45.32000555016159 17.87508220112339, 45.18007754698197 18.07106356344834 M45.420207391312644 17.734740790612133 C45.342992993781046 17.84288628311886, 45.26577859624944 17.951031775625594, 45.18007754698197 18.07106356344834 M45.18007754698197 18.07106356344834 C45.12344534393922 18.13792907923018, 45.066813140896464 18.20479459501202, 44.91299455336566 18.386407858128706 M45.18007754698197 18.07106356344834 C45.094685146775056 18.171886179855722, 45.00929274656814 18.272708796263103, 44.91299455336566 18.386407858128706 M44.91299455336566 18.386407858128706 C44.85264552864833 18.44675688284603, 44.792296503931006 18.507105907563357, 44.620782858128706 18.678619553365657 M44.91299455336566 18.386407858128706 C44.80483583951658 18.494566571977785, 44.6966771256675 18.602725285826864, 44.620782858128706 18.678619553365657 M44.620782858128706 18.678619553365657 C44.548697187970696 18.739673001636074, 44.47661151781269 18.80072644990649, 44.30543856344834 18.94570254698197 M44.620782858128706 18.678619553365657 C44.548229484780094 18.740069126032097, 44.47567611143149 18.80151869869854, 44.30543856344834 18.94570254698197 M44.30543856344834 18.94570254698197 C44.23002930437426 18.999543723093375, 44.154620045300184 19.05338489920478, 43.969115790612136 19.185832391312644 M44.30543856344834 18.94570254698197 C44.20927820853595 19.014359720747425, 44.11311785362356 19.08301689451288, 43.969115790612136 19.185832391312644 M43.969115790612136 19.185832391312644 C43.86544341162938 19.247607720481287, 43.76177103264662 19.30938304964993, 43.614111965185366 19.397368756032446 M43.969115790612136 19.185832391312644 C43.87798826822151 19.240132608470194, 43.786860745830886 19.294432825627748, 43.614111965185366 19.397368756032446 M43.614111965185366 19.397368756032446 C43.50424408296807 19.45107989079039, 43.39437620075077 19.504791025548332, 43.242852123264846 19.578866633275286 M43.614111965185366 19.397368756032446 C43.513648685024805 19.44648226099886, 43.41318540486425 19.495595765965277, 43.242852123264846 19.578866633275286 M43.242852123264846 19.578866633275286 C43.093748148614225 19.63704718472477, 42.9446441739636 19.695227736174253, 42.85787234602342 19.729086208503173 M43.242852123264846 19.578866633275286 C43.149232199765116 19.615397240783476, 43.055612276265386 19.651927848291663, 42.85787234602342 19.729086208503173 M42.85787234602342 19.729086208503173 C42.77605782267391 19.753443447426886, 42.694243299324405 19.7778006863506, 42.461802435703994 19.847001329696653 M42.85787234602342 19.729086208503173 C42.729720615417314 19.76723863172913, 42.60156888481121 19.805391054955084, 42.461802435703994 19.847001329696653 M42.461802435703994 19.847001329696653 C42.31712661730428 19.877336658777864, 42.17245079890457 19.907671987859075, 42.05734795140367 19.931806517013612 M42.461802435703994 19.847001329696653 C42.31126784585116 19.87856511396829, 42.16073325599833 19.910128898239925, 42.05734795140367 19.931806517013612 M42.05734795140367 19.931806517013612 C41.909887924160515 19.95018739024068, 41.76242789691736 19.968568263467745, 41.64727172736166 19.982922465033347 M42.05734795140367 19.931806517013612 C41.95283725251389 19.94483376204455, 41.84832655362411 19.957861007075483, 41.64727172736166 19.982922465033347 M41.64727172736166 19.982922465033347 C41.55170335516741 19.9868752021458, 41.45613498297316 19.990827939258256, 41.234375 20 M41.64727172736166 19.982922465033347 C41.55346767672591 19.98680222926636, 41.459663626090155 19.990681993499372, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C21.791471250849046 20, 2.348567501698092 20, -41.234375 20 M41.234375 20 C14.55994805634143 20, -12.11447888731714 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.37541245492039 19.994166647715033, -41.51644990984078 19.988333295430067, -41.64727172736166 19.982922465033347 M-41.234375 20 C-41.334591627923736 19.995855009608473, -41.434808255847464 19.991710019216942, -41.64727172736166 19.982922465033347 M-41.64727172736166 19.982922465033347 C-41.74319125376665 19.970966108535848, -41.83911078017165 19.959009752038344, -42.05734795140367 19.931806517013612 M-41.64727172736166 19.982922465033347 C-41.795241580351686 19.96447804209321, -41.9432114333417 19.94603361915307, -42.05734795140367 19.931806517013612 M-42.05734795140367 19.931806517013612 C-42.17729977376468 19.906655264748643, -42.29725159612569 19.88150401248367, -42.461802435703994 19.847001329696653 M-42.05734795140367 19.931806517013612 C-42.17199198807169 19.907768190374156, -42.2866360247397 19.883729863734704, -42.461802435703994 19.847001329696653 M-42.461802435703994 19.847001329696653 C-42.577120424137 19.812669677057603, -42.69243841257001 19.778338024418552, -42.85787234602342 19.729086208503173 M-42.461802435703994 19.847001329696653 C-42.57963561363265 19.81192087270141, -42.6974687915613 19.776840415706168, -42.85787234602342 19.729086208503173 M-42.85787234602342 19.729086208503173 C-43.00462683479732 19.671822429287634, -43.15138132357122 19.61455865007209, -43.242852123264846 19.578866633275286 M-42.85787234602342 19.729086208503173 C-43.00209560870198 19.67281011677494, -43.14631887138054 19.616534025046708, -43.242852123264846 19.578866633275286 M-43.242852123264846 19.578866633275286 C-43.35064746550104 19.526168701575138, -43.458442807737235 19.473470769874993, -43.614111965185366 19.397368756032446 M-43.242852123264846 19.578866633275286 C-43.323609014486195 19.53938699482696, -43.40436590570754 19.49990735637863, -43.614111965185366 19.397368756032446 M-43.614111965185366 19.397368756032446 C-43.727504996053796 19.329801175582762, -43.84089802692223 19.262233595133083, -43.969115790612136 19.185832391312644 M-43.614111965185366 19.397368756032446 C-43.709887663612676 19.340298827139545, -43.80566336203999 19.283228898246644, -43.969115790612136 19.185832391312644 M-43.969115790612136 19.185832391312644 C-44.085400465809386 19.102806729036846, -44.201685141006635 19.01978106676105, -44.30543856344834 18.94570254698197 M-43.969115790612136 19.185832391312644 C-44.06509082786459 19.117307531813207, -44.16106586511704 19.04878267231377, -44.30543856344834 18.94570254698197 M-44.30543856344834 18.94570254698197 C-44.37383523846883 18.887773518215525, -44.442231913489316 18.829844489449076, -44.620782858128706 18.67861955336566 M-44.30543856344834 18.94570254698197 C-44.41004021503306 18.857109467247408, -44.51464186661777 18.76851638751285, -44.620782858128706 18.67861955336566 M-44.620782858128706 18.67861955336566 C-44.711152784821344 18.58824962667302, -44.80152271151398 18.49787969998038, -44.91299455336566 18.386407858128706 M-44.620782858128706 18.67861955336566 C-44.70916949044371 18.590232921050657, -44.797556122758714 18.50184628873565, -44.91299455336566 18.386407858128706 M-44.91299455336566 18.386407858128706 C-44.99173887237753 18.293434616355935, -45.0704831913894 18.200461374583167, -45.18007754698197 18.07106356344834 M-44.91299455336566 18.386407858128706 C-45.00292541236906 18.28022669354596, -45.092856271372455 18.174045528963212, -45.18007754698197 18.07106356344834 M-45.18007754698197 18.07106356344834 C-45.23588022601951 17.99290704859319, -45.29168290505706 17.91475053373804, -45.420207391312644 17.734740790612133 M-45.18007754698197 18.07106356344834 C-45.24430271877094 17.981110613525956, -45.3085278905599 17.891157663603575, -45.420207391312644 17.734740790612133 M-45.420207391312644 17.734740790612133 C-45.49093970636617 17.61603664979666, -45.561672021419696 17.497332508981184, -45.63174375603244 17.37973696518537 M-45.420207391312644 17.734740790612133 C-45.49861641151253 17.6031534762712, -45.57702543171241 17.471566161930266, -45.63174375603244 17.37973696518537 M-45.63174375603244 17.37973696518537 C-45.69692695432342 17.24640260193547, -45.7621101526144 17.11306823868557, -45.81324163327528 17.00847712326485 M-45.63174375603244 17.37973696518537 C-45.68063550268517 17.27972729890578, -45.7295272493379 17.17971763262619, -45.81324163327528 17.00847712326485 M-45.81324163327528 17.00847712326485 C-45.85744777755762 16.89518648485972, -45.901653921839944 16.781895846454596, -45.963461208503176 16.623497346023417 M-45.81324163327528 17.00847712326485 C-45.84673830543147 16.92263250970196, -45.88023497758767 16.836787896139068, -45.963461208503176 16.623497346023417 M-45.963461208503176 16.623497346023417 C-46.00838862626194 16.472588809929892, -46.05331604402071 16.321680273836368, -46.08137632969665 16.227427435703994 M-45.963461208503176 16.623497346023417 C-46.01040648800714 16.465810931805624, -46.05735176751111 16.30812451758783, -46.08137632969665 16.227427435703994 M-46.08137632969665 16.227427435703994 C-46.11110184229589 16.085659965467155, -46.14082735489512 15.943892495230314, -46.16618151701361 15.82297295140367 M-46.08137632969665 16.227427435703994 C-46.10342851279135 16.122255751949208, -46.12548069588606 16.017084068194418, -46.16618151701361 15.82297295140367 M-46.16618151701361 15.82297295140367 C-46.1846663063796 15.674679259922303, -46.20315109574559 15.526385568440936, -46.21729746503335 15.412896727361664 M-46.16618151701361 15.82297295140367 C-46.18527876899975 15.669765796152827, -46.20437602098588 15.516558640901984, -46.21729746503335 15.412896727361664 M-46.21729746503335 15.412896727361664 C-46.22174537732372 15.305356123177685, -46.226193289614095 15.197815518993705, -46.234375 15 M-46.21729746503335 15.412896727361664 C-46.22136297038556 15.314601870505623, -46.22542847573778 15.21630701364958, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 6.6486030854355445, -46.234375 -1.702793829128911, -46.234375 -15 M-46.234375 15 C-46.234375 7.427167994279722, -46.234375 -0.14566401144055519, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.22776604866381 -15.159789711063965, -46.22115709732761 -15.31957942212793, -46.21729746503335 -15.41289672736166 M-46.234375 -15 C-46.23007746345279 -15.103904853922227, -46.225779926905574 -15.207809707844454, -46.21729746503335 -15.41289672736166 M-46.21729746503335 -15.41289672736166 C-46.196857458280626 -15.576876094139964, -46.176417451527904 -15.740855460918267, -46.16618151701361 -15.822972951403669 M-46.21729746503335 -15.41289672736166 C-46.20671558367301 -15.497789566477785, -46.19613370231267 -15.582682405593909, -46.16618151701361 -15.822972951403669 M-46.16618151701361 -15.822972951403669 C-46.13934072820236 -15.95098254303741, -46.11249993939112 -16.078992134671154, -46.08137632969665 -16.227427435703994 M-46.16618151701361 -15.822972951403669 C-46.132558765885435 -15.983327204469338, -46.09893601475726 -16.143681457535006, -46.08137632969665 -16.227427435703994 M-46.08137632969665 -16.227427435703994 C-46.04179571494891 -16.360376377068366, -46.00221510020118 -16.493325318432742, -45.963461208503176 -16.623497346023417 M-46.08137632969665 -16.227427435703994 C-46.05669516492272 -16.3103300068047, -46.032014000148784 -16.393232577905408, -45.963461208503176 -16.623497346023417 M-45.963461208503176 -16.623497346023417 C-45.931866473473015 -16.704467712471743, -45.900271738442854 -16.78543807892007, -45.81324163327529 -17.008477123264846 M-45.963461208503176 -16.623497346023417 C-45.91349796060664 -16.751542176507638, -45.863534712710106 -16.879587006991862, -45.81324163327529 -17.008477123264846 M-45.81324163327529 -17.008477123264846 C-45.76827217191488 -17.100463626741014, -45.72330271055448 -17.192450130217182, -45.63174375603245 -17.379736965185366 M-45.81324163327529 -17.008477123264846 C-45.74075830749866 -17.156744135962185, -45.668274981722035 -17.305011148659524, -45.63174375603245 -17.379736965185366 M-45.63174375603245 -17.379736965185366 C-45.55192913413356 -17.51368318354186, -45.47211451223466 -17.647629401898357, -45.420207391312644 -17.734740790612133 M-45.63174375603245 -17.379736965185366 C-45.56081371280374 -17.49877293669424, -45.48988366957503 -17.617808908203116, -45.420207391312644 -17.734740790612133 M-45.420207391312644 -17.734740790612133 C-45.34283328882873 -17.843109963821895, -45.265459186344806 -17.951479137031658, -45.18007754698197 -18.07106356344834 M-45.420207391312644 -17.734740790612133 C-45.333447516463885 -17.856255555931664, -45.246687641615125 -17.977770321251192, -45.18007754698197 -18.07106356344834 M-45.18007754698197 -18.07106356344834 C-45.08278370654447 -18.18593818378296, -44.985489866106974 -18.300812804117577, -44.91299455336566 -18.386407858128706 M-45.18007754698197 -18.07106356344834 C-45.111546967063944 -18.151977466260636, -45.04301638714591 -18.23289136907293, -44.91299455336566 -18.386407858128706 M-44.91299455336566 -18.386407858128706 C-44.805538257655236 -18.493864153839127, -44.698081961944816 -18.60132044954955, -44.620782858128706 -18.678619553365657 M-44.91299455336566 -18.386407858128706 C-44.85354933768154 -18.445853073812817, -44.794104121997435 -18.50529828949693, -44.620782858128706 -18.678619553365657 M-44.620782858128706 -18.678619553365657 C-44.52117739536902 -18.76298107701827, -44.42157193260933 -18.847342600670885, -44.30543856344834 -18.945702546981966 M-44.620782858128706 -18.678619553365657 C-44.504542534920176 -18.77707008513421, -44.388302211711654 -18.87552061690276, -44.30543856344834 -18.945702546981966 M-44.30543856344834 -18.945702546981966 C-44.17157269829549 -19.04128093761328, -44.037706833142636 -19.136859328244597, -43.969115790612136 -19.185832391312644 M-44.30543856344834 -18.945702546981966 C-44.19323173865872 -19.02581668002848, -44.08102491386909 -19.105930813074995, -43.969115790612136 -19.185832391312644 M-43.969115790612136 -19.185832391312644 C-43.85444857436012 -19.25415922145125, -43.739781358108104 -19.32248605158986, -43.614111965185366 -19.397368756032446 M-43.969115790612136 -19.185832391312644 C-43.86515575575096 -19.247779126180188, -43.76119572088979 -19.309725861047735, -43.614111965185366 -19.397368756032446 M-43.614111965185366 -19.397368756032446 C-43.48122447289889 -19.462333492421262, -43.34833698061241 -19.52729822881008, -43.242852123264846 -19.578866633275286 M-43.614111965185366 -19.397368756032446 C-43.50722951969846 -19.449620399706177, -43.40034707421156 -19.501872043379908, -43.242852123264846 -19.578866633275286 M-43.242852123264846 -19.578866633275286 C-43.132667878065874 -19.621860659167236, -43.02248363286691 -19.664854685059183, -42.85787234602342 -19.729086208503173 M-43.242852123264846 -19.578866633275286 C-43.13642061236611 -19.62039633769933, -43.029989101467365 -19.661926042123376, -42.85787234602342 -19.729086208503173 M-42.85787234602342 -19.729086208503173 C-42.76825080336978 -19.755767697776186, -42.678629260716136 -19.7824491870492, -42.461802435703994 -19.847001329696653 M-42.85787234602342 -19.729086208503173 C-42.77210242696908 -19.754621019748722, -42.68633250791473 -19.78015583099427, -42.461802435703994 -19.847001329696653 M-42.461802435703994 -19.847001329696653 C-42.37646571916857 -19.864894557517626, -42.29112900263315 -19.882787785338603, -42.05734795140367 -19.931806517013612 M-42.461802435703994 -19.847001329696653 C-42.34739728425367 -19.87098956737327, -42.232992132803346 -19.894977805049887, -42.05734795140367 -19.931806517013612 M-42.05734795140367 -19.931806517013612 C-41.95708052890766 -19.944304838193663, -41.85681310641166 -19.95680315937371, -41.64727172736166 -19.982922465033347 M-42.05734795140367 -19.931806517013612 C-41.93752661606252 -19.946742230887935, -41.81770528072137 -19.961677944762254, -41.64727172736166 -19.982922465033347 M-41.64727172736166 -19.982922465033347 C-41.55637300973126 -19.98668206380439, -41.465474292100865 -19.990441662575435, -41.234375 -20 M-41.64727172736166 -19.982922465033347 C-41.51161367275916 -19.988533323675377, -41.37595561815666 -19.994144182317402, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.234375, -12)\"><rect></rect><foreignObject width=\"76.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Processed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Sent-6\" transform=\"translate(285.23828125, 344)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.640625 -20 C-9.181541703920034 -20, 1.2775415921599311 -20, 19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 C19.797474329240977 -19.993512663755595, 19.954323658481954 -19.987025327511194, 20.053521727361662 -19.982922465033347 C20.13866427160495 -19.97230945796137, 20.22380681584823 -19.96169645088939, 20.46359795140367 -19.931806517013612 C20.546312299371465 -19.914463142059212, 20.62902664733926 -19.89711976710481, 20.868052435703998 -19.847001329696653 C21.00589745327121 -19.805963089909017, 21.14374247083842 -19.764924850121385, 21.264122346023417 -19.729086208503173 C21.391567132715572 -19.67935709842086, 21.519011919407728 -19.629627988338544, 21.649102123264846 -19.578866633275286 C21.725802667523674 -19.541370022022278, 21.802503211782497 -19.503873410769266, 22.02036196518537 -19.397368756032446 C22.129582685575947 -19.332287332992212, 22.23880340596652 -19.26720590995198, 22.375365790612136 -19.185832391312644 C22.48579856747844 -19.106984904137505, 22.59623134434474 -19.02813741696237, 22.71168856344834 -18.94570254698197 C22.829500600111448 -18.845920841820913, 22.947312636774555 -18.74613913665986, 23.027032858128706 -18.678619553365657 C23.09577499197061 -18.60987741952375, 23.164517125812516 -18.541135285681847, 23.319244553365657 -18.386407858128706 C23.409650554440905 -18.279665694361807, 23.500056555516153 -18.172923530594908, 23.58632754698197 -18.07106356344834 C23.679845458704342 -17.940083578565627, 23.773363370426715 -17.809103593682917, 23.826457391312644 -17.734740790612136 C23.908467852568425 -17.597109478334556, 23.9904783138242 -17.459478166056975, 24.037993756032446 -17.37973696518537 C24.075230259248208 -17.30356848042089, 24.112466762463967 -17.227399995656413, 24.219491633275286 -17.008477123264846 C24.252866283196056 -16.92294522589051, 24.286240933116822 -16.83741332851617, 24.369711208503173 -16.623497346023417 C24.39659491490813 -16.533196567996878, 24.423478621313087 -16.442895789970336, 24.487626329696653 -16.227427435703994 C24.516915855750433 -16.08773928064801, 24.546205381804217 -15.948051125592023, 24.572431517013612 -15.82297295140367 C24.58598102938791 -15.71427237776044, 24.59953054176221 -15.605571804117206, 24.623547465033347 -15.412896727361662 C24.628020566006114 -15.304747116986416, 24.632493666978878 -15.196597506611171, 24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 C24.640625 -7.442812372806797, 24.640625 0.11437525438640606, 24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 C24.634550514954217 15.146867507559392, 24.628476029908438 15.293735015118783, 24.623547465033347 15.412896727361662 C24.6107375284853 15.515664075192403, 24.597927591937246 15.618431423023145, 24.572431517013612 15.822972951403669 C24.546401680751 15.947114932986333, 24.52037184448839 16.071256914569, 24.487626329696653 16.227427435703994 C24.463188313833584 16.309513284009988, 24.438750297970515 16.391599132315978, 24.369711208503173 16.623497346023417 C24.322872500259084 16.74353466764898, 24.276033792014996 16.863571989274543, 24.219491633275286 17.008477123264846 C24.16082517922699 17.12848127310328, 24.102158725178697 17.248485422941712, 24.037993756032446 17.379736965185366 C23.986364703216104 17.46638169540582, 23.93473565039976 17.55302642562627, 23.826457391312644 17.734740790612133 C23.734381773164248 17.863700717657405, 23.642306155015852 17.992660644702678, 23.58632754698197 18.07106356344834 C23.524896035891796 18.14359561153415, 23.463464524801623 18.216127659619954, 23.319244553365657 18.386407858128706 C23.23546890598527 18.47018350550909, 23.151693258604887 18.553959152889476, 23.027032858128706 18.678619553365657 C22.928051703054596 18.76245231538087, 22.829070547980486 18.84628507739608, 22.71168856344834 18.94570254698197 C22.62366841261744 19.00854772674409, 22.53564826178654 19.07139290650621, 22.375365790612136 19.185832391312644 C22.247824787359736 19.261830333442692, 22.12028378410734 19.33782827557274, 22.02036196518537 19.397368756032446 C21.897380524099084 19.457490719081186, 21.774399083012796 19.517612682129926, 21.649102123264846 19.578866633275286 C21.540938737547226 19.62107211735068, 21.43277535182961 19.663277601426067, 21.264122346023417 19.729086208503173 C21.177111666194016 19.754990410235983, 21.09010098636461 19.780894611968797, 20.868052435703998 19.847001329696653 C20.777539562316015 19.865979883477664, 20.68702668892803 19.88495843725867, 20.46359795140367 19.931806517013612 C20.342552090367853 19.946894867856592, 20.221506229332036 19.961983218699576, 20.053521727361662 19.982922465033347 C19.96302561970247 19.986665411732805, 19.87252951204328 19.990408358432266, 19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 C7.3576528500799885 20, -4.925319299840023 20, -19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 C-19.777168190476264 19.99435253186743, -19.913711380952527 19.988705063734862, -20.053521727361662 19.982922465033347 C-20.183590938500863 19.966709354772952, -20.313660149640064 19.950496244512557, -20.46359795140367 19.931806517013612 C-20.56068306646368 19.911449909068974, -20.657768181523693 19.891093301124336, -20.868052435703994 19.847001329696653 C-20.995161727462666 19.80915925396196, -21.122271019221337 19.771317178227264, -21.264122346023417 19.729086208503173 C-21.39793495689074 19.6768723657173, -21.531747567758064 19.62465852293143, -21.649102123264846 19.578866633275286 C-21.72811296375502 19.540240587016264, -21.80712380424519 19.501614540757245, -22.02036196518537 19.397368756032446 C-22.108592944439074 19.34479450395344, -22.19682392369278 19.29222025187444, -22.375365790612133 19.185832391312644 C-22.475788326491188 19.114132078828383, -22.576210862370242 19.042431766344123, -22.71168856344834 18.94570254698197 C-22.829157843931903 18.84621114149672, -22.946627124415468 18.74671973601147, -23.027032858128706 18.67861955336566 C-23.092033763035392 18.61361864845897, -23.15703466794208 18.548617743552285, -23.319244553365657 18.386407858128706 C-23.405064852548456 18.28508002235517, -23.490885151731256 18.183752186581636, -23.586327546981966 18.07106356344834 C-23.676037813967348 17.945416516832793, -23.765748080952733 17.81976947021725, -23.826457391312644 17.734740790612133 C-23.894336932102377 17.620824222742172, -23.962216472892113 17.506907654872215, -24.037993756032446 17.37973696518537 C-24.08088378567562 17.29200400727321, -24.1237738153188 17.204271049361054, -24.219491633275286 17.00847712326485 C-24.272779460743987 16.871912125544288, -24.326067288212688 16.735347127823722, -24.369711208503173 16.623497346023417 C-24.403952119689297 16.508484152757973, -24.43819303087542 16.393470959492532, -24.487626329696653 16.227427435703994 C-24.507605176386065 16.1321439466825, -24.527584023075477 16.036860457661007, -24.572431517013612 15.82297295140367 C-24.58295235820252 15.7385698053087, -24.593473199391426 15.654166659213729, -24.623547465033347 15.412896727361664 C-24.6271324673821 15.326219362023247, -24.630717469730854 15.239541996684832, -24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 C-24.640625 5.920405768895611, -24.640625 -3.1591884622087782, -24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 C-24.635426542387666 -15.12568711700207, -24.630228084775332 -15.251374234004137, -24.623547465033347 -15.41289672736166 C-24.6075137983188 -15.541526357811088, -24.591480131604246 -15.670155988260518, -24.572431517013612 -15.822972951403669 C-24.545816825873608 -15.949904233798119, -24.519202134733604 -16.076835516192567, -24.487626329696653 -16.227427435703994 C-24.458244252042412 -16.32612009482799, -24.428862174388176 -16.424812753951983, -24.369711208503173 -16.623497346023417 C-24.31129197327367 -16.77321301477798, -24.252872738044164 -16.922928683532543, -24.21949163327529 -17.008477123264846 C-24.152997943152243 -17.14449214040339, -24.086504253029194 -17.280507157541933, -24.037993756032446 -17.379736965185366 C-23.981339278143736 -17.474815446867176, -23.924684800255026 -17.569893928548986, -23.826457391312644 -17.734740790612133 C-23.755834861711715 -17.83365379764088, -23.685212332110783 -17.932566804669626, -23.58632754698197 -18.07106356344834 C-23.51336302758465 -18.157212608711383, -23.44039850818733 -18.24336165397442, -23.31924455336566 -18.386407858128706 C-23.216912431361823 -18.48873998013254, -23.11458030935799 -18.591072102136376, -23.027032858128706 -18.678619553365657 C-22.94335528855691 -18.7494908396289, -22.85967771898511 -18.820362125892146, -22.71168856344834 -18.945702546981966 C-22.623208552958673 -19.008876060229635, -22.534728542469 -19.072049573477305, -22.375365790612136 -19.185832391312644 C-22.261679043630664 -19.25357498857725, -22.147992296649196 -19.321317585841857, -22.020361965185366 -19.397368756032446 C-21.927517347660014 -19.44275772378911, -21.834672730134663 -19.488146691545776, -21.64910212326485 -19.578866633275286 C-21.509082971018277 -19.63350227602246, -21.369063818771703 -19.688137918769634, -21.26412234602342 -19.729086208503173 C-21.130285675971972 -19.768931111531835, -20.996449005920525 -19.808776014560497, -20.868052435703994 -19.847001329696653 C-20.73298742109446 -19.875321485136997, -20.597922406484923 -19.90364164057734, -20.463597951403674 -19.931806517013612 C-20.369878924283977 -19.94348858156125, -20.276159897164284 -19.95517064610889, -20.053521727361662 -19.982922465033347 C-19.911314885108368 -19.98880418353617, -19.769108042855073 -19.99468590203899, -19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.640625 -20 C-11.592147611148677 -20, -3.5436702222973544 -20, 19.640625 -20 M-19.640625 -20 C-4.829111393870299 -20, 9.982402212259402 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.799731453426073 -19.99341930840875, 19.95883790685215 -19.986838616817497, 20.053521727361662 -19.982922465033347 M19.640625 -20 C19.761693220233838 -19.994992581371122, 19.88276144046768 -19.989985162742244, 20.053521727361662 -19.982922465033347 M20.053521727361662 -19.982922465033347 C20.159290629277987 -19.96973838515871, 20.265059531194314 -19.956554305284072, 20.46359795140367 -19.931806517013612 M20.053521727361662 -19.982922465033347 C20.173466563016692 -19.967971356860954, 20.293411398671726 -19.953020248688563, 20.46359795140367 -19.931806517013612 M20.46359795140367 -19.931806517013612 C20.618145992209108 -19.89940120057202, 20.772694033014545 -19.86699588413042, 20.868052435703998 -19.847001329696653 M20.46359795140367 -19.931806517013612 C20.61830368188833 -19.89936813652327, 20.773009412372993 -19.86692975603293, 20.868052435703998 -19.847001329696653 M20.868052435703998 -19.847001329696653 C20.948484138365252 -19.823055774328786, 21.028915841026507 -19.79911021896092, 21.264122346023417 -19.729086208503173 M20.868052435703998 -19.847001329696653 C20.98945862880198 -19.810857139997307, 21.110864821899963 -19.774712950297964, 21.264122346023417 -19.729086208503173 M21.264122346023417 -19.729086208503173 C21.40977679288642 -19.67225166697324, 21.555431239749424 -19.6154171254433, 21.649102123264846 -19.578866633275286 M21.264122346023417 -19.729086208503173 C21.381294631113683 -19.683365440984254, 21.498466916203952 -19.637644673465335, 21.649102123264846 -19.578866633275286 M21.649102123264846 -19.578866633275286 C21.74598888173103 -19.531501583224124, 21.842875640197217 -19.48413653317296, 22.02036196518537 -19.397368756032446 M21.649102123264846 -19.578866633275286 C21.7965864785783 -19.50676592537903, 21.944070833891754 -19.43466521748278, 22.02036196518537 -19.397368756032446 M22.02036196518537 -19.397368756032446 C22.1314011266561 -19.33120377730069, 22.242440288126836 -19.265038798568934, 22.375365790612136 -19.185832391312644 M22.02036196518537 -19.397368756032446 C22.161507571909006 -19.313264229816156, 22.302653178632642 -19.229159703599866, 22.375365790612136 -19.185832391312644 M22.375365790612136 -19.185832391312644 C22.50137372648928 -19.09586445434709, 22.627381662366428 -19.005896517381533, 22.71168856344834 -18.94570254698197 M22.375365790612136 -19.185832391312644 C22.493901969002785 -19.10119918665492, 22.612438147393433 -19.016565981997196, 22.71168856344834 -18.94570254698197 M22.71168856344834 -18.94570254698197 C22.809432976104265 -18.862917252363356, 22.90717738876019 -18.780131957744747, 23.027032858128706 -18.678619553365657 M22.71168856344834 -18.94570254698197 C22.836395313084843 -18.840081317808195, 22.96110206272134 -18.734460088634425, 23.027032858128706 -18.678619553365657 M23.027032858128706 -18.678619553365657 C23.104905159680875 -18.600747251813488, 23.18277746123304 -18.522874950261322, 23.319244553365657 -18.386407858128706 M23.027032858128706 -18.678619553365657 C23.101851729544954 -18.60380068194941, 23.1766706009612 -18.528981810533164, 23.319244553365657 -18.386407858128706 M23.319244553365657 -18.386407858128706 C23.41480264431653 -18.273582633340357, 23.510360735267405 -18.160757408552012, 23.58632754698197 -18.07106356344834 M23.319244553365657 -18.386407858128706 C23.423488705764495 -18.263327019968006, 23.527732858163333 -18.14024618180731, 23.58632754698197 -18.07106356344834 M23.58632754698197 -18.07106356344834 C23.66119752641177 -17.966201632794924, 23.736067505841564 -17.861339702141507, 23.826457391312644 -17.734740790612136 M23.58632754698197 -18.07106356344834 C23.660826272159944 -17.966721606727145, 23.73532499733792 -17.86237965000595, 23.826457391312644 -17.734740790612136 M23.826457391312644 -17.734740790612136 C23.900746172617154 -17.610068129321363, 23.97503495392166 -17.485395468030593, 24.037993756032446 -17.37973696518537 M23.826457391312644 -17.734740790612136 C23.886108422057276 -17.634633444373847, 23.94575945280191 -17.534526098135554, 24.037993756032446 -17.37973696518537 M24.037993756032446 -17.37973696518537 C24.097292812750315 -17.258438805903562, 24.156591869468183 -17.137140646621752, 24.219491633275286 -17.008477123264846 M24.037993756032446 -17.37973696518537 C24.074486515968957 -17.30508983161507, 24.110979275905464 -17.23044269804477, 24.219491633275286 -17.008477123264846 M24.219491633275286 -17.008477123264846 C24.25364272033634 -16.920955388035786, 24.287793807397392 -16.833433652806725, 24.369711208503173 -16.623497346023417 M24.219491633275286 -17.008477123264846 C24.249813623245608 -16.93076852286052, 24.28013561321593 -16.853059922456197, 24.369711208503173 -16.623497346023417 M24.369711208503173 -16.623497346023417 C24.398162045674493 -16.52793266854267, 24.426612882845816 -16.432367991061927, 24.487626329696653 -16.227427435703994 M24.369711208503173 -16.623497346023417 C24.40532388110817 -16.503876487374153, 24.44093655371317 -16.384255628724887, 24.487626329696653 -16.227427435703994 M24.487626329696653 -16.227427435703994 C24.50716563458233 -16.1342402176676, 24.526704939468004 -16.04105299963121, 24.572431517013612 -15.82297295140367 M24.487626329696653 -16.227427435703994 C24.516165646269197 -16.091317193726802, 24.544704962841745 -15.955206951749608, 24.572431517013612 -15.82297295140367 M24.572431517013612 -15.82297295140367 C24.59186556766474 -15.66706383854171, 24.611299618315865 -15.511154725679747, 24.623547465033347 -15.412896727361662 M24.572431517013612 -15.82297295140367 C24.586532524263003 -15.709848025973606, 24.600633531512397 -15.59672310054354, 24.623547465033347 -15.412896727361662 M24.623547465033347 -15.412896727361662 C24.62882110582503 -15.285391848676415, 24.63409474661671 -15.157886969991168, 24.640625 -15 M24.623547465033347 -15.412896727361662 C24.628488949255974 -15.29342265409427, 24.6334304334786 -15.173948580826877, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -5.378347806623768, 24.640625 4.243304386752463, 24.640625 15 M24.640625 -15 C24.640625 -5.130304881127076, 24.640625 4.739390237745848, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.637140515944726 15.084247057070929, 24.63365603188945 15.168494114141856, 24.623547465033347 15.412896727361662 M24.640625 15 C24.63716779173833 15.083587589183002, 24.633710583476663 15.167175178366007, 24.623547465033347 15.412896727361662 M24.623547465033347 15.412896727361662 C24.60383865439541 15.571010094321872, 24.584129843757477 15.729123461282082, 24.572431517013612 15.822972951403669 M24.623547465033347 15.412896727361662 C24.60644952260433 15.550064479145746, 24.58935158017531 15.68723223092983, 24.572431517013612 15.822972951403669 M24.572431517013612 15.822972951403669 C24.54439195152218 15.956699771184823, 24.51635238603075 16.09042659096598, 24.487626329696653 16.227427435703994 M24.572431517013612 15.822972951403669 C24.545902544674863 15.949495422089154, 24.51937357233611 16.076017892774637, 24.487626329696653 16.227427435703994 M24.487626329696653 16.227427435703994 C24.457338881836566 16.329161179742346, 24.42705143397648 16.430894923780695, 24.369711208503173 16.623497346023417 M24.487626329696653 16.227427435703994 C24.45671544010467 16.331255283605714, 24.42580455051269 16.435083131507433, 24.369711208503173 16.623497346023417 M24.369711208503173 16.623497346023417 C24.314777222803613 16.764281085729227, 24.259843237104054 16.90506482543504, 24.219491633275286 17.008477123264846 M24.369711208503173 16.623497346023417 C24.313824747482137 16.7667220707775, 24.257938286461105 16.909946795531585, 24.219491633275286 17.008477123264846 M24.219491633275286 17.008477123264846 C24.182033884903994 17.08509817222851, 24.144576136532702 17.161719221192172, 24.037993756032446 17.379736965185366 M24.219491633275286 17.008477123264846 C24.173228939718935 17.103108975479667, 24.126966246162585 17.19774082769449, 24.037993756032446 17.379736965185366 M24.037993756032446 17.379736965185366 C23.970946147825433 17.49225737003742, 23.903898539618424 17.604777774889474, 23.826457391312644 17.734740790612133 M24.037993756032446 17.379736965185366 C23.955285574866625 17.5185392025541, 23.8725773937008 17.65734143992283, 23.826457391312644 17.734740790612133 M23.826457391312644 17.734740790612133 C23.769994994683433 17.81382129744478, 23.71353259805422 17.89290180427743, 23.58632754698197 18.07106356344834 M23.826457391312644 17.734740790612133 C23.748700303119318 17.84364636868279, 23.67094321492599 17.95255194675345, 23.58632754698197 18.07106356344834 M23.58632754698197 18.07106356344834 C23.503858196126203 18.16843494200837, 23.42138884527043 18.265806320568398, 23.319244553365657 18.386407858128706 M23.58632754698197 18.07106356344834 C23.50433268114235 18.167874718608413, 23.422337815302733 18.26468587376849, 23.319244553365657 18.386407858128706 M23.319244553365657 18.386407858128706 C23.209523345121077 18.496129066373285, 23.099802136876498 18.605850274617865, 23.027032858128706 18.678619553365657 M23.319244553365657 18.386407858128706 C23.239930933627363 18.465721477867, 23.16061731388907 18.545035097605293, 23.027032858128706 18.678619553365657 M23.027032858128706 18.678619553365657 C22.919171312735976 18.769973622316776, 22.811309767343246 18.861327691267896, 22.71168856344834 18.94570254698197 M23.027032858128706 18.678619553365657 C22.925167957836926 18.76489472299234, 22.82330305754515 18.851169892619023, 22.71168856344834 18.94570254698197 M22.71168856344834 18.94570254698197 C22.6408572452247 18.996275136150835, 22.570025927001062 19.0468477253197, 22.375365790612136 19.185832391312644 M22.71168856344834 18.94570254698197 C22.58494585735588 19.03619509979775, 22.458203151263422 19.126687652613537, 22.375365790612136 19.185832391312644 M22.375365790612136 19.185832391312644 C22.25629615388534 19.256782494657063, 22.137226517158545 19.327732598001482, 22.02036196518537 19.397368756032446 M22.375365790612136 19.185832391312644 C22.302633522033368 19.2291714163907, 22.229901253454603 19.272510441468757, 22.02036196518537 19.397368756032446 M22.02036196518537 19.397368756032446 C21.919359345312767 19.44674592811767, 21.818356725440164 19.496123100202894, 21.649102123264846 19.578866633275286 M22.02036196518537 19.397368756032446 C21.894681033602374 19.45881041956981, 21.76900010201938 19.520252083107177, 21.649102123264846 19.578866633275286 M21.649102123264846 19.578866633275286 C21.517879208475993 19.630069973515635, 21.38665629368714 19.681273313755984, 21.264122346023417 19.729086208503173 M21.649102123264846 19.578866633275286 C21.543526838740323 19.62006223713136, 21.4379515542158 19.66125784098743, 21.264122346023417 19.729086208503173 M21.264122346023417 19.729086208503173 C21.137241365047814 19.766860313172774, 21.01036038407221 19.80463441784238, 20.868052435703998 19.847001329696653 M21.264122346023417 19.729086208503173 C21.17868562998949 19.75452182091157, 21.093248913955563 19.779957433319968, 20.868052435703998 19.847001329696653 M20.868052435703998 19.847001329696653 C20.72412142632539 19.877180488748845, 20.580190416946778 19.907359647801037, 20.46359795140367 19.931806517013612 M20.868052435703998 19.847001329696653 C20.777811846257553 19.86592279153886, 20.687571256811108 19.88484425338107, 20.46359795140367 19.931806517013612 M20.46359795140367 19.931806517013612 C20.31620027852515 19.95017961777723, 20.168802605646633 19.96855271854085, 20.053521727361662 19.982922465033347 M20.46359795140367 19.931806517013612 C20.327191552907955 19.948809556854204, 20.19078515441224 19.9658125966948, 20.053521727361662 19.982922465033347 M20.053521727361662 19.982922465033347 C19.940759495930685 19.987586345424177, 19.82799726449971 19.99225022581501, 19.640625 20 M20.053521727361662 19.982922465033347 C19.926696637287314 19.988167989560104, 19.79987154721297 19.993413514086864, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C5.477328160756102 20, -8.685968678487797 20, -19.640625 20 M19.640625 20 C11.352904710143147 20, 3.0651844202862932 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.726211917547722 19.996460098905484, -19.811798835095445 19.99292019781097, -20.053521727361662 19.982922465033347 M-19.640625 20 C-19.729428681972887 19.996327052544714, -19.81823236394577 19.992654105089425, -20.053521727361662 19.982922465033347 M-20.053521727361662 19.982922465033347 C-20.206343233730383 19.963873284130237, -20.359164740099107 19.944824103227123, -20.46359795140367 19.931806517013612 M-20.053521727361662 19.982922465033347 C-20.202904153880823 19.964301964986426, -20.352286580399984 19.945681464939504, -20.46359795140367 19.931806517013612 M-20.46359795140367 19.931806517013612 C-20.55610689310278 19.912409431720175, -20.648615834801888 19.893012346426737, -20.868052435703994 19.847001329696653 M-20.46359795140367 19.931806517013612 C-20.550005424002844 19.91368877525576, -20.636412896602014 19.895571033497912, -20.868052435703994 19.847001329696653 M-20.868052435703994 19.847001329696653 C-20.955099799948606 19.821086206540244, -21.042147164193214 19.79517108338383, -21.264122346023417 19.729086208503173 M-20.868052435703994 19.847001329696653 C-20.948471198328246 19.823059626744715, -21.028889960952498 19.799117923792778, -21.264122346023417 19.729086208503173 M-21.264122346023417 19.729086208503173 C-21.407299542659132 19.673218293011473, -21.550476739294847 19.617350377519777, -21.649102123264846 19.578866633275286 M-21.264122346023417 19.729086208503173 C-21.411679649821366 19.67150916989317, -21.559236953619315 19.613932131283168, -21.649102123264846 19.578866633275286 M-21.649102123264846 19.578866633275286 C-21.742119928663804 19.533392999126317, -21.83513773406276 19.487919364977348, -22.02036196518537 19.397368756032446 M-21.649102123264846 19.578866633275286 C-21.776345075421712 19.51666134441044, -21.90358802757858 19.45445605554559, -22.02036196518537 19.397368756032446 M-22.02036196518537 19.397368756032446 C-22.103632531746893 19.34775026835162, -22.18690309830842 19.298131780670797, -22.375365790612133 19.185832391312644 M-22.02036196518537 19.397368756032446 C-22.101106016847382 19.34925574445913, -22.181850068509394 19.30114273288581, -22.375365790612133 19.185832391312644 M-22.375365790612133 19.185832391312644 C-22.485213305451087 19.10740277319328, -22.59506082029004 19.028973155073917, -22.71168856344834 18.94570254698197 M-22.375365790612133 19.185832391312644 C-22.466605382892592 19.120688574537052, -22.55784497517305 19.05554475776146, -22.71168856344834 18.94570254698197 M-22.71168856344834 18.94570254698197 C-22.8081856361635 18.863973695403732, -22.90468270887866 18.782244843825495, -23.027032858128706 18.67861955336566 M-22.71168856344834 18.94570254698197 C-22.784147500526355 18.884332957756747, -22.85660643760437 18.82296336853152, -23.027032858128706 18.67861955336566 M-23.027032858128706 18.67861955336566 C-23.119986460773333 18.585665950721033, -23.21294006341796 18.492712348076406, -23.319244553365657 18.386407858128706 M-23.027032858128706 18.67861955336566 C-23.128725929583222 18.576926481911144, -23.230419001037735 18.475233410456628, -23.319244553365657 18.386407858128706 M-23.319244553365657 18.386407858128706 C-23.401105718393232 18.289754563219113, -23.48296688342081 18.19310126830952, -23.586327546981966 18.07106356344834 M-23.319244553365657 18.386407858128706 C-23.402386007177785 18.28824292910761, -23.485527460989918 18.19007800008652, -23.586327546981966 18.07106356344834 M-23.586327546981966 18.07106356344834 C-23.641999952803502 17.993089507584724, -23.697672358625038 17.91511545172111, -23.826457391312644 17.734740790612133 M-23.586327546981966 18.07106356344834 C-23.674944366870026 17.94694798477984, -23.763561186758086 17.82283240611134, -23.826457391312644 17.734740790612133 M-23.826457391312644 17.734740790612133 C-23.88742455623159 17.63242468623774, -23.948391721150536 17.530108581863352, -24.037993756032446 17.37973696518537 M-23.826457391312644 17.734740790612133 C-23.891619053955075 17.625385410794234, -23.956780716597507 17.516030030976335, -24.037993756032446 17.37973696518537 M-24.037993756032446 17.37973696518537 C-24.081113313381625 17.291534500846243, -24.124232870730804 17.203332036507113, -24.219491633275286 17.00847712326485 M-24.037993756032446 17.37973696518537 C-24.09815556447281 17.256674019047786, -24.15831737291317 17.1336110729102, -24.219491633275286 17.00847712326485 M-24.219491633275286 17.00847712326485 C-24.271138579014163 16.876117345016308, -24.32278552475304 16.743757566767766, -24.369711208503173 16.623497346023417 M-24.219491633275286 17.00847712326485 C-24.265668865327246 16.89013501983378, -24.311846097379206 16.771792916402713, -24.369711208503173 16.623497346023417 M-24.369711208503173 16.623497346023417 C-24.413906363231572 16.475048438091513, -24.45810151795997 16.326599530159612, -24.487626329696653 16.227427435703994 M-24.369711208503173 16.623497346023417 C-24.412108778914746 16.481086417376535, -24.45450634932632 16.33867548872965, -24.487626329696653 16.227427435703994 M-24.487626329696653 16.227427435703994 C-24.50518300429962 16.143695815065826, -24.522739678902592 16.059964194427653, -24.572431517013612 15.82297295140367 M-24.487626329696653 16.227427435703994 C-24.507674810334944 16.131811847152093, -24.52772329097324 16.03619625860019, -24.572431517013612 15.82297295140367 M-24.572431517013612 15.82297295140367 C-24.58801538056335 15.697951853917733, -24.603599244113084 15.572930756431795, -24.623547465033347 15.412896727361664 M-24.572431517013612 15.82297295140367 C-24.586565991613746 15.709579535114047, -24.60070046621388 15.596186118824425, -24.623547465033347 15.412896727361664 M-24.623547465033347 15.412896727361664 C-24.62943789173662 15.270479340233205, -24.635328318439896 15.128061953104744, -24.640625 15 M-24.623547465033347 15.412896727361664 C-24.6271167651692 15.326599006528873, -24.63068606530505 15.240301285696082, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 5.577603618922538, -24.640625 -3.844792762154924, -24.640625 -15 M-24.640625 15 C-24.640625 3.7131488852616794, -24.640625 -7.573702229476641, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.63634613800504 -15.103453344876755, -24.632067276010087 -15.206906689753508, -24.623547465033347 -15.41289672736166 M-24.640625 -15 C-24.63388378953265 -15.16298744203191, -24.6271425790653 -15.325974884063822, -24.623547465033347 -15.41289672736166 M-24.623547465033347 -15.41289672736166 C-24.605332855113755 -15.559022911998603, -24.587118245194166 -15.705149096635544, -24.572431517013612 -15.822972951403669 M-24.623547465033347 -15.41289672736166 C-24.607739627868874 -15.539714646735389, -24.5919317907044 -15.666532566109117, -24.572431517013612 -15.822972951403669 M-24.572431517013612 -15.822972951403669 C-24.55005140693819 -15.929708590643617, -24.52767129686277 -16.036444229883564, -24.487626329696653 -16.227427435703994 M-24.572431517013612 -15.822972951403669 C-24.54091713348692 -15.97327193830044, -24.509402749960234 -16.12357092519721, -24.487626329696653 -16.227427435703994 M-24.487626329696653 -16.227427435703994 C-24.462347900608854 -16.31233618227088, -24.437069471521053 -16.397244928837765, -24.369711208503173 -16.623497346023417 M-24.487626329696653 -16.227427435703994 C-24.459564157477335 -16.321686610623864, -24.431501985258013 -16.415945785543737, -24.369711208503173 -16.623497346023417 M-24.369711208503173 -16.623497346023417 C-24.32546475567796 -16.736891286370632, -24.281218302852743 -16.850285226717848, -24.21949163327529 -17.008477123264846 M-24.369711208503173 -16.623497346023417 C-24.335173702596858 -16.712009387880258, -24.300636196690544 -16.8005214297371, -24.21949163327529 -17.008477123264846 M-24.21949163327529 -17.008477123264846 C-24.162900489774554 -17.12423615752657, -24.106309346273818 -17.239995191788292, -24.037993756032446 -17.379736965185366 M-24.21949163327529 -17.008477123264846 C-24.16740701693704 -17.115017908876112, -24.11532240059879 -17.221558694487378, -24.037993756032446 -17.379736965185366 M-24.037993756032446 -17.379736965185366 C-23.980024676380882 -17.477021633285023, -23.92205559672932 -17.57430630138468, -23.826457391312644 -17.734740790612133 M-24.037993756032446 -17.379736965185366 C-23.97017600647869 -17.49354983398127, -23.902358256924938 -17.607362702777174, -23.826457391312644 -17.734740790612133 M-23.826457391312644 -17.734740790612133 C-23.745879161523845 -17.84759762333253, -23.665300931735047 -17.96045445605293, -23.58632754698197 -18.07106356344834 M-23.826457391312644 -17.734740790612133 C-23.73512052865212 -17.862666026218605, -23.6437836659916 -17.990591261825077, -23.58632754698197 -18.07106356344834 M-23.58632754698197 -18.07106356344834 C-23.507439807087625 -18.16420614193706, -23.428552067193284 -18.257348720425785, -23.31924455336566 -18.386407858128706 M-23.58632754698197 -18.07106356344834 C-23.47953947604676 -18.19714800054926, -23.372751405111554 -18.323232437650173, -23.31924455336566 -18.386407858128706 M-23.31924455336566 -18.386407858128706 C-23.25794626594896 -18.447706145545407, -23.196647978532255 -18.509004432962108, -23.027032858128706 -18.678619553365657 M-23.31924455336566 -18.386407858128706 C-23.24604409542486 -18.459608316069506, -23.17284363748406 -18.532808774010302, -23.027032858128706 -18.678619553365657 M-23.027032858128706 -18.678619553365657 C-22.92454305608548 -18.765423987777872, -22.822053254042252 -18.852228422190084, -22.71168856344834 -18.945702546981966 M-23.027032858128706 -18.678619553365657 C-22.93022620708063 -18.760610604417007, -22.83341955603255 -18.84260165546836, -22.71168856344834 -18.945702546981966 M-22.71168856344834 -18.945702546981966 C-22.586695368520882 -19.03494597283509, -22.46170217359342 -19.124189398688216, -22.375365790612136 -19.185832391312644 M-22.71168856344834 -18.945702546981966 C-22.586576332156973 -19.035030963165344, -22.4614641008656 -19.12435937934872, -22.375365790612136 -19.185832391312644 M-22.375365790612136 -19.185832391312644 C-22.248523899104903 -19.261413753263795, -22.121682007597666 -19.336995115214947, -22.020361965185366 -19.397368756032446 M-22.375365790612136 -19.185832391312644 C-22.256902319859137 -19.256421298136548, -22.138438849106137 -19.32701020496045, -22.020361965185366 -19.397368756032446 M-22.020361965185366 -19.397368756032446 C-21.876631698691195 -19.467634201735635, -21.73290143219702 -19.53789964743882, -21.64910212326485 -19.578866633275286 M-22.020361965185366 -19.397368756032446 C-21.926494895824355 -19.443257570033712, -21.83262782646334 -19.489146384034978, -21.64910212326485 -19.578866633275286 M-21.64910212326485 -19.578866633275286 C-21.558390214425312 -19.614262529941932, -21.46767830558578 -19.64965842660858, -21.26412234602342 -19.729086208503173 M-21.64910212326485 -19.578866633275286 C-21.56006144797843 -19.613610412585913, -21.47102077269201 -19.648354191896537, -21.26412234602342 -19.729086208503173 M-21.26412234602342 -19.729086208503173 C-21.13835127276615 -19.766529879328367, -21.012580199508882 -19.80397355015356, -20.868052435703994 -19.847001329696653 M-21.26412234602342 -19.729086208503173 C-21.17771610318358 -19.75481046154758, -21.091309860343745 -19.780534714591987, -20.868052435703994 -19.847001329696653 M-20.868052435703994 -19.847001329696653 C-20.741398147821002 -19.873557941195212, -20.61474385993801 -19.90011455269377, -20.463597951403674 -19.931806517013612 M-20.868052435703994 -19.847001329696653 C-20.763804039608925 -19.868859919727196, -20.659555643513855 -19.890718509757736, -20.463597951403674 -19.931806517013612 M-20.463597951403674 -19.931806517013612 C-20.31071228279534 -19.950863695731552, -20.157826614187 -19.96992087444949, -20.053521727361662 -19.982922465033347 M-20.463597951403674 -19.931806517013612 C-20.302722716737794 -19.951859594102036, -20.14184748207191 -19.97191267119046, -20.053521727361662 -19.982922465033347 M-20.053521727361662 -19.982922465033347 C-19.89440999544375 -19.989503374944636, -19.735298263525834 -19.996084284855925, -19.640625 -20 M-20.053521727361662 -19.982922465033347 C-19.925637957227003 -19.988211776891294, -19.79775418709234 -19.993501088749245, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.640625, -12)\"><rect></rect><foreignObject width=\"33.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sent</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closed-5\" transform=\"translate(215.671875, 586)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.0703125 -20 C-8.112909944835767 -20, 11.844492610328466 -20, 28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 C28.22850113099049 -19.993457269825488, 28.386689761980982 -19.98691453965097, 28.483209227361662 -19.982922465033347 C28.642625071265815 -19.963051300813664, 28.802040915169968 -19.943180136593977, 28.89328545140367 -19.931806517013612 C29.052926280033383 -19.898333355258966, 29.21256710866309 -19.864860193504317, 29.297739935703998 -19.847001329696653 C29.452193793129332 -19.801018424046433, 29.606647650554663 -19.755035518396213, 29.693809846023417 -19.729086208503173 C29.79429716204732 -19.68987593611675, 29.894784478071223 -19.650665663730326, 30.078789623264846 -19.578866633275286 C30.221522834912463 -19.50908861798528, 30.36425604656008 -19.439310602695272, 30.45004946518537 -19.397368756032446 C30.56156144733973 -19.330922037326598, 30.67307342949409 -19.264475318620747, 30.805053290612136 -19.185832391312644 C30.897187325925092 -19.120049954486603, 30.989321361238048 -19.05426751766056, 31.14137606344834 -18.94570254698197 C31.21513507254584 -18.883231852923906, 31.28889408164334 -18.820761158865842, 31.456720358128706 -18.678619553365657 C31.56634363985482 -18.56899627163954, 31.675966921580937 -18.459372989913426, 31.748932053365657 -18.386407858128706 C31.817744165626486 -18.305161550707385, 31.88655627788732 -18.223915243286065, 32.01601504698197 -18.07106356344834 C32.09254993537667 -17.963869782702922, 32.169084823771364 -17.856676001957506, 32.256144891312644 -17.734740790612136 C32.312656073500364 -17.6399027901454, 32.369167255688076 -17.545064789678666, 32.46768125603245 -17.37973696518537 C32.533307578902196 -17.24549617612177, 32.59893390177194 -17.11125538705817, 32.64917913327529 -17.008477123264846 C32.69978885603379 -16.87877551970045, 32.7503985787923 -16.74907391613605, 32.799398708503176 -16.623497346023417 C32.84577676595223 -16.467716197102774, 32.892154823401285 -16.311935048182136, 32.91731382969665 -16.227427435703994 C32.946752981986066 -16.08702568040864, 32.97619213427547 -15.94662392511329, 33.00211901701361 -15.82297295140367 C33.01537147326038 -15.716655502006882, 33.02862392950715 -15.610338052610093, 33.05323496503335 -15.412896727361662 C33.05828009847546 -15.290916647015324, 33.06332523191757 -15.168936566668986, 33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 C33.0703125 -4.744207865986361, 33.0703125 5.511584268027278, 33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 C33.06492319177037 15.130301459496618, 33.05953388354073 15.260602918993238, 33.05323496503335 15.412896727361662 C33.03404693909206 15.566832114059087, 33.014858913150775 15.720767500756514, 33.00211901701361 15.822972951403669 C32.982596782049846 15.916078759249453, 32.96307454708609 16.00918456709524, 32.91731382969665 16.227427435703994 C32.87177310105908 16.380396046725217, 32.82623237242151 16.533364657746436, 32.799398708503176 16.623497346023417 C32.73953126894959 16.77692444437854, 32.679663829396006 16.930351542733664, 32.64917913327529 17.008477123264846 C32.579989330421945 17.150007127141837, 32.5107995275686 17.29153713101883, 32.46768125603245 17.379736965185366 C32.40994173456423 17.476636384945557, 32.35220221309601 17.573535804705745, 32.256144891312644 17.734740790612133 C32.1645560611009 17.863018928731524, 32.072967230889155 17.991297066850915, 32.01601504698197 18.07106356344834 C31.93915426665076 18.16181291530317, 31.86229348631955 18.252562267157998, 31.748932053365657 18.386407858128706 C31.686866963282927 18.448472948211435, 31.624801873200198 18.510538038294165, 31.456720358128706 18.678619553365657 C31.349359073181024 18.76954992333282, 31.241997788233345 18.86048029329999, 31.14137606344834 18.94570254698197 C31.02811493121243 19.026569441076504, 30.914853798976512 19.10743633517104, 30.805053290612136 19.185832391312644 C30.68876607625431 19.25512453079614, 30.572478861896485 19.32441667027964, 30.45004946518537 19.397368756032446 C30.369394320825805 19.436798653470987, 30.28873917646624 19.476228550909532, 30.078789623264846 19.578866633275286 C29.98069267174143 19.617144182539274, 29.882595720218013 19.655421731803262, 29.693809846023417 19.729086208503173 C29.57550621277974 19.764306726114082, 29.457202579536066 19.799527243724995, 29.297739935703998 19.847001329696653 C29.201429865112967 19.867195427905532, 29.105119794521933 19.88738952611441, 28.89328545140367 19.931806517013612 C28.772474394648256 19.946865599533563, 28.651663337892845 19.961924682053517, 28.483209227361662 19.982922465033347 C28.387067033334638 19.98689893559236, 28.290924839307618 19.99087540615138, 28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 C7.304718674815433 20, -13.460875150369134 20, -28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 C-28.18506596109505 19.99525376174106, -28.299819422190094 19.99050752348212, -28.483209227361662 19.982922465033347 C-28.59399253982642 19.96911333953569, -28.704775852291178 19.955304214038026, -28.89328545140367 19.931806517013612 C-28.988412226282062 19.911860529824533, -29.083539001160453 19.89191454263545, -29.297739935703994 19.847001329696653 C-29.42309057059254 19.809682828797047, -29.54844120548108 19.772364327897442, -29.693809846023417 19.729086208503173 C-29.81631590482771 19.681284196022702, -29.938821963632005 19.63348218354223, -30.078789623264846 19.578866633275286 C-30.20070900494159 19.51926387943415, -30.32262838661833 19.459661125593012, -30.45004946518537 19.397368756032446 C-30.589484431215293 19.314283550419965, -30.728919397245217 19.23119834480749, -30.805053290612133 19.185832391312644 C-30.938239806073096 19.09073904703839, -31.07142632153406 18.995645702764133, -31.14137606344834 18.94570254698197 C-31.242579065391354 18.859987976660364, -31.343782067334367 18.77427340633876, -31.456720358128706 18.67861955336566 C-31.522326730226627 18.613013181267736, -31.587933102324552 18.547406809169814, -31.748932053365657 18.386407858128706 C-31.82588689854587 18.295547444116526, -31.902841743726082 18.204687030104342, -32.01601504698197 18.07106356344834 C-32.0735476894669 17.99048408402937, -32.13108033195182 17.909904604610393, -32.256144891312644 17.734740790612133 C-32.30443417960448 17.653700908446037, -32.35272346789631 17.572661026279945, -32.46768125603244 17.37973696518537 C-32.540052709814 17.231698790311576, -32.61242416359555 17.083660615437783, -32.64917913327528 17.00847712326485 C-32.687518385778546 16.910222039891618, -32.7258576382818 16.811966956518386, -32.799398708503176 16.623497346023417 C-32.8339992972446 16.50727601714626, -32.868599885986036 16.391054688269104, -32.91731382969665 16.227427435703994 C-32.94998217717767 16.071624942349484, -32.98265052465869 15.915822448994971, -33.00211901701361 15.82297295140367 C-33.0138816469964 15.728607590395718, -33.02564427697919 15.634242229387766, -33.05323496503335 15.412896727361664 C-33.05686567380665 15.325114282563506, -33.06049638257995 15.23733183776535, -33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 C-33.0703125 7.094910591367765, -33.0703125 -0.8101788172644699, -33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 C-33.06506334694227 -15.126912819864918, -33.05981419388453 -15.253825639729836, -33.05323496503335 -15.41289672736166 C-33.03435424542703 -15.564366757818021, -33.01547352582071 -15.715836788274384, -33.00211901701361 -15.822972951403669 C-32.981361551731 -15.921969842771679, -32.960604086448384 -16.02096673413969, -32.91731382969665 -16.227427435703994 C-32.89121903052255 -16.315078321053395, -32.865124231348446 -16.402729206402796, -32.799398708503176 -16.623497346023417 C-32.76509205148478 -16.711417772883927, -32.73078539446638 -16.79933819974444, -32.64917913327529 -17.008477123264846 C-32.57684926866808 -17.156430226122772, -32.50451940406087 -17.3043833289807, -32.46768125603245 -17.379736965185366 C-32.383380387877125 -17.521212076197976, -32.29907951972179 -17.662687187210583, -32.256144891312644 -17.734740790612133 C-32.190125621723205 -17.827206530848763, -32.12410635213376 -17.919672271085393, -32.01601504698197 -18.07106356344834 C-31.936664348665694 -18.16475275591294, -31.857313650349422 -18.25844194837754, -31.74893205336566 -18.386407858128706 C-31.6777584082007 -18.457581503293667, -31.606584763035734 -18.52875514845863, -31.456720358128706 -18.678619553365657 C-31.345360673114527 -18.77293639544426, -31.234000988100345 -18.867253237522863, -31.14137606344834 -18.945702546981966 C-31.070478336441898 -18.996322551110403, -30.999580609435455 -19.04694255523884, -30.805053290612136 -19.185832391312644 C-30.678630607058977 -19.26116395954239, -30.552207923505815 -19.336495527772136, -30.450049465185366 -19.397368756032446 C-30.375727527037128 -19.43370253761437, -30.301405588888887 -19.47003631919629, -30.07878962326485 -19.578866633275286 C-29.993369612100597 -19.612197625061402, -29.907949600936345 -19.64552861684752, -29.69380984602342 -19.729086208503173 C-29.587903434516658 -19.76061591329169, -29.481997023009896 -19.79214561808021, -29.297739935703994 -19.847001329696653 C-29.205463900946754 -19.866349579539875, -29.113187866189513 -19.885697829383098, -28.893285451403674 -19.931806517013612 C-28.736139693401245 -19.951394715320742, -28.578993935398817 -19.97098291362787, -28.483209227361662 -19.982922465033347 C-28.32361888370559 -19.989523170472555, -28.164028540049515 -19.99612387591176, -28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.0703125 -20 C-6.329635587190893 -20, 15.411041325618214 -20, 28.0703125 -20 M-28.0703125 -20 C-10.880396462480306 -20, 6.309519575039388 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.200847260867622 -19.994601042354283, 28.331382021735244 -19.989202084708566, 28.483209227361662 -19.982922465033347 M28.0703125 -20 C28.17011651680612 -19.99587207533053, 28.26992053361224 -19.991744150661063, 28.483209227361662 -19.982922465033347 M28.483209227361662 -19.982922465033347 C28.602363347829723 -19.968069919406222, 28.721517468297783 -19.9532173737791, 28.89328545140367 -19.931806517013612 M28.483209227361662 -19.982922465033347 C28.59944508406284 -19.96843368060541, 28.715680940764013 -19.953944896177475, 28.89328545140367 -19.931806517013612 M28.89328545140367 -19.931806517013612 C29.050280503635985 -19.898888116231312, 29.207275555868303 -19.86596971544901, 29.297739935703998 -19.847001329696653 M28.89328545140367 -19.931806517013612 C28.996717411253737 -19.910119115661594, 29.1001493711038 -19.888431714309576, 29.297739935703998 -19.847001329696653 M29.297739935703998 -19.847001329696653 C29.394495436710326 -19.818195969001376, 29.491250937716657 -19.789390608306096, 29.693809846023417 -19.729086208503173 M29.297739935703998 -19.847001329696653 C29.43617332904597 -19.805787922851433, 29.57460672238794 -19.764574516006217, 29.693809846023417 -19.729086208503173 M29.693809846023417 -19.729086208503173 C29.831129515494847 -19.675503907203495, 29.968449184966282 -19.62192160590382, 30.078789623264846 -19.578866633275286 M29.693809846023417 -19.729086208503173 C29.84634166287179 -19.669568108877563, 29.99887347972016 -19.610050009251953, 30.078789623264846 -19.578866633275286 M30.078789623264846 -19.578866633275286 C30.15946204861695 -19.539428287674276, 30.240134473969047 -19.499989942073267, 30.45004946518537 -19.397368756032446 M30.078789623264846 -19.578866633275286 C30.218065955246534 -19.510778583476846, 30.357342287228217 -19.44269053367841, 30.45004946518537 -19.397368756032446 M30.45004946518537 -19.397368756032446 C30.551440851479725 -19.336952603488665, 30.652832237774078 -19.276536450944885, 30.805053290612136 -19.185832391312644 M30.45004946518537 -19.397368756032446 C30.585300960918843 -19.31677635763792, 30.72055245665232 -19.23618395924339, 30.805053290612136 -19.185832391312644 M30.805053290612136 -19.185832391312644 C30.88745181356524 -19.127000976707716, 30.96985033651834 -19.06816956210279, 31.14137606344834 -18.94570254698197 M30.805053290612136 -19.185832391312644 C30.895554940522985 -19.121215455261915, 30.98605659043383 -19.056598519211185, 31.14137606344834 -18.94570254698197 M31.14137606344834 -18.94570254698197 C31.263689528040757 -18.84210832684224, 31.386002992633173 -18.73851410670251, 31.456720358128706 -18.678619553365657 M31.14137606344834 -18.94570254698197 C31.212518914456933 -18.88544762579802, 31.283661765465528 -18.825192704614064, 31.456720358128706 -18.678619553365657 M31.456720358128706 -18.678619553365657 C31.545692317213867 -18.589647594280496, 31.634664276299027 -18.500675635195336, 31.748932053365657 -18.386407858128706 M31.456720358128706 -18.678619553365657 C31.51697199874598 -18.618367912748383, 31.57722363936325 -18.558116272131112, 31.748932053365657 -18.386407858128706 M31.748932053365657 -18.386407858128706 C31.803946229969906 -18.32145274255287, 31.858960406574152 -18.256497626977037, 32.01601504698197 -18.07106356344834 M31.748932053365657 -18.386407858128706 C31.808244659924544 -18.316377595895553, 31.86755726648343 -18.246347333662396, 32.01601504698197 -18.07106356344834 M32.01601504698197 -18.07106356344834 C32.075389801262446 -17.987904045930893, 32.13476455554293 -17.904744528413442, 32.256144891312644 -17.734740790612136 M32.01601504698197 -18.07106356344834 C32.09594309986718 -17.95911736014038, 32.17587115275238 -17.847171156832417, 32.256144891312644 -17.734740790612136 M32.256144891312644 -17.734740790612136 C32.3111752735725 -17.642387893072158, 32.36620565583237 -17.550034995532176, 32.46768125603245 -17.37973696518537 M32.256144891312644 -17.734740790612136 C32.32407126598539 -17.620745625345226, 32.39199764065813 -17.506750460078315, 32.46768125603245 -17.37973696518537 M32.46768125603245 -17.37973696518537 C32.510846393883114 -17.291441264440213, 32.55401153173378 -17.203145563695056, 32.64917913327529 -17.008477123264846 M32.46768125603245 -17.37973696518537 C32.512190407281935 -17.288692041090794, 32.55669955853142 -17.197647116996222, 32.64917913327529 -17.008477123264846 M32.64917913327529 -17.008477123264846 C32.69929354514862 -16.880044892709584, 32.74940795702196 -16.751612662154322, 32.799398708503176 -16.623497346023417 M32.64917913327529 -17.008477123264846 C32.68392841064176 -16.91942235766887, 32.71867768800824 -16.8303675920729, 32.799398708503176 -16.623497346023417 M32.799398708503176 -16.623497346023417 C32.84155497149093 -16.481896954725286, 32.88371123447869 -16.34029656342716, 32.91731382969665 -16.227427435703994 M32.799398708503176 -16.623497346023417 C32.833618155936556 -16.508556248232562, 32.86783760336994 -16.39361515044171, 32.91731382969665 -16.227427435703994 M32.91731382969665 -16.227427435703994 C32.93546582793448 -16.140856586460295, 32.953617826172305 -16.054285737216595, 33.00211901701361 -15.82297295140367 M32.91731382969665 -16.227427435703994 C32.94558221323601 -16.09260933261223, 32.973850596775364 -15.957791229520463, 33.00211901701361 -15.82297295140367 M33.00211901701361 -15.82297295140367 C33.0200624993616 -15.679021879918364, 33.03800598170959 -15.535070808433058, 33.05323496503335 -15.412896727361662 M33.00211901701361 -15.82297295140367 C33.01310404340988 -15.734845892822152, 33.02408906980616 -15.646718834240636, 33.05323496503335 -15.412896727361662 M33.05323496503335 -15.412896727361662 C33.05719081249258 -15.317253153915802, 33.0611466599518 -15.221609580469943, 33.0703125 -15 M33.05323496503335 -15.412896727361662 C33.05815439770345 -15.293955811478572, 33.06307383037354 -15.175014895595481, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -4.865417421057401, 33.0703125 5.2691651578851975, 33.0703125 15 M33.0703125 -15 C33.0703125 -4.454464304345551, 33.0703125 6.091071391308898, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.064309863313404 15.145130374393991, 33.05830722662681 15.290260748787983, 33.05323496503335 15.412896727361662 M33.0703125 15 C33.06620612670736 15.099282952555416, 33.062099753414714 15.198565905110833, 33.05323496503335 15.412896727361662 M33.05323496503335 15.412896727361662 C33.0349262013672 15.559778257724613, 33.01661743770105 15.706659788087565, 33.00211901701361 15.822972951403669 M33.05323496503335 15.412896727361662 C33.03814796668052 15.53393173808411, 33.023060968327684 15.654966748806558, 33.00211901701361 15.822972951403669 M33.00211901701361 15.822972951403669 C32.96861382543136 15.982766537285812, 32.935108633849104 16.142560123167954, 32.91731382969665 16.227427435703994 M33.00211901701361 15.822972951403669 C32.97408360780517 15.956679948962305, 32.94604819859673 16.09038694652094, 32.91731382969665 16.227427435703994 M32.91731382969665 16.227427435703994 C32.89369990316752 16.30674521673172, 32.87008597663839 16.38606299775945, 32.799398708503176 16.623497346023417 M32.91731382969665 16.227427435703994 C32.883795080637555 16.34001492914408, 32.85027633157845 16.45260242258416, 32.799398708503176 16.623497346023417 M32.799398708503176 16.623497346023417 C32.76667172776973 16.707369409524002, 32.7339447470363 16.79124147302459, 32.64917913327529 17.008477123264846 M32.799398708503176 16.623497346023417 C32.74028366230647 16.774996225459745, 32.68116861610976 16.926495104896073, 32.64917913327529 17.008477123264846 M32.64917913327529 17.008477123264846 C32.595929139263454 17.11740172700911, 32.542679145251626 17.226326330753377, 32.46768125603245 17.379736965185366 M32.64917913327529 17.008477123264846 C32.58757871083089 17.134482801382756, 32.52597828838649 17.260488479500662, 32.46768125603245 17.379736965185366 M32.46768125603245 17.379736965185366 C32.41011473340293 17.476346055433584, 32.352548210773406 17.572955145681806, 32.256144891312644 17.734740790612133 M32.46768125603245 17.379736965185366 C32.39952611914774 17.494116042979424, 32.33137098226302 17.608495120773483, 32.256144891312644 17.734740790612133 M32.256144891312644 17.734740790612133 C32.1758422595998 17.847211624210473, 32.09553962788694 17.959682457808814, 32.01601504698197 18.07106356344834 M32.256144891312644 17.734740790612133 C32.163723439387034 17.864185087999697, 32.071301987461425 17.993629385387266, 32.01601504698197 18.07106356344834 M32.01601504698197 18.07106356344834 C31.93361731096548 18.16835038652741, 31.851219574948992 18.26563720960648, 31.748932053365657 18.386407858128706 M32.01601504698197 18.07106356344834 C31.927015979019462 18.176144564428, 31.838016911056958 18.281225565407663, 31.748932053365657 18.386407858128706 M31.748932053365657 18.386407858128706 C31.67200582489531 18.46333408659905, 31.595079596424966 18.540260315069396, 31.456720358128706 18.678619553365657 M31.748932053365657 18.386407858128706 C31.678551807168798 18.456788104325565, 31.608171560971936 18.527168350522427, 31.456720358128706 18.678619553365657 M31.456720358128706 18.678619553365657 C31.385931101056073 18.73857499576235, 31.31514184398344 18.798530438159037, 31.14137606344834 18.94570254698197 M31.456720358128706 18.678619553365657 C31.37662956128861 18.746452998086294, 31.296538764448513 18.81428644280693, 31.14137606344834 18.94570254698197 M31.14137606344834 18.94570254698197 C31.015725841464317 19.03541508113687, 30.890075619480292 19.12512761529177, 30.805053290612136 19.185832391312644 M31.14137606344834 18.94570254698197 C31.019585680480635 19.032659209049132, 30.89779529751293 19.11961587111629, 30.805053290612136 19.185832391312644 M30.805053290612136 19.185832391312644 C30.68527232407291 19.2572063552238, 30.565491357533677 19.328580319134957, 30.45004946518537 19.397368756032446 M30.805053290612136 19.185832391312644 C30.70502671014342 19.245435296104638, 30.605000129674703 19.30503820089663, 30.45004946518537 19.397368756032446 M30.45004946518537 19.397368756032446 C30.375684000441165 19.43372381647052, 30.30131853569696 19.470078876908595, 30.078789623264846 19.578866633275286 M30.45004946518537 19.397368756032446 C30.316812647871846 19.46250426702093, 30.18357583055832 19.527639778009412, 30.078789623264846 19.578866633275286 M30.078789623264846 19.578866633275286 C29.94512515051389 19.63102267238878, 29.81146067776293 19.683178711502276, 29.693809846023417 19.729086208503173 M30.078789623264846 19.578866633275286 C29.97739247185276 19.618431924531844, 29.87599532044067 19.6579972157884, 29.693809846023417 19.729086208503173 M29.693809846023417 19.729086208503173 C29.549719271066156 19.77198383128704, 29.40562869610889 19.814881454070914, 29.297739935703998 19.847001329696653 M29.693809846023417 19.729086208503173 C29.562360754799393 19.76822029851762, 29.43091166357537 19.807354388532065, 29.297739935703998 19.847001329696653 M29.297739935703998 19.847001329696653 C29.18525784013063 19.870586344958397, 29.072775744557266 19.894171360220138, 28.89328545140367 19.931806517013612 M29.297739935703998 19.847001329696653 C29.164545605595855 19.874929243844814, 29.03135127548771 19.902857157992973, 28.89328545140367 19.931806517013612 M28.89328545140367 19.931806517013612 C28.79555041342402 19.94398917679289, 28.69781537544437 19.956171836572167, 28.483209227361662 19.982922465033347 M28.89328545140367 19.931806517013612 C28.74953540768029 19.94972494127721, 28.605785363956915 19.96764336554081, 28.483209227361662 19.982922465033347 M28.483209227361662 19.982922465033347 C28.360663041281132 19.98799101278182, 28.238116855200605 19.99305956053029, 28.0703125 20 M28.483209227361662 19.982922465033347 C28.35091695477194 19.988394113901588, 28.21862468218222 19.99386576276983, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C10.994637934334506 20, -6.0810366313309885 20, -28.0703125 20 M28.0703125 20 C9.325772281636379 20, -9.418767936727242 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.22052704328479 19.993787080532613, -28.370741586569583 19.987574161065226, -28.483209227361662 19.982922465033347 M-28.0703125 20 C-28.234453799098105 19.993211065651376, -28.398595098196214 19.986422131302753, -28.483209227361662 19.982922465033347 M-28.483209227361662 19.982922465033347 C-28.574528304093434 19.971539553989587, -28.665847380825205 19.960156642945826, -28.89328545140367 19.931806517013612 M-28.483209227361662 19.982922465033347 C-28.61567573798129 19.96641053170435, -28.74814224860092 19.949898598375352, -28.89328545140367 19.931806517013612 M-28.89328545140367 19.931806517013612 C-29.016629835165485 19.905943919427358, -29.1399742189273 19.880081321841104, -29.297739935703994 19.847001329696653 M-28.89328545140367 19.931806517013612 C-28.997946956565364 19.909861307120668, -29.102608461727062 19.887916097227727, -29.297739935703994 19.847001329696653 M-29.297739935703994 19.847001329696653 C-29.4395167815205 19.804792533922694, -29.581293627337 19.762583738148738, -29.693809846023417 19.729086208503173 M-29.297739935703994 19.847001329696653 C-29.403200027119595 19.81560450015634, -29.508660118535193 19.784207670616027, -29.693809846023417 19.729086208503173 M-29.693809846023417 19.729086208503173 C-29.796540702060238 19.689000504087144, -29.89927155809706 19.648914799671115, -30.078789623264846 19.578866633275286 M-29.693809846023417 19.729086208503173 C-29.82163730746321 19.67920777827097, -29.949464768903002 19.629329348038773, -30.078789623264846 19.578866633275286 M-30.078789623264846 19.578866633275286 C-30.19280038515246 19.52313016805891, -30.306811147040076 19.467393702842532, -30.45004946518537 19.397368756032446 M-30.078789623264846 19.578866633275286 C-30.15992544259471 19.539201748162608, -30.241061261924575 19.49953686304993, -30.45004946518537 19.397368756032446 M-30.45004946518537 19.397368756032446 C-30.541172202932255 19.34307138990373, -30.632294940679138 19.288774023775012, -30.805053290612133 19.185832391312644 M-30.45004946518537 19.397368756032446 C-30.545019449724972 19.34077892840776, -30.639989434264574 19.28418910078308, -30.805053290612133 19.185832391312644 M-30.805053290612133 19.185832391312644 C-30.894754739581717 19.12178678775254, -30.984456188551302 19.057741184192437, -31.14137606344834 18.94570254698197 M-30.805053290612133 19.185832391312644 C-30.910825899617414 19.11031220003717, -31.0165985086227 19.0347920087617, -31.14137606344834 18.94570254698197 M-31.14137606344834 18.94570254698197 C-31.26623948336427 18.839948624850226, -31.3911029032802 18.734194702718487, -31.456720358128706 18.67861955336566 M-31.14137606344834 18.94570254698197 C-31.214544334119214 18.883732182849293, -31.287712604790084 18.821761818716613, -31.456720358128706 18.67861955336566 M-31.456720358128706 18.67861955336566 C-31.51838317012341 18.616956741370956, -31.58004598211811 18.55529392937625, -31.748932053365657 18.386407858128706 M-31.456720358128706 18.67861955336566 C-31.568806337010887 18.56653357448348, -31.680892315893068 18.454447595601295, -31.748932053365657 18.386407858128706 M-31.748932053365657 18.386407858128706 C-31.818072657139886 18.304773701510403, -31.887213260914116 18.2231395448921, -32.01601504698197 18.07106356344834 M-31.748932053365657 18.386407858128706 C-31.814783711302383 18.308656952522856, -31.88063536923911 18.23090604691701, -32.01601504698197 18.07106356344834 M-32.01601504698197 18.07106356344834 C-32.09106788768297 17.96594551964936, -32.16612072838397 17.860827475850375, -32.256144891312644 17.734740790612133 M-32.01601504698197 18.07106356344834 C-32.097529807412165 17.95689503795174, -32.179044567842354 17.842726512455133, -32.256144891312644 17.734740790612133 M-32.256144891312644 17.734740790612133 C-32.31300760602151 17.639312842455155, -32.369870320730364 17.543884894298177, -32.46768125603244 17.37973696518537 M-32.256144891312644 17.734740790612133 C-32.31776221608318 17.63133357722318, -32.37937954085372 17.527926363834226, -32.46768125603244 17.37973696518537 M-32.46768125603244 17.37973696518537 C-32.528948387362476 17.254413044938758, -32.5902155186925 17.129089124692147, -32.64917913327528 17.00847712326485 M-32.46768125603244 17.37973696518537 C-32.516259038117525 17.280369523693874, -32.564836820202615 17.18100208220238, -32.64917913327528 17.00847712326485 M-32.64917913327528 17.00847712326485 C-32.70699427778134 16.86030960635265, -32.76480942228739 16.71214208944045, -32.799398708503176 16.623497346023417 M-32.64917913327528 17.00847712326485 C-32.706919079290174 16.860502323568994, -32.76465902530506 16.712527523873135, -32.799398708503176 16.623497346023417 M-32.799398708503176 16.623497346023417 C-32.83213098510075 16.51355156701448, -32.86486326169832 16.403605788005546, -32.91731382969665 16.227427435703994 M-32.799398708503176 16.623497346023417 C-32.839362585738264 16.489261048657045, -32.87932646297336 16.355024751290674, -32.91731382969665 16.227427435703994 M-32.91731382969665 16.227427435703994 C-32.94936992470423 16.074544908288388, -32.981426019711805 15.921662380872784, -33.00211901701361 15.82297295140367 M-32.91731382969665 16.227427435703994 C-32.93854384859847 16.12617683278359, -32.95977386750028 16.02492622986318, -33.00211901701361 15.82297295140367 M-33.00211901701361 15.82297295140367 C-33.0135418653577 15.731333478827736, -33.024964713701785 15.639694006251803, -33.05323496503335 15.412896727361664 M-33.00211901701361 15.82297295140367 C-33.01987056661182 15.680561654887782, -33.03762211621004 15.538150358371892, -33.05323496503335 15.412896727361664 M-33.05323496503335 15.412896727361664 C-33.057662370629956 15.305851929320646, -33.06208977622657 15.198807131279628, -33.0703125 15 M-33.05323496503335 15.412896727361664 C-33.05915279511564 15.269816787614426, -33.065070625197926 15.126736847867186, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 6.149936287997136, -33.0703125 -2.7001274240057285, -33.0703125 -15 M-33.0703125 15 C-33.0703125 5.729117608158202, -33.0703125 -3.541764783683597, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.064244763523526 -15.146704342197046, -33.05817702704705 -15.293408684394091, -33.05323496503335 -15.41289672736166 M-33.0703125 -15 C-33.06400125921368 -15.152591733605014, -33.057690018427365 -15.30518346721003, -33.05323496503335 -15.41289672736166 M-33.05323496503335 -15.41289672736166 C-33.03865533815552 -15.529861365006493, -33.024075711277696 -15.646826002651327, -33.00211901701361 -15.822972951403669 M-33.05323496503335 -15.41289672736166 C-33.03291201598716 -15.575937002053285, -33.01258906694096 -15.73897727674491, -33.00211901701361 -15.822972951403669 M-33.00211901701361 -15.822972951403669 C-32.983193313290016 -15.913233771310107, -32.96426760956642 -16.003494591216548, -32.91731382969665 -16.227427435703994 M-33.00211901701361 -15.822972951403669 C-32.98485316268046 -15.905317586575825, -32.9675873083473 -15.987662221747978, -32.91731382969665 -16.227427435703994 M-32.91731382969665 -16.227427435703994 C-32.8822182894235 -16.345311277470074, -32.847122749150344 -16.46319511923615, -32.799398708503176 -16.623497346023417 M-32.91731382969665 -16.227427435703994 C-32.887283427677325 -16.328297777982968, -32.85725302565799 -16.42916812026194, -32.799398708503176 -16.623497346023417 M-32.799398708503176 -16.623497346023417 C-32.751287967172075 -16.746794609062995, -32.703177225840975 -16.870091872102574, -32.64917913327529 -17.008477123264846 M-32.799398708503176 -16.623497346023417 C-32.7577132004164 -16.7303281474892, -32.71602769232962 -16.837158948954983, -32.64917913327529 -17.008477123264846 M-32.64917913327529 -17.008477123264846 C-32.60516986589943 -17.098499518552362, -32.561160598523564 -17.18852191383988, -32.46768125603245 -17.379736965185366 M-32.64917913327529 -17.008477123264846 C-32.60915936493376 -17.09033886784212, -32.56913959659224 -17.172200612419395, -32.46768125603245 -17.379736965185366 M-32.46768125603245 -17.379736965185366 C-32.40155995459227 -17.490702826703085, -32.335438653152096 -17.601668688220805, -32.256144891312644 -17.734740790612133 M-32.46768125603245 -17.379736965185366 C-32.38682510909262 -17.51543108808914, -32.3059689621528 -17.65112521099292, -32.256144891312644 -17.734740790612133 M-32.256144891312644 -17.734740790612133 C-32.205822778946754 -17.80522129424568, -32.15550066658087 -17.875701797879223, -32.01601504698197 -18.07106356344834 M-32.256144891312644 -17.734740790612133 C-32.16272310298589 -17.86558614630271, -32.06930131465914 -17.996431501993285, -32.01601504698197 -18.07106356344834 M-32.01601504698197 -18.07106356344834 C-31.962556929912964 -18.134181443002603, -31.90909881284396 -18.197299322556862, -31.74893205336566 -18.386407858128706 M-32.01601504698197 -18.07106356344834 C-31.958943697719366 -18.13844757819219, -31.901872348456767 -18.205831592936033, -31.74893205336566 -18.386407858128706 M-31.74893205336566 -18.386407858128706 C-31.633868383155587 -18.501471528338776, -31.518804712945517 -18.616535198548846, -31.456720358128706 -18.678619553365657 M-31.74893205336566 -18.386407858128706 C-31.640439678289468 -18.4949002332049, -31.531947303213276 -18.603392608281087, -31.456720358128706 -18.678619553365657 M-31.456720358128706 -18.678619553365657 C-31.344050131491333 -18.774046367579114, -31.231379904853963 -18.869473181792575, -31.14137606344834 -18.945702546981966 M-31.456720358128706 -18.678619553365657 C-31.359750546575803 -18.76074879431549, -31.2627807350229 -18.842878035265322, -31.14137606344834 -18.945702546981966 M-31.14137606344834 -18.945702546981966 C-31.050250878505185 -19.010764678488776, -30.959125693562026 -19.07582680999559, -30.805053290612136 -19.185832391312644 M-31.14137606344834 -18.945702546981966 C-31.046731500968395 -19.013277465752402, -30.952086938488453 -19.08085238452284, -30.805053290612136 -19.185832391312644 M-30.805053290612136 -19.185832391312644 C-30.71160664148518 -19.24151450805547, -30.618159992358223 -19.297196624798296, -30.450049465185366 -19.397368756032446 M-30.805053290612136 -19.185832391312644 C-30.714578112405782 -19.239743895708802, -30.624102934199428 -19.29365540010496, -30.450049465185366 -19.397368756032446 M-30.450049465185366 -19.397368756032446 C-30.35047464785145 -19.446047917989368, -30.25089983051753 -19.494727079946287, -30.07878962326485 -19.578866633275286 M-30.450049465185366 -19.397368756032446 C-30.30223153958799 -19.469632536503774, -30.154413613990616 -19.541896316975098, -30.07878962326485 -19.578866633275286 M-30.07878962326485 -19.578866633275286 C-29.95478508357664 -19.627253354811078, -29.83078054388843 -19.675640076346873, -29.69380984602342 -19.729086208503173 M-30.07878962326485 -19.578866633275286 C-29.99057571331539 -19.61328780775035, -29.90236180336593 -19.647708982225417, -29.69380984602342 -19.729086208503173 M-29.69380984602342 -19.729086208503173 C-29.58080940952591 -19.762727896037006, -29.467808973028397 -19.796369583570844, -29.297739935703994 -19.847001329696653 M-29.69380984602342 -19.729086208503173 C-29.542692960814406 -19.77407565448111, -29.391576075605393 -19.819065100459046, -29.297739935703994 -19.847001329696653 M-29.297739935703994 -19.847001329696653 C-29.152899305629255 -19.877371216152095, -29.008058675554516 -19.907741102607535, -28.893285451403674 -19.931806517013612 M-29.297739935703994 -19.847001329696653 C-29.195568473996186 -19.868424432381662, -29.09339701228838 -19.88984753506667, -28.893285451403674 -19.931806517013612 M-28.893285451403674 -19.931806517013612 C-28.768717445319485 -19.947333902779018, -28.644149439235296 -19.962861288544424, -28.483209227361662 -19.982922465033347 M-28.893285451403674 -19.931806517013612 C-28.733472743380908 -19.951727150294094, -28.57366003535814 -19.97164778357457, -28.483209227361662 -19.982922465033347 M-28.483209227361662 -19.982922465033347 C-28.36493077905237 -19.987814497841914, -28.246652330743075 -19.992706530650484, -28.0703125 -20 M-28.483209227361662 -19.982922465033347 C-28.328745709922938 -19.989311123371685, -28.174282192484213 -19.995699781710027, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.0703125, -12)\"><rect></rect><foreignObject width=\"50.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closed</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Sent----note-6\" transform=\"translate(572.875, 586)\"><g class=\"basic label-container\"><path d=\"M-115 -99 L115 -99 L115 99 L-115 99\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -99 C-44.591729550474895 -99, 25.81654089905021 -99, 115 -99 M-115 -99 C-54.82563498048127 -99, 5.348730039037463 -99, 115 -99 M115 -99 C115 -28.108663472853877, 115 42.782673054292246, 115 99 M115 -99 C115 -22.294193502321278, 115 54.411612995357444, 115 99 M115 99 C32.205484190714415 99, -50.58903161857117 99, -115 99 M115 99 C61.399201646734966 99, 7.798403293469931 99, -115 99 M-115 99 C-115 36.302713928865366, -115 -26.39457214226927, -115 -99 M-115 99 C-115 47.484838452547464, -115 -4.0303230949050715, -115 -99\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -84)\"><rect></rect><foreignObject width=\"200\" height=\"168\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Signer actions are detailed in the party lifecycle.<br>Forwarded and Received are source-defined but<br>omitted from the normal main flow.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Sent : Processed → Sent\n    Sent --> Closed : Signed outcome\n    Sent --> Closed : Rejected outcome\n    Sent --> Closed : Cancelled / Expired / Failed outcome\n\n    note right of Sent\n        Signer actions are detailed in the party lifecycle.\n        Forwarded and Received are source-defined but\n        omitted from the normal main flow.\n    end note\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evisign-signer-party-lifecycle","__idx":16},"children":["EviSign signer party lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Signed : None → Signed\n    [*] --> Rejected : None → Rejected\n\n    note right of Signed\n        Party Sent exists in source but is not shown as a\n        confirmed persisted party status in the reviewed main flow.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780569720031\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 362.640625px;\" viewBox=\"0 0 362.640625 394\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1780569720031{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780569720031 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780569720031 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780569720031 .error-icon{fill:#f5fafa;}#mermaid-1780569720031 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1780569720031 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780569720031 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780569720031 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780569720031 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780569720031 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780569720031 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780569720031 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1780569720031 .marker.cross{stroke:#047C76;}#mermaid-1780569720031 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780569720031 p{margin:0;}#mermaid-1780569720031 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1780569720031 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1780569720031 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1780569720031 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1780569720031 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1780569720031 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1780569720031 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1780569720031 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1780569720031 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1780569720031 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1780569720031 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1780569720031 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1780569720031 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1780569720031 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1780569720031 .edgeLabel p{background-color:#f5fafa;}#mermaid-1780569720031 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1780569720031 .edgeLabel .label text{fill:#0A1111;}#mermaid-1780569720031 .label div .edgeLabel{color:#0A1111;}#mermaid-1780569720031 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1780569720031 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1780569720031 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1780569720031 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1780569720031 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1780569720031 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569720031 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569720031 #statediagram-barbEnd{fill:#047C76;}#mermaid-1780569720031 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780569720031 .cluster-label,#mermaid-1780569720031 .nodeLabel{color:#0A1111;}#mermaid-1780569720031 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1780569720031 .statediagram-state .divider{stroke:#006660;}#mermaid-1780569720031 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1780569720031 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1780569720031 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1780569720031 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1780569720031 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1780569720031 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1780569720031 .note-edge{stroke-dasharray:5;}#mermaid-1780569720031 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569720031 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780569720031 .statediagram-note text{fill:#333;}#mermaid-1780569720031 .statediagram-note .nodeLabel{color:#333;}#mermaid-1780569720031 .statediagram .edgeLabel{color:red;}#mermaid-1780569720031 #dependencyStart,#mermaid-1780569720031 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1780569720031 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1780569720031 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1780569720031_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Signed----parent\"><rect x=\"8\" y=\"186\" width=\"300\" height=\"200\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M219.849,18.814L209.541,25.512C199.233,32.209,178.616,45.605,168.391,58.552C158.167,71.5,158.333,84,158.417,90.25L158.5,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6MjE5Ljg0ODk2NDAzMDE2MDMyLCJ5IjoxOC44MTM4NzEwODcwMDI0MzZ9LHsieCI6MTU4LCJ5Ijo1OX0seyJ4IjoxNTguNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1780569720031_stateDiagram-barbEnd)\"></path><path d=\"M231.589,18.814L241.897,25.512C252.205,32.209,272.821,45.605,283.213,58.552C293.604,71.5,293.771,84,293.854,90.25L293.938,96.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6MjMxLjU4ODUzNTk2OTgzOTY4LCJ5IjoxOC44MTM4NzEwODcwMDI0MzZ9LHsieCI6MjkzLjQzNzUsInkiOjU5fSx7IngiOjI5My45Mzc1LCJ5Ijo5Ni41fV0=\" marker-end=\"url(#mermaid-1780569720031_stateDiagram-barbEnd)\"></path><path d=\"M158.5,136.5L158.417,140.583C158.333,144.667,158.167,152.833,158.083,161.083C158,169.333,158,177.667,158,186C158,194.333,158,202.667,158,206.833L158,211\" id=\"Signed-Signed----note-2\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Signed-Signed----note-2\" data-points=\"W3sieCI6MTU4LjUsInkiOjEzNi41fSx7IngiOjE1OCwieSI6MTYxfSx7IngiOjE1OCwieSI6MTg2fSx7IngiOjE1OCwieSI6MjExfV0=\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(158, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-54.234375, -12)\"><foreignObject width=\"108.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>None → Signed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(293.4375, 59)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-61.203125, -12)\"><foreignObject width=\"122.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>None → Rejected</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Signed-Signed----note-2\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-1\" transform=\"translate(225.71875, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-Signed-2\" transform=\"translate(158, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.046875 -20 C-10.85982686784519 -20, 6.327221264309621 -20, 28.046875 -20 C28.046875 -20, 28.046875 -20, 28.046875 -20 C28.13976760782745 -19.99615793332039, 28.2326602156549 -19.992315866640777, 28.459771727361662 -19.982922465033347 C28.577561526497085 -19.968239981882984, 28.69535132563251 -19.95355749873262, 28.86984795140367 -19.931806517013612 C29.025499923956463 -19.8991697304258, 29.18115189650926 -19.866532943837985, 29.274302435703998 -19.847001329696653 C29.413055794067795 -19.80569266513722, 29.551809152431595 -19.764384000577785, 29.670372346023417 -19.729086208503173 C29.764469208799383 -19.692369498711898, 29.85856607157535 -19.655652788920627, 30.055352123264846 -19.578866633275286 C30.18736202562041 -19.514330924461138, 30.319371927975975 -19.44979521564699, 30.42661196518537 -19.397368756032446 C30.54763798704486 -19.325252900182498, 30.668664008904354 -19.253137044332554, 30.781615790612136 -19.185832391312644 C30.87374081933933 -19.120056385065237, 30.96586584806652 -19.05428037881783, 31.11793856344834 -18.94570254698197 C31.22271828307357 -18.856958651310258, 31.327498002698796 -18.76821475563855, 31.433282858128706 -18.678619553365657 C31.543222472457046 -18.568679939037317, 31.653162086785386 -18.458740324708977, 31.725494553365657 -18.386407858128706 C31.81093288502576 -18.28553101055702, 31.896371216685864 -18.184654162985332, 31.99257754698197 -18.07106356344834 C32.04303223369674 -18.000397377886138, 32.093486920411515 -17.929731192323935, 32.232707391312644 -17.734740790612136 C32.2913057673815 -17.636400026858368, 32.34990414345036 -17.5380592631046, 32.44424375603245 -17.37973696518537 C32.50238030295827 -17.260816757691106, 32.560516849884095 -17.141896550196844, 32.62574163327529 -17.008477123264846 C32.67548826085873 -16.880987443064832, 32.725234888442166 -16.75349776286482, 32.775961208503176 -16.623497346023417 C32.811591387846946 -16.503817683275187, 32.847221567190715 -16.384138020526958, 32.89387632969665 -16.227427435703994 C32.914642741510896 -16.12838787637011, 32.935409153325146 -16.029348317036224, 32.97868151701361 -15.82297295140367 C32.99824218781302 -15.666048032040884, 33.01780285861243 -15.509123112678097, 33.02979746503335 -15.412896727361662 C33.035492982381385 -15.27519181396356, 33.04118849972942 -15.137486900565456, 33.046875 -15 C33.046875 -15, 33.046875 -15, 33.046875 -15 C33.046875 -6.636657748328705, 33.046875 1.7266845033425895, 33.046875 15 C33.046875 15, 33.046875 15, 33.046875 15 C33.041586459605924 15.12786511785789, 33.036297919211854 15.255730235715781, 33.02979746503335 15.412896727361662 C33.01352682670914 15.54342745573957, 32.99725618838494 15.673958184117476, 32.97868151701361 15.822972951403669 C32.961563895133054 15.904610633592533, 32.944446273252495 15.986248315781397, 32.89387632969665 16.227427435703994 C32.860929399200806 16.338094224447566, 32.82798246870495 16.448761013191138, 32.775961208503176 16.623497346023417 C32.73274596217601 16.734248530609232, 32.68953071584884 16.84499971519505, 32.62574163327529 17.008477123264846 C32.586114598541556 17.089535518407068, 32.54648756380782 17.17059391354929, 32.44424375603245 17.379736965185366 C32.37928608815491 17.48874999761538, 32.31432842027738 17.597763030045392, 32.232707391312644 17.734740790612133 C32.16919908221953 17.823689711858773, 32.105690773126405 17.912638633105413, 31.99257754698197 18.07106356344834 C31.92640281968753 18.14919591632405, 31.860228092393093 18.227328269199756, 31.725494553365657 18.386407858128706 C31.651535692436536 18.460366719057827, 31.577576831507418 18.534325579986945, 31.433282858128706 18.678619553365657 C31.368603883162717 18.733399850803604, 31.30392490819673 18.788180148241555, 31.11793856344834 18.94570254698197 C31.04689897867574 18.99642383560868, 30.975859393903136 19.047145124235392, 30.781615790612136 19.185832391312644 C30.683742021193588 19.244152499157497, 30.58586825177504 19.302472607002347, 30.42661196518537 19.397368756032446 C30.34501213168777 19.437260483849197, 30.263412298190172 19.477152211665945, 30.055352123264846 19.578866633275286 C29.926812589783516 19.6290229148803, 29.798273056302186 19.67917919648531, 29.670372346023417 19.729086208503173 C29.54758160712379 19.765642595346872, 29.424790868224164 19.802198982190575, 29.274302435703998 19.847001329696653 C29.163346591097028 19.870266323783895, 29.052390746490058 19.893531317871137, 28.86984795140367 19.931806517013612 C28.72916442403031 19.949342700412807, 28.58848089665695 19.966878883812, 28.459771727361662 19.982922465033347 C28.3137017683785 19.988963963226013, 28.16763180939534 19.995005461418675, 28.046875 20 C28.046875 20, 28.046875 20, 28.046875 20 C5.927033961985757 20, -16.192807076028487 20, -28.046875 20 C-28.046875 20, -28.046875 20, -28.046875 20 C-28.20369036330371 19.993514068597154, -28.36050572660742 19.987028137194308, -28.459771727361662 19.982922465033347 C-28.607335820161598 19.964528620048156, -28.754899912961534 19.946134775062966, -28.86984795140367 19.931806517013612 C-29.025721241324078 19.899123325053758, -29.181594531244485 19.866440133093906, -29.274302435703994 19.847001329696653 C-29.399278147254265 19.809794448310974, -29.52425385880453 19.772587566925296, -29.670372346023417 19.729086208503173 C-29.815014347921597 19.672646724224418, -29.95965634981978 19.616207239945663, -30.055352123264846 19.578866633275286 C-30.188048845288336 19.513995158785182, -30.320745567311825 19.44912368429508, -30.42661196518537 19.397368756032446 C-30.549395755993924 19.324205497233937, -30.672179546802482 19.25104223843543, -30.781615790612133 19.185832391312644 C-30.91096359716973 19.093479832515456, -31.040311403727326 19.001127273718264, -31.11793856344834 18.94570254698197 C-31.238210020572197 18.843837818946238, -31.35848147769605 18.74197309091051, -31.433282858128706 18.67861955336566 C-31.49927341947022 18.612628992024145, -31.565263980811736 18.546638430682627, -31.725494553365657 18.386407858128706 C-31.822090985377972 18.27235666636573, -31.918687417390288 18.158305474602752, -31.992577546981966 18.07106356344834 C-32.084089207259474 17.94289350854674, -32.17560086753698 17.81472345364514, -32.232707391312644 17.734740790612133 C-32.2969574096439 17.62691534735301, -32.36120742797516 17.519089904093885, -32.44424375603244 17.37973696518537 C-32.48756799154269 17.29111582497588, -32.530892227052945 17.20249468476639, -32.62574163327528 17.00847712326485 C-32.659049733630944 16.923115777809013, -32.692357833986605 16.837754432353172, -32.775961208503176 16.623497346023417 C-32.81755113970663 16.483799229656192, -32.85914107091008 16.344101113288964, -32.89387632969665 16.227427435703994 C-32.914606137372296 16.128562449512046, -32.93533594504794 16.029697463320097, -32.97868151701361 15.82297295140367 C-32.99251558385642 15.711989547714238, -33.00634965069922 15.601006144024804, -33.02979746503335 15.412896727361664 C-33.03433545105267 15.303178341198143, -33.038873437072 15.19345995503462, -33.046875 15 C-33.046875 15, -33.046875 15, -33.046875 15 C-33.046875 6.320980408550035, -33.046875 -2.3580391828999296, -33.046875 -15 C-33.046875 -15, -33.046875 -15, -33.046875 -15 C-33.04123434880955 -15.136378372011617, -33.035593697619106 -15.272756744023235, -33.02979746503335 -15.41289672736166 C-33.01316707907376 -15.546313520806136, -32.99653669311418 -15.679730314250609, -32.97868151701361 -15.822972951403669 C-32.94527952159124 -15.982274372231464, -32.91187752616886 -16.14157579305926, -32.89387632969665 -16.227427435703994 C-32.856894754135226 -16.35164635833098, -32.819913178573806 -16.475865280957972, -32.775961208503176 -16.623497346023417 C-32.72510324902416 -16.753835125780036, -32.67424528954515 -16.88417290553665, -32.62574163327529 -17.008477123264846 C-32.57473947242991 -17.11280371077488, -32.52373731158453 -17.217130298284914, -32.44424375603245 -17.379736965185366 C-32.36428947482728 -17.51391756209918, -32.28433519362211 -17.648098159012992, -32.232707391312644 -17.734740790612133 C-32.17772979420725 -17.81174170632045, -32.12275219710185 -17.888742622028772, -31.99257754698197 -18.07106356344834 C-31.93055770689678 -18.144290250265957, -31.868537866811593 -18.21751693708357, -31.72549455336566 -18.386407858128706 C-31.614243632204193 -18.49765877929017, -31.502992711042726 -18.608909700451637, -31.433282858128706 -18.678619553365657 C-31.314898402359105 -18.7788860727794, -31.196513946589505 -18.879152592193144, -31.11793856344834 -18.945702546981966 C-31.001824194533786 -19.028606612909094, -30.885709825619234 -19.11151067883622, -30.781615790612136 -19.185832391312644 C-30.691691925794014 -19.2394153842348, -30.601768060975893 -19.29299837715695, -30.426611965185366 -19.397368756032446 C-30.346286076420746 -19.436637690218827, -30.265960187656123 -19.47590662440521, -30.05535212326485 -19.578866633275286 C-29.957788541565243 -19.6169360609882, -29.860224959865633 -19.655005488701114, -29.67037234602342 -19.729086208503173 C-29.5422012634678 -19.76724439305412, -29.414030180912174 -19.80540257760507, -29.274302435703994 -19.847001329696653 C-29.180328125729293 -19.866705670406766, -29.086353815754592 -19.88641001111688, -28.869847951403674 -19.931806517013612 C-28.764059411692525 -19.944993044736822, -28.658270871981372 -19.95817957246003, -28.459771727361662 -19.982922465033347 C-28.300318109538395 -19.989517515450277, -28.140864491715124 -19.99611256586721, -28.046875 -20 C-28.046875 -20, -28.046875 -20, -28.046875 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.046875 -20 C-11.139613640378485 -20, 5.76764771924303 -20, 28.046875 -20 M-28.046875 -20 C-16.560761386723144 -20, -5.074647773446287 -20, 28.046875 -20 M28.046875 -20 C28.046875 -20, 28.046875 -20, 28.046875 -20 M28.046875 -20 C28.046875 -20, 28.046875 -20, 28.046875 -20 M28.046875 -20 C28.137550194275754 -19.99624964622329, 28.228225388551508 -19.992499292446578, 28.459771727361662 -19.982922465033347 M28.046875 -20 C28.163768801563847 -19.995165236604446, 28.2806626031277 -19.990330473208896, 28.459771727361662 -19.982922465033347 M28.459771727361662 -19.982922465033347 C28.543608593161835 -19.972472210609574, 28.627445458962004 -19.9620219561858, 28.86984795140367 -19.931806517013612 M28.459771727361662 -19.982922465033347 C28.589804406389455 -19.96671390849589, 28.71983708541725 -19.950505351958434, 28.86984795140367 -19.931806517013612 M28.86984795140367 -19.931806517013612 C29.027844063934847 -19.898678215959574, 29.18584017646602 -19.865549914905532, 29.274302435703998 -19.847001329696653 M28.86984795140367 -19.931806517013612 C29.021904769368604 -19.899923555071318, 29.173961587333537 -19.868040593129027, 29.274302435703998 -19.847001329696653 M29.274302435703998 -19.847001329696653 C29.391536870177863 -19.81209912635107, 29.508771304651727 -19.777196923005487, 29.670372346023417 -19.729086208503173 M29.274302435703998 -19.847001329696653 C29.357512963848706 -19.822228482138392, 29.44072349199341 -19.797455634580132, 29.670372346023417 -19.729086208503173 M29.670372346023417 -19.729086208503173 C29.76836573347195 -19.6908490700666, 29.86635912092048 -19.652611931630034, 30.055352123264846 -19.578866633275286 M29.670372346023417 -19.729086208503173 C29.806698142340018 -19.67589171771193, 29.94302393865662 -19.62269722692069, 30.055352123264846 -19.578866633275286 M30.055352123264846 -19.578866633275286 C30.14794026442165 -19.533603049175024, 30.240528405578452 -19.48833946507476, 30.42661196518537 -19.397368756032446 M30.055352123264846 -19.578866633275286 C30.1348545774645 -19.5400002517184, 30.21435703166415 -19.50113387016151, 30.42661196518537 -19.397368756032446 M30.42661196518537 -19.397368756032446 C30.567937403922958 -19.313157073194827, 30.70926284266055 -19.228945390357204, 30.781615790612136 -19.185832391312644 M30.42661196518537 -19.397368756032446 C30.533159688547624 -19.333880093502888, 30.639707411909875 -19.27039143097333, 30.781615790612136 -19.185832391312644 M30.781615790612136 -19.185832391312644 C30.86710180392144 -19.124796550964092, 30.95258781723074 -19.06376071061554, 31.11793856344834 -18.94570254698197 M30.781615790612136 -19.185832391312644 C30.900527125148194 -19.100931330315497, 31.019438459684253 -19.01603026931835, 31.11793856344834 -18.94570254698197 M31.11793856344834 -18.94570254698197 C31.182847707636363 -18.890727306157075, 31.247756851824388 -18.835752065332176, 31.433282858128706 -18.678619553365657 M31.11793856344834 -18.94570254698197 C31.236052206844104 -18.84566539394882, 31.354165850239866 -18.745628240915675, 31.433282858128706 -18.678619553365657 M31.433282858128706 -18.678619553365657 C31.531707426692677 -18.580194984801686, 31.630131995256644 -18.48177041623772, 31.725494553365657 -18.386407858128706 M31.433282858128706 -18.678619553365657 C31.53826946660676 -18.573632944887603, 31.643256075084814 -18.46864633640955, 31.725494553365657 -18.386407858128706 M31.725494553365657 -18.386407858128706 C31.81119855908215 -18.28521732979138, 31.896902564798644 -18.184026801454053, 31.99257754698197 -18.07106356344834 M31.725494553365657 -18.386407858128706 C31.804301678360606 -18.293360461471842, 31.883108803355558 -18.200313064814978, 31.99257754698197 -18.07106356344834 M31.99257754698197 -18.07106356344834 C32.08036082761587 -17.948115429143158, 32.16814410824976 -17.82516729483797, 32.232707391312644 -17.734740790612136 M31.99257754698197 -18.07106356344834 C32.08664442600937 -17.939314702015785, 32.180711305036766 -17.807565840583234, 32.232707391312644 -17.734740790612136 M32.232707391312644 -17.734740790612136 C32.289553475848074 -17.63934075148722, 32.34639956038351 -17.543940712362307, 32.44424375603245 -17.37973696518537 M32.232707391312644 -17.734740790612136 C32.31306991374235 -17.59987507652425, 32.39343243617207 -17.465009362436362, 32.44424375603245 -17.37973696518537 M32.44424375603245 -17.37973696518537 C32.482389402800216 -17.30170879756108, 32.52053504956798 -17.223680629936787, 32.62574163327529 -17.008477123264846 M32.44424375603245 -17.37973696518537 C32.491937235691815 -17.2821783932177, 32.53963071535118 -17.184619821250024, 32.62574163327529 -17.008477123264846 M32.62574163327529 -17.008477123264846 C32.666771599519926 -16.90332633155796, 32.70780156576457 -16.798175539851076, 32.775961208503176 -16.623497346023417 M32.62574163327529 -17.008477123264846 C32.67655266502096 -16.878259608981637, 32.72736369676663 -16.748042094698427, 32.775961208503176 -16.623497346023417 M32.775961208503176 -16.623497346023417 C32.81838824109074 -16.480987455671844, 32.8608152736783 -16.338477565320275, 32.89387632969665 -16.227427435703994 M32.775961208503176 -16.623497346023417 C32.8152066968834 -16.491674074284646, 32.854452185263625 -16.35985080254587, 32.89387632969665 -16.227427435703994 M32.89387632969665 -16.227427435703994 C32.926253706862695 -16.073012643413673, 32.958631084028745 -15.918597851123351, 32.97868151701361 -15.82297295140367 M32.89387632969665 -16.227427435703994 C32.92448759300228 -16.081435626644186, 32.955098856307906 -15.935443817584376, 32.97868151701361 -15.82297295140367 M32.97868151701361 -15.82297295140367 C32.9962691828407 -15.681876407732005, 33.01385684866779 -15.540779864060342, 33.02979746503335 -15.412896727361662 M32.97868151701361 -15.82297295140367 C32.99456606144889 -15.69553965015428, 33.010450605884174 -15.56810634890489, 33.02979746503335 -15.412896727361662 M33.02979746503335 -15.412896727361662 C33.036221667032784 -15.257573843429167, 33.04264586903223 -15.102250959496672, 33.046875 -15 M33.02979746503335 -15.412896727361662 C33.0343677417838 -15.302397623299983, 33.038938018534246 -15.191898519238306, 33.046875 -15 M33.046875 -15 C33.046875 -15, 33.046875 -15, 33.046875 -15 M33.046875 -15 C33.046875 -15, 33.046875 -15, 33.046875 -15 M33.046875 -15 C33.046875 -5.439830822975107, 33.046875 4.120338354049785, 33.046875 15 M33.046875 -15 C33.046875 -6.484841737056701, 33.046875 2.0303165258865974, 33.046875 15 M33.046875 15 C33.046875 15, 33.046875 15, 33.046875 15 M33.046875 15 C33.046875 15, 33.046875 15, 33.046875 15 M33.046875 15 C33.04216342739621 15.113915322827925, 33.03745185479242 15.22783064565585, 33.02979746503335 15.412896727361662 M33.046875 15 C33.04045299503094 15.15526976463535, 33.034030990061886 15.3105395292707, 33.02979746503335 15.412896727361662 M33.02979746503335 15.412896727361662 C33.01431967754905 15.537066832661036, 32.99884189006474 15.661236937960409, 32.97868151701361 15.822972951403669 M33.02979746503335 15.412896727361662 C33.015661737097815 15.526300198498495, 33.00152600916228 15.639703669635328, 32.97868151701361 15.822972951403669 M32.97868151701361 15.822972951403669 C32.960388343527185 15.910217096281478, 32.94209517004075 15.997461241159288, 32.89387632969665 16.227427435703994 M32.97868151701361 15.822972951403669 C32.94981591374503 15.960639325989687, 32.92095031047644 16.098305700575708, 32.89387632969665 16.227427435703994 M32.89387632969665 16.227427435703994 C32.85707201270605 16.351050957287093, 32.82026769571545 16.47467447887019, 32.775961208503176 16.623497346023417 M32.89387632969665 16.227427435703994 C32.860579940536624 16.33926803540906, 32.82728355137659 16.451108635114128, 32.775961208503176 16.623497346023417 M32.775961208503176 16.623497346023417 C32.732781308129624 16.73415794669346, 32.68960140775607 16.844818547363502, 32.62574163327529 17.008477123264846 M32.775961208503176 16.623497346023417 C32.73219882638298 16.735650719474453, 32.68843644426278 16.847804092925486, 32.62574163327529 17.008477123264846 M32.62574163327529 17.008477123264846 C32.56123704163762 17.140423374418564, 32.49673244999994 17.27236962557228, 32.44424375603245 17.379736965185366 M32.62574163327529 17.008477123264846 C32.56368267676363 17.135420747808986, 32.501623720251956 17.26236437235313, 32.44424375603245 17.379736965185366 M32.44424375603245 17.379736965185366 C32.3723134770874 17.50045154881419, 32.300383198142356 17.621166132443015, 32.232707391312644 17.734740790612133 M32.44424375603245 17.379736965185366 C32.37849234162503 17.490082076167933, 32.312740927217604 17.600427187150505, 32.232707391312644 17.734740790612133 M32.232707391312644 17.734740790612133 C32.15102270128064 17.849147317324405, 32.069338011248625 17.963553844036678, 31.99257754698197 18.07106356344834 M32.232707391312644 17.734740790612133 C32.14026764202215 17.864210715053716, 32.04782789273166 17.993680639495302, 31.99257754698197 18.07106356344834 M31.99257754698197 18.07106356344834 C31.938306034769028 18.135141816834302, 31.88403452255608 18.199220070220264, 31.725494553365657 18.386407858128706 M31.99257754698197 18.07106356344834 C31.919627245035276 18.157195822199146, 31.846676943088582 18.24332808094995, 31.725494553365657 18.386407858128706 M31.725494553365657 18.386407858128706 C31.65341884235955 18.458483569134813, 31.581343131353446 18.530559280140917, 31.433282858128706 18.678619553365657 M31.725494553365657 18.386407858128706 C31.61388403894837 18.498018372545992, 31.502273524531084 18.60962888696328, 31.433282858128706 18.678619553365657 M31.433282858128706 18.678619553365657 C31.36800252906515 18.733909171743644, 31.302722200001593 18.789198790121628, 31.11793856344834 18.94570254698197 M31.433282858128706 18.678619553365657 C31.32634968173561 18.76918733388288, 31.219416505342515 18.859755114400098, 31.11793856344834 18.94570254698197 M31.11793856344834 18.94570254698197 C31.03238786293757 19.006784573104646, 30.9468371624268 19.06786659922732, 30.781615790612136 19.185832391312644 M31.11793856344834 18.94570254698197 C31.031155199940475 19.007664677568307, 30.94437183643261 19.069626808154645, 30.781615790612136 19.185832391312644 M30.781615790612136 19.185832391312644 C30.655480826690287 19.26099251585501, 30.529345862768434 19.336152640397373, 30.42661196518537 19.397368756032446 M30.781615790612136 19.185832391312644 C30.695122535246856 19.237371184706653, 30.608629279881576 19.288909978100662, 30.42661196518537 19.397368756032446 M30.42661196518537 19.397368756032446 C30.34806202810016 19.435769480346647, 30.26951209101495 19.47417020466085, 30.055352123264846 19.578866633275286 M30.42661196518537 19.397368756032446 C30.308856997077907 19.45493565213342, 30.191102028970445 19.512502548234394, 30.055352123264846 19.578866633275286 M30.055352123264846 19.578866633275286 C29.94917601789505 19.620296678152684, 29.842999912525247 19.66172672303008, 29.670372346023417 19.729086208503173 M30.055352123264846 19.578866633275286 C29.947907019446493 19.62079184288386, 29.840461915628143 19.662717052492432, 29.670372346023417 19.729086208503173 M29.670372346023417 19.729086208503173 C29.5768803583799 19.756919979174402, 29.48338837073638 19.784753749845628, 29.274302435703998 19.847001329696653 M29.670372346023417 19.729086208503173 C29.583130924786648 19.755059104929284, 29.49588950354988 19.781032001355392, 29.274302435703998 19.847001329696653 M29.274302435703998 19.847001329696653 C29.137639499040986 19.875656534158143, 29.000976562377975 19.904311738619633, 28.86984795140367 19.931806517013612 M29.274302435703998 19.847001329696653 C29.122698238342544 19.878789387078477, 28.97109404098109 19.910577444460305, 28.86984795140367 19.931806517013612 M28.86984795140367 19.931806517013612 C28.769970109535546 19.94425627701904, 28.67009226766742 19.956706037024464, 28.459771727361662 19.982922465033347 M28.86984795140367 19.931806517013612 C28.708304533569912 19.951942883047053, 28.54676111573615 19.972079249080494, 28.459771727361662 19.982922465033347 M28.459771727361662 19.982922465033347 C28.307912317160635 19.989203416699628, 28.156052906959612 19.995484368365904, 28.046875 20 M28.459771727361662 19.982922465033347 C28.329426327471644 19.988313590651096, 28.199080927581626 19.993704716268844, 28.046875 20 M28.046875 20 C28.046875 20, 28.046875 20, 28.046875 20 M28.046875 20 C28.046875 20, 28.046875 20, 28.046875 20 M28.046875 20 C11.570443291978936 20, -4.905988416042128 20, -28.046875 20 M28.046875 20 C13.42006507612964 20, -1.206744847740719 20, -28.046875 20 M-28.046875 20 C-28.046875 20, -28.046875 20, -28.046875 20 M-28.046875 20 C-28.046875 20, -28.046875 20, -28.046875 20 M-28.046875 20 C-28.147982864115164 19.995818147806926, -28.24909072823033 19.99163629561385, -28.459771727361662 19.982922465033347 M-28.046875 20 C-28.144516938583585 19.99596149954729, -28.24215887716717 19.991922999094577, -28.459771727361662 19.982922465033347 M-28.459771727361662 19.982922465033347 C-28.56996327745788 19.969187102638, -28.680154827554098 19.955451740242655, -28.86984795140367 19.931806517013612 M-28.459771727361662 19.982922465033347 C-28.60273742085208 19.965101809924327, -28.745703114342493 19.947281154815308, -28.86984795140367 19.931806517013612 M-28.86984795140367 19.931806517013612 C-28.968782317253226 19.91106216195356, -29.06771668310278 19.89031780689351, -29.274302435703994 19.847001329696653 M-28.86984795140367 19.931806517013612 C-28.959542084001853 19.912999635123356, -29.049236216600033 19.8941927532331, -29.274302435703994 19.847001329696653 M-29.274302435703994 19.847001329696653 C-29.429749233432233 19.800722812910358, -29.585196031160475 19.754444296124063, -29.670372346023417 19.729086208503173 M-29.274302435703994 19.847001329696653 C-29.37202415751758 19.81790831260381, -29.469745879331164 19.788815295510965, -29.670372346023417 19.729086208503173 M-29.670372346023417 19.729086208503173 C-29.812788917051005 19.67351509004476, -29.955205488078594 19.61794397158635, -30.055352123264846 19.578866633275286 M-29.670372346023417 19.729086208503173 C-29.749885149544287 19.698060216292177, -29.829397953065158 19.66703422408118, -30.055352123264846 19.578866633275286 M-30.055352123264846 19.578866633275286 C-30.1901945807529 19.512946172635946, -30.325037038240957 19.447025711996602, -30.42661196518537 19.397368756032446 M-30.055352123264846 19.578866633275286 C-30.138324175245547 19.53830406871921, -30.22129622722625 19.497741504163134, -30.42661196518537 19.397368756032446 M-30.42661196518537 19.397368756032446 C-30.53246099880119 19.33429642222512, -30.638310032417014 19.271224088417792, -30.781615790612133 19.185832391312644 M-30.42661196518537 19.397368756032446 C-30.529999698369924 19.335763038944215, -30.633387431554475 19.27415732185598, -30.781615790612133 19.185832391312644 M-30.781615790612133 19.185832391312644 C-30.849428748696496 19.137414869861217, -30.91724170678086 19.088997348409787, -31.11793856344834 18.94570254698197 M-30.781615790612133 19.185832391312644 C-30.88040874795913 19.115295575536997, -30.97920170530613 19.044758759761354, -31.11793856344834 18.94570254698197 M-31.11793856344834 18.94570254698197 C-31.222968003994357 18.85674714847917, -31.327997444540372 18.76779174997637, -31.433282858128706 18.67861955336566 M-31.11793856344834 18.94570254698197 C-31.241872514396132 18.840735844909926, -31.365806465343923 18.73576914283788, -31.433282858128706 18.67861955336566 M-31.433282858128706 18.67861955336566 C-31.546395107662345 18.56550730383202, -31.659507357195984 18.452395054298382, -31.725494553365657 18.386407858128706 M-31.433282858128706 18.67861955336566 C-31.53198108788948 18.579921323604886, -31.630679317650255 18.481223093844108, -31.725494553365657 18.386407858128706 M-31.725494553365657 18.386407858128706 C-31.783626202557517 18.317771949623996, -31.841757851749374 18.249136041119282, -31.992577546981966 18.07106356344834 M-31.725494553365657 18.386407858128706 C-31.82204623678296 18.27240950093202, -31.918597920200266 18.15841114373534, -31.992577546981966 18.07106356344834 M-31.992577546981966 18.07106356344834 C-32.08528449365001 17.941219405794882, -32.177991440318046 17.811375248141424, -32.232707391312644 17.734740790612133 M-31.992577546981966 18.07106356344834 C-32.0840898717474 17.942892577873486, -32.17560219651284 17.814721592298632, -32.232707391312644 17.734740790612133 M-32.232707391312644 17.734740790612133 C-32.284350546546776 17.648072393480938, -32.33599370178091 17.56140399634974, -32.44424375603244 17.37973696518537 M-32.232707391312644 17.734740790612133 C-32.311979941176226 17.601704286509488, -32.3912524910398 17.46866778240684, -32.44424375603244 17.37973696518537 M-32.44424375603244 17.37973696518537 C-32.48642930457573 17.293445046395846, -32.52861485311901 17.207153127606322, -32.62574163327528 17.00847712326485 M-32.44424375603244 17.37973696518537 C-32.488997101546005 17.288192533739764, -32.53375044705957 17.196648102294162, -32.62574163327528 17.00847712326485 M-32.62574163327528 17.00847712326485 C-32.65854880045229 16.924399559521486, -32.691355967629285 16.84032199577812, -32.775961208503176 16.623497346023417 M-32.62574163327528 17.00847712326485 C-32.66413118727158 16.910093128213138, -32.70252074126787 16.811709133161425, -32.775961208503176 16.623497346023417 M-32.775961208503176 16.623497346023417 C-32.81619719891377 16.488347036612385, -32.85643318932437 16.353196727201354, -32.89387632969665 16.227427435703994 M-32.775961208503176 16.623497346023417 C-32.8228451279008 16.46601703676969, -32.86972904729842 16.30853672751596, -32.89387632969665 16.227427435703994 M-32.89387632969665 16.227427435703994 C-32.914107946105105 16.130938432614357, -32.934339562513564 16.034449429524717, -32.97868151701361 15.82297295140367 M-32.89387632969665 16.227427435703994 C-32.92141195601071 16.09610401206585, -32.94894758232476 15.96478058842771, -32.97868151701361 15.82297295140367 M-32.97868151701361 15.82297295140367 C-32.991569699906584 15.719577874519405, -33.00445788279956 15.616182797635139, -33.02979746503335 15.412896727361664 M-32.97868151701361 15.82297295140367 C-32.99164686973682 15.718958781774008, -33.004612222460025 15.614944612144345, -33.02979746503335 15.412896727361664 M-33.02979746503335 15.412896727361664 C-33.0343948176924 15.30174298818573, -33.038992170351456 15.190589249009795, -33.046875 15 M-33.02979746503335 15.412896727361664 C-33.03408577891775 15.309214856867605, -33.03837409280216 15.205532986373546, -33.046875 15 M-33.046875 15 C-33.046875 15, -33.046875 15, -33.046875 15 M-33.046875 15 C-33.046875 15, -33.046875 15, -33.046875 15 M-33.046875 15 C-33.046875 6.507284529659644, -33.046875 -1.9854309406807111, -33.046875 -15 M-33.046875 15 C-33.046875 6.833115825712403, -33.046875 -1.3337683485751946, -33.046875 -15 M-33.046875 -15 C-33.046875 -15, -33.046875 -15, -33.046875 -15 M-33.046875 -15 C-33.046875 -15, -33.046875 -15, -33.046875 -15 M-33.046875 -15 C-33.04078922153062 -15.147140557367337, -33.03470344306125 -15.294281114734673, -33.02979746503335 -15.41289672736166 M-33.046875 -15 C-33.043088936822365 -15.091538567988982, -33.039302873644736 -15.183077135977966, -33.02979746503335 -15.41289672736166 M-33.02979746503335 -15.41289672736166 C-33.012624120433486 -15.550669390894447, -32.99545077583363 -15.688442054427233, -32.97868151701361 -15.822972951403669 M-33.02979746503335 -15.41289672736166 C-33.01475000534476 -15.53361454028647, -32.99970254565617 -15.654332353211277, -32.97868151701361 -15.822972951403669 M-32.97868151701361 -15.822972951403669 C-32.95199055635325 -15.95026797982003, -32.925299595692884 -16.07756300823639, -32.89387632969665 -16.227427435703994 M-32.97868151701361 -15.822972951403669 C-32.953439262469736 -15.94335878353399, -32.92819700792587 -16.06374461566431, -32.89387632969665 -16.227427435703994 M-32.89387632969665 -16.227427435703994 C-32.859327079847766 -16.343476320280892, -32.82477782999887 -16.45952520485779, -32.775961208503176 -16.623497346023417 M-32.89387632969665 -16.227427435703994 C-32.85424161436041 -16.36055809774184, -32.81460689902417 -16.49368875977969, -32.775961208503176 -16.623497346023417 M-32.775961208503176 -16.623497346023417 C-32.72952041556542 -16.74251489811655, -32.68307962262766 -16.861532450209683, -32.62574163327529 -17.008477123264846 M-32.775961208503176 -16.623497346023417 C-32.74403043993917 -16.705328892612922, -32.71209967137518 -16.787160439202424, -32.62574163327529 -17.008477123264846 M-32.62574163327529 -17.008477123264846 C-32.56888709158286 -17.12477494713941, -32.51203254989043 -17.24107277101398, -32.44424375603245 -17.379736965185366 M-32.62574163327529 -17.008477123264846 C-32.57116413468962 -17.12011718101728, -32.51658663610394 -17.231757238769717, -32.44424375603245 -17.379736965185366 M-32.44424375603245 -17.379736965185366 C-32.40164397358139 -17.451228624562724, -32.35904419113034 -17.52272028394008, -32.232707391312644 -17.734740790612133 M-32.44424375603245 -17.379736965185366 C-32.39821451280433 -17.456984002351415, -32.35218526957621 -17.53423103951746, -32.232707391312644 -17.734740790612133 M-32.232707391312644 -17.734740790612133 C-32.184666168714934 -17.802026709359716, -32.13662494611722 -17.869312628107302, -31.99257754698197 -18.07106356344834 M-32.232707391312644 -17.734740790612133 C-32.15274170028399 -17.84673970941993, -32.072776009255335 -17.958738628227728, -31.99257754698197 -18.07106356344834 M-31.99257754698197 -18.07106356344834 C-31.905331294325975 -18.17407501930627, -31.81808504166998 -18.277086475164197, -31.72549455336566 -18.386407858128706 M-31.99257754698197 -18.07106356344834 C-31.935920418386832 -18.13795850877427, -31.879263289791695 -18.2048534541002, -31.72549455336566 -18.386407858128706 M-31.72549455336566 -18.386407858128706 C-31.65822019729955 -18.453682214194817, -31.590945841233435 -18.52095657026093, -31.433282858128706 -18.678619553365657 M-31.72549455336566 -18.386407858128706 C-31.623426274462158 -18.488476137032208, -31.521357995558656 -18.590544415935707, -31.433282858128706 -18.678619553365657 M-31.433282858128706 -18.678619553365657 C-31.35006374283038 -18.7491025486661, -31.266844627532052 -18.819585543966543, -31.11793856344834 -18.945702546981966 M-31.433282858128706 -18.678619553365657 C-31.319165841012165 -18.775271736608556, -31.205048823895623 -18.871923919851454, -31.11793856344834 -18.945702546981966 M-31.11793856344834 -18.945702546981966 C-31.006646121016782 -19.02516382357321, -30.89535367858522 -19.10462510016445, -30.781615790612136 -19.185832391312644 M-31.11793856344834 -18.945702546981966 C-31.048813068028103 -18.9950572020788, -30.97968757260787 -19.04441185717564, -30.781615790612136 -19.185832391312644 M-30.781615790612136 -19.185832391312644 C-30.664958150511712 -19.255345256628868, -30.548300510411288 -19.324858121945088, -30.426611965185366 -19.397368756032446 M-30.781615790612136 -19.185832391312644 C-30.676307910244834 -19.24858226777515, -30.571000029877535 -19.311332144237653, -30.426611965185366 -19.397368756032446 M-30.426611965185366 -19.397368756032446 C-30.33352403509285 -19.44287667205515, -30.240436105000335 -19.488384588077857, -30.05535212326485 -19.578866633275286 M-30.426611965185366 -19.397368756032446 C-30.293592255211934 -19.462398129709776, -30.1605725452385 -19.52742750338711, -30.05535212326485 -19.578866633275286 M-30.05535212326485 -19.578866633275286 C-29.934095849170046 -19.626180978248826, -29.812839575075245 -19.673495323222365, -29.67037234602342 -19.729086208503173 M-30.05535212326485 -19.578866633275286 C-29.913125458101778 -19.634363650235418, -29.77089879293871 -19.68986066719555, -29.67037234602342 -19.729086208503173 M-29.67037234602342 -19.729086208503173 C-29.54567062457365 -19.766211519501745, -29.420968903123878 -19.803336830500317, -29.274302435703994 -19.847001329696653 M-29.67037234602342 -19.729086208503173 C-29.58808436707196 -19.753584401266675, -29.505796388120498 -19.778082594030177, -29.274302435703994 -19.847001329696653 M-29.274302435703994 -19.847001329696653 C-29.12727230391043 -19.877830306384997, -28.98024217211687 -19.908659283073337, -28.869847951403674 -19.931806517013612 M-29.274302435703994 -19.847001329696653 C-29.181735586127527 -19.86641055699513, -29.08916873655106 -19.885819784293606, -28.869847951403674 -19.931806517013612 M-28.869847951403674 -19.931806517013612 C-28.756897910194642 -19.945885724967585, -28.64394786898561 -19.95996493292156, -28.459771727361662 -19.982922465033347 M-28.869847951403674 -19.931806517013612 C-28.78257064441808 -19.942685621983916, -28.695293337432485 -19.953564726954216, -28.459771727361662 -19.982922465033347 M-28.459771727361662 -19.982922465033347 C-28.338938182903423 -19.98792017740035, -28.218104638445183 -19.99291788976735, -28.046875 -20 M-28.459771727361662 -19.982922465033347 C-28.36173152756675 -19.986977437691603, -28.26369132777184 -19.99103241034986, -28.046875 -20 M-28.046875 -20 C-28.046875 -20, -28.046875 -20, -28.046875 -20 M-28.046875 -20 C-28.046875 -20, -28.046875 -20, -28.046875 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.046875, -12)\"><rect></rect><foreignObject width=\"50.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Signed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Rejected-1\" transform=\"translate(293.4375, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-35.015625 -20 C-7.226356471511952 -20, 20.562912056976096 -20, 35.015625 -20 C35.015625 -20, 35.015625 -20, 35.015625 -20 C35.1603349011007 -19.994014754217456, 35.305044802201394 -19.98802950843491, 35.42852172736166 -19.982922465033347 C35.52420282374682 -19.970995828806824, 35.61988392013198 -19.9590691925803, 35.83859795140367 -19.931806517013612 C35.94202684260892 -19.910119759088747, 36.045455733814165 -19.888433001163886, 36.243052435703994 -19.847001329696653 C36.39620796783074 -19.801404952234876, 36.549363499957494 -19.755808574773095, 36.63912234602342 -19.729086208503173 C36.72033348068579 -19.69739752542436, 36.801544615348156 -19.665708842345545, 37.024102123264846 -19.578866633275286 C37.12887396688552 -19.527646799981163, 37.23364581050619 -19.476426966687043, 37.395361965185366 -19.397368756032446 C37.52711660497257 -19.31886003150801, 37.658871244759766 -19.240351306983573, 37.750365790612136 -19.185832391312644 C37.825259834407696 -19.132359071839623, 37.90015387820326 -19.0788857523666, 38.08668856344834 -18.94570254698197 C38.18165622948023 -18.86526903678873, 38.27662389551213 -18.784835526595497, 38.402032858128706 -18.678619553365657 C38.51570273582106 -18.5649496756733, 38.62937261351342 -18.45127979798095, 38.69424455336566 -18.386407858128706 C38.79225899002071 -18.27068243144772, 38.890273426675776 -18.154957004766736, 38.96132754698197 -18.07106356344834 C39.03876780962513 -17.962601727170107, 39.11620807226829 -17.854139890891872, 39.201457391312644 -17.734740790612136 C39.24830778678318 -17.656115682173564, 39.29515818225371 -17.57749057373499, 39.41299375603245 -17.37973696518537 C39.48081165358343 -17.2410132384584, 39.54862955113442 -17.102289511731435, 39.59449163327529 -17.008477123264846 C39.65377254980428 -16.85655315459847, 39.71305346633327 -16.704629185932088, 39.744711208503176 -16.623497346023417 C39.77737241827013 -16.513790276290624, 39.8100336280371 -16.404083206557832, 39.86262632969665 -16.227427435703994 C39.889891125600826 -16.097395661518288, 39.917155921505 -15.967363887332581, 39.94743151701361 -15.82297295140367 C39.95781601299787 -15.739663630794805, 39.96820050898212 -15.656354310185941, 39.99854746503335 -15.412896727361662 C40.002017717522186 -15.328993757843, 40.00548797001103 -15.245090788324339, 40.015625 -15 C40.015625 -15, 40.015625 -15, 40.015625 -15 C40.015625 -7.718603422576614, 40.015625 -0.43720684515322716, 40.015625 15 C40.015625 15, 40.015625 15, 40.015625 15 C40.01046753624726 15.124695976857902, 40.005310072494524 15.249391953715806, 39.99854746503335 15.412896727361662 C39.986142068816314 15.512418662012287, 39.97373667259929 15.61194059666291, 39.94743151701361 15.822972951403669 C39.91716171683116 15.967336248154716, 39.886891916648715 16.111699544905765, 39.86262632969665 16.227427435703994 C39.820844246263796 16.367770980032443, 39.77906216283093 16.508114524360895, 39.744711208503176 16.623497346023417 C39.68909433355512 16.766031180884056, 39.63347745860706 16.9085650157447, 39.59449163327529 17.008477123264846 C39.522481559271874 17.15577608398725, 39.450471485268466 17.303075044709647, 39.41299375603245 17.379736965185366 C39.334960117908864 17.5106943071182, 39.25692647978528 17.641651649051038, 39.201457391312644 17.734740790612133 C39.112090929808936 17.859906307690046, 39.02272446830522 17.985071824767964, 38.96132754698197 18.07106356344834 C38.895503482028296 18.148781890080663, 38.829679417074615 18.22650021671299, 38.69424455336566 18.386407858128706 C38.60804831924272 18.47260409225164, 38.52185208511979 18.558800326374577, 38.402032858128706 18.678619553365657 C38.33578694530833 18.73472697946907, 38.26954103248795 18.790834405572486, 38.08668856344834 18.94570254698197 C38.00712158005823 19.002512281197124, 37.927554596668124 19.059322015412278, 37.750365790612136 19.185832391312644 C37.62352979441332 19.26141024042246, 37.4966937982145 19.336988089532277, 37.395361965185366 19.397368756032446 C37.284067334971 19.451777385384712, 37.172772704756625 19.50618601473698, 37.024102123264846 19.578866633275286 C36.89505992888899 19.629219053769987, 36.76601773451313 19.679571474264684, 36.63912234602342 19.729086208503173 C36.55825107936237 19.7531626277437, 36.47737981270132 19.777239046984224, 36.243052435703994 19.847001329696653 C36.109240530778266 19.875058735666812, 35.97542862585254 19.90311614163697, 35.83859795140367 19.931806517013612 C35.705628689678335 19.94838111820258, 35.572659427953006 19.96495571939155, 35.42852172736166 19.982922465033347 C35.30815016925017 19.987901069503707, 35.187778611138675 19.992879673974066, 35.015625 20 C35.015625 20, 35.015625 20, 35.015625 20 C13.256810625440075 20, -8.50200374911985 20, -35.015625 20 C-35.015625 20, -35.015625 20, -35.015625 20 C-35.14835838436772 19.994510106613667, -35.281091768735436 19.98902021322733, -35.42852172736166 19.982922465033347 C-35.52967432392183 19.970313807021267, -35.630826920482 19.957705149009186, -35.83859795140367 19.931806517013612 C-35.94372881103955 19.90976289383649, -36.04885967067542 19.887719270659368, -36.243052435703994 19.847001329696653 C-36.395776604904114 19.801533374542267, -36.548500774104234 19.75606541938788, -36.63912234602342 19.729086208503173 C-36.728967663750126 19.694028456738053, -36.81881298147683 19.658970704972937, -37.024102123264846 19.578866633275286 C-37.16357254339874 19.510683699560932, -37.30304296353263 19.442500765846574, -37.395361965185366 19.397368756032446 C-37.480138345487624 19.34685299812002, -37.56491472578988 19.2963372402076, -37.750365790612136 19.185832391312644 C-37.84094980286258 19.121156649681726, -37.931533815113035 19.056480908050812, -38.08668856344834 18.94570254698197 C-38.18021148641172 18.866492671749803, -38.2737344093751 18.78728279651764, -38.402032858128706 18.67861955336566 C-38.510159462895025 18.57049294859934, -38.618286067661344 18.46236634383302, -38.69424455336566 18.386407858128706 C-38.748427415138934 18.32243427411907, -38.80261027691221 18.258460690109438, -38.96132754698197 18.07106356344834 C-39.050728916236466 17.945849155023456, -39.140130285490955 17.82063474659857, -39.201457391312644 17.734740790612133 C-39.277416943715345 17.607264213635016, -39.35337649611804 17.479787636657903, -39.41299375603244 17.37973696518537 C-39.45072774189669 17.302550863398356, -39.48846172776094 17.225364761611345, -39.59449163327528 17.00847712326485 C-39.651384340573394 16.86267361031348, -39.708277047871505 16.71687009736211, -39.744711208503176 16.623497346023417 C-39.78088413471433 16.501994628683757, -39.817057060925485 16.380491911344098, -39.86262632969665 16.227427435703994 C-39.88433084133126 16.123913873174413, -39.90603535296587 16.020400310644828, -39.94743151701361 15.82297295140367 C-39.96485091315389 15.683226346458802, -39.982270309294165 15.543479741513934, -39.99854746503335 15.412896727361664 C-40.005362389934305 15.248127034644552, -40.01217731483526 15.083357341927442, -40.015625 15 C-40.015625 15, -40.015625 15, -40.015625 15 C-40.015625 3.2649774997619865, -40.015625 -8.470045000476027, -40.015625 -15 C-40.015625 -15, -40.015625 -15, -40.015625 -15 C-40.011841550822375 -15.091475367295716, -40.00805810164475 -15.182950734591435, -39.99854746503335 -15.41289672736166 C-39.986707244409686 -15.507884557056247, -39.974867023786025 -15.602872386750834, -39.94743151701361 -15.822972951403669 C-39.914124275368465 -15.981822470746234, -39.88081703372331 -16.1406719900888, -39.86262632969665 -16.227427435703994 C-39.824582880115805 -16.35521313028852, -39.786539430534965 -16.482998824873043, -39.744711208503176 -16.623497346023417 C-39.71316241286243 -16.70434997990674, -39.681613617221686 -16.785202613790066, -39.59449163327529 -17.008477123264846 C-39.527062461667974 -17.146405698364763, -39.45963329006065 -17.28433427346468, -39.41299375603245 -17.379736965185366 C-39.358802184932955 -17.470682155964695, -39.304610613833454 -17.56162734674402, -39.201457391312644 -17.734740790612133 C-39.121509674120965 -17.84671453549494, -39.04156195692928 -17.95868828037775, -38.96132754698197 -18.07106356344834 C-38.877985230197034 -18.169465650933283, -38.794642913412105 -18.26786773841822, -38.69424455336566 -18.386407858128706 C-38.58528839268007 -18.49536401881429, -38.47633223199449 -18.604320179499872, -38.402032858128706 -18.678619553365657 C-38.28729597148365 -18.77579673931867, -38.172559084838596 -18.87297392527169, -38.08668856344834 -18.945702546981966 C-37.95812023319488 -19.03749857039503, -37.82955190294142 -19.129294593808094, -37.750365790612136 -19.185832391312644 C-37.65829220248152 -19.240696341289645, -37.56621861435091 -19.295560291266646, -37.395361965185366 -19.397368756032446 C-37.26907697115525 -19.459105727705772, -37.142791977125135 -19.5208426993791, -37.024102123264846 -19.578866633275286 C-36.87773286589111 -19.635980094732027, -36.731363608517384 -19.69309355618877, -36.63912234602342 -19.729086208503173 C-36.522166506735225 -19.76390547046839, -36.40521066744702 -19.798724732433612, -36.243052435703994 -19.847001329696653 C-36.12345375593935 -19.872078535745803, -36.0038550761747 -19.89715574179495, -35.83859795140367 -19.931806517013612 C-35.69639322757468 -19.949532317353256, -35.55418850374569 -19.9672581176929, -35.42852172736166 -19.982922465033347 C-35.337986886998735 -19.98666701372928, -35.24745204663581 -19.99041156242522, -35.015625 -20 C-35.015625 -20, -35.015625 -20, -35.015625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-35.015625 -20 C-20.079906360673718 -20, -5.144187721347439 -20, 35.015625 -20 M-35.015625 -20 C-12.79399888426751 -20, 9.427627231464982 -20, 35.015625 -20 M35.015625 -20 C35.015625 -20, 35.015625 -20, 35.015625 -20 M35.015625 -20 C35.015625 -20, 35.015625 -20, 35.015625 -20 M35.015625 -20 C35.151328187957525 -19.9943872746286, 35.28703137591504 -19.9887745492572, 35.42852172736166 -19.982922465033347 M35.015625 -20 C35.09840112632779 -19.996576354090283, 35.18117725265559 -19.993152708180567, 35.42852172736166 -19.982922465033347 M35.42852172736166 -19.982922465033347 C35.54543244392101 -19.968349559411816, 35.66234316048035 -19.95377665379029, 35.83859795140367 -19.931806517013612 M35.42852172736166 -19.982922465033347 C35.548878214397476 -19.96792004456985, 35.66923470143329 -19.95291762410636, 35.83859795140367 -19.931806517013612 M35.83859795140367 -19.931806517013612 C35.964003564052426 -19.905511725178943, 36.089409176701174 -19.879216933344274, 36.243052435703994 -19.847001329696653 M35.83859795140367 -19.931806517013612 C36.000059284068804 -19.897951635704036, 36.161520616733945 -19.864096754394463, 36.243052435703994 -19.847001329696653 M36.243052435703994 -19.847001329696653 C36.336693824734844 -19.819123080305292, 36.430335213765694 -19.791244830913932, 36.63912234602342 -19.729086208503173 M36.243052435703994 -19.847001329696653 C36.335155885565555 -19.819580944633813, 36.42725933542712 -19.79216055957097, 36.63912234602342 -19.729086208503173 M36.63912234602342 -19.729086208503173 C36.73115657752708 -19.69317433993187, 36.823190809030734 -19.65726247136056, 37.024102123264846 -19.578866633275286 M36.63912234602342 -19.729086208503173 C36.76025156356575 -19.68182144115025, 36.88138078110808 -19.634556673797334, 37.024102123264846 -19.578866633275286 M37.024102123264846 -19.578866633275286 C37.15632949376427 -19.514224610763772, 37.28855686426368 -19.44958258825226, 37.395361965185366 -19.397368756032446 M37.024102123264846 -19.578866633275286 C37.102038836443946 -19.540765695861435, 37.179975549623045 -19.50266475844758, 37.395361965185366 -19.397368756032446 M37.395361965185366 -19.397368756032446 C37.47586370078144 -19.349400133493923, 37.55636543637751 -19.301431510955403, 37.750365790612136 -19.185832391312644 M37.395361965185366 -19.397368756032446 C37.47336945302956 -19.350886382554783, 37.551376940873766 -19.30440400907712, 37.750365790612136 -19.185832391312644 M37.750365790612136 -19.185832391312644 C37.88142772802502 -19.092255966608395, 38.0124896654379 -18.998679541904146, 38.08668856344834 -18.94570254698197 M37.750365790612136 -19.185832391312644 C37.84148055582594 -19.1207776993496, 37.93259532103974 -19.055723007386554, 38.08668856344834 -18.94570254698197 M38.08668856344834 -18.94570254698197 C38.18480939858573 -18.862598438784325, 38.28293023372312 -18.779494330586683, 38.402032858128706 -18.678619553365657 M38.08668856344834 -18.94570254698197 C38.211139946852114 -18.840297601974598, 38.335591330255895 -18.73489265696723, 38.402032858128706 -18.678619553365657 M38.402032858128706 -18.678619553365657 C38.50105204682746 -18.579600364666902, 38.600071235526215 -18.480581175968148, 38.69424455336566 -18.386407858128706 M38.402032858128706 -18.678619553365657 C38.47202497922648 -18.60862743226788, 38.54201710032426 -18.5386353111701, 38.69424455336566 -18.386407858128706 M38.69424455336566 -18.386407858128706 C38.77563966851131 -18.29030482727491, 38.857034783656964 -18.194201796421112, 38.96132754698197 -18.07106356344834 M38.69424455336566 -18.386407858128706 C38.77892631099798 -18.286424295823647, 38.863608068630306 -18.186440733518584, 38.96132754698197 -18.07106356344834 M38.96132754698197 -18.07106356344834 C39.03387910745803 -17.969448780575707, 39.106430667934085 -17.867833997703073, 39.201457391312644 -17.734740790612136 M38.96132754698197 -18.07106356344834 C39.05054156463973 -17.94611155726123, 39.13975558229749 -17.82115955107412, 39.201457391312644 -17.734740790612136 M39.201457391312644 -17.734740790612136 C39.28179528629077 -17.59991640672076, 39.3621331812689 -17.46509202282938, 39.41299375603245 -17.37973696518537 M39.201457391312644 -17.734740790612136 C39.261558396437096 -17.63387828992846, 39.32165940156155 -17.533015789244786, 39.41299375603245 -17.37973696518537 M39.41299375603245 -17.37973696518537 C39.481560039984394 -17.239482389606966, 39.55012632393633 -17.099227814028563, 39.59449163327529 -17.008477123264846 M39.41299375603245 -17.37973696518537 C39.46348857613401 -17.27644815975417, 39.513983396235574 -17.173159354322973, 39.59449163327529 -17.008477123264846 M39.59449163327529 -17.008477123264846 C39.63833838905109 -16.89610751866624, 39.682185144826896 -16.783737914067633, 39.744711208503176 -16.623497346023417 M39.59449163327529 -17.008477123264846 C39.64518704009353 -16.878555930274903, 39.69588244691177 -16.748634737284956, 39.744711208503176 -16.623497346023417 M39.744711208503176 -16.623497346023417 C39.7832654514103 -16.493995926900055, 39.821819694317426 -16.36449450777669, 39.86262632969665 -16.227427435703994 M39.744711208503176 -16.623497346023417 C39.783606408442566 -16.492850672416797, 39.82250160838195 -16.362203998810173, 39.86262632969665 -16.227427435703994 M39.86262632969665 -16.227427435703994 C39.887964193734526 -16.106585620988007, 39.913302057772405 -15.985743806272023, 39.94743151701361 -15.82297295140367 M39.86262632969665 -16.227427435703994 C39.88765888274094 -16.10804171588467, 39.91269143578523 -15.988655996065349, 39.94743151701361 -15.82297295140367 M39.94743151701361 -15.82297295140367 C39.964862613565614 -15.683132480241978, 39.98229371011762 -15.543292009080288, 39.99854746503335 -15.412896727361662 M39.94743151701361 -15.82297295140367 C39.96582850572182 -15.675383638176223, 39.984225494430014 -15.527794324948776, 39.99854746503335 -15.412896727361662 M39.99854746503335 -15.412896727361662 C40.00398846692921 -15.281345430247807, 40.009429468825076 -15.149794133133952, 40.015625 -15 M39.99854746503335 -15.412896727361662 C40.00251257278245 -15.317029260749127, 40.006477680531546 -15.221161794136592, 40.015625 -15 M40.015625 -15 C40.015625 -15, 40.015625 -15, 40.015625 -15 M40.015625 -15 C40.015625 -15, 40.015625 -15, 40.015625 -15 M40.015625 -15 C40.015625 -4.186170638547905, 40.015625 6.62765872290419, 40.015625 15 M40.015625 -15 C40.015625 -4.226472012217613, 40.015625 6.547055975564774, 40.015625 15 M40.015625 15 C40.015625 15, 40.015625 15, 40.015625 15 M40.015625 15 C40.015625 15, 40.015625 15, 40.015625 15 M40.015625 15 C40.010510149763284 15.123665677031743, 40.00539529952657 15.247331354063487, 39.99854746503335 15.412896727361662 M40.015625 15 C40.010342954257744 15.127708091654366, 40.00506090851549 15.255416183308734, 39.99854746503335 15.412896727361662 M39.99854746503335 15.412896727361662 C39.98088626798212 15.554583173165858, 39.963225070930896 15.696269618970051, 39.94743151701361 15.822972951403669 M39.99854746503335 15.412896727361662 C39.978134350977825 15.576660348249522, 39.9577212369223 15.740423969137382, 39.94743151701361 15.822972951403669 M39.94743151701361 15.822972951403669 C39.91840405421451 15.961411269487662, 39.889376591415406 16.099849587571654, 39.86262632969665 16.227427435703994 M39.94743151701361 15.822972951403669 C39.924942512762186 15.930227930782985, 39.90245350851075 16.0374829101623, 39.86262632969665 16.227427435703994 M39.86262632969665 16.227427435703994 C39.81727699773069 16.3797531566379, 39.77192766576472 16.53207887757181, 39.744711208503176 16.623497346023417 M39.86262632969665 16.227427435703994 C39.82142297507431 16.365827064224522, 39.780219620451966 16.50422669274505, 39.744711208503176 16.623497346023417 M39.744711208503176 16.623497346023417 C39.692982719639765 16.756066101390097, 39.641254230776354 16.888634856756777, 39.59449163327529 17.008477123264846 M39.744711208503176 16.623497346023417 C39.69343749719243 16.754900606409475, 39.64216378588168 16.886303866795537, 39.59449163327529 17.008477123264846 M39.59449163327529 17.008477123264846 C39.553919433615825 17.09146888416454, 39.51334723395636 17.17446064506424, 39.41299375603245 17.379736965185366 M39.59449163327529 17.008477123264846 C39.52777546083922 17.144947235248672, 39.46105928840315 17.281417347232498, 39.41299375603245 17.379736965185366 M39.41299375603245 17.379736965185366 C39.340667647743444 17.50111583616501, 39.26834153945443 17.622494707144657, 39.201457391312644 17.734740790612133 M39.41299375603245 17.379736965185366 C39.34818881974228 17.488493680939747, 39.28338388345212 17.59725039669413, 39.201457391312644 17.734740790612133 M39.201457391312644 17.734740790612133 C39.14787365051842 17.809789489090583, 39.094289909724196 17.88483818756903, 38.96132754698197 18.07106356344834 M39.201457391312644 17.734740790612133 C39.12111596728531 17.84726595622742, 39.040774543257974 17.95979112184271, 38.96132754698197 18.07106356344834 M38.96132754698197 18.07106356344834 C38.88571402337894 18.160340282066937, 38.8101004997759 18.249617000685536, 38.69424455336566 18.386407858128706 M38.96132754698197 18.07106356344834 C38.893745430521776 18.150857617572065, 38.82616331406158 18.23065167169579, 38.69424455336566 18.386407858128706 M38.69424455336566 18.386407858128706 C38.62553207331062 18.455120338183736, 38.5568195932556 18.523832818238766, 38.402032858128706 18.678619553365657 M38.69424455336566 18.386407858128706 C38.599700034769626 18.480952376724737, 38.505155516173595 18.575496895320768, 38.402032858128706 18.678619553365657 M38.402032858128706 18.678619553365657 C38.33279049323434 18.737264844918514, 38.26354812833998 18.795910136471374, 38.08668856344834 18.94570254698197 M38.402032858128706 18.678619553365657 C38.28291263383857 18.77950923692852, 38.163792409548435 18.88039892049138, 38.08668856344834 18.94570254698197 M38.08668856344834 18.94570254698197 C38.009939202550136 19.000500537405117, 37.93318984165194 19.05529852782826, 37.750365790612136 19.185832391312644 M38.08668856344834 18.94570254698197 C37.95956608765192 19.036466250154668, 37.8324436118555 19.127229953327365, 37.750365790612136 19.185832391312644 M37.750365790612136 19.185832391312644 C37.66955170873676 19.233987131835605, 37.588737626861395 19.282141872358565, 37.395361965185366 19.397368756032446 M37.750365790612136 19.185832391312644 C37.64935093172716 19.246024182219468, 37.54833607284219 19.306215973126292, 37.395361965185366 19.397368756032446 M37.395361965185366 19.397368756032446 C37.270297797154015 19.458508902242205, 37.14523362912266 19.519649048451964, 37.024102123264846 19.578866633275286 M37.395361965185366 19.397368756032446 C37.30852924250334 19.43981868748875, 37.221696519821315 19.482268618945053, 37.024102123264846 19.578866633275286 M37.024102123264846 19.578866633275286 C36.891195467802014 19.63072697116536, 36.75828881233918 19.682587309055435, 36.63912234602342 19.729086208503173 M37.024102123264846 19.578866633275286 C36.93871382019331 19.612185252525233, 36.85332551712176 19.645503871775183, 36.63912234602342 19.729086208503173 M36.63912234602342 19.729086208503173 C36.552161519212184 19.754975568349423, 36.46520069240095 19.780864928195676, 36.243052435703994 19.847001329696653 M36.63912234602342 19.729086208503173 C36.50545797724507 19.768879815220323, 36.371793608466724 19.808673421937474, 36.243052435703994 19.847001329696653 M36.243052435703994 19.847001329696653 C36.122352828469346 19.872309375961304, 36.00165322123469 19.897617422225952, 35.83859795140367 19.931806517013612 M36.243052435703994 19.847001329696653 C36.13031480592563 19.87063992484677, 36.01757717614726 19.894278519996885, 35.83859795140367 19.931806517013612 M35.83859795140367 19.931806517013612 C35.733214140687 19.94494259532027, 35.62783032997033 19.95807867362693, 35.42852172736166 19.982922465033347 M35.83859795140367 19.931806517013612 C35.70172872081902 19.948867248813926, 35.56485949023437 19.96592798061424, 35.42852172736166 19.982922465033347 M35.42852172736166 19.982922465033347 C35.30604713944312 19.987988051459933, 35.18357255152459 19.99305363788652, 35.015625 20 M35.42852172736166 19.982922465033347 C35.29796238597341 19.988322439336915, 35.16740304458517 19.993722413640487, 35.015625 20 M35.015625 20 C35.015625 20, 35.015625 20, 35.015625 20 M35.015625 20 C35.015625 20, 35.015625 20, 35.015625 20 M35.015625 20 C8.640443281644703 20, -17.734738436710593 20, -35.015625 20 M35.015625 20 C19.343113240986554 20, 3.6706014819731116 20, -35.015625 20 M-35.015625 20 C-35.015625 20, -35.015625 20, -35.015625 20 M-35.015625 20 C-35.015625 20, -35.015625 20, -35.015625 20 M-35.015625 20 C-35.17842234295988 19.99326665208843, -35.34121968591976 19.986533304176856, -35.42852172736166 19.982922465033347 M-35.015625 20 C-35.15377378074788 19.994286124162578, -35.29192256149577 19.988572248325156, -35.42852172736166 19.982922465033347 M-35.42852172736166 19.982922465033347 C-35.53408917514868 19.969763496389742, -35.639656622935696 19.956604527746133, -35.83859795140367 19.931806517013612 M-35.42852172736166 19.982922465033347 C-35.562997043620406 19.966160134342566, -35.69747235987914 19.949397803651784, -35.83859795140367 19.931806517013612 M-35.83859795140367 19.931806517013612 C-35.976693576095116 19.90285090946269, -36.11478920078656 19.87389530191177, -36.243052435703994 19.847001329696653 M-35.83859795140367 19.931806517013612 C-35.98745919040213 19.9005935975195, -36.136320429400584 19.869380678025387, -36.243052435703994 19.847001329696653 M-36.243052435703994 19.847001329696653 C-36.35319980691922 19.81420903649894, -36.46334717813444 19.78141674330123, -36.63912234602342 19.729086208503173 M-36.243052435703994 19.847001329696653 C-36.340991600368156 19.817843577062405, -36.43893076503232 19.788685824428157, -36.63912234602342 19.729086208503173 M-36.63912234602342 19.729086208503173 C-36.7270748688276 19.694767027608695, -36.81502739163177 19.660447846714217, -37.024102123264846 19.578866633275286 M-36.63912234602342 19.729086208503173 C-36.747032997037614 19.68697934181508, -36.8549436480518 19.644872475126984, -37.024102123264846 19.578866633275286 M-37.024102123264846 19.578866633275286 C-37.13482998655913 19.52473507938681, -37.24555784985341 19.470603525498333, -37.395361965185366 19.397368756032446 M-37.024102123264846 19.578866633275286 C-37.13725920786307 19.523547505455472, -37.25041629246129 19.468228377635654, -37.395361965185366 19.397368756032446 M-37.395361965185366 19.397368756032446 C-37.518914163266025 19.323747625883485, -37.642466361346685 19.250126495734524, -37.750365790612136 19.185832391312644 M-37.395361965185366 19.397368756032446 C-37.491788342642856 19.339911106594624, -37.58821472010035 19.2824534571568, -37.750365790612136 19.185832391312644 M-37.750365790612136 19.185832391312644 C-37.833581150153826 19.1264177665932, -37.91679650969551 19.06700314187375, -38.08668856344834 18.94570254698197 M-37.750365790612136 19.185832391312644 C-37.82908574775686 19.129627422212664, -37.90780570490157 19.073422453112684, -38.08668856344834 18.94570254698197 M-38.08668856344834 18.94570254698197 C-38.19608092103907 18.853051946235595, -38.3054732786298 18.76040134548922, -38.402032858128706 18.67861955336566 M-38.08668856344834 18.94570254698197 C-38.193986918001585 18.85482547634008, -38.30128527255483 18.763948405698187, -38.402032858128706 18.67861955336566 M-38.402032858128706 18.67861955336566 C-38.49065926314962 18.58999314834475, -38.57928566817053 18.501366743323835, -38.69424455336566 18.386407858128706 M-38.402032858128706 18.67861955336566 C-38.507498861707035 18.573153549787328, -38.61296486528536 18.467687546208996, -38.69424455336566 18.386407858128706 M-38.69424455336566 18.386407858128706 C-38.76061115023893 18.308048965269347, -38.8269777471122 18.229690072409984, -38.96132754698197 18.07106356344834 M-38.69424455336566 18.386407858128706 C-38.79053809348732 18.27271429014525, -38.886831633608985 18.159020722161788, -38.96132754698197 18.07106356344834 M-38.96132754698197 18.07106356344834 C-39.04990210078177 17.947007182119673, -39.13847665458158 17.822950800791002, -39.201457391312644 17.734740790612133 M-38.96132754698197 18.07106356344834 C-39.03204416647353 17.972018775328404, -39.102760785965096 17.872973987208464, -39.201457391312644 17.734740790612133 M-39.201457391312644 17.734740790612133 C-39.27746218574252 17.60718828771684, -39.3534669801724 17.47963578482155, -39.41299375603244 17.37973696518537 M-39.201457391312644 17.734740790612133 C-39.25063040540037 17.65221782520129, -39.2998034194881 17.56969485979045, -39.41299375603244 17.37973696518537 M-39.41299375603244 17.37973696518537 C-39.47083292925047 17.26142504533295, -39.528672102468505 17.143113125480525, -39.59449163327528 17.00847712326485 M-39.41299375603244 17.37973696518537 C-39.48232870978219 17.237910050404118, -39.55166366353194 17.09608313562287, -39.59449163327528 17.00847712326485 M-39.59449163327528 17.00847712326485 C-39.62729913722798 16.924398696439347, -39.660106641180676 16.840320269613844, -39.744711208503176 16.623497346023417 M-39.59449163327528 17.00847712326485 C-39.6424026309151 16.885691759434533, -39.690313628554925 16.76290639560421, -39.744711208503176 16.623497346023417 M-39.744711208503176 16.623497346023417 C-39.77293352442211 16.528700257898663, -39.801155840341046 16.43390316977391, -39.86262632969665 16.227427435703994 M-39.744711208503176 16.623497346023417 C-39.78797542168684 16.478175415619123, -39.83123963487049 16.332853485214834, -39.86262632969665 16.227427435703994 M-39.86262632969665 16.227427435703994 C-39.89189610181313 16.08783349149499, -39.92116587392961 15.948239547285986, -39.94743151701361 15.82297295140367 M-39.86262632969665 16.227427435703994 C-39.89557213945773 16.070301664057865, -39.9285179492188 15.913175892411738, -39.94743151701361 15.82297295140367 M-39.94743151701361 15.82297295140367 C-39.965528540010986 15.677790104471082, -39.98362556300835 15.532607257538496, -39.99854746503335 15.412896727361664 M-39.94743151701361 15.82297295140367 C-39.96584858538771 15.675222549633611, -39.98426565376181 15.527472147863552, -39.99854746503335 15.412896727361664 M-39.99854746503335 15.412896727361664 C-40.00477022303268 15.262444310305794, -40.01099298103202 15.111991893249925, -40.015625 15 M-39.99854746503335 15.412896727361664 C-40.00282951376824 15.309366334216929, -40.007111562503134 15.205835941072193, -40.015625 15 M-40.015625 15 C-40.015625 15, -40.015625 15, -40.015625 15 M-40.015625 15 C-40.015625 15, -40.015625 15, -40.015625 15 M-40.015625 15 C-40.015625 4.258310318232564, -40.015625 -6.483379363534873, -40.015625 -15 M-40.015625 15 C-40.015625 8.550832190338493, -40.015625 2.101664380676988, -40.015625 -15 M-40.015625 -15 C-40.015625 -15, -40.015625 -15, -40.015625 -15 M-40.015625 -15 C-40.015625 -15, -40.015625 -15, -40.015625 -15 M-40.015625 -15 C-40.009384004352064 -15.150893362744842, -40.00314300870413 -15.301786725489686, -39.99854746503335 -15.41289672736166 M-40.015625 -15 C-40.01076964439575 -15.11739167526728, -40.0059142887915 -15.23478335053456, -39.99854746503335 -15.41289672736166 M-39.99854746503335 -15.41289672736166 C-39.98536466437616 -15.518655366792732, -39.97218186371898 -15.624414006223805, -39.94743151701361 -15.822972951403669 M-39.99854746503335 -15.41289672736166 C-39.98563423923629 -15.516492710224302, -39.97272101343923 -15.620088693086943, -39.94743151701361 -15.822972951403669 M-39.94743151701361 -15.822972951403669 C-39.91544057774634 -15.975544736844931, -39.88344963847906 -16.128116522286195, -39.86262632969665 -16.227427435703994 M-39.94743151701361 -15.822972951403669 C-39.92084610720625 -15.949764584719224, -39.89426069739889 -16.076556218034778, -39.86262632969665 -16.227427435703994 M-39.86262632969665 -16.227427435703994 C-39.83180453824879 -16.330956008215146, -39.80098274680092 -16.434484580726302, -39.744711208503176 -16.623497346023417 M-39.86262632969665 -16.227427435703994 C-39.837485626260694 -16.3118735699611, -39.812344922824735 -16.39631970421821, -39.744711208503176 -16.623497346023417 M-39.744711208503176 -16.623497346023417 C-39.68573423724081 -16.77464236972966, -39.62675726597844 -16.925787393435897, -39.59449163327529 -17.008477123264846 M-39.744711208503176 -16.623497346023417 C-39.71122375444176 -16.70931833563406, -39.67773630038034 -16.795139325244698, -39.59449163327529 -17.008477123264846 M-39.59449163327529 -17.008477123264846 C-39.55454718780381 -17.09018479244877, -39.51460274233234 -17.171892461632694, -39.41299375603245 -17.379736965185366 M-39.59449163327529 -17.008477123264846 C-39.548560100037406 -17.102431576221047, -39.50262856679953 -17.19638602917725, -39.41299375603245 -17.379736965185366 M-39.41299375603245 -17.379736965185366 C-39.36346584207463 -17.462855529427134, -39.313937928116815 -17.5459740936689, -39.201457391312644 -17.734740790612133 M-39.41299375603245 -17.379736965185366 C-39.34244556033346 -17.49813211385529, -39.27189736463447 -17.61652726252522, -39.201457391312644 -17.734740790612133 M-39.201457391312644 -17.734740790612133 C-39.11497641191068 -17.855864938554383, -39.02849543250873 -17.976989086496634, -38.96132754698197 -18.07106356344834 M-39.201457391312644 -17.734740790612133 C-39.14552219996286 -17.813082900508213, -39.08958700861308 -17.89142501040429, -38.96132754698197 -18.07106356344834 M-38.96132754698197 -18.07106356344834 C-38.90391002836748 -18.138856299573636, -38.846492509752984 -18.206649035698927, -38.69424455336566 -18.386407858128706 M-38.96132754698197 -18.07106356344834 C-38.89914293582197 -18.144484795106365, -38.83695832466198 -18.21790602676439, -38.69424455336566 -18.386407858128706 M-38.69424455336566 -18.386407858128706 C-38.5789653298107 -18.501687081683663, -38.46368610625574 -18.61696630523862, -38.402032858128706 -18.678619553365657 M-38.69424455336566 -18.386407858128706 C-38.63101412769141 -18.44963828380295, -38.56778370201717 -18.5128687094772, -38.402032858128706 -18.678619553365657 M-38.402032858128706 -18.678619553365657 C-38.328022598836164 -18.74130304548403, -38.25401233954362 -18.803986537602405, -38.08668856344834 -18.945702546981966 M-38.402032858128706 -18.678619553365657 C-38.302151835759396 -18.763214464102482, -38.20227081339009 -18.847809374839304, -38.08668856344834 -18.945702546981966 M-38.08668856344834 -18.945702546981966 C-38.01728678964526 -18.99525446105269, -37.94788501584218 -19.044806375123407, -37.750365790612136 -19.185832391312644 M-38.08668856344834 -18.945702546981966 C-37.98881186264908 -19.015585168156637, -37.89093516184982 -19.085467789331307, -37.750365790612136 -19.185832391312644 M-37.750365790612136 -19.185832391312644 C-37.63939786265834 -19.251954924081453, -37.52842993470455 -19.318077456850265, -37.395361965185366 -19.397368756032446 M-37.750365790612136 -19.185832391312644 C-37.66215860339317 -19.23839246641614, -37.573951416174204 -19.290952541519633, -37.395361965185366 -19.397368756032446 M-37.395361965185366 -19.397368756032446 C-37.30201257407565 -19.443004492557787, -37.208663182965935 -19.48864022908313, -37.024102123264846 -19.578866633275286 M-37.395361965185366 -19.397368756032446 C-37.2574419702753 -19.46479373304054, -37.11952197536524 -19.532218710048635, -37.024102123264846 -19.578866633275286 M-37.024102123264846 -19.578866633275286 C-36.89197589201675 -19.630422448691803, -36.75984966076865 -19.68197826410832, -36.63912234602342 -19.729086208503173 M-37.024102123264846 -19.578866633275286 C-36.87339584021972 -19.637672407400444, -36.7226895571746 -19.6964781815256, -36.63912234602342 -19.729086208503173 M-36.63912234602342 -19.729086208503173 C-36.5165141818213 -19.7655882405044, -36.39390601761918 -19.80209027250563, -36.243052435703994 -19.847001329696653 M-36.63912234602342 -19.729086208503173 C-36.50057179098988 -19.770334495895234, -36.36202123595634 -19.811582783287296, -36.243052435703994 -19.847001329696653 M-36.243052435703994 -19.847001329696653 C-36.0861573719901 -19.879898765091344, -35.92926230827621 -19.912796200486035, -35.83859795140367 -19.931806517013612 M-36.243052435703994 -19.847001329696653 C-36.12117260745699 -19.872556842284247, -35.999292779209995 -19.89811235487184, -35.83859795140367 -19.931806517013612 M-35.83859795140367 -19.931806517013612 C-35.70779122622356 -19.948111558303335, -35.57698450104346 -19.964416599593054, -35.42852172736166 -19.982922465033347 M-35.83859795140367 -19.931806517013612 C-35.74779386749076 -19.943125234269445, -35.65698978357786 -19.95444395152528, -35.42852172736166 -19.982922465033347 M-35.42852172736166 -19.982922465033347 C-35.31314776138768 -19.98769436756392, -35.197773795413696 -19.992466270094493, -35.015625 -20 M-35.42852172736166 -19.982922465033347 C-35.264448050922354 -19.989708602488115, -35.10037437448304 -19.996494739942882, -35.015625 -20 M-35.015625 -20 C-35.015625 -20, -35.015625 -20, -35.015625 -20 M-35.015625 -20 C-35.015625 -20, -35.015625 -20, -35.015625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-32.015625, -12)\"><rect></rect><foreignObject width=\"64.03125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Rejected</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Signed----note-2\" transform=\"translate(158, 286)\"><g class=\"basic label-container\"><path d=\"M-115 -75 L115 -75 L115 75 L-115 75\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -75 C-28.972492275424926 -75, 57.05501544915015 -75, 115 -75 M-115 -75 C-25.90543844334678 -75, 63.18912311330644 -75, 115 -75 M115 -75 C115 -19.769326225013728, 115 35.461347549972544, 115 75 M115 -75 C115 -24.987776749107027, 115 25.024446501785945, 115 75 M115 75 C48.66673183109947 75, -17.666536337801062 75, -115 75 M115 75 C30.29139397724782 75, -54.41721204550436 75, -115 75 M-115 75 C-115 38.13739514204503, -115 1.2747902840900593, -115 -75 M-115 75 C-115 26.958590514133576, -115 -21.08281897173285, -115 -75\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -60)\"><rect></rect><foreignObject width=\"200\" height=\"120\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Party Sent exists in source but is not shown as a<br>confirmed persisted party status in the reviewed main flow.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Signed : None → Signed\n    [*] --> Rejected : None → Rejected\n\n    note right of Signed\n        Party Sent exists in source but is not shown as a\n        confirmed persisted party status in the reviewed main flow.\n    end note\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["EviSign event timeline:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evisign_timeline.4f4d01caa7e34a066abef77cad2f35edac099d652f9876bcd1e1ebcd20e46024.6fd6141d.png","alt":"EviSign event timeline"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"postal-delivery","__idx":17},"children":["Postal delivery"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviPost"]}," uses states such as:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Draft"]}," — the postal communication is saved but not yet sent."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Submitted"]}," — the communication was admitted for postal processing."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Processed"]}," — the communication was processed and prepared for dispatch."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Dispatched"]}," — the request entered the postal workflow."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — the communication was handed to the postal operator."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — the postal process reached the delivery stage, where this status is exposed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Closed"]}," — the postal process completed and no further tracking is expected."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Some interfaces may also show ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Issued"]}," as an intermediate status."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["EviPost uses postal result states that represent alternative outcomes before closure. They should not be read as a strict sequence."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"evipost-evidence-lifecycle","__idx":18},"children":["EviPost evidence lifecycle"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Dispatched : Processed → Dispatched\n    Dispatched --> Issued : Dispatched → Issued\n    Issued --> Sent : Issued → Sent\n    Sent --> Closed : Sent as final outcome\n    Sent --> Failed : Sent → Failed → Closed\n    Failed --> Closed\n    Sent --> Undelivered : Sent → Undelivered → Closed\n    Undelivered --> Closed\n    Sent --> Delivered : Sent → Delivered → Closed\n    Delivered --> Closed\n    Sent --> Disposed : Sent → Disposed → Closed\n    Disposed --> Closed\n    Sent --> Cancelled : Sent → Cancelled → Closed\n    Cancelled --> Closed\n\n    note right of Sent\n        Postal result states are alternatives, not a strict sequence.\n        Sent can also be a final outcome, closing directly.\n        Expired is an outcome, not a persisted state. It can be\n        set from any non-closed state — the saga bypasses the\n        normal state guard specifically for the Expired outcome.\n    end note\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780579022888\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"statediagram\" style=\"max-width: 1493.34375px;\" viewBox=\"0 0 1493.34375 1204\" role=\"graphics-document document\" aria-roledescription=\"stateDiagram\"><style>#mermaid-1780579022888{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#0A1111;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780579022888 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780579022888 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780579022888 .error-icon{fill:#f5fafa;}#mermaid-1780579022888 .error-text{fill:#0a0505;stroke:#0a0505;}#mermaid-1780579022888 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780579022888 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780579022888 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780579022888 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780579022888 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780579022888 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780579022888 .marker{fill:#047C76;stroke:#047C76;}#mermaid-1780579022888 .marker.cross{stroke:#047C76;}#mermaid-1780579022888 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780579022888 p{margin:0;}#mermaid-1780579022888 defs #statediagram-barbEnd{fill:#047C76;stroke:#047C76;}#mermaid-1780579022888 g.stateGroup text{fill:#006660;stroke:none;font-size:10px;}#mermaid-1780579022888 g.stateGroup text{fill:#0A1111;stroke:none;font-size:10px;}#mermaid-1780579022888 g.stateGroup .state-title{font-weight:bolder;fill:#0A1111;}#mermaid-1780579022888 g.stateGroup rect{fill:#E4F2F2;stroke:#006660;}#mermaid-1780579022888 g.stateGroup line{stroke:#047C76;stroke-width:1;}#mermaid-1780579022888 .transition{stroke:#047C76;stroke-width:1;fill:none;}#mermaid-1780579022888 .stateGroup .composit{fill:#f4f4f4;border-bottom:1px;}#mermaid-1780579022888 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px;}#mermaid-1780579022888 .state-note{stroke:hsl(52.6829268293, 60%, 73.9215686275%);fill:#fff5ad;}#mermaid-1780579022888 .state-note text{fill:#333;stroke:none;font-size:10px;}#mermaid-1780579022888 .stateLabel .box{stroke:none;stroke-width:0;fill:#E4F2F2;opacity:0.5;}#mermaid-1780579022888 .edgeLabel .label rect{fill:#E4F2F2;opacity:0.5;}#mermaid-1780579022888 .edgeLabel{background-color:#f5fafa;text-align:center;}#mermaid-1780579022888 .edgeLabel p{background-color:#f5fafa;}#mermaid-1780579022888 .edgeLabel rect{opacity:0.5;background-color:#f5fafa;fill:#f5fafa;}#mermaid-1780579022888 .edgeLabel .label text{fill:#0A1111;}#mermaid-1780579022888 .label div .edgeLabel{color:#0A1111;}#mermaid-1780579022888 .stateLabel text{fill:#0A1111;font-size:10px;font-weight:bold;}#mermaid-1780579022888 .node circle.state-start{fill:#047C76;stroke:#047C76;}#mermaid-1780579022888 .node .fork-join{fill:#047C76;stroke:#047C76;}#mermaid-1780579022888 .node circle.state-end{fill:#006660;stroke:#f4f4f4;stroke-width:1.5;}#mermaid-1780579022888 .end-state-inner{fill:#f4f4f4;stroke-width:1.5;}#mermaid-1780579022888 .node rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780579022888 .node polygon{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780579022888 #statediagram-barbEnd{fill:#047C76;}#mermaid-1780579022888 .statediagram-cluster rect{fill:#E4F2F2;stroke:#006660;stroke-width:1px;}#mermaid-1780579022888 .cluster-label,#mermaid-1780579022888 .nodeLabel{color:#0A1111;}#mermaid-1780579022888 .statediagram-cluster rect.outer{rx:5px;ry:5px;}#mermaid-1780579022888 .statediagram-state .divider{stroke:#006660;}#mermaid-1780579022888 .statediagram-state .title-state{rx:5px;ry:5px;}#mermaid-1780579022888 .statediagram-cluster.statediagram-cluster .inner{fill:#f4f4f4;}#mermaid-1780579022888 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#f5fafa;}#mermaid-1780579022888 .statediagram-cluster .inner{rx:0;ry:0;}#mermaid-1780579022888 .statediagram-state rect.basic{rx:5px;ry:5px;}#mermaid-1780579022888 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#f5fafa;}#mermaid-1780579022888 .note-edge{stroke-dasharray:5;}#mermaid-1780579022888 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780579022888 .statediagram-note rect{fill:#fff5ad;stroke:hsl(52.6829268293, 60%, 73.9215686275%);stroke-width:1px;rx:0;ry:0;}#mermaid-1780579022888 .statediagram-note text{fill:#333;}#mermaid-1780579022888 .statediagram-note .nodeLabel{color:#333;}#mermaid-1780579022888 .statediagram .edgeLabel{color:red;}#mermaid-1780579022888 #dependencyStart,#mermaid-1780579022888 #dependencyEnd{fill:#047C76;stroke:#047C76;stroke-width:1;}#mermaid-1780579022888 .statediagramTitleText{text-anchor:middle;font-size:18px;fill:#0A1111;}#mermaid-1780579022888 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><defs><marker id=\"mermaid-1780579022888_stateDiagram-barbEnd\" refX=\"19\" refY=\"7\" markerWidth=\"20\" markerHeight=\"14\" markerUnits=\"userSpaceOnUse\" orient=\"auto\"><path d=\"M 19,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"><g class=\"note-cluster\" id=\"Sent----parent\"><rect x=\"8\" y=\"690\" width=\"300\" height=\"416\" fill=\"none\"></rect></g></g><g class=\"edgePaths\"><path d=\"M755.281,22L755.281,28.167C755.281,34.333,755.281,46.667,755.365,59.083C755.448,71.5,755.615,84,755.698,90.25L755.781,96.5\" id=\"edge0\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge0\" data-points=\"W3sieCI6NzU1LjI4MTI1LCJ5IjoyMn0seyJ4Ijo3NTUuMjgxMjUsInkiOjU5fSx7IngiOjc1NS43ODEyNSwieSI6OTYuNX1d\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,136.5L755.698,142.583C755.615,148.667,755.448,160.833,755.448,173.167C755.448,185.5,755.615,198,755.698,204.25L755.781,210.5\" id=\"edge1\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge1\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5IjoxMzYuNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjE3M30seyJ4Ijo3NTUuNzgxMjUsInkiOjIxMC41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,250.5L755.698,256.583C755.615,262.667,755.448,274.833,755.448,287.167C755.448,299.5,755.615,312,755.698,318.25L755.781,324.5\" id=\"edge2\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge2\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5IjoyNTAuNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjI4N30seyJ4Ijo3NTUuNzgxMjUsInkiOjMyNC41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,364.5L755.698,370.583C755.615,376.667,755.448,388.833,755.448,401.167C755.448,413.5,755.615,426,755.698,432.25L755.781,438.5\" id=\"edge3\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge3\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5IjozNjQuNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjQwMX0seyJ4Ijo3NTUuNzgxMjUsInkiOjQzOC41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,478.5L755.698,484.583C755.615,490.667,755.448,502.833,755.448,515.167C755.448,527.5,755.615,540,755.698,546.25L755.781,552.5\" id=\"edge4\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge4\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5Ijo0NzguNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjUxNX0seyJ4Ijo3NTUuNzgxMjUsInkiOjU1Mi41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M731.141,577.4L677.339,588C623.536,598.6,515.932,619.8,462.13,638.567C408.328,657.333,408.328,673.667,408.328,716.5C408.328,759.333,408.328,828.667,408.328,898C408.328,967.333,408.328,1036.667,408.328,1075.5C408.328,1114.333,408.328,1122.667,478.65,1133.871C548.973,1145.075,689.617,1159.15,759.939,1166.188L830.262,1173.226\" id=\"edge5\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge5\" data-points=\"W3sieCI6NzMxLjE0MDYyNSwieSI6NTc3LjQwMDM4Mjc5NjY2NzR9LHsieCI6NDA4LjMyODEyNSwieSI6NjQxfSx7IngiOjQwOC4zMjgxMjUsInkiOjY5MH0seyJ4Ijo0MDguMzI4MTI1LCJ5Ijo4OTh9LHsieCI6NDA4LjMyODEyNSwieSI6MTEwNn0seyJ4Ijo0MDguMzI4MTI1LCJ5IjoxMTMxfSx7IngiOjgzMC4yNjE3MTg3NSwieSI6MTE3My4yMjU3Mzk3NzQ2NTEyfV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M731.141,580.933L701.56,590.944C671.979,600.955,612.818,620.978,583.237,639.155C553.656,657.333,553.656,673.667,553.74,713.25C553.823,752.833,553.99,815.667,554.073,847.083L554.156,878.5\" id=\"edge6\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge6\" data-points=\"W3sieCI6NzMxLjE0MDYyNSwieSI6NTgwLjkzMjUwMTU0OTkwN30seyJ4Ijo1NTMuNjU2MjUsInkiOjY0MX0seyJ4Ijo1NTMuNjU2MjUsInkiOjY5MH0seyJ4Ijo1NTQuMTU2MjUsInkiOjg3OC41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M554.156,918.5L554.073,949.75C553.99,981,553.823,1043.5,553.74,1078.917C553.656,1114.333,553.656,1122.667,599.757,1133.614C645.858,1144.562,738.06,1158.124,784.161,1164.906L830.262,1171.687\" id=\"edge7\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge7\" data-points=\"W3sieCI6NTU0LjE1NjI1LCJ5Ijo5MTguNX0seyJ4Ijo1NTMuNjU2MjUsInkiOjExMDZ9LHsieCI6NTUzLjY1NjI1LCJ5IjoxMTMxfSx7IngiOjgzMC4yNjE3MTg3NSwieSI6MTE3MS42ODY2NzMyMzY1NTM4fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,592.5L755.698,600.583C755.615,608.667,755.448,624.833,755.365,641.083C755.281,657.333,755.281,673.667,755.365,713.25C755.448,752.833,755.615,815.667,755.698,847.083L755.781,878.5\" id=\"edge8\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge8\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5Ijo1OTIuNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjY0MX0seyJ4Ijo3NTUuMjgxMjUsInkiOjY5MH0seyJ4Ijo3NTUuNzgxMjUsInkiOjg3OC41fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M755.781,918.5L755.698,949.75C755.615,981,755.448,1043.5,755.365,1078.917C755.281,1114.333,755.281,1122.667,767.778,1132.111C780.275,1141.554,805.268,1152.109,817.765,1157.386L830.262,1162.663\" id=\"edge9\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge9\" data-points=\"W3sieCI6NzU1Ljc4MTI1LCJ5Ijo5MTguNX0seyJ4Ijo3NTUuMjgxMjUsInkiOjExMDZ9LHsieCI6NzU1LjI4MTI1LCJ5IjoxMTMxfSx7IngiOjgzMC4yNjE3MTg3NSwieSI6MTE2Mi42NjMxNDk2NzQ5MzU1fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M780.422,580.404L812.082,590.503C843.742,600.603,907.063,620.801,938.723,639.067C970.383,657.333,970.383,673.667,970.466,713.25C970.549,752.833,970.716,815.667,970.799,847.083L970.883,878.5\" id=\"edge10\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge10\" data-points=\"W3sieCI6NzgwLjQyMTg3NSwieSI6NTgwLjQwNDE4NzcwMjAzMDN9LHsieCI6OTcwLjM4MjgxMjUsInkiOjY0MX0seyJ4Ijo5NzAuMzgyODEyNSwieSI6NjkwfSx7IngiOjk3MC44ODI4MTI1LCJ5Ijo4NzguNX1d\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M970.883,918.5L970.799,949.75C970.716,981,970.549,1043.5,970.466,1078.917C970.383,1114.333,970.383,1122.667,958.053,1132.111C945.723,1141.554,921.063,1152.109,908.732,1157.386L896.402,1162.663\" id=\"edge11\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge11\" data-points=\"W3sieCI6OTcwLjg4MjgxMjUsInkiOjkxOC41fSx7IngiOjk3MC4zODI4MTI1LCJ5IjoxMTA2fSx7IngiOjk3MC4zODI4MTI1LCJ5IjoxMTMxfSx7IngiOjg5Ni40MDIzNDM3NSwieSI6MTE2Mi42NjMxNDk2NzQ5MzU1fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M780.422,576.506L846.96,587.255C913.497,598.004,1046.573,619.502,1113.111,638.418C1179.648,657.333,1179.648,673.667,1179.732,713.25C1179.815,752.833,1179.982,815.667,1180.065,847.083L1180.148,878.5\" id=\"edge12\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge12\" data-points=\"W3sieCI6NzgwLjQyMTg3NSwieSI6NTc2LjUwNjQ0MzQxNzU4ODd9LHsieCI6MTE3OS42NDg0Mzc1LCJ5Ijo2NDF9LHsieCI6MTE3OS42NDg0Mzc1LCJ5Ijo2OTB9LHsieCI6MTE4MC4xNDg0Mzc1LCJ5Ijo4NzguNX1d\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M1180.148,918.5L1180.065,949.75C1179.982,981,1179.815,1043.5,1179.732,1078.917C1179.648,1114.333,1179.648,1122.667,1132.441,1133.634C1085.233,1144.601,990.818,1158.202,943.61,1165.002L896.402,1171.803\" id=\"edge13\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge13\" data-points=\"W3sieCI6MTE4MC4xNDg0Mzc1LCJ5Ijo5MTguNX0seyJ4IjoxMTc5LjY0ODQzNzUsInkiOjExMDZ9LHsieCI6MTE3OS42NDg0Mzc1LCJ5IjoxMTMxfSx7IngiOjg5Ni40MDIzNDM3NSwieSI6MTE3MS44MDI3NTU2ODcwNzIyfV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M780.422,575.18L881.948,586.15C983.474,597.12,1186.526,619.06,1288.052,638.197C1389.578,657.333,1389.578,673.667,1389.661,713.25C1389.745,752.833,1389.911,815.667,1389.995,847.083L1390.078,878.5\" id=\"edge14\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge14\" data-points=\"W3sieCI6NzgwLjQyMTg3NSwieSI6NTc1LjE4MDQ1MzI1Nzc5MDR9LHsieCI6MTM4OS41NzgxMjUsInkiOjY0MX0seyJ4IjoxMzg5LjU3ODEyNSwieSI6NjkwfSx7IngiOjEzOTAuMDc4MTI1LCJ5Ijo4NzguNX1d\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M1390.078,918.5L1389.995,949.75C1389.911,981,1389.745,1043.5,1389.661,1078.917C1389.578,1114.333,1389.578,1122.667,1307.382,1133.946C1225.186,1145.225,1060.794,1159.45,978.598,1166.562L896.402,1173.675\" id=\"edge15\" class=\"edge-thickness-normal edge-pattern-solid transition\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"edge15\" data-points=\"W3sieCI6MTM5MC4wNzgxMjUsInkiOjkxOC41fSx7IngiOjEzODkuNTc4MTI1LCJ5IjoxMTA2fSx7IngiOjEzODkuNTc4MTI1LCJ5IjoxMTMxfSx7IngiOjg5Ni40MDIzNDM3NSwieSI6MTE3My42NzQ3OTgxMDQ1MTg1fV0=\" marker-end=\"url(#mermaid-1780579022888_stateDiagram-barbEnd)\"></path><path d=\"M731.141,575.347L635.617,586.289C540.094,597.231,349.047,619.116,253.523,638.224C158,657.333,158,673.667,158,686C158,698.333,158,706.667,158,710.833L158,715\" id=\"Sent-Sent----note-16\" class=\"edge-thickness-normal edge-pattern-solid transition note-edge\" style=\"fill:none;;;fill:none\" data-edge=\"true\" data-et=\"edge\" data-id=\"Sent-Sent----note-16\" data-points=\"W3sieCI6NzMxLjE0MDYyNSwieSI6NTc1LjM0NjU3MDM5NzExMTl9LHsieCI6MTU4LCJ5Ijo2NDF9LHsieCI6MTU4LCJ5Ijo2OTB9LHsieCI6MTU4LCJ5Ijo3MTV9XQ==\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(755.28125, 59)\"><g class=\"label\" data-id=\"edge0\" transform=\"translate(-66.7265625, -12)\"><foreignObject width=\"133.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Draft → Submitted</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(755.28125, 173)\"><g class=\"label\" data-id=\"edge1\" transform=\"translate(-85.890625, -12)\"><foreignObject width=\"171.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Submitted → Processed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(755.28125, 287)\"><g class=\"label\" data-id=\"edge2\" transform=\"translate(-89.140625, -12)\"><foreignObject width=\"178.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Processed → Dispatched</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(755.28125, 401)\"><g class=\"label\" data-id=\"edge3\" transform=\"translate(-75.0625, -12)\"><foreignObject width=\"150.125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Dispatched → Issued</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(755.28125, 515)\"><g class=\"label\" data-id=\"edge4\" transform=\"translate(-49.75, -12)\"><foreignObject width=\"99.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Issued → Sent</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(408.328125, 898)\"><g class=\"label\" data-id=\"edge5\" transform=\"translate(-80.328125, -12)\"><foreignObject width=\"160.65625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent as final outcome</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(553.65625, 641)\"><g class=\"label\" data-id=\"edge6\" transform=\"translate(-81.625, -12)\"><foreignObject width=\"163.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Failed → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge7\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(755.28125, 641)\"><g class=\"label\" data-id=\"edge8\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Sent → Undelivered → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge9\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(970.3828125, 641)\"><g class=\"label\" data-id=\"edge10\" transform=\"translate(-95.1015625, -12)\"><foreignObject width=\"190.203125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Delivered → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge11\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1179.6484375, 641)\"><g class=\"label\" data-id=\"edge12\" transform=\"translate(-94.1640625, -12)\"><foreignObject width=\"188.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Disposed → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge13\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1389.578125, 641)\"><g class=\"label\" data-id=\"edge14\" transform=\"translate(-95.765625, -12)\"><foreignObject width=\"191.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Sent → Cancelled → Closed</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"edge15\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"Sent-Sent----note-16\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"state-root_start-0\" transform=\"translate(755.28125, 15)\"><circle class=\"state-start\" r=\"7\" width=\"14\" height=\"14\"></circle></g><g class=\"node  statediagram-state\" id=\"state-Submitted-1\" transform=\"translate(755.28125, 116)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.703125 -20 C-24.404653003448516 -20, -7.106181006897032 -20, 41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 C41.83517059204937 -19.994538553914378, 41.967216184098746 -19.989077107828756, 42.11602172736166 -19.982922465033347 C42.25748833113023 -19.965288671263284, 42.398954934898796 -19.947654877493225, 42.52609795140367 -19.931806517013612 C42.66943745339971 -19.90175138401707, 42.81277695539574 -19.87169625102053, 42.930552435703994 -19.847001329696653 C43.02009345465753 -19.820343813367835, 43.10963447361106 -19.793686297039017, 43.32662234602342 -19.729086208503173 C43.41403359206208 -19.694978234458, 43.50144483810074 -19.660870260412825, 43.711602123264846 -19.578866633275286 C43.85279060273365 -19.50984379153142, 43.99397908220246 -19.440820949787554, 44.082861965185366 -19.397368756032446 C44.18763714719421 -19.334936298893815, 44.29241232920306 -19.272503841755185, 44.437865790612136 -19.185832391312644 C44.552044070586085 -19.10431066631949, 44.666222350560034 -19.022788941326336, 44.77418856344834 -18.94570254698197 C44.84232157382832 -18.887996830774796, 44.9104545842083 -18.83029111456762, 45.089532858128706 -18.678619553365657 C45.176700148299695 -18.591452263194665, 45.26386743847069 -18.504284973023672, 45.38174455336566 -18.386407858128706 C45.484351460829465 -18.26526011140998, 45.586958368293274 -18.144112364691253, 45.64882754698197 -18.07106356344834 C45.72616800842515 -17.962741507447745, 45.803508469868326 -17.854419451447146, 45.888957391312644 -17.734740790612136 C45.94294065430056 -17.64414518595044, 45.99692391728847 -17.553549581288742, 46.10049375603245 -17.37973696518537 C46.14727115174632 -17.284052272879304, 46.19404854746019 -17.18836758057324, 46.28199163327529 -17.008477123264846 C46.33869770602548 -16.863151913667583, 46.39540377877567 -16.71782670407032, 46.432211208503176 -16.623497346023417 C46.47729558331534 -16.472061600480973, 46.52237995812751 -16.320625854938527, 46.55012632969665 -16.227427435703994 C46.57600991346219 -16.103982964263754, 46.60189349722772 -15.980538492823515, 46.63493151701361 -15.82297295140367 C46.64614442213041 -15.73301774233539, 46.65735732724721 -15.64306253326711, 46.68604746503335 -15.412896727361662 C46.6909877239179 -15.293452280037469, 46.69592798280245 -15.174007832713276, 46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 C46.703125 -8.35298691686499, 46.703125 -1.7059738337299812, 46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 C46.69922056938856 15.094400428681485, 46.695316138777116 15.188800857362972, 46.68604746503335 15.412896727361662 C46.67186799880565 15.52665108769043, 46.657688532577964 15.640405448019198, 46.63493151701361 15.822972951403669 C46.603994675088906 15.97051751609841, 46.573057833164206 16.11806208079315, 46.55012632969665 16.227427435703994 C46.52636388679862 16.307244074421195, 46.50260144390059 16.387060713138393, 46.432211208503176 16.623497346023417 C46.39948795667534 16.70735985315796, 46.3667647048475 16.7912223602925, 46.28199163327529 17.008477123264846 C46.241046862445515 17.092230990674516, 46.20010209161574 17.17598485808419, 46.10049375603245 17.379736965185366 C46.05778198082437 17.45141657265957, 46.0150702056163 17.523096180133773, 45.888957391312644 17.734740790612133 C45.84034730864993 17.802823447453438, 45.79173722598722 17.87090610429474, 45.64882754698197 18.07106356344834 C45.56791675860195 18.16659475077052, 45.48700597022194 18.2621259380927, 45.38174455336566 18.386407858128706 C45.29588234895833 18.472270062536037, 45.210020144550995 18.558132266943364, 45.089532858128706 18.678619553365657 C45.02543425323896 18.732908302423045, 44.96133564834922 18.787197051480437, 44.77418856344834 18.94570254698197 C44.65669194651318 19.02959351902674, 44.53919532957801 19.113484491071514, 44.437865790612136 19.185832391312644 C44.30323037426604 19.266057686074333, 44.16859495791994 19.346282980836023, 44.082861965185366 19.397368756032446 C43.98150360760348 19.446919837686657, 43.880145250021585 19.49647091934087, 43.711602123264846 19.578866633275286 C43.590093618426465 19.62627939899038, 43.46858511358809 19.673692164705475, 43.32662234602342 19.729086208503173 C43.18126655671591 19.772360501919064, 43.0359107674084 19.815634795334958, 42.930552435703994 19.847001329696653 C42.84757328374742 19.864400228208687, 42.76459413179086 19.881799126720725, 42.52609795140367 19.931806517013612 C42.419747582280245 19.945063076700027, 42.313397213156826 19.95831963638644, 42.11602172736166 19.982922465033347 C41.96044815269 19.989357035678456, 41.80487457801833 19.995791606323564, 41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 C14.38119840626075 20, -12.940728187478499 20, -41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 C-41.852396548402176 19.99382608308946, -42.00166809680435 19.987652166178922, -42.11602172736166 19.982922465033347 C-42.238046550313065 19.967712086714847, -42.360071373264475 19.952501708396344, -42.52609795140367 19.931806517013612 C-42.61005447867426 19.914202684448917, -42.69401100594484 19.89659885188422, -42.930552435703994 19.847001329696653 C-43.086244152832066 19.800649897245822, -43.24193586996014 19.75429846479499, -43.32662234602342 19.729086208503173 C-43.446927338424366 19.682143054798424, -43.567232330825306 19.635199901093678, -43.711602123264846 19.578866633275286 C-43.79697333400683 19.53713119146944, -43.882344544748804 19.4953957496636, -44.082861965185366 19.397368756032446 C-44.155566272616376 19.354046392182035, -44.22827058004738 19.310724028331624, -44.437865790612136 19.185832391312644 C-44.520164091401554 19.127072533957204, -44.60246239219097 19.06831267660176, -44.77418856344834 18.94570254698197 C-44.85245580427789 18.879413575418262, -44.93072304510744 18.81312460385455, -45.089532858128706 18.67861955336566 C-45.17897822753112 18.589174183963245, -45.26842359693354 18.49972881456083, -45.38174455336566 18.386407858128706 C-45.48695925582491 18.262181093677054, -45.59217395828416 18.137954329225398, -45.64882754698197 18.07106356344834 C-45.7361318408274 17.948786291881184, -45.823436134672825 17.826509020314028, -45.888957391312644 17.734740790612133 C-45.94970152258924 17.632798984984625, -46.01044565386582 17.53085717935712, -46.10049375603244 17.37973696518537 C-46.14046795841459 17.29796842726777, -46.18044216079674 17.216199889350168, -46.28199163327528 17.00847712326485 C-46.32876352057257 16.88861104904946, -46.375535407869855 16.768744974834068, -46.432211208503176 16.623497346023417 C-46.464247977353814 16.51588773635532, -46.49628474620445 16.40827812668723, -46.55012632969665 16.227427435703994 C-46.57070734202816 16.1292720870482, -46.591288354359655 16.03111673839241, -46.63493151701361 15.82297295140367 C-46.65469467408752 15.664423591722635, -46.67445783116143 15.505874232041597, -46.68604746503335 15.412896727361664 C-46.690200423774655 15.312487442502812, -46.69435338251596 15.21207815764396, -46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 C-46.703125 6.366083980465573, -46.703125 -2.2678320390688533, -46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 C-46.696302039054366 -15.16496398636392, -46.68947907810873 -15.32992797272784, -46.68604746503335 -15.41289672736166 C-46.67539134300552 -15.49838516009921, -46.6647352209777 -15.583873592836756, -46.63493151701361 -15.822972951403669 C-46.601599698572926 -15.98193968285882, -46.56826788013225 -16.140906414313974, -46.55012632969665 -16.227427435703994 C-46.51814923891284 -16.334836590279167, -46.48617214812903 -16.442245744854336, -46.432211208503176 -16.623497346023417 C-46.393337678935744 -16.72312166416408, -46.35446414936831 -16.822745982304745, -46.28199163327529 -17.008477123264846 C-46.230474564601124 -17.113856971573426, -46.17895749592696 -17.219236819882003, -46.10049375603245 -17.379736965185366 C-46.04913091155811 -17.46593494016401, -45.99776806708377 -17.552132915142654, -45.888957391312644 -17.734740790612133 C-45.80540258262441 -17.85176658147188, -45.72184777393618 -17.968792372331624, -45.64882754698197 -18.07106356344834 C-45.572380134522994 -18.16132485277868, -45.49593272206402 -18.25158614210902, -45.38174455336566 -18.386407858128706 C-45.292112104379264 -18.476040307115102, -45.202479655392864 -18.565672756101495, -45.089532858128706 -18.678619553365657 C-44.98439583728909 -18.76766606772929, -44.87925881644947 -18.85671258209292, -44.77418856344834 -18.945702546981966 C-44.70325747258501 -18.996346372446357, -44.632326381721676 -19.04699019791075, -44.437865790612136 -19.185832391312644 C-44.36429052534874 -19.229673733383823, -44.290715260085356 -19.273515075455006, -44.082861965185366 -19.397368756032446 C-43.98783659947341 -19.44382382661516, -43.892811233761456 -19.490278897197868, -43.711602123264846 -19.578866633275286 C-43.59284894936144 -19.625204265523294, -43.47409577545804 -19.6715418977713, -43.32662234602342 -19.729086208503173 C-43.20411624713319 -19.765557854344515, -43.081610148242966 -19.802029500185853, -42.930552435703994 -19.847001329696653 C-42.842511650963075 -19.865461540996826, -42.75447086622215 -19.883921752296995, -42.52609795140367 -19.931806517013612 C-42.42268806916266 -19.94469654539238, -42.31927818692164 -19.957586573771145, -42.11602172736166 -19.982922465033347 C-42.004446097311146 -19.98753726722805, -41.89287046726063 -19.99215206942275, -41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.703125 -20 C-13.176090705731742 -20, 15.350943588536516 -20, 41.703125 -20 M-41.703125 -20 C-16.484727488193112 -20, 8.733670023613776 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.703125 -20, 41.703125 -20, 41.703125 -20 M41.703125 -20 C41.82860353493585 -19.99481016940574, 41.9540820698717 -19.98962033881148, 42.11602172736166 -19.982922465033347 M41.703125 -20 C41.819277896870794 -19.995195880649227, 41.93543079374159 -19.990391761298454, 42.11602172736166 -19.982922465033347 M42.11602172736166 -19.982922465033347 C42.203873588466244 -19.9719717419668, 42.29172544957082 -19.961021018900258, 42.52609795140367 -19.931806517013612 M42.11602172736166 -19.982922465033347 C42.23016655645241 -19.96869432692523, 42.34431138554316 -19.954466188817115, 42.52609795140367 -19.931806517013612 M42.52609795140367 -19.931806517013612 C42.68715145197515 -19.89803714910156, 42.84820495254662 -19.86426778118951, 42.930552435703994 -19.847001329696653 M42.52609795140367 -19.931806517013612 C42.638550043531914 -19.90822779281275, 42.75100213566015 -19.884649068611886, 42.930552435703994 -19.847001329696653 M42.930552435703994 -19.847001329696653 C43.0601360528456 -19.808422615379225, 43.189719669987205 -19.769843901061797, 43.32662234602342 -19.729086208503173 M42.930552435703994 -19.847001329696653 C43.03239384533127 -19.81668182840197, 43.13423525495855 -19.786362327107284, 43.32662234602342 -19.729086208503173 M43.32662234602342 -19.729086208503173 C43.4587725835178 -19.67752102582029, 43.59092282101217 -19.625955843137408, 43.711602123264846 -19.578866633275286 M43.32662234602342 -19.729086208503173 C43.43234251870174 -19.687834069114054, 43.538062691380055 -19.64658192972493, 43.711602123264846 -19.578866633275286 M43.711602123264846 -19.578866633275286 C43.83331216382125 -19.519366220071813, 43.95502220437765 -19.45986580686834, 44.082861965185366 -19.397368756032446 M43.711602123264846 -19.578866633275286 C43.79608043002317 -19.537567705628305, 43.88055873678149 -19.496268777981324, 44.082861965185366 -19.397368756032446 M44.082861965185366 -19.397368756032446 C44.15975844546201 -19.351548399370333, 44.23665492573865 -19.30572804270822, 44.437865790612136 -19.185832391312644 M44.082861965185366 -19.397368756032446 C44.21290038290324 -19.319882677889805, 44.34293880062113 -19.242396599747163, 44.437865790612136 -19.185832391312644 M44.437865790612136 -19.185832391312644 C44.50611020923297 -19.137106812959257, 44.57435462785381 -19.088381234605873, 44.77418856344834 -18.94570254698197 M44.437865790612136 -19.185832391312644 C44.51484627251913 -19.130869383660976, 44.59182675442613 -19.075906376009304, 44.77418856344834 -18.94570254698197 M44.77418856344834 -18.94570254698197 C44.841569865569504 -18.888633495193584, 44.90895116769067 -18.8315644434052, 45.089532858128706 -18.678619553365657 M44.77418856344834 -18.94570254698197 C44.886794482872695 -18.850330198199636, 44.999400402297056 -18.754957849417305, 45.089532858128706 -18.678619553365657 M45.089532858128706 -18.678619553365657 C45.150014561443584 -18.61813785005078, 45.21049626475846 -18.557656146735905, 45.38174455336566 -18.386407858128706 M45.089532858128706 -18.678619553365657 C45.201143343645725 -18.567009067848637, 45.312753829162745 -18.45539858233162, 45.38174455336566 -18.386407858128706 M45.38174455336566 -18.386407858128706 C45.45664533729283 -18.297972669655223, 45.53154612122 -18.20953748118174, 45.64882754698197 -18.07106356344834 M45.38174455336566 -18.386407858128706 C45.46460375240273 -18.288576186690786, 45.54746295143981 -18.190744515252867, 45.64882754698197 -18.07106356344834 M45.64882754698197 -18.07106356344834 C45.74399323784477 -17.93777572028556, 45.83915892870757 -17.804487877122778, 45.888957391312644 -17.734740790612136 M45.64882754698197 -18.07106356344834 C45.72430258264878 -17.965354198808022, 45.799777618315595 -17.859644834167703, 45.888957391312644 -17.734740790612136 M45.888957391312644 -17.734740790612136 C45.948657774332 -17.63455062057028, 46.008358157351346 -17.53436045052843, 46.10049375603245 -17.37973696518537 M45.888957391312644 -17.734740790612136 C45.93521849878311 -17.65710463504027, 45.98147960625357 -17.579468479468403, 46.10049375603245 -17.37973696518537 M46.10049375603245 -17.37973696518537 C46.164294393198 -17.249230675919968, 46.22809503036355 -17.118724386654563, 46.28199163327529 -17.008477123264846 M46.10049375603245 -17.37973696518537 C46.165941844162724 -17.245860761108688, 46.231389932293 -17.11198455703201, 46.28199163327529 -17.008477123264846 M46.28199163327529 -17.008477123264846 C46.31512014720765 -16.923576018367758, 46.348248661140005 -16.838674913470665, 46.432211208503176 -16.623497346023417 M46.28199163327529 -17.008477123264846 C46.31670517299574 -16.919513945406255, 46.35141871271619 -16.830550767547667, 46.432211208503176 -16.623497346023417 M46.432211208503176 -16.623497346023417 C46.46577413125005 -16.510761475781635, 46.499337053996925 -16.398025605539857, 46.55012632969665 -16.227427435703994 M46.432211208503176 -16.623497346023417 C46.474223146142116 -16.482381735026433, 46.51623508378106 -16.34126612402945, 46.55012632969665 -16.227427435703994 M46.55012632969665 -16.227427435703994 C46.58377788496695 -16.066935809385406, 46.617429440237245 -15.906444183066817, 46.63493151701361 -15.82297295140367 M46.55012632969665 -16.227427435703994 C46.58297578150425 -16.070761216210435, 46.61582523331185 -15.91409499671688, 46.63493151701361 -15.82297295140367 M46.63493151701361 -15.82297295140367 C46.65004570794 -15.701719789041261, 46.6651598988664 -15.580466626678854, 46.68604746503335 -15.412896727361662 M46.63493151701361 -15.82297295140367 C46.64751410044305 -15.722029537433475, 46.660096683872474 -15.621086123463279, 46.68604746503335 -15.412896727361662 M46.68604746503335 -15.412896727361662 C46.69273855069115 -15.251121191489641, 46.69942963634895 -15.08934565561762, 46.703125 -15 M46.68604746503335 -15.412896727361662 C46.69099051535556 -15.293384789297454, 46.69593356567776 -15.173872851233245, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -15, 46.703125 -15, 46.703125 -15 M46.703125 -15 C46.703125 -8.550014349893704, 46.703125 -2.1000286997874085, 46.703125 15 M46.703125 -15 C46.703125 -8.231449774770892, 46.703125 -1.4628995495417847, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.703125 15, 46.703125 15, 46.703125 15 M46.703125 15 C46.69749676952491 15.13607806680169, 46.69186853904983 15.272156133603382, 46.68604746503335 15.412896727361662 M46.703125 15 C46.69841672513861 15.113835590767843, 46.69370845027722 15.227671181535687, 46.68604746503335 15.412896727361662 M46.68604746503335 15.412896727361662 C46.67203186322243 15.525336490115906, 46.65801626141151 15.637776252870148, 46.63493151701361 15.822972951403669 M46.68604746503335 15.412896727361662 C46.671266711653544 15.531474896588701, 46.65648595827375 15.650053065815742, 46.63493151701361 15.822972951403669 M46.63493151701361 15.822972951403669 C46.61199499745885 15.93236222913139, 46.58905847790408 16.041751506859114, 46.55012632969665 16.227427435703994 M46.63493151701361 15.822972951403669 C46.61161775611444 15.934161375601507, 46.58830399521527 16.045349799799347, 46.55012632969665 16.227427435703994 M46.55012632969665 16.227427435703994 C46.51772198416133 16.336271713691684, 46.48531763862601 16.445115991679373, 46.432211208503176 16.623497346023417 M46.55012632969665 16.227427435703994 C46.50354187177147 16.38390187160295, 46.45695741384628 16.540376307501912, 46.432211208503176 16.623497346023417 M46.432211208503176 16.623497346023417 C46.39229363954429 16.72579730781268, 46.3523760705854 16.82809726960194, 46.28199163327529 17.008477123264846 M46.432211208503176 16.623497346023417 C46.39170886525042 16.72729595588865, 46.351206521997675 16.83109456575388, 46.28199163327529 17.008477123264846 M46.28199163327529 17.008477123264846 C46.24345689994921 17.087301180165234, 46.204922166623135 17.166125237065625, 46.10049375603245 17.379736965185366 M46.28199163327529 17.008477123264846 C46.212092536261636 17.151458011536917, 46.14219343924798 17.294438899808988, 46.10049375603245 17.379736965185366 M46.10049375603245 17.379736965185366 C46.01925522913005 17.5160728044657, 45.93801670222766 17.65240864374604, 45.888957391312644 17.734740790612133 M46.10049375603245 17.379736965185366 C46.05055538383429 17.463544367233766, 46.000617011636145 17.54735176928217, 45.888957391312644 17.734740790612133 M45.888957391312644 17.734740790612133 C45.809164259883985 17.846498024662615, 45.729371128455334 17.958255258713102, 45.64882754698197 18.07106356344834 M45.888957391312644 17.734740790612133 C45.79934950400275 17.8602444455704, 45.709741616692845 17.98574810052867, 45.64882754698197 18.07106356344834 M45.64882754698197 18.07106356344834 C45.591763718420836 18.13843869851674, 45.53469988985971 18.205813833585136, 45.38174455336566 18.386407858128706 M45.64882754698197 18.07106356344834 C45.551773385503274 18.18565519537104, 45.45471922402458 18.300246827293744, 45.38174455336566 18.386407858128706 M45.38174455336566 18.386407858128706 C45.300449488571545 18.46770292292282, 45.21915442377743 18.548997987716927, 45.089532858128706 18.678619553365657 M45.38174455336566 18.386407858128706 C45.28406507101513 18.48408734047923, 45.186385588664606 18.58176682282976, 45.089532858128706 18.678619553365657 M45.089532858128706 18.678619553365657 C44.9829519070646 18.768889014246593, 44.87637095600049 18.859158475127526, 44.77418856344834 18.94570254698197 M45.089532858128706 18.678619553365657 C44.974643837382864 18.775925590329315, 44.85975481663702 18.873231627292974, 44.77418856344834 18.94570254698197 M44.77418856344834 18.94570254698197 C44.70000724894685 18.99866698752006, 44.62582593444535 19.05163142805815, 44.437865790612136 19.185832391312644 M44.77418856344834 18.94570254698197 C44.67786559326157 19.014475825821705, 44.5815426230748 19.083249104661437, 44.437865790612136 19.185832391312644 M44.437865790612136 19.185832391312644 C44.35319789517704 19.236283506275377, 44.26852999974194 19.286734621238114, 44.082861965185366 19.397368756032446 M44.437865790612136 19.185832391312644 C44.350504115175234 19.237888650750236, 44.26314243973833 19.289944910187828, 44.082861965185366 19.397368756032446 M44.082861965185366 19.397368756032446 C43.93607483083545 19.469128613369165, 43.78928769648554 19.54088847070588, 43.711602123264846 19.578866633275286 M44.082861965185366 19.397368756032446 C43.96938883044771 19.4528423913506, 43.85591569571007 19.508316026668755, 43.711602123264846 19.578866633275286 M43.711602123264846 19.578866633275286 C43.60443124530537 19.620684839621685, 43.497260367345895 19.66250304596808, 43.32662234602342 19.729086208503173 M43.711602123264846 19.578866633275286 C43.63151343233678 19.610117337449875, 43.55142474140872 19.641368041624467, 43.32662234602342 19.729086208503173 M43.32662234602342 19.729086208503173 C43.223634726976776 19.759746951126917, 43.120647107930125 19.79040769375066, 42.930552435703994 19.847001329696653 M43.32662234602342 19.729086208503173 C43.18796423550787 19.770366516549583, 43.04930612499231 19.811646824595996, 42.930552435703994 19.847001329696653 M42.930552435703994 19.847001329696653 C42.844922333186176 19.864956074089108, 42.75929223066835 19.882910818481562, 42.52609795140367 19.931806517013612 M42.930552435703994 19.847001329696653 C42.830341067569115 19.868013443978608, 42.73012969943424 19.88902555826056, 42.52609795140367 19.931806517013612 M42.52609795140367 19.931806517013612 C42.41760110583115 19.94533063471038, 42.309104260258636 19.958854752407145, 42.11602172736166 19.982922465033347 M42.52609795140367 19.931806517013612 C42.389195756317285 19.948871357834783, 42.25229356123089 19.965936198655953, 42.11602172736166 19.982922465033347 M42.11602172736166 19.982922465033347 C42.015528005604324 19.987078916110608, 41.915034283846985 19.99123536718787, 41.703125 20 M42.11602172736166 19.982922465033347 C41.98852066473489 19.98819594799168, 41.861019602108115 19.993469430950018, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C41.703125 20, 41.703125 20, 41.703125 20 M41.703125 20 C15.376557499144585 20, -10.95001000171083 20, -41.703125 20 M41.703125 20 C17.010194187792802 20, -7.682736624414396 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.703125 20, -41.703125 20, -41.703125 20 M-41.703125 20 C-41.83674103198356 19.994473600038233, -41.970357063967114 19.98894720007647, -42.11602172736166 19.982922465033347 M-41.703125 20 C-41.817897459570844 19.995252975958287, -41.93266991914169 19.990505951916578, -42.11602172736166 19.982922465033347 M-42.11602172736166 19.982922465033347 C-42.23923760392742 19.967563622036646, -42.36245348049318 19.952204779039945, -42.52609795140367 19.931806517013612 M-42.11602172736166 19.982922465033347 C-42.24528723576436 19.966809536214583, -42.37455274416705 19.95069660739582, -42.52609795140367 19.931806517013612 M-42.52609795140367 19.931806517013612 C-42.62881561289816 19.910268888276796, -42.731533274392646 19.888731259539984, -42.930552435703994 19.847001329696653 M-42.52609795140367 19.931806517013612 C-42.66482885463404 19.902717705560686, -42.803559757864406 19.87362889410776, -42.930552435703994 19.847001329696653 M-42.930552435703994 19.847001329696653 C-43.064914696956954 19.80699995138772, -43.199276958209914 19.766998573078784, -43.32662234602342 19.729086208503173 M-42.930552435703994 19.847001329696653 C-43.049277977446515 19.811655204483454, -43.16800351918904 19.776309079270252, -43.32662234602342 19.729086208503173 M-43.32662234602342 19.729086208503173 C-43.411413273468106 19.69600068594615, -43.4962042009128 19.662915163389123, -43.711602123264846 19.578866633275286 M-43.32662234602342 19.729086208503173 C-43.40856941839626 19.697110361638632, -43.4905164907691 19.66513451477409, -43.711602123264846 19.578866633275286 M-43.711602123264846 19.578866633275286 C-43.802852098853705 19.53425723845853, -43.894102074442564 19.489647843641773, -44.082861965185366 19.397368756032446 M-43.711602123264846 19.578866633275286 C-43.83308013629029 19.51947965141982, -43.95455814931573 19.46009266956436, -44.082861965185366 19.397368756032446 M-44.082861965185366 19.397368756032446 C-44.21222301949976 19.32028629886993, -44.341584073814154 19.24320384170742, -44.437865790612136 19.185832391312644 M-44.082861965185366 19.397368756032446 C-44.22240250279651 19.314220643411904, -44.36194304040765 19.231072530791362, -44.437865790612136 19.185832391312644 M-44.437865790612136 19.185832391312644 C-44.55269577982717 19.10384535486499, -44.66752576904219 19.021858318417337, -44.77418856344834 18.94570254698197 M-44.437865790612136 19.185832391312644 C-44.518868400624115 19.12799763939108, -44.59987101063609 19.070162887469515, -44.77418856344834 18.94570254698197 M-44.77418856344834 18.94570254698197 C-44.89927761593621 18.83975752380991, -45.02436666842407 18.733812500637857, -45.089532858128706 18.67861955336566 M-44.77418856344834 18.94570254698197 C-44.8741774877294 18.861016247987635, -44.974166412010455 18.7763299489933, -45.089532858128706 18.67861955336566 M-45.089532858128706 18.67861955336566 C-45.16210970172289 18.606042709771472, -45.23468654531708 18.533465866177284, -45.38174455336566 18.386407858128706 M-45.089532858128706 18.67861955336566 C-45.15319186451021 18.614960546984157, -45.21685087089171 18.551301540602655, -45.38174455336566 18.386407858128706 M-45.38174455336566 18.386407858128706 C-45.45455872382656 18.300436329519457, -45.52737289428746 18.214464800910207, -45.64882754698197 18.07106356344834 M-45.38174455336566 18.386407858128706 C-45.45942805353755 18.29468712279353, -45.53711155370945 18.202966387458353, -45.64882754698197 18.07106356344834 M-45.64882754698197 18.07106356344834 C-45.727589005808504 17.960751276781107, -45.80635046463503 17.850438990113872, -45.888957391312644 17.734740790612133 M-45.64882754698197 18.07106356344834 C-45.744536359168954 17.93701503154133, -45.84024517135594 17.802966499634316, -45.888957391312644 17.734740790612133 M-45.888957391312644 17.734740790612133 C-45.967948682519086 17.60217629943904, -46.04693997372552 17.469611808265952, -46.10049375603244 17.37973696518537 M-45.888957391312644 17.734740790612133 C-45.947081553073474 17.637195861152122, -46.00520571483431 17.539650931692115, -46.10049375603244 17.37973696518537 M-46.10049375603244 17.37973696518537 C-46.16241104250341 17.25308313134135, -46.224328328974366 17.126429297497328, -46.28199163327528 17.00847712326485 M-46.10049375603244 17.37973696518537 C-46.140897537772176 17.297089708646848, -46.18130131951192 17.21444245210833, -46.28199163327528 17.00847712326485 M-46.28199163327528 17.00847712326485 C-46.33037449469547 16.88448247620511, -46.378757356115656 16.760487829145372, -46.432211208503176 16.623497346023417 M-46.28199163327528 17.00847712326485 C-46.335576887177055 16.87114988692275, -46.38916214107883 16.733822650580656, -46.432211208503176 16.623497346023417 M-46.432211208503176 16.623497346023417 C-46.47324041901148 16.485682657270832, -46.51426962951979 16.34786796851825, -46.55012632969665 16.227427435703994 M-46.432211208503176 16.623497346023417 C-46.4730444951676 16.48634075386177, -46.513877781832015 16.349184161700126, -46.55012632969665 16.227427435703994 M-46.55012632969665 16.227427435703994 C-46.57741985591117 16.09725864038526, -46.60471338212568 15.967089845066523, -46.63493151701361 15.82297295140367 M-46.55012632969665 16.227427435703994 C-46.57678688144927 16.100277434018743, -46.6034474332019 15.973127432333492, -46.63493151701361 15.82297295140367 M-46.63493151701361 15.82297295140367 C-46.647368481180244 15.723197763784546, -46.659805445346876 15.62342257616542, -46.68604746503335 15.412896727361664 M-46.63493151701361 15.82297295140367 C-46.6453059282795 15.739744535158126, -46.65568033954538 15.656516118912581, -46.68604746503335 15.412896727361664 M-46.68604746503335 15.412896727361664 C-46.69088596127219 15.29591267396816, -46.69572445751103 15.178928620574656, -46.703125 15 M-46.68604746503335 15.412896727361664 C-46.690103783236225 15.314823995297271, -46.694160101439095 15.216751263232878, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 15, -46.703125 15, -46.703125 15 M-46.703125 15 C-46.703125 3.838925981712803, -46.703125 -7.322148036574394, -46.703125 -15 M-46.703125 15 C-46.703125 8.642435588072182, -46.703125 2.284871176144364, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.703125 -15, -46.703125 -15, -46.703125 -15 M-46.703125 -15 C-46.698253422870586 -15.1177838755858, -46.69338184574117 -15.235567751171601, -46.68604746503335 -15.41289672736166 M-46.703125 -15 C-46.69714172822019 -15.144662174114998, -46.69115845644037 -15.289324348229997, -46.68604746503335 -15.41289672736166 M-46.68604746503335 -15.41289672736166 C-46.66801140348831 -15.55759051279478, -46.649975341943275 -15.7022842982279, -46.63493151701361 -15.822972951403669 M-46.68604746503335 -15.41289672736166 C-46.66897437824645 -15.549865075471072, -46.651901291459566 -15.686833423580483, -46.63493151701361 -15.822972951403669 M-46.63493151701361 -15.822972951403669 C-46.61053233955815 -15.939337964527434, -46.58613316210268 -16.055702977651197, -46.55012632969665 -16.227427435703994 M-46.63493151701361 -15.822972951403669 C-46.61753899615858 -15.905921686919253, -46.60014647530355 -15.988870422434838, -46.55012632969665 -16.227427435703994 M-46.55012632969665 -16.227427435703994 C-46.52510262558195 -16.31148057616855, -46.50007892146725 -16.395533716633103, -46.432211208503176 -16.623497346023417 M-46.55012632969665 -16.227427435703994 C-46.515590021170055 -16.34343285114557, -46.48105371264346 -16.45943826658715, -46.432211208503176 -16.623497346023417 M-46.432211208503176 -16.623497346023417 C-46.38525404190433 -16.743838250394145, -46.338296875305495 -16.864179154764877, -46.28199163327529 -17.008477123264846 M-46.432211208503176 -16.623497346023417 C-46.37349260843034 -16.773980221119256, -46.31477400835751 -16.924463096215096, -46.28199163327529 -17.008477123264846 M-46.28199163327529 -17.008477123264846 C-46.22544767609484 -17.124139636365694, -46.16890371891438 -17.23980214946654, -46.10049375603245 -17.379736965185366 M-46.28199163327529 -17.008477123264846 C-46.22049239549534 -17.13427582484342, -46.15899315771539 -17.26007452642199, -46.10049375603245 -17.379736965185366 M-46.10049375603245 -17.379736965185366 C-46.039726695843974 -17.48171725049197, -45.9789596356555 -17.58369753579857, -45.888957391312644 -17.734740790612133 M-46.10049375603245 -17.379736965185366 C-46.01915075611292 -17.516248132810716, -45.937807756193386 -17.652759300436067, -45.888957391312644 -17.734740790612133 M-45.888957391312644 -17.734740790612133 C-45.79656664390549 -17.86414208364588, -45.70417589649835 -17.99354337667963, -45.64882754698197 -18.07106356344834 M-45.888957391312644 -17.734740790612133 C-45.79803217813617 -17.862089475243454, -45.70710696495969 -17.989438159874776, -45.64882754698197 -18.07106356344834 M-45.64882754698197 -18.07106356344834 C-45.55201289183632 -18.185372410777973, -45.45519823669067 -18.299681258107604, -45.38174455336566 -18.386407858128706 M-45.64882754698197 -18.07106356344834 C-45.57481424976239 -18.15845089834622, -45.50080095254281 -18.2458382332441, -45.38174455336566 -18.386407858128706 M-45.38174455336566 -18.386407858128706 C-45.30116319382469 -18.466989217669674, -45.22058183428372 -18.547570577210642, -45.089532858128706 -18.678619553365657 M-45.38174455336566 -18.386407858128706 C-45.308086029614614 -18.460066381879752, -45.234427505863565 -18.533724905630798, -45.089532858128706 -18.678619553365657 M-45.089532858128706 -18.678619553365657 C-44.98252011369292 -18.76925472457742, -44.875507369257136 -18.859889895789177, -44.77418856344834 -18.945702546981966 M-45.089532858128706 -18.678619553365657 C-44.97885625150103 -18.77235785756227, -44.86817964487335 -18.866096161758886, -44.77418856344834 -18.945702546981966 M-44.77418856344834 -18.945702546981966 C-44.70250634064874 -18.996882670340813, -44.63082411784913 -19.048062793699657, -44.437865790612136 -19.185832391312644 M-44.77418856344834 -18.945702546981966 C-44.64719360024098 -19.036375207915977, -44.520198637033616 -19.12704786884999, -44.437865790612136 -19.185832391312644 M-44.437865790612136 -19.185832391312644 C-44.29740524860247 -19.269528707563822, -44.15694470659281 -19.353225023815, -44.082861965185366 -19.397368756032446 M-44.437865790612136 -19.185832391312644 C-44.31236024108547 -19.260617466282234, -44.18685469155881 -19.33540254125182, -44.082861965185366 -19.397368756032446 M-44.082861965185366 -19.397368756032446 C-43.953219368991746 -19.460747159383782, -43.82357677279813 -19.52412556273512, -43.711602123264846 -19.578866633275286 M-44.082861965185366 -19.397368756032446 C-43.99949308521105 -19.43812531797348, -43.916124205236734 -19.47888187991451, -43.711602123264846 -19.578866633275286 M-43.711602123264846 -19.578866633275286 C-43.58465314054902 -19.628402280045698, -43.457704157833206 -19.67793792681611, -43.32662234602342 -19.729086208503173 M-43.711602123264846 -19.578866633275286 C-43.611184879548574 -19.618049563362426, -43.51076763583231 -19.657232493449563, -43.32662234602342 -19.729086208503173 M-43.32662234602342 -19.729086208503173 C-43.220614863760936 -19.76064600335938, -43.114607381498445 -19.792205798215583, -42.930552435703994 -19.847001329696653 M-43.32662234602342 -19.729086208503173 C-43.17693993922121 -19.77364859175612, -43.02725753241899 -19.81821097500907, -42.930552435703994 -19.847001329696653 M-42.930552435703994 -19.847001329696653 C-42.821993360319965 -19.869763774125534, -42.713434284935936 -19.89252621855442, -42.52609795140367 -19.931806517013612 M-42.930552435703994 -19.847001329696653 C-42.80148647303727 -19.874063616221008, -42.67242051037055 -19.90112590274536, -42.52609795140367 -19.931806517013612 M-42.52609795140367 -19.931806517013612 C-42.42159292731148 -19.944833054681766, -42.31708790321929 -19.95785959234992, -42.11602172736166 -19.982922465033347 M-42.52609795140367 -19.931806517013612 C-42.374838109641516 -19.95066103662652, -42.22357826787936 -19.96951555623943, -42.11602172736166 -19.982922465033347 M-42.11602172736166 -19.982922465033347 C-41.95479753918413 -19.989590746781825, -41.79357335100659 -19.996259028530304, -41.703125 -20 M-42.11602172736166 -19.982922465033347 C-42.000279750946866 -19.98770958858834, -41.88453777453208 -19.992496712143335, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20 M-41.703125 -20 C-41.703125 -20, -41.703125 -20, -41.703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.703125, -12)\"><rect></rect><foreignObject width=\"77.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Submitted</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Processed-2\" transform=\"translate(755.28125, 230)\"><g class=\"basic label-container outer-path\"><path d=\"M-41.234375 -20 C-23.88665868178247 -20, -6.538942363564942 -20, 41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 C41.36826504563754 -19.99446226674967, 41.50215509127509 -19.988924533499347, 41.64727172736166 -19.982922465033347 C41.80446134210066 -19.963328799989704, 41.96165095683965 -19.943735134946063, 42.05734795140367 -19.931806517013612 C42.143298867286305 -19.913784505132348, 42.22924978316894 -19.895762493251084, 42.461802435703994 -19.847001329696653 C42.61390035108702 -19.801719818381642, 42.765998266470035 -19.75643830706663, 42.85787234602342 -19.729086208503173 C42.99124852700177 -19.677042661188423, 43.124624707980125 -19.624999113873674, 43.242852123264846 -19.578866633275286 C43.38213031344031 -19.510777675061263, 43.52140850361577 -19.442688716847243, 43.614111965185366 -19.397368756032446 C43.69738055361373 -19.34775144706314, 43.780649142042094 -19.298134138093832, 43.969115790612136 -19.185832391312644 C44.10118992578715 -19.09153327129697, 44.23326406096217 -18.997234151281297, 44.30543856344834 -18.94570254698197 C44.40277102042867 -18.863266161022654, 44.50010347740901 -18.78082977506334, 44.620782858128706 -18.678619553365657 C44.70970468096138 -18.589697730532986, 44.79862650379405 -18.500775907700312, 44.91299455336566 -18.386407858128706 C45.01195229247892 -18.2695686763399, 45.11091003159218 -18.152729494551096, 45.18007754698197 -18.07106356344834 C45.2380055398036 -17.989930361430446, 45.295933532625234 -17.908797159412547, 45.420207391312644 -17.734740790612136 C45.47357258828557 -17.64518243455768, 45.5269377852585 -17.55562407850322, 45.63174375603245 -17.37973696518537 C45.689013989549146 -17.26258883009335, 45.746284223065835 -17.145440695001327, 45.81324163327529 -17.008477123264846 C45.86270329681801 -16.881717743312002, 45.91216496036073 -16.75495836335916, 45.963461208503176 -16.623497346023417 C45.991840835711415 -16.52817185859231, 46.02022046291966 -16.432846371161197, 46.08137632969665 -16.227427435703994 C46.11526823300943 -16.065789537009255, 46.149160136322216 -15.90415163831452, 46.16618151701361 -15.82297295140367 C46.179457039795125 -15.716470451394795, 46.19273256257664 -15.609967951385917, 46.21729746503335 -15.412896727361662 C46.22182078569706 -15.303532916805791, 46.22634410636077 -15.194169106249921, 46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 C46.234375 -6.177381812348704, 46.234375 2.6452363753025914, 46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 C46.230852483850086 15.08516658834061, 46.22732996770018 15.170333176681218, 46.21729746503335 15.412896727361662 C46.20706022474805 15.495024693357413, 46.196822984462756 15.577152659353164, 46.16618151701361 15.822972951403669 C46.144958894039696 15.92418828152652, 46.12373627106577 16.025403611649374, 46.08137632969665 16.227427435703994 C46.044951609665006 16.349775913577943, 46.00852688963336 16.47212439145189, 45.963461208503176 16.623497346023417 C45.906424518128915 16.76966985597468, 45.84938782775465 16.91584236592594, 45.81324163327529 17.008477123264846 C45.74318120228512 17.151788025460636, 45.67312077129496 17.29509892765643, 45.63174375603245 17.379736965185366 C45.56071336485509 17.498941342281103, 45.48968297367774 17.618145719376844, 45.420207391312644 17.734740790612133 C45.34591057315591 17.838799958955114, 45.27161375499918 17.9428591272981, 45.18007754698197 18.07106356344834 C45.10258691601013 18.16255657854931, 45.0250962850383 18.254049593650283, 44.91299455336566 18.386407858128706 C44.83609318257607 18.463309228918288, 44.75919181178649 18.54021059970787, 44.620782858128706 18.678619553365657 C44.49524781442366 18.78494231183029, 44.3697127707186 18.891265070294917, 44.30543856344834 18.94570254698197 C44.2227052317281 19.004773010451938, 44.139971900007865 19.063843473921906, 43.969115790612136 19.185832391312644 C43.87164277553985 19.24391370139961, 43.77416976046756 19.30199501148657, 43.614111965185366 19.397368756032446 C43.47676953843075 19.46451137717454, 43.33942711167614 19.53165399831663, 43.242852123264846 19.578866633275286 C43.1393904445666 19.61923750557871, 43.035928765868356 19.659608377882137, 42.85787234602342 19.729086208503173 C42.719848732748034 19.77017761853683, 42.58182511947265 19.811269028570486, 42.461802435703994 19.847001329696653 C42.36372706263076 19.867565572911918, 42.26565168955753 19.888129816127183, 42.05734795140367 19.931806517013612 C41.90555585351525 19.95072738228347, 41.753763755626835 19.969648247553327, 41.64727172736166 19.982922465033347 C41.54510660545606 19.987148045732095, 41.44294148355046 19.991373626430843, 41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 C19.43332967269061 20, -2.3677156546187774 20, -41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 C-41.34913697035976 19.995253409795268, -41.463898940719524 19.990506819590536, -41.64727172736166 19.982922465033347 C-41.73952291574743 19.971423366393083, -41.831774104133196 19.95992426775282, -42.05734795140367 19.931806517013612 C-42.18338571361544 19.90537917735419, -42.30942347582722 19.878951837694775, -42.461802435703994 19.847001329696653 C-42.59063763873168 19.808645427914705, -42.71947284175936 19.77028952613276, -42.85787234602342 19.729086208503173 C-42.969531202853 19.685516787367444, -43.081190059682584 19.641947366231715, -43.242852123264846 19.578866633275286 C-43.33885112238764 19.531935582321616, -43.43485012151042 19.485004531367945, -43.614111965185366 19.397368756032446 C-43.75263934671823 19.31482435339569, -43.8911667282511 19.232279950758933, -43.969115790612136 19.185832391312644 C-44.04193819888111 19.13383819117583, -44.11476060715008 19.08184399103902, -44.30543856344834 18.94570254698197 C-44.39374501070476 18.870910801303577, -44.482051457961184 18.796119055625187, -44.620782858128706 18.67861955336566 C-44.70839640371852 18.59100600777585, -44.79600994930833 18.50339246218604, -44.91299455336566 18.386407858128706 C-45.0036748619885 18.279341820052363, -45.094355170611344 18.172275781976015, -45.18007754698197 18.07106356344834 C-45.25543859294658 17.965513851319464, -45.330799638911195 17.859964139190584, -45.420207391312644 17.734740790612133 C-45.46294773162218 17.663013244712285, -45.505688071931715 17.591285698812435, -45.63174375603244 17.37973696518537 C-45.66843970818175 17.304674195300482, -45.70513566033106 17.229611425415595, -45.81324163327528 17.00847712326485 C-45.87329725846358 16.854567746460848, -45.933352883651885 16.700658369656846, -45.963461208503176 16.623497346023417 C-45.9944864789966 16.519285299446256, -46.02551174949002 16.4150732528691, -46.08137632969665 16.227427435703994 C-46.11458060876988 16.069068967383757, -46.1477848878431 15.91071049906352, -46.16618151701361 15.82297295140367 C-46.18662006193891 15.659005312093852, -46.20705860686421 15.495037672784035, -46.21729746503335 15.412896727361664 C-46.221756470125875 15.305087923948953, -46.2262154752184 15.197279120536242, -46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 C-46.234375 8.033071539021373, -46.234375 1.0661430780427459, -46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 C-46.22762765601624 -15.163135736786304, -46.22088031203248 -15.326271473572607, -46.21729746503335 -15.41289672736166 C-46.20280587700098 -15.529155075898801, -46.18831428896862 -15.645413424435942, -46.16618151701361 -15.822972951403669 C-46.13484884623016 -15.972405310489284, -46.10351617544672 -16.121837669574898, -46.08137632969665 -16.227427435703994 C-46.05637525246447 -16.311404573809906, -46.03137417523229 -16.395381711915814, -45.963461208503176 -16.623497346023417 C-45.92281808817799 -16.727656736605166, -45.88217496785281 -16.83181612718691, -45.81324163327529 -17.008477123264846 C-45.7620453934138 -17.11320070574769, -45.71084915355231 -17.217924288230535, -45.63174375603245 -17.379736965185366 C-45.55344459480809 -17.51113991237684, -45.47514543358374 -17.642542859568316, -45.420207391312644 -17.734740790612133 C-45.33350790939175 -17.856170970373313, -45.24680842747086 -17.97760115013449, -45.18007754698197 -18.07106356344834 C-45.08711963259242 -18.180818765571928, -44.99416171820286 -18.290573967695515, -44.91299455336566 -18.386407858128706 C-44.81829702349201 -18.481105388002355, -44.72359949361836 -18.575802917876004, -44.620782858128706 -18.678619553365657 C-44.510511630066496 -18.772014519431092, -44.400240402004286 -18.865409485496528, -44.30543856344834 -18.945702546981966 C-44.214141420908646 -19.01088745385287, -44.12284427836895 -19.076072360723778, -43.969115790612136 -19.185832391312644 C-43.82830757163911 -19.269735878066392, -43.68749935266607 -19.35363936482014, -43.614111965185366 -19.397368756032446 C-43.50017618818474 -19.453068563371303, -43.386240411184104 -19.50876837071016, -43.242852123264846 -19.578866633275286 C-43.1394142223969 -19.619228227440537, -43.03597632152895 -19.65958982160579, -42.85787234602342 -19.729086208503173 C-42.75463857837879 -19.7598202327396, -42.65140481073416 -19.790554256976023, -42.461802435703994 -19.847001329696653 C-42.33282384947695 -19.874045295308218, -42.2038452632499 -19.901089260919782, -42.05734795140367 -19.931806517013612 C-41.89861109790466 -19.95159304516756, -41.739874244405655 -19.971379573321506, -41.64727172736166 -19.982922465033347 C-41.52474723694153 -19.987990115442667, -41.4022227465214 -19.993057765851987, -41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-41.234375 -20 C-22.1609812229859 -20, -3.087587445971799 -20, 41.234375 -20 M-41.234375 -20 C-20.174626534250162 -20, 0.8851219314996754 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.234375 -20, 41.234375 -20, 41.234375 -20 M41.234375 -20 C41.32866459638622 -19.9961001534462, 41.42295419277244 -19.992200306892396, 41.64727172736166 -19.982922465033347 M41.234375 -20 C41.32166552879901 -19.996389637022922, 41.408956057598026 -19.992779274045848, 41.64727172736166 -19.982922465033347 M41.64727172736166 -19.982922465033347 C41.81097433427706 -19.96251695636156, 41.97467694119246 -19.942111447689772, 42.05734795140367 -19.931806517013612 M41.64727172736166 -19.982922465033347 C41.79433218353272 -19.964591398288476, 41.94139263970378 -19.94626033154361, 42.05734795140367 -19.931806517013612 M42.05734795140367 -19.931806517013612 C42.20699997831722 -19.900427786730226, 42.35665200523077 -19.869049056446837, 42.461802435703994 -19.847001329696653 M42.05734795140367 -19.931806517013612 C42.16811470954817 -19.908581170188278, 42.27888146769268 -19.885355823362943, 42.461802435703994 -19.847001329696653 M42.461802435703994 -19.847001329696653 C42.55359983602548 -19.819672059529616, 42.645397236346966 -19.792342789362575, 42.85787234602342 -19.729086208503173 M42.461802435703994 -19.847001329696653 C42.605616156514394 -19.804186129963433, 42.7494298773248 -19.761370930230218, 42.85787234602342 -19.729086208503173 M42.85787234602342 -19.729086208503173 C42.94274960961192 -19.69596699747829, 43.02762687320043 -19.66284778645341, 43.242852123264846 -19.578866633275286 M42.85787234602342 -19.729086208503173 C42.94113366099263 -19.696597542586193, 43.02439497596183 -19.664108876669218, 43.242852123264846 -19.578866633275286 M43.242852123264846 -19.578866633275286 C43.38993358352333 -19.50696288876955, 43.53701504378182 -19.435059144263818, 43.614111965185366 -19.397368756032446 M43.242852123264846 -19.578866633275286 C43.37997960517336 -19.51182909226545, 43.51710708708188 -19.444791551255616, 43.614111965185366 -19.397368756032446 M43.614111965185366 -19.397368756032446 C43.752402179149854 -19.314965674591832, 43.89069239311434 -19.232562593151222, 43.969115790612136 -19.185832391312644 M43.614111965185366 -19.397368756032446 C43.707327643031725 -19.341824268299657, 43.800543320878084 -19.286279780566865, 43.969115790612136 -19.185832391312644 M43.969115790612136 -19.185832391312644 C44.08047732192224 -19.106321786210255, 44.19183885323234 -19.026811181107863, 44.30543856344834 -18.94570254698197 M43.969115790612136 -19.185832391312644 C44.04903578508479 -19.128770612029047, 44.12895577955744 -19.071708832745454, 44.30543856344834 -18.94570254698197 M44.30543856344834 -18.94570254698197 C44.373599617152955 -18.887973079290404, 44.44176067085757 -18.830243611598835, 44.620782858128706 -18.678619553365657 M44.30543856344834 -18.94570254698197 C44.42459216234824 -18.844784596566537, 44.54374576124815 -18.7438666461511, 44.620782858128706 -18.678619553365657 M44.620782858128706 -18.678619553365657 C44.68156227375733 -18.61784013773703, 44.74234168938596 -18.557060722108403, 44.91299455336566 -18.386407858128706 M44.620782858128706 -18.678619553365657 C44.71826015027082 -18.581142261223537, 44.815737442412946 -18.483664969081417, 44.91299455336566 -18.386407858128706 M44.91299455336566 -18.386407858128706 C44.96682139285686 -18.322854628833205, 45.020648232348066 -18.2593013995377, 45.18007754698197 -18.07106356344834 M44.91299455336566 -18.386407858128706 C44.99104357344414 -18.29425555425533, 45.06909259352261 -18.202103250381956, 45.18007754698197 -18.07106356344834 M45.18007754698197 -18.07106356344834 C45.266957656556514 -17.949380398917622, 45.353837766131065 -17.827697234386907, 45.420207391312644 -17.734740790612136 M45.18007754698197 -18.07106356344834 C45.269547433359584 -17.94575319082168, 45.35901731973719 -17.820442818195023, 45.420207391312644 -17.734740790612136 M45.420207391312644 -17.734740790612136 C45.48789281924122 -17.621149986155803, 45.55557824716979 -17.50755918169947, 45.63174375603245 -17.37973696518537 M45.420207391312644 -17.734740790612136 C45.47860262043704 -17.636740951419995, 45.53699784956142 -17.538741112227854, 45.63174375603245 -17.37973696518537 M45.63174375603245 -17.37973696518537 C45.675222289110565 -17.290800204256097, 45.71870082218868 -17.201863443326825, 45.81324163327529 -17.008477123264846 M45.63174375603245 -17.37973696518537 C45.70411336151854 -17.231702571060374, 45.77648296700463 -17.08366817693538, 45.81324163327529 -17.008477123264846 M45.81324163327529 -17.008477123264846 C45.85250592111265 -16.90785137750408, 45.891770208950014 -16.807225631743314, 45.963461208503176 -16.623497346023417 M45.81324163327529 -17.008477123264846 C45.86835860357345 -16.867224434223367, 45.923475573871606 -16.72597174518189, 45.963461208503176 -16.623497346023417 M45.963461208503176 -16.623497346023417 C46.00001449387925 -16.50071702476991, 46.03656777925532 -16.3779367035164, 46.08137632969665 -16.227427435703994 M45.963461208503176 -16.623497346023417 C46.01039357836651 -16.465854294524124, 46.057325948229845 -16.308211243024836, 46.08137632969665 -16.227427435703994 M46.08137632969665 -16.227427435703994 C46.10383445696528 -16.120319715408108, 46.126292584233916 -16.013211995112222, 46.16618151701361 -15.82297295140367 M46.08137632969665 -16.227427435703994 C46.10275027882784 -16.125490398043702, 46.12412422795904 -16.02355336038341, 46.16618151701361 -15.82297295140367 M46.16618151701361 -15.82297295140367 C46.17944611909891 -15.716558062366298, 46.19271072118421 -15.610143173328927, 46.21729746503335 -15.412896727361662 M46.16618151701361 -15.82297295140367 C46.181591576814355 -15.699346189499318, 46.197001636615106 -15.575719427594963, 46.21729746503335 -15.412896727361662 M46.21729746503335 -15.412896727361662 C46.22178852291769 -15.304312958892792, 46.226279580802036 -15.195729190423922, 46.234375 -15 M46.21729746503335 -15.412896727361662 C46.22372546705507 -15.257481967361212, 46.23015346907678 -15.10206720736076, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -15, 46.234375 -15, 46.234375 -15 M46.234375 -15 C46.234375 -5.447019093325549, 46.234375 4.105961813348902, 46.234375 15 M46.234375 -15 C46.234375 -3.0994452858022754, 46.234375 8.80110942839545, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.234375 15, 46.234375 15, 46.234375 15 M46.234375 15 C46.23021756729272 15.100517455382956, 46.226060134585445 15.201034910765914, 46.21729746503335 15.412896727361662 M46.234375 15 C46.22919715158126 15.12518883264173, 46.224019303162514 15.250377665283457, 46.21729746503335 15.412896727361662 M46.21729746503335 15.412896727361662 C46.20080594488525 15.54519947382414, 46.18431442473715 15.677502220286616, 46.16618151701361 15.822972951403669 M46.21729746503335 15.412896727361662 C46.204690509869366 15.514035662871875, 46.19208355470539 15.615174598382087, 46.16618151701361 15.822972951403669 M46.16618151701361 15.822972951403669 C46.146842725520195 15.91520387722224, 46.127503934026784 16.00743480304081, 46.08137632969665 16.227427435703994 M46.16618151701361 15.822972951403669 C46.14616208933467 15.91844998003883, 46.12614266165574 16.01392700867399, 46.08137632969665 16.227427435703994 M46.08137632969665 16.227427435703994 C46.057658444658884 16.307094407206847, 46.03394055962111 16.3867613787097, 45.963461208503176 16.623497346023417 M46.08137632969665 16.227427435703994 C46.04275191172648 16.35716456870906, 46.00412749375631 16.486901701714125, 45.963461208503176 16.623497346023417 M45.963461208503176 16.623497346023417 C45.92927292345881 16.711114411513584, 45.89508463841444 16.798731477003756, 45.81324163327529 17.008477123264846 M45.963461208503176 16.623497346023417 C45.9082925533728 16.764882491937858, 45.85312389824243 16.9062676378523, 45.81324163327529 17.008477123264846 M45.81324163327529 17.008477123264846 C45.76961248999736 17.097721962282, 45.725983346719424 17.18696680129916, 45.63174375603245 17.379736965185366 M45.81324163327529 17.008477123264846 C45.766871943650756 17.103327839435334, 45.72050225402623 17.19817855560582, 45.63174375603245 17.379736965185366 M45.63174375603245 17.379736965185366 C45.57174342714532 17.4804305093427, 45.51174309825819 17.581124053500034, 45.420207391312644 17.734740790612133 M45.63174375603245 17.379736965185366 C45.55170376794815 17.51406139680107, 45.471663779863846 17.648385828416775, 45.420207391312644 17.734740790612133 M45.420207391312644 17.734740790612133 C45.350469949651064 17.832414154851808, 45.28073250798948 17.930087519091487, 45.18007754698197 18.07106356344834 M45.420207391312644 17.734740790612133 C45.33816138195538 17.849653376526195, 45.256115372598124 17.96456596244026, 45.18007754698197 18.07106356344834 M45.18007754698197 18.07106356344834 C45.080805219935236 18.188274178508326, 44.98153289288851 18.30548479356831, 44.91299455336566 18.386407858128706 M45.18007754698197 18.07106356344834 C45.099917344084055 18.16570853616642, 45.01975714118613 18.2603535088845, 44.91299455336566 18.386407858128706 M44.91299455336566 18.386407858128706 C44.84713568176311 18.45226672973125, 44.78127681016057 18.51812560133379, 44.620782858128706 18.678619553365657 M44.91299455336566 18.386407858128706 C44.816249031855754 18.483153379638605, 44.71950351034586 18.579898901148503, 44.620782858128706 18.678619553365657 M44.620782858128706 18.678619553365657 C44.50589647331233 18.775923357810935, 44.39101008849596 18.873227162256217, 44.30543856344834 18.94570254698197 M44.620782858128706 18.678619553365657 C44.50109311766866 18.77999159251934, 44.38140337720861 18.881363631673025, 44.30543856344834 18.94570254698197 M44.30543856344834 18.94570254698197 C44.193549151724014 19.02559005145583, 44.081659739999694 19.105477555929685, 43.969115790612136 19.185832391312644 M44.30543856344834 18.94570254698197 C44.21436851024885 19.010725315180395, 44.12329845704936 19.07574808337882, 43.969115790612136 19.185832391312644 M43.969115790612136 19.185832391312644 C43.88464744037546 19.236164603145756, 43.80017909013878 19.286496814978868, 43.614111965185366 19.397368756032446 M43.969115790612136 19.185832391312644 C43.84064194460233 19.262386187074746, 43.71216809859253 19.338939982836845, 43.614111965185366 19.397368756032446 M43.614111965185366 19.397368756032446 C43.51117128265529 19.447693389217893, 43.40823060012522 19.49801802240334, 43.242852123264846 19.578866633275286 M43.614111965185366 19.397368756032446 C43.534881985197906 19.436101933063735, 43.45565200521045 19.474835110095025, 43.242852123264846 19.578866633275286 M43.242852123264846 19.578866633275286 C43.09240508485748 19.637571249828884, 42.94195804645012 19.696275866382486, 42.85787234602342 19.729086208503173 M43.242852123264846 19.578866633275286 C43.151705788327405 19.614432043531355, 43.06055945338996 19.649997453787424, 42.85787234602342 19.729086208503173 M42.85787234602342 19.729086208503173 C42.72863977999329 19.767560410376518, 42.59940721396315 19.806034612249867, 42.461802435703994 19.847001329696653 M42.85787234602342 19.729086208503173 C42.738939463943105 19.76449406160941, 42.62000658186278 19.799901914715647, 42.461802435703994 19.847001329696653 M42.461802435703994 19.847001329696653 C42.35308412944594 19.869797161328847, 42.24436582318789 19.892592992961045, 42.05734795140367 19.931806517013612 M42.461802435703994 19.847001329696653 C42.31985656231164 19.87676424950389, 42.1779106889193 19.906527169311126, 42.05734795140367 19.931806517013612 M42.05734795140367 19.931806517013612 C41.92029487973781 19.9488901645808, 41.78324180807195 19.96597381214799, 41.64727172736166 19.982922465033347 M42.05734795140367 19.931806517013612 C41.89914161017331 19.951526916882234, 41.740935268942955 19.97124731675086, 41.64727172736166 19.982922465033347 M41.64727172736166 19.982922465033347 C41.54249943929896 19.987255878921996, 41.437727151236246 19.991589292810648, 41.234375 20 M41.64727172736166 19.982922465033347 C41.5176244437372 19.98828471634877, 41.38797716011273 19.99364696766419, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C41.234375 20, 41.234375 20, 41.234375 20 M41.234375 20 C15.27268078849966 20, -10.68901342300068 20, -41.234375 20 M41.234375 20 C10.403531092329352 20, -20.427312815341296 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.234375 20, -41.234375 20, -41.234375 20 M-41.234375 20 C-41.35483861396902 19.99501758807121, -41.47530222793804 19.99003517614242, -41.64727172736166 19.982922465033347 M-41.234375 20 C-41.32910353848991 19.996081998666497, -41.42383207697982 19.992163997332998, -41.64727172736166 19.982922465033347 M-41.64727172736166 19.982922465033347 C-41.74026833974375 19.971330449388844, -41.83326495212584 19.959738433744338, -42.05734795140367 19.931806517013612 M-41.64727172736166 19.982922465033347 C-41.803005500781616 19.963510270420876, -41.95873927420156 19.9440980758084, -42.05734795140367 19.931806517013612 M-42.05734795140367 19.931806517013612 C-42.160542383589174 19.910168919975472, -42.26373681577467 19.888531322937336, -42.461802435703994 19.847001329696653 M-42.05734795140367 19.931806517013612 C-42.15822831846632 19.910654128407632, -42.25910868552897 19.889501739801652, -42.461802435703994 19.847001329696653 M-42.461802435703994 19.847001329696653 C-42.59539763177911 19.80722831658551, -42.72899282785422 19.767455303474367, -42.85787234602342 19.729086208503173 M-42.461802435703994 19.847001329696653 C-42.5587609384044 19.818135532778538, -42.65571944110481 19.789269735860422, -42.85787234602342 19.729086208503173 M-42.85787234602342 19.729086208503173 C-42.98594943946302 19.679110371562384, -43.11402653290262 19.629134534621592, -43.242852123264846 19.578866633275286 M-42.85787234602342 19.729086208503173 C-42.96115978873005 19.688783323294647, -43.06444723143669 19.64848043808612, -43.242852123264846 19.578866633275286 M-43.242852123264846 19.578866633275286 C-43.37287508428574 19.515302280890598, -43.50289804530662 19.451737928505906, -43.614111965185366 19.397368756032446 M-43.242852123264846 19.578866633275286 C-43.3862536598552 19.50876189382953, -43.52965519644556 19.43865715438377, -43.614111965185366 19.397368756032446 M-43.614111965185366 19.397368756032446 C-43.69056528175433 19.351812467622512, -43.767018598323304 19.30625617921258, -43.969115790612136 19.185832391312644 M-43.614111965185366 19.397368756032446 C-43.73590852523848 19.324793759078428, -43.857705085291585 19.252218762124414, -43.969115790612136 19.185832391312644 M-43.969115790612136 19.185832391312644 C-44.049104123989636 19.128721818988826, -44.129092457367136 19.07161124666501, -44.30543856344834 18.94570254698197 M-43.969115790612136 19.185832391312644 C-44.099464940849636 19.092764886869787, -44.22981409108714 18.999697382426934, -44.30543856344834 18.94570254698197 M-44.30543856344834 18.94570254698197 C-44.42541093808741 18.84409112888944, -44.545383312726486 18.74247971079691, -44.620782858128706 18.67861955336566 M-44.30543856344834 18.94570254698197 C-44.39965890728378 18.865901986402196, -44.49387925111921 18.786101425822427, -44.620782858128706 18.67861955336566 M-44.620782858128706 18.67861955336566 C-44.7338862289571 18.565516182537266, -44.846989599785495 18.45241281170887, -44.91299455336566 18.386407858128706 M-44.620782858128706 18.67861955336566 C-44.71333479079219 18.58606762070218, -44.805886723455664 18.4935156880387, -44.91299455336566 18.386407858128706 M-44.91299455336566 18.386407858128706 C-45.01367753594903 18.26753168522389, -45.1143605185324 18.14865551231907, -45.18007754698197 18.07106356344834 M-44.91299455336566 18.386407858128706 C-45.0023559081756 18.280899105876564, -45.09171726298555 18.175390353624426, -45.18007754698197 18.07106356344834 M-45.18007754698197 18.07106356344834 C-45.271274611986335 17.943334126641833, -45.3624716769907 17.81560468983532, -45.420207391312644 17.734740790612133 M-45.18007754698197 18.07106356344834 C-45.27525530859482 17.937758814148218, -45.370433070207675 17.8044540648481, -45.420207391312644 17.734740790612133 M-45.420207391312644 17.734740790612133 C-45.489419395428854 17.61858806075288, -45.55863139954506 17.502435330893633, -45.63174375603244 17.37973696518537 M-45.420207391312644 17.734740790612133 C-45.48238536984986 17.630392678800476, -45.544563348387065 17.526044566988816, -45.63174375603244 17.37973696518537 M-45.63174375603244 17.37973696518537 C-45.689468688797085 17.261658727915417, -45.74719362156172 17.143580490645462, -45.81324163327528 17.00847712326485 M-45.63174375603244 17.37973696518537 C-45.68807682100004 17.264505839000986, -45.744409885967634 17.149274712816602, -45.81324163327528 17.00847712326485 M-45.81324163327528 17.00847712326485 C-45.858505836134185 16.89247491311883, -45.903770038993095 16.776472702972807, -45.963461208503176 16.623497346023417 M-45.81324163327528 17.00847712326485 C-45.86347213810825 16.879747371952583, -45.913702642941224 16.75101762064031, -45.963461208503176 16.623497346023417 M-45.963461208503176 16.623497346023417 C-46.0071825975783 16.47663978886914, -46.050903986653424 16.329782231714866, -46.08137632969665 16.227427435703994 M-45.963461208503176 16.623497346023417 C-46.00592722302133 16.480856517675097, -46.04839323753949 16.33821568932678, -46.08137632969665 16.227427435703994 M-46.08137632969665 16.227427435703994 C-46.10611695130197 16.109434000759407, -46.13085757290728 15.991440565814822, -46.16618151701361 15.82297295140367 M-46.08137632969665 16.227427435703994 C-46.10585386943503 16.11068869571602, -46.13033140917341 15.99394995572805, -46.16618151701361 15.82297295140367 M-46.16618151701361 15.82297295140367 C-46.17949781545622 15.716143329825409, -46.192814113898834 15.609313708247148, -46.21729746503335 15.412896727361664 M-46.16618151701361 15.82297295140367 C-46.17655975367484 15.739713846033908, -46.18693799033607 15.656454740664145, -46.21729746503335 15.412896727361664 M-46.21729746503335 15.412896727361664 C-46.223405616283884 15.265215246017862, -46.229513767534414 15.11753376467406, -46.234375 15 M-46.21729746503335 15.412896727361664 C-46.22215736234924 15.295395243630844, -46.22701725966514 15.177893759900025, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 15, -46.234375 15, -46.234375 15 M-46.234375 15 C-46.234375 6.723477641024079, -46.234375 -1.5530447179518418, -46.234375 -15 M-46.234375 15 C-46.234375 4.502368847494132, -46.234375 -5.995262305011735, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.234375 -15, -46.234375 -15, -46.234375 -15 M-46.234375 -15 C-46.22793064699144 -15.155810090413778, -46.22148629398288 -15.311620180827557, -46.21729746503335 -15.41289672736166 M-46.234375 -15 C-46.22889768277414 -15.132429320841487, -46.22342036554827 -15.264858641682974, -46.21729746503335 -15.41289672736166 M-46.21729746503335 -15.41289672736166 C-46.20143455443558 -15.5401564717713, -46.18557164383782 -15.66741621618094, -46.16618151701361 -15.822972951403669 M-46.21729746503335 -15.41289672736166 C-46.198771201064886 -15.561523147649481, -46.180244937096425 -15.710149567937304, -46.16618151701361 -15.822972951403669 M-46.16618151701361 -15.822972951403669 C-46.140965955147095 -15.943231480318273, -46.11575039328058 -16.06349000923288, -46.08137632969665 -16.227427435703994 M-46.16618151701361 -15.822972951403669 C-46.14430777629077 -15.927293604463602, -46.122434035567935 -16.031614257523533, -46.08137632969665 -16.227427435703994 M-46.08137632969665 -16.227427435703994 C-46.05468641412751 -16.317077281787423, -46.027996498558366 -16.406727127870848, -45.963461208503176 -16.623497346023417 M-46.08137632969665 -16.227427435703994 C-46.04507334373994 -16.34936701602812, -46.008770357783234 -16.471306596352242, -45.963461208503176 -16.623497346023417 M-45.963461208503176 -16.623497346023417 C-45.914790409912236 -16.7482299128096, -45.86611961132129 -16.872962479595778, -45.81324163327529 -17.008477123264846 M-45.963461208503176 -16.623497346023417 C-45.926857445270166 -16.717304751578023, -45.890253682037155 -16.811112157132627, -45.81324163327529 -17.008477123264846 M-45.81324163327529 -17.008477123264846 C-45.77227143851786 -17.092282996149763, -45.731301243760434 -17.176088869034675, -45.63174375603245 -17.379736965185366 M-45.81324163327529 -17.008477123264846 C-45.76313680591758 -17.110968185787787, -45.713031978559876 -17.213459248310727, -45.63174375603245 -17.379736965185366 M-45.63174375603245 -17.379736965185366 C-45.58895610258236 -17.451543912780114, -45.54616844913226 -17.52335086037486, -45.420207391312644 -17.734740790612133 M-45.63174375603245 -17.379736965185366 C-45.559612293986355 -17.50078917762131, -45.48748083194026 -17.621841390057256, -45.420207391312644 -17.734740790612133 M-45.420207391312644 -17.734740790612133 C-45.33768068892935 -17.85032662899862, -45.25515398654606 -17.965912467385106, -45.18007754698197 -18.07106356344834 M-45.420207391312644 -17.734740790612133 C-45.324163405289035 -17.86925876268569, -45.22811941926543 -18.003776734759246, -45.18007754698197 -18.07106356344834 M-45.18007754698197 -18.07106356344834 C-45.115387440011695 -18.147443028419612, -45.05069733304141 -18.223822493390887, -44.91299455336566 -18.386407858128706 M-45.18007754698197 -18.07106356344834 C-45.12056797309007 -18.141326384572135, -45.06105839919817 -18.211589205695933, -44.91299455336566 -18.386407858128706 M-44.91299455336566 -18.386407858128706 C-44.82045578438873 -18.478946627105636, -44.7279170154118 -18.571485396082565, -44.620782858128706 -18.678619553365657 M-44.91299455336566 -18.386407858128706 C-44.8468395658063 -18.45256284568806, -44.78068457824695 -18.51871783324742, -44.620782858128706 -18.678619553365657 M-44.620782858128706 -18.678619553365657 C-44.53303620623326 -18.75293717655842, -44.44528955433782 -18.827254799751184, -44.30543856344834 -18.945702546981966 M-44.620782858128706 -18.678619553365657 C-44.51845435722728 -18.765287372679545, -44.41612585632584 -18.851955191993433, -44.30543856344834 -18.945702546981966 M-44.30543856344834 -18.945702546981966 C-44.20049319843004 -19.02063209740329, -44.09554783341174 -19.095561647824617, -43.969115790612136 -19.185832391312644 M-44.30543856344834 -18.945702546981966 C-44.22887452869521 -19.00036821708083, -44.15231049394207 -19.055033887179693, -43.969115790612136 -19.185832391312644 M-43.969115790612136 -19.185832391312644 C-43.87847854395602 -19.239840467543363, -43.78784129729991 -19.293848543774082, -43.614111965185366 -19.397368756032446 M-43.969115790612136 -19.185832391312644 C-43.88752489227337 -19.234450013976446, -43.80593399393461 -19.28306763664025, -43.614111965185366 -19.397368756032446 M-43.614111965185366 -19.397368756032446 C-43.51314016608334 -19.446730860761058, -43.41216836698131 -19.49609296548967, -43.242852123264846 -19.578866633275286 M-43.614111965185366 -19.397368756032446 C-43.53974546729107 -19.433724321546823, -43.465378969396774 -19.470079887061203, -43.242852123264846 -19.578866633275286 M-43.242852123264846 -19.578866633275286 C-43.16221964314146 -19.61032952465233, -43.08158716301808 -19.641792416029375, -42.85787234602342 -19.729086208503173 M-43.242852123264846 -19.578866633275286 C-43.12870095034257 -19.62340855916818, -43.01454977742029 -19.66795048506107, -42.85787234602342 -19.729086208503173 M-42.85787234602342 -19.729086208503173 C-42.73768819581432 -19.76486658027141, -42.617504045605216 -19.80064695203965, -42.461802435703994 -19.847001329696653 M-42.85787234602342 -19.729086208503173 C-42.754667230050465 -19.75981170276736, -42.65146211407752 -19.790537197031554, -42.461802435703994 -19.847001329696653 M-42.461802435703994 -19.847001329696653 C-42.362315027405245 -19.867861645563963, -42.2628276191065 -19.88872196143127, -42.05734795140367 -19.931806517013612 M-42.461802435703994 -19.847001329696653 C-42.33806111282064 -19.872947156664367, -42.21431978993728 -19.898892983632077, -42.05734795140367 -19.931806517013612 M-42.05734795140367 -19.931806517013612 C-41.9301024654914 -19.947667650291535, -41.80285697957914 -19.963528783569455, -41.64727172736166 -19.982922465033347 M-42.05734795140367 -19.931806517013612 C-41.921098224566684 -19.94879002775231, -41.7848484977297 -19.96577353849101, -41.64727172736166 -19.982922465033347 M-41.64727172736166 -19.982922465033347 C-41.55636308246578 -19.986682474399128, -41.4654544375699 -19.99044248376491, -41.234375 -20 M-41.64727172736166 -19.982922465033347 C-41.542872541659364 -19.987240447294223, -41.438473355957065 -19.9915584295551, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20 M-41.234375 -20 C-41.234375 -20, -41.234375 -20, -41.234375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-38.234375, -12)\"><rect></rect><foreignObject width=\"76.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Processed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Dispatched-3\" transform=\"translate(755.28125, 344)\"><g class=\"basic label-container outer-path\"><path d=\"M-44.953125 -20 C-16.81076051862576 -20, 11.331603962748481 -20, 44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 C45.08852523210637 -19.99439980497529, 45.22392546421275 -19.988799609950583, 45.36602172736166 -19.982922465033347 C45.52913608155343 -19.962590281987094, 45.692250435745194 -19.942258098940837, 45.77609795140367 -19.931806517013612 C45.937146125896994 -19.898038265862713, 46.098194300390325 -19.864270014711813, 46.180552435703994 -19.847001329696653 C46.29672649316337 -19.81241481426605, 46.41290055062274 -19.77782829883545, 46.57662234602342 -19.729086208503173 C46.7065606251829 -19.67838413464089, 46.83649890434239 -19.627682060778607, 46.961602123264846 -19.578866633275286 C47.0991935183292 -19.511602298943085, 47.236784913393564 -19.444337964610884, 47.332861965185366 -19.397368756032446 C47.41617138398632 -19.347727117441966, 47.499480802787275 -19.298085478851487, 47.687865790612136 -19.185832391312644 C47.82002606769017 -19.09147176716037, 47.95218634476821 -18.997111143008095, 48.02418856344834 -18.94570254698197 C48.13338185199832 -18.853220549112628, 48.242575140548304 -18.760738551243282, 48.339532858128706 -18.678619553365657 C48.40466104879805 -18.61349136269632, 48.46978923946738 -18.54836317202698, 48.63174455336566 -18.386407858128706 C48.69247857368321 -18.314699335841976, 48.753212594000765 -18.24299081355525, 48.89882754698197 -18.07106356344834 C48.98537896026798 -17.949840766713592, 49.071930373554 -17.828617969978843, 49.138957391312644 -17.734740790612136 C49.19592321924437 -17.639139796139375, 49.2528890471761 -17.543538801666614, 49.35049375603245 -17.37973696518537 C49.395998401201176 -17.286655725731606, 49.4415030463699 -17.193574486277846, 49.53199163327529 -17.008477123264846 C49.588767120113836 -16.86297402060517, 49.645542606952375 -16.717470917945487, 49.682211208503176 -16.623497346023417 C49.72306909250676 -16.48625813285593, 49.76392697651035 -16.349018919688447, 49.80012632969665 -16.227427435703994 C49.82905777662587 -16.089447038301106, 49.857989223555094 -15.951466640898222, 49.88493151701361 -15.82297295140367 C49.896630623436025 -15.729117206333317, 49.908329729858444 -15.635261461262964, 49.93604746503335 -15.412896727361662 C49.94191324699032 -15.271075195262394, 49.94777902894729 -15.129253663163125, 49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 C49.953125 -6.401677830746639, 49.953125 2.1966443385067222, 49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 C49.94756654205758 15.134391122494224, 49.94200808411516 15.268782244988447, 49.93604746503335 15.412896727361662 C49.917400682447685 15.562490004792592, 49.89875389986202 15.71208328222352, 49.88493151701361 15.822972951403669 C49.85875455227443 15.947816620866503, 49.832577587535255 16.072660290329335, 49.80012632969665 16.227427435703994 C49.7673816323666 16.337414935217915, 49.73463693503655 16.44740243473183, 49.682211208503176 16.623497346023417 C49.64473645411985 16.719536910592698, 49.60726169973653 16.81557647516198, 49.53199163327529 17.008477123264846 C49.46766486922856 17.14005962226727, 49.403338105181824 17.271642121269693, 49.35049375603245 17.379736965185366 C49.30613953724085 17.45417294864235, 49.26178531844925 17.52860893209933, 49.138957391312644 17.734740790612133 C49.08892209633781 17.804819581495117, 49.03888680136298 17.8748983723781, 48.89882754698197 18.07106356344834 C48.80973430994921 18.176255749639154, 48.72064107291644 18.28144793582997, 48.63174455336566 18.386407858128706 C48.55026446312458 18.467887948369786, 48.4687843728835 18.54936803861086, 48.339532858128706 18.678619553365657 C48.261348590650535 18.744838250085486, 48.18316432317237 18.81105694680532, 48.02418856344834 18.94570254698197 C47.938653905282955 19.006773119090198, 47.85311924711756 19.067843691198423, 47.687865790612136 19.185832391312644 C47.55597596415585 19.26442166960718, 47.424086137699554 19.343010947901714, 47.332861965185366 19.397368756032446 C47.23120773985115 19.447064478617154, 47.12955351451694 19.496760201201862, 46.961602123264846 19.578866633275286 C46.85203653576642 19.621619258183387, 46.742470948268 19.664371883091487, 46.57662234602342 19.729086208503173 C46.452460762394225 19.766050713505344, 46.32829917876502 19.80301521850751, 46.180552435703994 19.847001329696653 C46.05351195948852 19.873638916373253, 45.92647148327305 19.900276503049852, 45.77609795140367 19.931806517013612 C45.656070561252484 19.94676791559322, 45.53604317110129 19.961729314172825, 45.36602172736166 19.982922465033347 C45.22068853595637 19.988933490293583, 45.07535534455108 19.994944515553815, 44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 C15.226731675433761 20, -14.499661649132477 20, -44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 C-45.0642465284956 19.995403979584538, -45.1753680569912 19.990807959169075, -45.36602172736166 19.982922465033347 C-45.497779953929275 19.96649881921936, -45.62953818049688 19.950075173405377, -45.77609795140367 19.931806517013612 C-45.897620136102994 19.906325994392084, -46.01914232080232 19.88084547177056, -46.180552435703994 19.847001329696653 C-46.331570977921494 19.80204116169581, -46.482589520138994 19.75708099369497, -46.57662234602342 19.729086208503173 C-46.72046375242968 19.672959117554758, -46.86430515883595 19.61683202660634, -46.961602123264846 19.578866633275286 C-47.092869165459206 19.514694086664864, -47.22413620765356 19.450521540054446, -47.332861965185366 19.397368756032446 C-47.43845443317231 19.334449302156425, -47.544046901159255 19.271529848280405, -47.687865790612136 19.185832391312644 C-47.77722431688964 19.122031629848642, -47.86658284316714 19.05823086838464, -48.02418856344834 18.94570254698197 C-48.146972796430546 18.841709606354932, -48.26975702941275 18.7377166657279, -48.339532858128706 18.67861955336566 C-48.408299837875575 18.60985257361879, -48.47706681762244 18.541085593871923, -48.63174455336566 18.386407858128706 C-48.707112393290686 18.297421217680586, -48.78248023321572 18.20843457723247, -48.89882754698197 18.07106356344834 C-48.95406256540323 17.993702106754455, -49.00929758382449 17.91634065006057, -49.138957391312644 17.734740790612133 C-49.183787085757345 17.659506856051227, -49.228616780202046 17.58427292149032, -49.35049375603244 17.37973696518537 C-49.39721174680318 17.284173787632703, -49.443929737573924 17.188610610080037, -49.53199163327528 17.00847712326485 C-49.58026258305589 16.884769281157197, -49.6285335328365 16.76106143904955, -49.682211208503176 16.623497346023417 C-49.71292356355931 16.520336363872364, -49.74363591861544 16.417175381721307, -49.80012632969665 16.227427435703994 C-49.822813202492576 16.119228777964263, -49.8455000752885 16.011030120224532, -49.88493151701361 15.82297295140367 C-49.89700371791365 15.726124066608396, -49.90907591881369 15.62927518181312, -49.93604746503335 15.412896727361664 C-49.94121267312039 15.288013509763498, -49.946377881207425 15.16313029216533, -49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 C-49.953125 4.002627965132298, -49.953125 -6.994744069735404, -49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 C-49.947240145689655 -15.142282659089036, -49.94135529137931 -15.284565318178073, -49.93604746503335 -15.41289672736166 C-49.91896644486128 -15.549928720825656, -49.90188542468921 -15.686960714289654, -49.88493151701361 -15.822972951403669 C-49.8651818514564 -15.917163425486265, -49.84543218589918 -16.011353899568864, -49.80012632969665 -16.227427435703994 C-49.77097845851285 -16.325333409161193, -49.74183058732905 -16.423239382618394, -49.682211208503176 -16.623497346023417 C-49.62228515084349 -16.77707466970966, -49.56235909318381 -16.9306519933959, -49.53199163327529 -17.008477123264846 C-49.467662706128834 -17.14006404695848, -49.40333377898238 -17.27165097065211, -49.35049375603245 -17.379736965185366 C-49.285055022595536 -17.48955732979245, -49.21961628915862 -17.59937769439954, -49.138957391312644 -17.734740790612133 C-49.066821650123515 -17.83577318233731, -48.994685908934386 -17.93680557406249, -48.89882754698197 -18.07106356344834 C-48.83694795976759 -18.144124654014306, -48.77506837255321 -18.217185744580274, -48.63174455336566 -18.386407858128706 C-48.55562389801672 -18.46252851347764, -48.47950324266779 -18.538649168826574, -48.339532858128706 -18.678619553365657 C-48.240414780367935 -18.762568282980926, -48.14129670260717 -18.8465170125962, -48.02418856344834 -18.945702546981966 C-47.94199115951753 -19.00439036536501, -47.85979375558671 -19.063078183748054, -47.687865790612136 -19.185832391312644 C-47.58130846087998 -19.2493267779962, -47.474751131147826 -19.312821164679757, -47.332861965185366 -19.397368756032446 C-47.21143596626393 -19.45673030974191, -47.09000996734248 -19.51609186345138, -46.961602123264846 -19.578866633275286 C-46.849905224488694 -19.62245089842463, -46.73820832571254 -19.666035163573977, -46.57662234602342 -19.729086208503173 C-46.46090541942498 -19.76353663017996, -46.34518849282654 -19.79798705185675, -46.180552435703994 -19.847001329696653 C-46.02747289370548 -19.87909873431818, -45.87439335170697 -19.911196138939705, -45.77609795140367 -19.931806517013612 C-45.66942183516962 -19.94510368103502, -45.56274571893557 -19.95840084505643, -45.36602172736166 -19.982922465033347 C-45.260265614104334 -19.987296570233042, -45.154509500847 -19.991670675432736, -44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-44.953125 -20 C-13.53066377190202 -20, 17.89179745619596 -20, 44.953125 -20 M-44.953125 -20 C-9.246920102055626 -20, 26.45928479588875 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C44.953125 -20, 44.953125 -20, 44.953125 -20 M44.953125 -20 C45.09141227800955 -19.994280395873464, 45.22969955601909 -19.988560791746927, 45.36602172736166 -19.982922465033347 M44.953125 -20 C45.11215889137766 -19.99342230959727, 45.271192782755314 -19.986844619194542, 45.36602172736166 -19.982922465033347 M45.36602172736166 -19.982922465033347 C45.4670040715031 -19.97033502896313, 45.56798641564453 -19.957747592892915, 45.77609795140367 -19.931806517013612 M45.36602172736166 -19.982922465033347 C45.48578164895909 -19.9679944063742, 45.60554157055651 -19.953066347715048, 45.77609795140367 -19.931806517013612 M45.77609795140367 -19.931806517013612 C45.91781330371546 -19.902091932394082, 46.05952865602725 -19.872377347774552, 46.180552435703994 -19.847001329696653 M45.77609795140367 -19.931806517013612 C45.88012096842266 -19.909995184005815, 45.98414398544165 -19.888183850998022, 46.180552435703994 -19.847001329696653 M46.180552435703994 -19.847001329696653 C46.3247429872134 -19.804073942603615, 46.4689335387228 -19.76114655551058, 46.57662234602342 -19.729086208503173 M46.180552435703994 -19.847001329696653 C46.29924747713321 -19.811664284820147, 46.41794251856242 -19.776327239943644, 46.57662234602342 -19.729086208503173 M46.57662234602342 -19.729086208503173 C46.724785088898585 -19.671272926832152, 46.87294783177375 -19.61345964516113, 46.961602123264846 -19.578866633275286 M46.57662234602342 -19.729086208503173 C46.68833476983632 -19.685495885465695, 46.800047193649206 -19.641905562428214, 46.961602123264846 -19.578866633275286 M46.961602123264846 -19.578866633275286 C47.04720869684912 -19.53701612958708, 47.13281527043339 -19.49516562589887, 47.332861965185366 -19.397368756032446 M46.961602123264846 -19.578866633275286 C47.085253034517606 -19.518417386205027, 47.20890394577036 -19.45796813913477, 47.332861965185366 -19.397368756032446 M47.332861965185366 -19.397368756032446 C47.46424210004418 -19.319083188007873, 47.59562223490299 -19.2407976199833, 47.687865790612136 -19.185832391312644 M47.332861965185366 -19.397368756032446 C47.418924311860444 -19.346086728485233, 47.50498665853552 -19.29480470093802, 47.687865790612136 -19.185832391312644 M47.687865790612136 -19.185832391312644 C47.79350356961219 -19.110408466810583, 47.89914134861225 -19.03498454230852, 48.02418856344834 -18.94570254698197 M47.687865790612136 -19.185832391312644 C47.779615191224416 -19.12032457838441, 47.871364591836695 -19.054816765456174, 48.02418856344834 -18.94570254698197 M48.02418856344834 -18.94570254698197 C48.115081682020374 -18.868720002452513, 48.20597480059241 -18.79173745792306, 48.339532858128706 -18.678619553365657 M48.02418856344834 -18.94570254698197 C48.09345942501889 -18.887033119975538, 48.16273028658945 -18.828363692969102, 48.339532858128706 -18.678619553365657 M48.339532858128706 -18.678619553365657 C48.429954671322555 -18.588197740171807, 48.520376484516405 -18.49777592697796, 48.63174455336566 -18.386407858128706 M48.339532858128706 -18.678619553365657 C48.41979846926723 -18.598353942227135, 48.50006408040575 -18.518088331088613, 48.63174455336566 -18.386407858128706 M48.63174455336566 -18.386407858128706 C48.72104516634697 -18.28097082361811, 48.81034577932829 -18.17553378910751, 48.89882754698197 -18.07106356344834 M48.63174455336566 -18.386407858128706 C48.71337955077712 -18.290021598818864, 48.79501454818858 -18.19363533950902, 48.89882754698197 -18.07106356344834 M48.89882754698197 -18.07106356344834 C48.94704195942515 -18.00353507722974, 48.99525637186833 -17.93600659101114, 49.138957391312644 -17.734740790612136 M48.89882754698197 -18.07106356344834 C48.99224827108675 -17.940219698293376, 49.08566899519153 -17.809375833138407, 49.138957391312644 -17.734740790612136 M49.138957391312644 -17.734740790612136 C49.199290623755225 -17.63348856220286, 49.2596238561978 -17.532236333793584, 49.35049375603245 -17.37973696518537 M49.138957391312644 -17.734740790612136 C49.190649878597824 -17.647989603617077, 49.242342365883 -17.56123841662202, 49.35049375603245 -17.37973696518537 M49.35049375603245 -17.37973696518537 C49.415309958615076 -17.247153303655725, 49.480126161197695 -17.11456964212608, 49.53199163327529 -17.008477123264846 M49.35049375603245 -17.37973696518537 C49.4085005621872 -17.261082146680174, 49.46650736834195 -17.14242732817498, 49.53199163327529 -17.008477123264846 M49.53199163327529 -17.008477123264846 C49.57151258795011 -16.907193596773716, 49.611033542624924 -16.805910070282586, 49.682211208503176 -16.623497346023417 M49.53199163327529 -17.008477123264846 C49.58170881911657 -16.88106289578343, 49.63142600495785 -16.753648668302013, 49.682211208503176 -16.623497346023417 M49.682211208503176 -16.623497346023417 C49.715460803473654 -16.511813925230374, 49.74871039844413 -16.40013050443733, 49.80012632969665 -16.227427435703994 M49.682211208503176 -16.623497346023417 C49.725373482465805 -16.47851782342672, 49.76853575642844 -16.33353830083002, 49.80012632969665 -16.227427435703994 M49.80012632969665 -16.227427435703994 C49.81995940125752 -16.13283918014997, 49.839792472818395 -16.038250924595946, 49.88493151701361 -15.82297295140367 M49.80012632969665 -16.227427435703994 C49.83295572712466 -16.07085685993239, 49.865785124552666 -15.914286284160784, 49.88493151701361 -15.82297295140367 M49.88493151701361 -15.82297295140367 C49.896818712921885 -15.727608263838261, 49.90870590883016 -15.632243576272852, 49.93604746503335 -15.412896727361662 M49.88493151701361 -15.82297295140367 C49.904793582001865 -15.663630105822213, 49.92465564699011 -15.504287260240755, 49.93604746503335 -15.412896727361662 M49.93604746503335 -15.412896727361662 C49.94251498279005 -15.25652656497509, 49.94898250054676 -15.100156402588519, 49.953125 -15 M49.93604746503335 -15.412896727361662 C49.94235864474424 -15.260306470424272, 49.94866982445513 -15.107716213486881, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -15, 49.953125 -15, 49.953125 -15 M49.953125 -15 C49.953125 -3.8167318274570015, 49.953125 7.366536345085997, 49.953125 15 M49.953125 -15 C49.953125 -8.79127545856293, 49.953125 -2.582550917125861, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.953125 15, 49.953125 15, 49.953125 15 M49.953125 15 C49.94636341740142 15.163479994752802, 49.93960183480284 15.326959989505603, 49.93604746503335 15.412896727361662 M49.953125 15 C49.94891693393643 15.10174165706953, 49.944708867872855 15.20348331413906, 49.93604746503335 15.412896727361662 M49.93604746503335 15.412896727361662 C49.92331939953031 15.51500726708656, 49.91059133402727 15.617117806811455, 49.88493151701361 15.822972951403669 M49.93604746503335 15.412896727361662 C49.918584357874906 15.552994002693636, 49.90112125071646 15.69309127802561, 49.88493151701361 15.822972951403669 M49.88493151701361 15.822972951403669 C49.861395801210804 15.9352199270761, 49.837860085408 16.047466902748532, 49.80012632969665 16.227427435703994 M49.88493151701361 15.822972951403669 C49.861618683888096 15.934156950846058, 49.83830585076258 16.04534095028845, 49.80012632969665 16.227427435703994 M49.80012632969665 16.227427435703994 C49.77652218894407 16.306712346887718, 49.75291804819148 16.38599725807144, 49.682211208503176 16.623497346023417 M49.80012632969665 16.227427435703994 C49.77217170005064 16.321325381487732, 49.74421707040463 16.415223327271473, 49.682211208503176 16.623497346023417 M49.682211208503176 16.623497346023417 C49.636574034838624 16.740455398425404, 49.59093686117407 16.857413450827394, 49.53199163327529 17.008477123264846 M49.682211208503176 16.623497346023417 C49.64627409844905 16.715596265903542, 49.61033698839491 16.80769518578367, 49.53199163327529 17.008477123264846 M49.53199163327529 17.008477123264846 C49.46781346451775 17.13975566574496, 49.4036352957602 17.27103420822507, 49.35049375603245 17.379736965185366 M49.53199163327529 17.008477123264846 C49.48329356432004 17.108090615481995, 49.4345954953648 17.20770410769914, 49.35049375603245 17.379736965185366 M49.35049375603245 17.379736965185366 C49.290123277526575 17.481051700553998, 49.2297527990207 17.58236643592263, 49.138957391312644 17.734740790612133 M49.35049375603245 17.379736965185366 C49.28711650877683 17.48609770959242, 49.22373926152122 17.59245845399948, 49.138957391312644 17.734740790612133 M49.138957391312644 17.734740790612133 C49.06924690812114 17.832376397165202, 48.99953642492963 17.930012003718268, 48.89882754698197 18.07106356344834 M49.138957391312644 17.734740790612133 C49.05666519864925 17.849998177699813, 48.974373005985846 17.965255564787498, 48.89882754698197 18.07106356344834 M48.89882754698197 18.07106356344834 C48.79825311739463 18.18981156807293, 48.6976786878073 18.30855957269752, 48.63174455336566 18.386407858128706 M48.89882754698197 18.07106356344834 C48.83233857997175 18.149566938455383, 48.765849612961524 18.22807031346243, 48.63174455336566 18.386407858128706 M48.63174455336566 18.386407858128706 C48.560031641768326 18.458120769726037, 48.488318730170995 18.52983368132337, 48.339532858128706 18.678619553365657 M48.63174455336566 18.386407858128706 C48.54612960449793 18.47202280699644, 48.46051465563019 18.55763775586417, 48.339532858128706 18.678619553365657 M48.339532858128706 18.678619553365657 C48.21703343982773 18.782371268262683, 48.094534021526755 18.88612298315971, 48.02418856344834 18.94570254698197 M48.339532858128706 18.678619553365657 C48.232328399759425 18.769417097996374, 48.12512394139015 18.860214642627092, 48.02418856344834 18.94570254698197 M48.02418856344834 18.94570254698197 C47.937185565608914 19.00782149346692, 47.850182567769494 19.069940439951875, 47.687865790612136 19.185832391312644 M48.02418856344834 18.94570254698197 C47.911070166561274 19.026467529996236, 47.797951769674206 19.1072325130105, 47.687865790612136 19.185832391312644 M47.687865790612136 19.185832391312644 C47.57580584851951 19.252605623270046, 47.46374590642688 19.319378855227445, 47.332861965185366 19.397368756032446 M47.687865790612136 19.185832391312644 C47.55702209480649 19.263798311043104, 47.426178399000854 19.34176423077356, 47.332861965185366 19.397368756032446 M47.332861965185366 19.397368756032446 C47.241551064946556 19.442007935095674, 47.150240164707746 19.486647114158906, 46.961602123264846 19.578866633275286 M47.332861965185366 19.397368756032446 C47.20656917903463 19.459109537041424, 47.080276392883896 19.520850318050403, 46.961602123264846 19.578866633275286 M46.961602123264846 19.578866633275286 C46.821074874754956 19.63370053579963, 46.680547626245065 19.68853443832397, 46.57662234602342 19.729086208503173 M46.961602123264846 19.578866633275286 C46.88358703705067 19.609308214379716, 46.80557195083649 19.63974979548415, 46.57662234602342 19.729086208503173 M46.57662234602342 19.729086208503173 C46.44753872395151 19.767516067838933, 46.3184551018796 19.805945927174694, 46.180552435703994 19.847001329696653 M46.57662234602342 19.729086208503173 C46.46825165488686 19.761349561124135, 46.35988096375031 19.793612913745097, 46.180552435703994 19.847001329696653 M46.180552435703994 19.847001329696653 C46.091153678470725 19.865746277885783, 46.00175492123745 19.884491226074914, 45.77609795140367 19.931806517013612 M46.180552435703994 19.847001329696653 C46.07385407972182 19.869373622294997, 45.967155723739644 19.891745914893345, 45.77609795140367 19.931806517013612 M45.77609795140367 19.931806517013612 C45.655374769562506 19.946854645936927, 45.53465158772134 19.96190277486024, 45.36602172736166 19.982922465033347 M45.77609795140367 19.931806517013612 C45.67562620451768 19.94433030720231, 45.57515445763169 19.956854097391012, 45.36602172736166 19.982922465033347 M45.36602172736166 19.982922465033347 C45.20122671732934 19.989738437066208, 45.03643170729701 19.99655440909907, 44.953125 20 M45.36602172736166 19.982922465033347 C45.26832017019027 19.98696343132909, 45.170618613018874 19.99100439762483, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C44.953125 20, 44.953125 20, 44.953125 20 M44.953125 20 C11.995122319889319 20, -20.962880360221362 20, -44.953125 20 M44.953125 20 C23.149648582717127 20, 1.346172165434254 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-44.953125 20, -44.953125 20, -44.953125 20 M-44.953125 20 C-45.096965898315936 19.9940506964385, -45.24080679663187 19.988101392876995, -45.36602172736166 19.982922465033347 M-44.953125 20 C-45.08797554091877 19.994422540370984, -45.22282608183753 19.98884508074197, -45.36602172736166 19.982922465033347 M-45.36602172736166 19.982922465033347 C-45.46564700363677 19.97050418729626, -45.56527227991187 19.95808590955917, -45.77609795140367 19.931806517013612 M-45.36602172736166 19.982922465033347 C-45.51817548510089 19.9639565189101, -45.670329242840126 19.94499057278685, -45.77609795140367 19.931806517013612 M-45.77609795140367 19.931806517013612 C-45.88875431201162 19.908184962216584, -46.00141067261957 19.884563407419556, -46.180552435703994 19.847001329696653 M-45.77609795140367 19.931806517013612 C-45.86958851762096 19.912203606703095, -45.96307908383825 19.892600696392577, -46.180552435703994 19.847001329696653 M-46.180552435703994 19.847001329696653 C-46.32524167189725 19.803925477740716, -46.46993090809052 19.760849625784783, -46.57662234602342 19.729086208503173 M-46.180552435703994 19.847001329696653 C-46.27100002787392 19.82007391482746, -46.36144762004384 19.79314649995827, -46.57662234602342 19.729086208503173 M-46.57662234602342 19.729086208503173 C-46.663247252388835 19.695285065150628, -46.74987215875424 19.661483921798087, -46.961602123264846 19.578866633275286 M-46.57662234602342 19.729086208503173 C-46.67727313486816 19.68981214882412, -46.77792392371289 19.65053808914507, -46.961602123264846 19.578866633275286 M-46.961602123264846 19.578866633275286 C-47.10756784376852 19.50750834069887, -47.253533564272196 19.436150048122453, -47.332861965185366 19.397368756032446 M-46.961602123264846 19.578866633275286 C-47.067245584987624 19.527220691855707, -47.1728890467104 19.475574750436127, -47.332861965185366 19.397368756032446 M-47.332861965185366 19.397368756032446 C-47.43248110239013 19.338008634728162, -47.53210023959489 19.278648513423875, -47.687865790612136 19.185832391312644 M-47.332861965185366 19.397368756032446 C-47.42421218721334 19.3429358386944, -47.51556240924132 19.288502921356358, -47.687865790612136 19.185832391312644 M-47.687865790612136 19.185832391312644 C-47.764951566148255 19.130794205454762, -47.842037341684374 19.075756019596877, -48.02418856344834 18.94570254698197 M-47.687865790612136 19.185832391312644 C-47.785239823749684 19.116308667950157, -47.882613856887225 19.04678494458767, -48.02418856344834 18.94570254698197 M-48.02418856344834 18.94570254698197 C-48.14906333882746 18.839939007263503, -48.27393811420658 18.734175467545032, -48.339532858128706 18.67861955336566 M-48.02418856344834 18.94570254698197 C-48.09773214943758 18.883414306989568, -48.171275735426825 18.821126066997167, -48.339532858128706 18.67861955336566 M-48.339532858128706 18.67861955336566 C-48.42288829350552 18.595264117988847, -48.50624372888233 18.51190868261203, -48.63174455336566 18.386407858128706 M-48.339532858128706 18.67861955336566 C-48.45483112268898 18.563321288805383, -48.57012938724926 18.448023024245106, -48.63174455336566 18.386407858128706 M-48.63174455336566 18.386407858128706 C-48.73592024390974 18.263407852727177, -48.840095934453814 18.140407847325648, -48.89882754698197 18.07106356344834 M-48.63174455336566 18.386407858128706 C-48.71524488881301 18.287819198361596, -48.798745224260365 18.189230538594483, -48.89882754698197 18.07106356344834 M-48.89882754698197 18.07106356344834 C-48.9621383376672 17.982391283944477, -49.02544912835243 17.893719004440612, -49.138957391312644 17.734740790612133 M-48.89882754698197 18.07106356344834 C-48.96492260866898 17.97849166977425, -49.031017670355986 17.885919776100156, -49.138957391312644 17.734740790612133 M-49.138957391312644 17.734740790612133 C-49.20824403283358 17.618462803025995, -49.277530674354516 17.502184815439858, -49.35049375603244 17.37973696518537 M-49.138957391312644 17.734740790612133 C-49.22124073931103 17.59665151529041, -49.30352408730941 17.45856223996869, -49.35049375603244 17.37973696518537 M-49.35049375603244 17.37973696518537 C-49.39933226727885 17.279836193669922, -49.44817077852526 17.179935422154475, -49.53199163327528 17.00847712326485 M-49.35049375603244 17.37973696518537 C-49.405949800878 17.266299812334534, -49.461405845723554 17.152862659483702, -49.53199163327528 17.00847712326485 M-49.53199163327528 17.00847712326485 C-49.56895319253135 16.91375276508909, -49.605914751787424 16.81902840691333, -49.682211208503176 16.623497346023417 M-49.53199163327528 17.00847712326485 C-49.57180395308194 16.906446891935943, -49.611616272888604 16.804416660607032, -49.682211208503176 16.623497346023417 M-49.682211208503176 16.623497346023417 C-49.722919077481144 16.48676202444458, -49.763626946459105 16.350026702865744, -49.80012632969665 16.227427435703994 M-49.682211208503176 16.623497346023417 C-49.71337304337721 16.518826587777777, -49.744534878251244 16.414155829532138, -49.80012632969665 16.227427435703994 M-49.80012632969665 16.227427435703994 C-49.82463108478754 16.110558899748177, -49.849135839878436 15.993690363792359, -49.88493151701361 15.82297295140367 M-49.80012632969665 16.227427435703994 C-49.828552915661156 16.091854830649517, -49.856979501625666 15.956282225595041, -49.88493151701361 15.82297295140367 M-49.88493151701361 15.82297295140367 C-49.90358341156316 15.673338663389357, -49.92223530611272 15.523704375375045, -49.93604746503335 15.412896727361664 M-49.88493151701361 15.82297295140367 C-49.90175311624297 15.688022154997437, -49.918574715472324 15.553071358591204, -49.93604746503335 15.412896727361664 M-49.93604746503335 15.412896727361664 C-49.94184418696635 15.272744912697812, -49.94764090889935 15.132593098033958, -49.953125 15 M-49.93604746503335 15.412896727361664 C-49.94071601735568 15.300021539041259, -49.94538456967802 15.187146350720854, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 15, -49.953125 15, -49.953125 15 M-49.953125 15 C-49.953125 5.177257830063498, -49.953125 -4.645484339873004, -49.953125 -15 M-49.953125 15 C-49.953125 8.71207853209782, -49.953125 2.424157064195642, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.953125 -15, -49.953125 -15, -49.953125 -15 M-49.953125 -15 C-49.947384810473125 -15.138784987102111, -49.94164462094625 -15.277569974204221, -49.93604746503335 -15.41289672736166 M-49.953125 -15 C-49.948331411458994 -15.115898285365224, -49.94353782291799 -15.231796570730447, -49.93604746503335 -15.41289672736166 M-49.93604746503335 -15.41289672736166 C-49.918402690199436 -15.554451426399417, -49.90075791536552 -15.696006125437174, -49.88493151701361 -15.822972951403669 M-49.93604746503335 -15.41289672736166 C-49.92179921085243 -15.527202937068402, -49.90755095667151 -15.641509146775142, -49.88493151701361 -15.822972951403669 M-49.88493151701361 -15.822972951403669 C-49.86472566682156 -15.919339069772482, -49.844519816629514 -16.015705188141293, -49.80012632969665 -16.227427435703994 M-49.88493151701361 -15.822972951403669 C-49.85330556425421 -15.973804036370257, -49.8216796114948 -16.124635121336848, -49.80012632969665 -16.227427435703994 M-49.80012632969665 -16.227427435703994 C-49.75615612194023 -16.375120760076175, -49.712185914183806 -16.522814084448356, -49.682211208503176 -16.623497346023417 M-49.80012632969665 -16.227427435703994 C-49.77173189071166 -16.322802675016202, -49.74333745172667 -16.418177914328414, -49.682211208503176 -16.623497346023417 M-49.682211208503176 -16.623497346023417 C-49.64344895070114 -16.722836499068972, -49.60468669289911 -16.822175652114527, -49.53199163327529 -17.008477123264846 M-49.682211208503176 -16.623497346023417 C-49.64042853840391 -16.730577152386637, -49.598645868304644 -16.837656958749857, -49.53199163327529 -17.008477123264846 M-49.53199163327529 -17.008477123264846 C-49.47830569352209 -17.118293468276203, -49.42461975376888 -17.228109813287563, -49.35049375603245 -17.379736965185366 M-49.53199163327529 -17.008477123264846 C-49.492240229786916 -17.08978991876089, -49.452488826298534 -17.171102714256936, -49.35049375603245 -17.379736965185366 M-49.35049375603245 -17.379736965185366 C-49.30041679907718 -17.46377694246492, -49.25033984212191 -17.547816919744474, -49.138957391312644 -17.734740790612133 M-49.35049375603245 -17.379736965185366 C-49.28099359360885 -17.496373287081326, -49.21149343118525 -17.613009608977286, -49.138957391312644 -17.734740790612133 M-49.138957391312644 -17.734740790612133 C-49.08204966714919 -17.81444501746406, -49.02514194298574 -17.894149244315987, -48.89882754698197 -18.07106356344834 M-49.138957391312644 -17.734740790612133 C-49.06238998831436 -17.84198011089333, -48.98582258531607 -17.94921943117453, -48.89882754698197 -18.07106356344834 M-48.89882754698197 -18.07106356344834 C-48.84036434524353 -18.140090935305082, -48.78190114350509 -18.209118307161823, -48.63174455336566 -18.386407858128706 M-48.89882754698197 -18.07106356344834 C-48.83097007386963 -18.15118273055691, -48.763112600757296 -18.231301897665478, -48.63174455336566 -18.386407858128706 M-48.63174455336566 -18.386407858128706 C-48.559785957571066 -18.4583664539233, -48.48782736177647 -18.530325049717895, -48.339532858128706 -18.678619553365657 M-48.63174455336566 -18.386407858128706 C-48.53826263668588 -18.479889774808484, -48.4447807200061 -18.57337169148826, -48.339532858128706 -18.678619553365657 M-48.339532858128706 -18.678619553365657 C-48.22532066143978 -18.77535234959427, -48.111108464750856 -18.87208514582289, -48.02418856344834 -18.945702546981966 M-48.339532858128706 -18.678619553365657 C-48.222481510450365 -18.777756987821043, -48.10543016277202 -18.876894422276433, -48.02418856344834 -18.945702546981966 M-48.02418856344834 -18.945702546981966 C-47.91670726885774 -19.02244271631647, -47.80922597426714 -19.099182885650972, -47.687865790612136 -19.185832391312644 M-48.02418856344834 -18.945702546981966 C-47.90803989104301 -19.028631105130746, -47.79189121863769 -19.11155966327953, -47.687865790612136 -19.185832391312644 M-47.687865790612136 -19.185832391312644 C-47.56023127971119 -19.2618860519072, -47.43259676881024 -19.337939712501754, -47.332861965185366 -19.397368756032446 M-47.687865790612136 -19.185832391312644 C-47.56912849168336 -19.256584464313114, -47.45039119275459 -19.327336537313588, -47.332861965185366 -19.397368756032446 M-47.332861965185366 -19.397368756032446 C-47.18544380529014 -19.469437102960622, -47.038025645394924 -19.541505449888803, -46.961602123264846 -19.578866633275286 M-47.332861965185366 -19.397368756032446 C-47.18504196466359 -19.4696335508725, -47.037221964141814 -19.541898345712557, -46.961602123264846 -19.578866633275286 M-46.961602123264846 -19.578866633275286 C-46.85138465174106 -19.62187362411941, -46.74116718021727 -19.664880614963536, -46.57662234602342 -19.729086208503173 M-46.961602123264846 -19.578866633275286 C-46.829887217635395 -19.63026194893736, -46.698172312005944 -19.68165726459943, -46.57662234602342 -19.729086208503173 M-46.57662234602342 -19.729086208503173 C-46.44332565913579 -19.768770351578745, -46.310028972248155 -19.808454494654313, -46.180552435703994 -19.847001329696653 M-46.57662234602342 -19.729086208503173 C-46.43652390888517 -19.77079532036388, -46.29642547174692 -19.812504432224593, -46.180552435703994 -19.847001329696653 M-46.180552435703994 -19.847001329696653 C-46.037199041350505 -19.87705937561423, -45.893845646997015 -19.907117421531808, -45.77609795140367 -19.931806517013612 M-46.180552435703994 -19.847001329696653 C-46.09605658035056 -19.864718247468378, -46.01156072499714 -19.882435165240103, -45.77609795140367 -19.931806517013612 M-45.77609795140367 -19.931806517013612 C-45.64580671088798 -19.948047303206923, -45.51551547037229 -19.964288089400235, -45.36602172736166 -19.982922465033347 M-45.77609795140367 -19.931806517013612 C-45.656137296600086 -19.946759597040817, -45.536176641796494 -19.961712677068018, -45.36602172736166 -19.982922465033347 M-45.36602172736166 -19.982922465033347 C-45.2120916539087 -19.98928905996523, -45.05816158045573 -19.995655654897117, -44.953125 -20 M-45.36602172736166 -19.982922465033347 C-45.23025750350169 -19.988537714868347, -45.094493279641725 -19.994152964703346, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20 M-44.953125 -20 C-44.953125 -20, -44.953125 -20, -44.953125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-41.953125, -12)\"><rect></rect><foreignObject width=\"83.90625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Dispatched</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Issued-4\" transform=\"translate(755.28125, 458)\"><g class=\"basic label-container outer-path\"><path d=\"M-27.15625 -20 C-13.962383112037337 -20, -0.7685162240746735 -20, 27.15625 -20 C27.15625 -20, 27.15625 -20, 27.15625 -20 C27.29392476550157 -19.994305729578187, 27.431599531003133 -19.988611459156374, 27.569146727361662 -19.982922465033347 C27.711776490622878 -19.96514368358373, 27.85440625388409 -19.94736490213411, 27.97922295140367 -19.931806517013612 C28.139797943361692 -19.898137481806902, 28.300372935319714 -19.864468446600192, 28.383677435703998 -19.847001329696653 C28.519253972210365 -19.806638445981886, 28.65483050871673 -19.766275562267122, 28.779747346023417 -19.729086208503173 C28.86019952615283 -19.697693670402092, 28.940651706282242 -19.666301132301008, 29.164727123264846 -19.578866633275286 C29.268222915221823 -19.528270623627197, 29.371718707178804 -19.47767461397911, 29.53598696518537 -19.397368756032446 C29.633877474409662 -19.33903867342845, 29.731767983633954 -19.280708590824457, 29.890990790612136 -19.185832391312644 C30.004285789409188 -19.104941316958218, 30.11758078820624 -19.024050242603792, 30.22731356344834 -18.94570254698197 C30.290687186043453 -18.89202782660636, 30.354060808638568 -18.838353106230745, 30.542657858128706 -18.678619553365657 C30.62180266105801 -18.599474750436354, 30.700947463987312 -18.52032994750705, 30.834869553365657 -18.386407858128706 C30.906084210511782 -18.302324871321577, 30.97729886765791 -18.218241884514445, 31.10195254698197 -18.07106356344834 C31.166540801619806 -17.98060208435566, 31.23112905625764 -17.89014060526298, 31.342082391312644 -17.734740790612136 C31.42218020290764 -17.60031931862456, 31.50227801450264 -17.465897846636985, 31.553618756032446 -17.37973696518537 C31.59178292613903 -17.301670907465915, 31.629947096245612 -17.22360484974646, 31.735116633275286 -17.008477123264846 C31.78300624653758 -16.885746562897282, 31.830895859799874 -16.763016002529714, 31.885336208503173 -16.623497346023417 C31.913338496695772 -16.529439318003554, 31.94134078488837 -16.43538128998369, 32.00325132969665 -16.227427435703994 C32.036673677655735 -16.068028949177755, 32.07009602561482 -15.90863046265152, 32.08805651701361 -15.82297295140367 C32.10811761519766 -15.662033367728643, 32.12817871338171 -15.501093784053614, 32.13917246503335 -15.412896727361662 C32.14378075655429 -15.30147851088946, 32.14838904807524 -15.190060294417258, 32.15625 -15 C32.15625 -15, 32.15625 -15, 32.15625 -15 C32.15625 -7.649750001782403, 32.15625 -0.29950000356480544, 32.15625 15 C32.15625 15, 32.15625 15, 32.15625 15 C32.15221667653925 15.097516770458247, 32.148183353078494 15.195033540916496, 32.13917246503335 15.412896727361662 C32.11904647999206 15.5743568639842, 32.098920494950775 15.735817000606737, 32.08805651701361 15.822972951403669 C32.06097403695139 15.952135221468568, 32.03389155688918 16.08129749153347, 32.00325132969665 16.227427435703994 C31.964072427178746 16.359027049473795, 31.92489352466084 16.490626663243596, 31.885336208503173 16.623497346023417 C31.842946218532184 16.732133579826773, 31.800556228561195 16.84076981363013, 31.735116633275286 17.008477123264846 C31.67990201024982 17.121420439889473, 31.624687387224352 17.2343637565141, 31.553618756032446 17.379736965185366 C31.482669584786255 17.4988050376495, 31.41172041354006 17.617873110113635, 31.342082391312644 17.734740790612133 C31.27869898868094 17.823514769474723, 31.215315586049236 17.912288748337314, 31.10195254698197 18.07106356344834 C31.014554671935453 18.174254039524474, 30.92715679688894 18.277444515600607, 30.834869553365657 18.386407858128706 C30.74303280303147 18.478244608462894, 30.65119605269728 18.570081358797083, 30.542657858128706 18.678619553365657 C30.440005684262406 18.765561509696987, 30.337353510396103 18.852503466028313, 30.22731356344834 18.94570254698197 C30.100295103676533 19.036391984140543, 29.97327664390473 19.127081421299113, 29.890990790612136 19.185832391312644 C29.788810679868376 19.24671852161678, 29.68663056912462 19.30760465192092, 29.53598696518537 19.397368756032446 C29.432179356017024 19.44811720382644, 29.328371746848678 19.49886565162043, 29.164727123264846 19.578866633275286 C29.063012533613975 19.618555789316982, 28.961297943963103 19.65824494535868, 28.779747346023417 19.729086208503173 C28.6255794754175 19.77498397218832, 28.47141160481158 19.820881735873463, 28.383677435703998 19.847001329696653 C28.226194772773084 19.88002197169085, 28.06871210984217 19.913042613685054, 27.97922295140367 19.931806517013612 C27.844028303986427 19.948658512239792, 27.708833656569183 19.965510507465975, 27.569146727361662 19.982922465033347 C27.455912234945075 19.987605878283027, 27.34267774252849 19.99228929153271, 27.15625 20 C27.15625 20, 27.15625 20, 27.15625 20 C13.586785791458613 20, 0.017321582917226408 20, -27.15625 20 C-27.15625 20, -27.15625 20, -27.15625 20 C-27.28510079151833 19.99467069184177, -27.413951583036663 19.989341383683538, -27.569146727361662 19.982922465033347 C-27.688624840988933 19.968029533701046, -27.808102954616203 19.95313660236874, -27.97922295140367 19.931806517013612 C-28.060926222464442 19.91467514259282, -28.142629493525213 19.897543768172028, -28.383677435703994 19.847001329696653 C-28.47656495004776 19.81934751852384, -28.569452464391528 19.791693707351026, -28.779747346023417 19.729086208503173 C-28.92418490078811 19.672726499743458, -29.068622455552806 19.616366790983744, -29.164727123264846 19.578866633275286 C-29.24198666561334 19.541096744508252, -29.319246207961832 19.503326855741218, -29.53598696518537 19.397368756032446 C-29.610225822453472 19.35313199895365, -29.684464679721575 19.308895241874854, -29.890990790612133 19.185832391312644 C-29.995383130735558 19.111297693076907, -30.099775470858987 19.03676299484117, -30.22731356344834 18.94570254698197 C-30.297313768300114 18.88641539772653, -30.367313973151887 18.827128248471087, -30.542657858128706 18.67861955336566 C-30.606444667167764 18.614832744326602, -30.670231476206823 18.551045935287544, -30.834869553365657 18.386407858128706 C-30.928856927550317 18.275437175121837, -31.022844301734974 18.16446649211497, -31.101952546981966 18.07106356344834 C-31.18968945919937 17.948180372151178, -31.277426371416777 17.82529718085401, -31.342082391312644 17.734740790612133 C-31.411591436643178 17.618089561274864, -31.481100481973712 17.501438331937596, -31.553618756032446 17.37973696518537 C-31.607702361011004 17.269107182954, -31.661785965989562 17.158477400722628, -31.735116633275286 17.00847712326485 C-31.79335811246129 16.859217004207625, -31.851599591647297 16.7099568851504, -31.885336208503173 16.623497346023417 C-31.91698580152749 16.517188237031206, -31.948635394551804 16.410879128039, -32.00325132969665 16.227427435703994 C-32.033544055023675 16.082954803925006, -32.06383678035069 15.938482172146015, -32.08805651701361 15.82297295140367 C-32.10265408679142 15.705864367359396, -32.11725165656922 15.588755783315122, -32.13917246503335 15.412896727361664 C-32.144483895025594 15.284478190043998, -32.14979532501784 15.156059652726334, -32.15625 15 C-32.15625 15, -32.15625 15, -32.15625 15 C-32.15625 8.312712149829931, -32.15625 1.625424299659862, -32.15625 -15 C-32.15625 -15, -32.15625 -15, -32.15625 -15 C-32.15133280291702 -15.118886864370033, -32.14641560583404 -15.237773728740068, -32.13917246503335 -15.41289672736166 C-32.12283252201862 -15.543983450627623, -32.1064925790039 -15.675070173893586, -32.08805651701361 -15.822972951403669 C-32.06597170042721 -15.928300271416946, -32.04388688384081 -16.033627591430225, -32.00325132969665 -16.227427435703994 C-31.971341466172937 -16.334610777893037, -31.939431602649222 -16.441794120082076, -31.885336208503173 -16.623497346023417 C-31.83668446121088 -16.74818108851557, -31.788032713918582 -16.872864831007725, -31.73511663327529 -17.008477123264846 C-31.664442621244554 -17.153043125539973, -31.59376860921382 -17.2976091278151, -31.553618756032446 -17.379736965185366 C-31.503600366158103 -17.46367865422119, -31.45358197628376 -17.54762034325702, -31.342082391312644 -17.734740790612133 C-31.275694605492138 -17.827722669944308, -31.20930681967163 -17.920704549276486, -31.10195254698197 -18.07106356344834 C-31.011680329416816 -18.177647769323354, -30.921408111851665 -18.284231975198367, -30.83486955336566 -18.386407858128706 C-30.72317556790804 -18.498101843586323, -30.611481582450423 -18.609795829043943, -30.542657858128706 -18.678619553365657 C-30.472280371136325 -18.73822624429428, -30.401902884143944 -18.79783293522291, -30.22731356344834 -18.945702546981966 C-30.103606988788187 -19.034027343620973, -29.97990041412803 -19.122352140259977, -29.890990790612136 -19.185832391312644 C-29.761677642916272 -19.262886302326628, -29.632364495220404 -19.33994021334061, -29.535986965185366 -19.397368756032446 C-29.398282513004098 -19.464688360621242, -29.260578060822827 -19.532007965210042, -29.16472712326485 -19.578866633275286 C-29.074814139983808 -19.613950788221636, -28.984901156702765 -19.64903494316799, -28.77974734602342 -19.729086208503173 C-28.6434601019356 -19.769660679032327, -28.50717285784778 -19.810235149561482, -28.383677435703994 -19.847001329696653 C-28.295320237383578 -19.865527885947667, -28.206963039063158 -19.884054442198682, -27.979222951403674 -19.931806517013612 C-27.888519466849015 -19.94311269457252, -27.797815982294356 -19.954418872131424, -27.569146727361662 -19.982922465033347 C-27.445075086734544 -19.98805410604857, -27.32100344610743 -19.993185747063787, -27.15625 -20 C-27.15625 -20, -27.15625 -20, -27.15625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-27.15625 -20 C-10.864536092846407 -20, 5.427177814307186 -20, 27.15625 -20 M-27.15625 -20 C-11.000216973157798 -20, 5.155816053684404 -20, 27.15625 -20 M27.15625 -20 C27.15625 -20, 27.15625 -20, 27.15625 -20 M27.15625 -20 C27.15625 -20, 27.15625 -20, 27.15625 -20 M27.15625 -20 C27.250629597203467 -19.996096430984863, 27.34500919440693 -19.992192861969723, 27.569146727361662 -19.982922465033347 M27.15625 -20 C27.32088555635014 -19.99319062302022, 27.485521112700283 -19.986381246040438, 27.569146727361662 -19.982922465033347 M27.569146727361662 -19.982922465033347 C27.71448121564799 -19.964806539960946, 27.859815703934313 -19.946690614888542, 27.97922295140367 -19.931806517013612 M27.569146727361662 -19.982922465033347 C27.670626230813593 -19.970273058119705, 27.772105734265523 -19.957623651206063, 27.97922295140367 -19.931806517013612 M27.97922295140367 -19.931806517013612 C28.124386134977772 -19.901368998201516, 28.269549318551874 -19.87093147938942, 28.383677435703998 -19.847001329696653 M27.97922295140367 -19.931806517013612 C28.13868031166845 -19.898371824529697, 28.298137671933222 -19.86493713204578, 28.383677435703998 -19.847001329696653 M28.383677435703998 -19.847001329696653 C28.53532716609268 -19.801853248835577, 28.68697689648137 -19.7567051679745, 28.779747346023417 -19.729086208503173 M28.383677435703998 -19.847001329696653 C28.527098168142718 -19.804303127670828, 28.67051890058144 -19.761604925645, 28.779747346023417 -19.729086208503173 M28.779747346023417 -19.729086208503173 C28.859145009013453 -19.698105144266723, 28.93854267200349 -19.667124080030277, 29.164727123264846 -19.578866633275286 M28.779747346023417 -19.729086208503173 C28.876897425064318 -19.69117813002837, 28.974047504105222 -19.65327005155357, 29.164727123264846 -19.578866633275286 M29.164727123264846 -19.578866633275286 C29.302717161045997 -19.51140741439403, 29.44070719882715 -19.443948195512768, 29.53598696518537 -19.397368756032446 M29.164727123264846 -19.578866633275286 C29.258174774798206 -19.533182860155907, 29.351622426331566 -19.48749908703653, 29.53598696518537 -19.397368756032446 M29.53598696518537 -19.397368756032446 C29.618961263094082 -19.347926806150113, 29.70193556100279 -19.29848485626778, 29.890990790612136 -19.185832391312644 M29.53598696518537 -19.397368756032446 C29.668234192657554 -19.318566512957716, 29.800481420129735 -19.23976426988299, 29.890990790612136 -19.185832391312644 M29.890990790612136 -19.185832391312644 C29.992018951559118 -19.113699670841086, 30.093047112506095 -19.041566950369532, 30.22731356344834 -18.94570254698197 M29.890990790612136 -19.185832391312644 C29.98102744092005 -19.121547458597057, 30.071064091227964 -19.057262525881473, 30.22731356344834 -18.94570254698197 M30.22731356344834 -18.94570254698197 C30.300276520816244 -18.88390607434665, 30.373239478184146 -18.822109601711333, 30.542657858128706 -18.678619553365657 M30.22731356344834 -18.94570254698197 C30.35203833423617 -18.8400660546716, 30.476763105024002 -18.734429562361225, 30.542657858128706 -18.678619553365657 M30.542657858128706 -18.678619553365657 C30.604318981415528 -18.616958430078835, 30.665980104702353 -18.55529730679201, 30.834869553365657 -18.386407858128706 M30.542657858128706 -18.678619553365657 C30.625070279403758 -18.596207132090605, 30.707482700678813 -18.51379471081555, 30.834869553365657 -18.386407858128706 M30.834869553365657 -18.386407858128706 C30.913701649426397 -18.293330978190177, 30.992533745487137 -18.200254098251648, 31.10195254698197 -18.07106356344834 M30.834869553365657 -18.386407858128706 C30.930941708475782 -18.272975678934444, 31.02701386358591 -18.15954349974018, 31.10195254698197 -18.07106356344834 M31.10195254698197 -18.07106356344834 C31.17924753261927 -17.96280520027682, 31.256542518256573 -17.854546837105293, 31.342082391312644 -17.734740790612136 M31.10195254698197 -18.07106356344834 C31.18734856758539 -17.95145899485099, 31.272744588188804 -17.831854426253642, 31.342082391312644 -17.734740790612136 M31.342082391312644 -17.734740790612136 C31.41044156935873 -17.620019287566855, 31.47880074740482 -17.505297784521574, 31.553618756032446 -17.37973696518537 M31.342082391312644 -17.734740790612136 C31.394828679869864 -17.646221096895736, 31.447574968427084 -17.557701403179337, 31.553618756032446 -17.37973696518537 M31.553618756032446 -17.37973696518537 C31.61171742319244 -17.260894241990577, 31.669816090352437 -17.14205151879579, 31.735116633275286 -17.008477123264846 M31.553618756032446 -17.37973696518537 C31.61972162092819 -17.244521393827192, 31.68582448582393 -17.109305822469018, 31.735116633275286 -17.008477123264846 M31.735116633275286 -17.008477123264846 C31.782304033406394 -16.88754618091917, 31.8294914335375 -16.76661523857349, 31.885336208503173 -16.623497346023417 M31.735116633275286 -17.008477123264846 C31.788215183706757 -16.872397201018092, 31.841313734138232 -16.73631727877134, 31.885336208503173 -16.623497346023417 M31.885336208503173 -16.623497346023417 C31.919600353802128 -16.508406110748677, 31.95386449910108 -16.393314875473934, 32.00325132969665 -16.227427435703994 M31.885336208503173 -16.623497346023417 C31.91244026475998 -16.532456425891453, 31.939544321016786 -16.44141550575949, 32.00325132969665 -16.227427435703994 M32.00325132969665 -16.227427435703994 C32.02860273041061 -16.106521061619432, 32.05395413112457 -15.985614687534872, 32.08805651701361 -15.82297295140367 M32.00325132969665 -16.227427435703994 C32.02278612556839 -16.13426172214117, 32.042320921440115 -16.041096008578346, 32.08805651701361 -15.82297295140367 M32.08805651701361 -15.82297295140367 C32.1025611113545 -15.706610260130216, 32.11706570569538 -15.590247568856759, 32.13917246503335 -15.412896727361662 M32.08805651701361 -15.82297295140367 C32.10206193369422 -15.710614898564614, 32.116067350374834 -15.59825684572556, 32.13917246503335 -15.412896727361662 M32.13917246503335 -15.412896727361662 C32.14367728209782 -15.30398029258834, 32.1481820991623 -15.195063857815017, 32.15625 -15 M32.13917246503335 -15.412896727361662 C32.14564729130172 -15.256349861454659, 32.152122117570094 -15.099802995547657, 32.15625 -15 M32.15625 -15 C32.15625 -15, 32.15625 -15, 32.15625 -15 M32.15625 -15 C32.15625 -15, 32.15625 -15, 32.15625 -15 M32.15625 -15 C32.15625 -8.795256242661088, 32.15625 -2.5905124853221757, 32.15625 15 M32.15625 -15 C32.15625 -7.1313290384541554, 32.15625 0.7373419230916891, 32.15625 15 M32.15625 15 C32.15625 15, 32.15625 15, 32.15625 15 M32.15625 15 C32.15625 15, 32.15625 15, 32.15625 15 M32.15625 15 C32.14942523277398 15.165007658197318, 32.14260046554795 15.330015316394638, 32.13917246503335 15.412896727361662 M32.15625 15 C32.15017434441552 15.146895808575849, 32.144098688831036 15.293791617151697, 32.13917246503335 15.412896727361662 M32.13917246503335 15.412896727361662 C32.12150317167529 15.554648125554712, 32.10383387831724 15.696399523747761, 32.08805651701361 15.822972951403669 M32.13917246503335 15.412896727361662 C32.12593927780829 15.519059591585512, 32.11270609058323 15.625222455809363, 32.08805651701361 15.822972951403669 M32.08805651701361 15.822972951403669 C32.0569603075384 15.971277574798775, 32.02586409806318 16.11958219819388, 32.00325132969665 16.227427435703994 M32.08805651701361 15.822972951403669 C32.06612585376836 15.927565080421317, 32.04419519052311 16.032157209438967, 32.00325132969665 16.227427435703994 M32.00325132969665 16.227427435703994 C31.957891698212073 16.379787752111085, 31.912532066727493 16.53214806851818, 31.885336208503173 16.623497346023417 M32.00325132969665 16.227427435703994 C31.965069819100115 16.35567686906562, 31.926888308503575 16.483926302427243, 31.885336208503173 16.623497346023417 M31.885336208503173 16.623497346023417 C31.843648175420505 16.730334618499075, 31.801960142337837 16.83717189097473, 31.735116633275286 17.008477123264846 M31.885336208503173 16.623497346023417 C31.832869137642078 16.75795892482879, 31.780402066780983 16.892420503634167, 31.735116633275286 17.008477123264846 M31.735116633275286 17.008477123264846 C31.696045044707247 17.08839933511499, 31.65697345613921 17.16832154696513, 31.553618756032446 17.379736965185366 M31.735116633275286 17.008477123264846 C31.68180472773307 17.117528369068694, 31.62849282219085 17.22657961487254, 31.553618756032446 17.379736965185366 M31.553618756032446 17.379736965185366 C31.491711116965487 17.483631388827472, 31.429803477898528 17.58752581246958, 31.342082391312644 17.734740790612133 M31.553618756032446 17.379736965185366 C31.487761474898356 17.490259743459333, 31.421904193764266 17.6007825217333, 31.342082391312644 17.734740790612133 M31.342082391312644 17.734740790612133 C31.250997396496196 17.86231326335423, 31.159912401679748 17.98988573609633, 31.10195254698197 18.07106356344834 M31.342082391312644 17.734740790612133 C31.26839571678287 17.837945399635267, 31.194709042253095 17.9411500086584, 31.10195254698197 18.07106356344834 M31.10195254698197 18.07106356344834 C31.01847768179284 18.16962215053839, 30.935002816603713 18.268180737628438, 30.834869553365657 18.386407858128706 M31.10195254698197 18.07106356344834 C31.028251315444972 18.158082443091036, 30.95455008390798 18.245101322733728, 30.834869553365657 18.386407858128706 M30.834869553365657 18.386407858128706 C30.75983290267732 18.461444508817042, 30.684796251988985 18.536481159505378, 30.542657858128706 18.678619553365657 M30.834869553365657 18.386407858128706 C30.744879582292317 18.476397829202046, 30.654889611218973 18.56638780027539, 30.542657858128706 18.678619553365657 M30.542657858128706 18.678619553365657 C30.468076113999647 18.741787068450417, 30.393494369870584 18.804954583535178, 30.22731356344834 18.94570254698197 M30.542657858128706 18.678619553365657 C30.45208670183511 18.755329409755173, 30.361515545541515 18.83203926614469, 30.22731356344834 18.94570254698197 M30.22731356344834 18.94570254698197 C30.10089932009653 19.035960581908537, 29.97448507674472 19.126218616835104, 29.890990790612136 19.185832391312644 M30.22731356344834 18.94570254698197 C30.113705955589637 19.02681681991637, 30.000098347730937 19.107931092850773, 29.890990790612136 19.185832391312644 M29.890990790612136 19.185832391312644 C29.818313677475242 19.229138550881, 29.745636564338348 19.272444710449356, 29.53598696518537 19.397368756032446 M29.890990790612136 19.185832391312644 C29.751598614149653 19.268892099877213, 29.61220643768717 19.351951808441783, 29.53598696518537 19.397368756032446 M29.53598696518537 19.397368756032446 C29.392464616516094 19.46753255690471, 29.248942267846818 19.537696357776976, 29.164727123264846 19.578866633275286 M29.53598696518537 19.397368756032446 C29.43803252912252 19.44525576185553, 29.340078093059674 19.49314276767862, 29.164727123264846 19.578866633275286 M29.164727123264846 19.578866633275286 C29.023335206576977 19.63403793036965, 28.881943289889104 19.689209227464012, 28.779747346023417 19.729086208503173 M29.164727123264846 19.578866633275286 C29.025036649542656 19.633374025264267, 28.885346175820466 19.68788141725325, 28.779747346023417 19.729086208503173 M28.779747346023417 19.729086208503173 C28.622727000672555 19.775833190713858, 28.465706655321696 19.82258017292454, 28.383677435703998 19.847001329696653 M28.779747346023417 19.729086208503173 C28.678428374980108 19.759250173092493, 28.577109403936795 19.789414137681817, 28.383677435703998 19.847001329696653 M28.383677435703998 19.847001329696653 C28.272945288901646 19.870219419286702, 28.162213142099294 19.893437508876755, 27.97922295140367 19.931806517013612 M28.383677435703998 19.847001329696653 C28.23717741086228 19.877719154645813, 28.090677386020563 19.908436979594978, 27.97922295140367 19.931806517013612 M27.97922295140367 19.931806517013612 C27.87987749956178 19.944189914671476, 27.78053204771989 19.95657331232934, 27.569146727361662 19.982922465033347 M27.97922295140367 19.931806517013612 C27.83423638117179 19.949879074145755, 27.68924981093991 19.9679516312779, 27.569146727361662 19.982922465033347 M27.569146727361662 19.982922465033347 C27.420298528537817 19.989078872075805, 27.271450329713975 19.995235279118265, 27.15625 20 M27.569146727361662 19.982922465033347 C27.43063635479378 19.98865129641907, 27.292125982225897 19.994380127804796, 27.15625 20 M27.15625 20 C27.15625 20, 27.15625 20, 27.15625 20 M27.15625 20 C27.15625 20, 27.15625 20, 27.15625 20 M27.15625 20 C11.550735905358696 20, -4.054778189282608 20, -27.15625 20 M27.15625 20 C5.894586497409289 20, -15.367077005181422 20, -27.15625 20 M-27.15625 20 C-27.15625 20, -27.15625 20, -27.15625 20 M-27.15625 20 C-27.15625 20, -27.15625 20, -27.15625 20 M-27.15625 20 C-27.26381293517706 19.99555116409292, -27.371375870354125 19.991102328185843, -27.569146727361662 19.982922465033347 M-27.15625 20 C-27.24855341581245 19.99618230248239, -27.3408568316249 19.992364604964777, -27.569146727361662 19.982922465033347 M-27.569146727361662 19.982922465033347 C-27.689702772302198 19.96789516970297, -27.810258817242737 19.952867874372593, -27.97922295140367 19.931806517013612 M-27.569146727361662 19.982922465033347 C-27.713455148731097 19.964934439068752, -27.85776357010053 19.94694641310416, -27.97922295140367 19.931806517013612 M-27.97922295140367 19.931806517013612 C-28.108924609223006 19.90461093923255, -28.238626267042346 19.877415361451487, -28.383677435703994 19.847001329696653 M-27.97922295140367 19.931806517013612 C-28.102039343676832 19.90605462760055, -28.224855735949994 19.88030273818749, -28.383677435703994 19.847001329696653 M-28.383677435703994 19.847001329696653 C-28.472173623356593 19.820654873123363, -28.56066981100919 19.794308416550074, -28.779747346023417 19.729086208503173 M-28.383677435703994 19.847001329696653 C-28.5355600402725 19.80178391918841, -28.687442644841006 19.756566508680166, -28.779747346023417 19.729086208503173 M-28.779747346023417 19.729086208503173 C-28.882368809095432 19.689043189354468, -28.984990272167444 19.649000170205767, -29.164727123264846 19.578866633275286 M-28.779747346023417 19.729086208503173 C-28.89430551905215 19.68438547067593, -29.008863692080887 19.63968473284869, -29.164727123264846 19.578866633275286 M-29.164727123264846 19.578866633275286 C-29.269551937880934 19.527620904039463, -29.37437675249702 19.47637517480364, -29.53598696518537 19.397368756032446 M-29.164727123264846 19.578866633275286 C-29.259591887342573 19.53249007604738, -29.354456651420303 19.486113518819472, -29.53598696518537 19.397368756032446 M-29.53598696518537 19.397368756032446 C-29.61796767648203 19.348518855263087, -29.699948387778697 19.29966895449373, -29.890990790612133 19.185832391312644 M-29.53598696518537 19.397368756032446 C-29.632489152149073 19.339865933933915, -29.72899133911278 19.282363111835384, -29.890990790612133 19.185832391312644 M-29.890990790612133 19.185832391312644 C-29.96689683133929 19.131636519918448, -30.042802872066446 19.077440648524256, -30.22731356344834 18.94570254698197 M-29.890990790612133 19.185832391312644 C-29.98425755578106 19.119241200914285, -30.077524320949987 19.052650010515926, -30.22731356344834 18.94570254698197 M-30.22731356344834 18.94570254698197 C-30.345536183161233 18.845573095716375, -30.463758802874125 18.745443644450777, -30.542657858128706 18.67861955336566 M-30.22731356344834 18.94570254698197 C-30.34407921546292 18.846807084410738, -30.460844867477498 18.747911621839503, -30.542657858128706 18.67861955336566 M-30.542657858128706 18.67861955336566 C-30.604888911369695 18.61638850012467, -30.667119964610684 18.554157446883682, -30.834869553365657 18.386407858128706 M-30.542657858128706 18.67861955336566 C-30.639574095772943 18.581703315721423, -30.73649033341718 18.484787078077183, -30.834869553365657 18.386407858128706 M-30.834869553365657 18.386407858128706 C-30.924834839728657 18.280186045239287, -31.014800126091657 18.17396423234987, -31.101952546981966 18.07106356344834 M-30.834869553365657 18.386407858128706 C-30.902891845180978 18.306094089945248, -30.9709141369963 18.22578032176179, -31.101952546981966 18.07106356344834 M-31.101952546981966 18.07106356344834 C-31.18541714868374 17.954164115334116, -31.268881750385518 17.837264667219895, -31.342082391312644 17.734740790612133 M-31.101952546981966 18.07106356344834 C-31.168646594185446 17.9776527383605, -31.235340641388927 17.88424191327266, -31.342082391312644 17.734740790612133 M-31.342082391312644 17.734740790612133 C-31.422525626990748 17.599739622216045, -31.502968862668855 17.464738453819958, -31.553618756032446 17.37973696518537 M-31.342082391312644 17.734740790612133 C-31.389982649741995 17.6543537847946, -31.437882908171343 17.573966778977073, -31.553618756032446 17.37973696518537 M-31.553618756032446 17.37973696518537 C-31.616203070903175 17.25171870294133, -31.678787385773905 17.123700440697284, -31.735116633275286 17.00847712326485 M-31.553618756032446 17.37973696518537 C-31.591420711786185 17.302411828767152, -31.62922266753992 17.22508669234894, -31.735116633275286 17.00847712326485 M-31.735116633275286 17.00847712326485 C-31.772251606761433 16.91330834250591, -31.809386580247583 16.81813956174697, -31.885336208503173 16.623497346023417 M-31.735116633275286 17.00847712326485 C-31.793807813433837 16.858064519386836, -31.852498993592388 16.707651915508823, -31.885336208503173 16.623497346023417 M-31.885336208503173 16.623497346023417 C-31.917309498477213 16.516100958143223, -31.949282788451253 16.40870457026303, -32.00325132969665 16.227427435703994 M-31.885336208503173 16.623497346023417 C-31.93040657826438 16.472108642617908, -31.975476948025587 16.3207199392124, -32.00325132969665 16.227427435703994 M-32.00325132969665 16.227427435703994 C-32.02834347135436 16.107757524755858, -32.05343561301208 15.988087613807725, -32.08805651701361 15.82297295140367 M-32.00325132969665 16.227427435703994 C-32.0361060023665 16.070736316776635, -32.068960675036344 15.914045197849275, -32.08805651701361 15.82297295140367 M-32.08805651701361 15.82297295140367 C-32.10494790687827 15.687462261631314, -32.121839296742934 15.55195157185896, -32.13917246503335 15.412896727361664 M-32.08805651701361 15.82297295140367 C-32.10309237471765 15.70234821506652, -32.11812823242168 15.58172347872937, -32.13917246503335 15.412896727361664 M-32.13917246503335 15.412896727361664 C-32.14511774607824 15.269153084530592, -32.151063027123136 15.125409441699517, -32.15625 15 M-32.13917246503335 15.412896727361664 C-32.14439594290998 15.286604676142344, -32.149619420786614 15.160312624923026, -32.15625 15 M-32.15625 15 C-32.15625 15, -32.15625 15, -32.15625 15 M-32.15625 15 C-32.15625 15, -32.15625 15, -32.15625 15 M-32.15625 15 C-32.15625 7.997761022770467, -32.15625 0.9955220455409339, -32.15625 -15 M-32.15625 15 C-32.15625 8.8468033599239, -32.15625 2.6936067198478018, -32.15625 -15 M-32.15625 -15 C-32.15625 -15, -32.15625 -15, -32.15625 -15 M-32.15625 -15 C-32.15625 -15, -32.15625 -15, -32.15625 -15 M-32.15625 -15 C-32.14971498470823 -15.158002102323136, -32.14317996941647 -15.316004204646273, -32.13917246503335 -15.41289672736166 M-32.15625 -15 C-32.14999588602553 -15.151210534637912, -32.14374177205106 -15.302421069275821, -32.13917246503335 -15.41289672736166 M-32.13917246503335 -15.41289672736166 C-32.1239140587166 -15.535306853548802, -32.10865565239985 -15.657716979735943, -32.08805651701361 -15.822972951403669 M-32.13917246503335 -15.41289672736166 C-32.121956197214196 -15.551013741187713, -32.104739929395045 -15.689130755013766, -32.08805651701361 -15.822972951403669 M-32.08805651701361 -15.822972951403669 C-32.05836367387848 -15.964584613821724, -32.02867083074335 -16.10619627623978, -32.00325132969665 -16.227427435703994 M-32.08805651701361 -15.822972951403669 C-32.06800259015656 -15.918614514163867, -32.04794866329951 -16.014256076924067, -32.00325132969665 -16.227427435703994 M-32.00325132969665 -16.227427435703994 C-31.97591377564117 -16.31925266111627, -31.94857622158569 -16.41107788652855, -31.885336208503173 -16.623497346023417 M-32.00325132969665 -16.227427435703994 C-31.97676248786278 -16.31640188701625, -31.950273646028904 -16.40537633832851, -31.885336208503173 -16.623497346023417 M-31.885336208503173 -16.623497346023417 C-31.825304272750124 -16.777346012008003, -31.76527233699707 -16.93119467799259, -31.73511663327529 -17.008477123264846 M-31.885336208503173 -16.623497346023417 C-31.848147977381533 -16.71880261440467, -31.810959746259893 -16.814107882785926, -31.73511663327529 -17.008477123264846 M-31.73511663327529 -17.008477123264846 C-31.694983917015378 -17.090569906501976, -31.654851200755466 -17.17266268973911, -31.553618756032446 -17.379736965185366 M-31.73511663327529 -17.008477123264846 C-31.668702639642294 -17.144329118627336, -31.6022886460093 -17.280181113989823, -31.553618756032446 -17.379736965185366 M-31.553618756032446 -17.379736965185366 C-31.495184918002845 -17.477801598480706, -31.436751079973245 -17.575866231776043, -31.342082391312644 -17.734740790612133 M-31.553618756032446 -17.379736965185366 C-31.487467950669256 -17.49075234067459, -31.421317145306062 -17.601767716163817, -31.342082391312644 -17.734740790612133 M-31.342082391312644 -17.734740790612133 C-31.27396323824376 -17.830147600653756, -31.205844085174878 -17.925554410695376, -31.10195254698197 -18.07106356344834 M-31.342082391312644 -17.734740790612133 C-31.278538037696222 -17.823740195354716, -31.2149936840798 -17.9127396000973, -31.10195254698197 -18.07106356344834 M-31.10195254698197 -18.07106356344834 C-31.00636004339187 -18.18392941916305, -30.910767539801768 -18.296795274877756, -30.83486955336566 -18.386407858128706 M-31.10195254698197 -18.07106356344834 C-31.00286467314394 -18.188056395016343, -30.903776799305906 -18.305049226584348, -30.83486955336566 -18.386407858128706 M-30.83486955336566 -18.386407858128706 C-30.75178246068638 -18.469494950807988, -30.668695368007096 -18.55258204348727, -30.542657858128706 -18.678619553365657 M-30.83486955336566 -18.386407858128706 C-30.7271593759116 -18.494118035582765, -30.61944919845754 -18.601828213036825, -30.542657858128706 -18.678619553365657 M-30.542657858128706 -18.678619553365657 C-30.43494114942214 -18.769850951901045, -30.327224440715575 -18.861082350436433, -30.22731356344834 -18.945702546981966 M-30.542657858128706 -18.678619553365657 C-30.443071684873864 -18.762964739641045, -30.34348551161902 -18.84730992591643, -30.22731356344834 -18.945702546981966 M-30.22731356344834 -18.945702546981966 C-30.15820285544538 -18.9950466440658, -30.089092147442418 -19.044390741149634, -29.890990790612136 -19.185832391312644 M-30.22731356344834 -18.945702546981966 C-30.096990671767916 -19.038751303175424, -29.96666778008749 -19.131800059368885, -29.890990790612136 -19.185832391312644 M-29.890990790612136 -19.185832391312644 C-29.77587489589807 -19.254426575783775, -29.660759001184005 -19.323020760254906, -29.535986965185366 -19.397368756032446 M-29.890990790612136 -19.185832391312644 C-29.761724683431606 -19.262858272263582, -29.63245857625107 -19.33988415321452, -29.535986965185366 -19.397368756032446 M-29.535986965185366 -19.397368756032446 C-29.443498932551986 -19.442583400057746, -29.351010899918606 -19.487798044083043, -29.16472712326485 -19.578866633275286 M-29.535986965185366 -19.397368756032446 C-29.418489031585782 -19.45480999561933, -29.300991097986195 -19.512251235206215, -29.16472712326485 -19.578866633275286 M-29.16472712326485 -19.578866633275286 C-29.050713327864784 -19.62335495429267, -28.936699532464715 -19.66784327531005, -28.77974734602342 -19.729086208503173 M-29.16472712326485 -19.578866633275286 C-29.036981040951616 -19.628713309273767, -28.909234958638386 -19.678559985272244, -28.77974734602342 -19.729086208503173 M-28.77974734602342 -19.729086208503173 C-28.632397956790022 -19.772954022332375, -28.485048567556625 -19.816821836161576, -28.383677435703994 -19.847001329696653 M-28.77974734602342 -19.729086208503173 C-28.67622642047358 -19.75990572335202, -28.57270549492374 -19.790725238200867, -28.383677435703994 -19.847001329696653 M-28.383677435703994 -19.847001329696653 C-28.291210078803314 -19.866389695574785, -28.198742721902637 -19.885778061452918, -27.979222951403674 -19.931806517013612 M-28.383677435703994 -19.847001329696653 C-28.228360217809968 -19.879567925613713, -28.07304299991594 -19.912134521530774, -27.979222951403674 -19.931806517013612 M-27.979222951403674 -19.931806517013612 C-27.881546124257763 -19.943981920820033, -27.783869297111853 -19.95615732462645, -27.569146727361662 -19.982922465033347 M-27.979222951403674 -19.931806517013612 C-27.888917823602824 -19.94306303945494, -27.798612695801975 -19.954319561896266, -27.569146727361662 -19.982922465033347 M-27.569146727361662 -19.982922465033347 C-27.48222027444585 -19.986517769720507, -27.395293821530036 -19.99011307440767, -27.15625 -20 M-27.569146727361662 -19.982922465033347 C-27.455311584380073 -19.987630721374163, -27.341476441398484 -19.992338977714976, -27.15625 -20 M-27.15625 -20 C-27.15625 -20, -27.15625 -20, -27.15625 -20 M-27.15625 -20 C-27.15625 -20, -27.15625 -20, -27.15625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-24.15625, -12)\"><rect></rect><foreignObject width=\"48.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Issued</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Sent-16\" transform=\"translate(755.28125, 572)\"><g class=\"basic label-container outer-path\"><path d=\"M-19.640625 -20 C-8.636095412728904 -20, 2.368434174542191 -20, 19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 C19.788082622353866 -19.993901107625778, 19.93554024470773 -19.987802215251556, 20.053521727361662 -19.982922465033347 C20.171492664463717 -19.96821740305899, 20.28946360156577 -19.953512341084632, 20.46359795140367 -19.931806517013612 C20.57697866827013 -19.908033080680905, 20.690359385136592 -19.8842596443482, 20.868052435703998 -19.847001329696653 C21.008961944340275 -19.805050751389, 21.149871452976548 -19.763100173081344, 21.264122346023417 -19.729086208503173 C21.402145896207795 -19.67522925209702, 21.540169446392174 -19.621372295690865, 21.649102123264846 -19.578866633275286 C21.765210138509758 -19.52210488336768, 21.88131815375467 -19.46534313346007, 22.02036196518537 -19.397368756032446 C22.13311835680801 -19.330180530232056, 22.245874748430648 -19.262992304431666, 22.375365790612136 -19.185832391312644 C22.47472829476164 -19.1148889269361, 22.574090798911143 -19.043945462559552, 22.71168856344834 -18.94570254698197 C22.806318406835366 -18.865555157973812, 22.900948250222395 -18.78540776896566, 23.027032858128706 -18.678619553365657 C23.12447855318412 -18.581173858310244, 23.221924248239535 -18.483728163254828, 23.319244553365657 -18.386407858128706 C23.37874744483082 -18.31615292693125, 23.43825033629599 -18.24589799573379, 23.58632754698197 -18.07106356344834 C23.65164614531979 -17.979579174358832, 23.716964743657613 -17.888094785269324, 23.826457391312644 -17.734740790612136 C23.89382452736432 -17.621684148847166, 23.961191663415995 -17.5086275070822, 24.037993756032446 -17.37973696518537 C24.078234958126608 -17.29742227062737, 24.11847616022077 -17.215107576069364, 24.219491633275286 -17.008477123264846 C24.26917724791519 -16.8811438058383, 24.318862862555093 -16.753810488411748, 24.369711208503173 -16.623497346023417 C24.414825823567636 -16.47196002526404, 24.4599404386321 -16.320422704504658, 24.487626329696653 -16.227427435703994 C24.51675653934248 -16.08849909543833, 24.54588674898831 -15.949570755172667, 24.572431517013612 -15.82297295140367 C24.584280904315534 -15.72791158229618, 24.596130291617456 -15.632850213188691, 24.623547465033347 -15.412896727361662 C24.62811695109969 -15.302416740279126, 24.632686437166033 -15.191936753196591, 24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 C24.640625 -4.739836629891997, 24.640625 5.5203267402160066, 24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 C24.635699939364915 15.119076987531004, 24.63077487872983 15.238153975062009, 24.623547465033347 15.412896727361662 C24.612623154273834 15.500536696492102, 24.60169884351432 15.588176665622541, 24.572431517013612 15.822972951403669 C24.549691887590242 15.931423217037015, 24.526952258166872 16.03987348267036, 24.487626329696653 16.227427435703994 C24.44205122238745 16.38051152264764, 24.39647611507825 16.533595609591288, 24.369711208503173 16.623497346023417 C24.333593856602377 16.71605818616842, 24.297476504701578 16.80861902631343, 24.219491633275286 17.008477123264846 C24.17729922795395 17.094783067818057, 24.13510682263261 17.18108901237127, 24.037993756032446 17.379736965185366 C23.974818294960865 17.485759068681464, 23.91164283388928 17.591781172177562, 23.826457391312644 17.734740790612133 C23.7615609806503 17.82563386907105, 23.69666456998796 17.916526947529974, 23.58632754698197 18.07106356344834 C23.491922962532254 18.182526845684333, 23.397518378082538 18.293990127920324, 23.319244553365657 18.386407858128706 C23.255693833521285 18.449958577973078, 23.192143113676913 18.51350929781745, 23.027032858128706 18.678619553365657 C22.921305102006876 18.768166394991493, 22.815577345885046 18.85771323661733, 22.71168856344834 18.94570254698197 C22.632333165193447 19.002361212314238, 22.55297776693855 19.059019877646506, 22.375365790612136 19.185832391312644 C22.234074053916707 19.270023992092067, 22.092782317221275 19.35421559287149, 22.02036196518537 19.397368756032446 C21.891133514694175 19.460544695886867, 21.761905064202978 19.52372063574129, 21.649102123264846 19.578866633275286 C21.545079296117926 19.619456466382843, 21.441056468971002 19.6600462994904, 21.264122346023417 19.729086208503173 C21.167673450906868 19.757800288670165, 21.071224555790323 19.786514368837157, 20.868052435703998 19.847001329696653 C20.746167739964598 19.872557862890076, 20.6242830442252 19.8981143960835, 20.46359795140367 19.931806517013612 C20.31138115644943 19.950780320717517, 20.15916436149519 19.96975412442142, 20.053521727361662 19.982922465033347 C19.935641081542016 19.98779804460924, 19.817760435722374 19.99267362418513, 19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 C5.546407100907395 20, -8.54781079818521 20, -19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 C-19.76891327550256 19.99469395767628, -19.897201551005114 19.98938791535256, -20.053521727361662 19.982922465033347 C-20.208666773288414 19.963583655226373, -20.36381181921516 19.944244845419394, -20.46359795140367 19.931806517013612 C-20.590777224025636 19.905139827790972, -20.717956496647602 19.878473138568328, -20.868052435703994 19.847001329696653 C-20.96726852701953 19.817463419527257, -21.066484618335068 19.787925509357866, -21.264122346023417 19.729086208503173 C-21.364461868915498 19.68993360517574, -21.46480139180758 19.650781001848305, -21.649102123264846 19.578866633275286 C-21.741092162392864 19.533895443440013, -21.83308220152088 19.48892425360474, -22.02036196518537 19.397368756032446 C-22.118644611192618 19.33880501062372, -22.216927257199863 19.280241265214997, -22.375365790612133 19.185832391312644 C-22.487362766751357 19.10586808732269, -22.59935974289058 19.02590378333274, -22.71168856344834 18.94570254698197 C-22.77583787344303 18.891370852891328, -22.839987183437724 18.837039158800685, -23.027032858128706 18.67861955336566 C-23.132958367302265 18.572694044192097, -23.238883876475825 18.466768535018538, -23.319244553365657 18.386407858128706 C-23.372955901646034 18.322990989048154, -23.42666724992641 18.259574119967606, -23.586327546981966 18.07106356344834 C-23.665058278505665 17.96079431304642, -23.743789010029367 17.850525062644497, -23.826457391312644 17.734740790612133 C-23.89413973130276 17.62115516838518, -23.96182207129288 17.507569546158223, -24.037993756032446 17.37973696518537 C-24.08711044394807 17.279267174198136, -24.136227131863695 17.178797383210906, -24.219491633275286 17.00847712326485 C-24.261583718091828 16.900604354940768, -24.30367580290837 16.792731586616686, -24.369711208503173 16.623497346023417 C-24.402975989645498 16.511762915778316, -24.43624077078782 16.400028485533216, -24.487626329696653 16.227427435703994 C-24.515991790057715 16.09214635201985, -24.54435725041878 15.956865268335704, -24.572431517013612 15.82297295140367 C-24.58438125567524 15.727106516396793, -24.596330994336867 15.631240081389915, -24.623547465033347 15.412896727361664 C-24.62876084676073 15.286848778525567, -24.63397422848811 15.16080082968947, -24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 C-24.640625 4.563786755453373, -24.640625 -5.872426489093254, -24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 C-24.635090954684436 -15.133800879595865, -24.629556909368873 -15.267601759191729, -24.623547465033347 -15.41289672736166 C-24.60494796263308 -15.562110700863965, -24.586348460232813 -15.71132467436627, -24.572431517013612 -15.822972951403669 C-24.554931156918418 -15.906435995838875, -24.537430796823227 -15.98989904027408, -24.487626329696653 -16.227427435703994 C-24.448807457575633 -16.3578177286881, -24.40998858545461 -16.488208021672204, -24.369711208503173 -16.623497346023417 C-24.33476178997 -16.713065029470847, -24.299812371436825 -16.802632712918278, -24.21949163327529 -17.008477123264846 C-24.18147415482043 -17.086243118414654, -24.143456676365574 -17.16400911356446, -24.037993756032446 -17.379736965185366 C-23.973978668487856 -17.48716814371328, -23.909963580943266 -17.594599322241194, -23.826457391312644 -17.734740790612133 C-23.744794276234956 -17.849117099720758, -23.663131161157263 -17.96349340882938, -23.58632754698197 -18.07106356344834 C-23.484658368906715 -18.19110413517015, -23.38298919083146 -18.311144706891955, -23.31924455336566 -18.386407858128706 C-23.212821384188654 -18.492831027305712, -23.106398215011648 -18.59925419648272, -23.027032858128706 -18.678619553365657 C-22.90709425150374 -18.780202371409136, -22.787155644878773 -18.881785189452618, -22.71168856344834 -18.945702546981966 C-22.608495413509065 -19.019381039883125, -22.50530226356979 -19.093059532784284, -22.375365790612136 -19.185832391312644 C-22.296292079616382 -19.232950095886213, -22.21721836862063 -19.280067800459783, -22.020361965185366 -19.397368756032446 C-21.92880459703829 -19.442128425913985, -21.837247228891215 -19.48688809579553, -21.64910212326485 -19.578866633275286 C-21.537883066536125 -19.622264443879136, -21.426664009807403 -19.66566225448298, -21.26412234602342 -19.729086208503173 C-21.17422588311684 -19.75584954508167, -21.08432942021026 -19.78261288166017, -20.868052435703994 -19.847001329696653 C-20.707457263263144 -19.880674596305642, -20.546862090822295 -19.91434786291463, -20.463597951403674 -19.931806517013612 C-20.344049518246607 -19.946708213666163, -20.224501085089535 -19.961609910318714, -20.053521727361662 -19.982922465033347 C-19.89578841966914 -19.989446362896953, -19.738055111976625 -19.99597026076056, -19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-19.640625 -20 C-6.116852308220455 -20, 7.40692038355909 -20, 19.640625 -20 M-19.640625 -20 C-10.613321051908878 -20, -1.5860171038177562 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.640625 -20, 19.640625 -20, 19.640625 -20 M19.640625 -20 C19.78573336118191 -19.99399827378659, 19.930841722363823 -19.98799654757318, 20.053521727361662 -19.982922465033347 M19.640625 -20 C19.776994019071577 -19.994359735650015, 19.913363038143153 -19.988719471300033, 20.053521727361662 -19.982922465033347 M20.053521727361662 -19.982922465033347 C20.14895297261888 -19.971026972717443, 20.244384217876092 -19.959131480401542, 20.46359795140367 -19.931806517013612 M20.053521727361662 -19.982922465033347 C20.20603447551048 -19.96391177080221, 20.358547223659297 -19.944901076571075, 20.46359795140367 -19.931806517013612 M20.46359795140367 -19.931806517013612 C20.606447617527248 -19.901854091798864, 20.749297283650826 -19.871901666584115, 20.868052435703998 -19.847001329696653 M20.46359795140367 -19.931806517013612 C20.585998411132056 -19.906141839484064, 20.708398870860446 -19.880477161954516, 20.868052435703998 -19.847001329696653 M20.868052435703998 -19.847001329696653 C20.94877414111283 -19.822969436770098, 21.029495846521655 -19.798937543843543, 21.264122346023417 -19.729086208503173 M20.868052435703998 -19.847001329696653 C20.9798911470886 -19.81370550271398, 21.091729858473208 -19.780409675731306, 21.264122346023417 -19.729086208503173 M21.264122346023417 -19.729086208503173 C21.377631026844675 -19.684794983806054, 21.491139707665937 -19.64050375910893, 21.649102123264846 -19.578866633275286 M21.264122346023417 -19.729086208503173 C21.374906548697535 -19.68585807847797, 21.485690751371656 -19.642629948452765, 21.649102123264846 -19.578866633275286 M21.649102123264846 -19.578866633275286 C21.726581634061695 -19.540989208486497, 21.804061144858544 -19.50311178369771, 22.02036196518537 -19.397368756032446 M21.649102123264846 -19.578866633275286 C21.77267999242934 -19.51845309430613, 21.89625786159383 -19.45803955533697, 22.02036196518537 -19.397368756032446 M22.02036196518537 -19.397368756032446 C22.101447657909898 -19.3490521705728, 22.182533350634426 -19.300735585113152, 22.375365790612136 -19.185832391312644 M22.02036196518537 -19.397368756032446 C22.13791993705367 -19.327319409429045, 22.255477908921975 -19.25727006282564, 22.375365790612136 -19.185832391312644 M22.375365790612136 -19.185832391312644 C22.464610585129876 -19.12211283276433, 22.553855379647615 -19.058393274216016, 22.71168856344834 -18.94570254698197 M22.375365790612136 -19.185832391312644 C22.44923667620673 -19.133089592753958, 22.52310756180133 -19.08034679419527, 22.71168856344834 -18.94570254698197 M22.71168856344834 -18.94570254698197 C22.83766176887028 -18.839008684473256, 22.963634974292216 -18.732314821964543, 23.027032858128706 -18.678619553365657 M22.71168856344834 -18.94570254698197 C22.790214131346055 -18.87919478355216, 22.868739699243772 -18.812687020122347, 23.027032858128706 -18.678619553365657 M23.027032858128706 -18.678619553365657 C23.14383066676085 -18.561821744733514, 23.260628475392995 -18.445023936101368, 23.319244553365657 -18.386407858128706 M23.027032858128706 -18.678619553365657 C23.089779579792584 -18.61587283170178, 23.15252630145646 -18.5531261100379, 23.319244553365657 -18.386407858128706 M23.319244553365657 -18.386407858128706 C23.409971711750572 -18.27928650464281, 23.500698870135487 -18.172165151156907, 23.58632754698197 -18.07106356344834 M23.319244553365657 -18.386407858128706 C23.373055888274322 -18.322872935059216, 23.426867223182985 -18.259338011989726, 23.58632754698197 -18.07106356344834 M23.58632754698197 -18.07106356344834 C23.638331410396248 -17.99822762091718, 23.69033527381053 -17.925391678386017, 23.826457391312644 -17.734740790612136 M23.58632754698197 -18.07106356344834 C23.678310761942292 -17.94223305512034, 23.770293976902618 -17.81340254679234, 23.826457391312644 -17.734740790612136 M23.826457391312644 -17.734740790612136 C23.874308586486844 -17.65443612356075, 23.922159781661048 -17.574131456509363, 24.037993756032446 -17.37973696518537 M23.826457391312644 -17.734740790612136 C23.886715487878163 -17.633614656474254, 23.94697358444368 -17.532488522336372, 24.037993756032446 -17.37973696518537 M24.037993756032446 -17.37973696518537 C24.079853776889518 -17.294110923921025, 24.12171379774659 -17.20848488265668, 24.219491633275286 -17.008477123264846 M24.037993756032446 -17.37973696518537 C24.083037605219374 -17.287598298977965, 24.128081454406303 -17.195459632770557, 24.219491633275286 -17.008477123264846 M24.219491633275286 -17.008477123264846 C24.2560418115266 -16.91480704424898, 24.292591989777918 -16.821136965233116, 24.369711208503173 -16.623497346023417 M24.219491633275286 -17.008477123264846 C24.263774883005407 -16.89498888053239, 24.30805813273553 -16.781500637799937, 24.369711208503173 -16.623497346023417 M24.369711208503173 -16.623497346023417 C24.412840110779264 -16.47862991694587, 24.455969013055356 -16.333762487868324, 24.487626329696653 -16.227427435703994 M24.369711208503173 -16.623497346023417 C24.40242268847693 -16.5136214216425, 24.435134168450684 -16.40374549726159, 24.487626329696653 -16.227427435703994 M24.487626329696653 -16.227427435703994 C24.5134548099082 -16.10424576516326, 24.53928329011975 -15.981064094622525, 24.572431517013612 -15.82297295140367 M24.487626329696653 -16.227427435703994 C24.50982699456472 -16.121547609900674, 24.532027659432785 -16.015667784097353, 24.572431517013612 -15.82297295140367 M24.572431517013612 -15.82297295140367 C24.58977370494548 -15.683845747091981, 24.60711589287735 -15.544718542780291, 24.623547465033347 -15.412896727361662 M24.572431517013612 -15.82297295140367 C24.58474765706525 -15.724167071774906, 24.59706379711689 -15.625361192146139, 24.623547465033347 -15.412896727361662 M24.623547465033347 -15.412896727361662 C24.629240736351584 -15.275246117957414, 24.63493400766982 -15.137595508553163, 24.640625 -15 M24.623547465033347 -15.412896727361662 C24.629341431395243 -15.272811536264594, 24.63513539775714 -15.132726345167526, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -15, 24.640625 -15, 24.640625 -15 M24.640625 -15 C24.640625 -5.148524367025237, 24.640625 4.702951265949526, 24.640625 15 M24.640625 -15 C24.640625 -8.60225648139594, 24.640625 -2.204512962791881, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.640625 15, 24.640625 15, 24.640625 15 M24.640625 15 C24.634164489325098 15.156200746768215, 24.6277039786502 15.312401493536433, 24.623547465033347 15.412896727361662 M24.640625 15 C24.636820430002413 15.091986021641247, 24.63301586000483 15.183972043282497, 24.623547465033347 15.412896727361662 M24.623547465033347 15.412896727361662 C24.609518927827644 15.525440263948859, 24.595490390621936 15.637983800536055, 24.572431517013612 15.822972951403669 M24.623547465033347 15.412896727361662 C24.613087069115174 15.496814953009226, 24.602626673196998 15.580733178656791, 24.572431517013612 15.822972951403669 M24.572431517013612 15.822972951403669 C24.552481297053376 15.918119913293364, 24.53253107709314 16.01326687518306, 24.487626329696653 16.227427435703994 M24.572431517013612 15.822972951403669 C24.543675561688104 15.960116390970315, 24.514919606362596 16.09725983053696, 24.487626329696653 16.227427435703994 M24.487626329696653 16.227427435703994 C24.441126770415526 16.38361670208442, 24.3946272111344 16.539805968464844, 24.369711208503173 16.623497346023417 M24.487626329696653 16.227427435703994 C24.45739728223166 16.328965016273116, 24.42716823476667 16.430502596842235, 24.369711208503173 16.623497346023417 M24.369711208503173 16.623497346023417 C24.317368829000515 16.757639368264194, 24.26502644949786 16.89178139050497, 24.219491633275286 17.008477123264846 M24.369711208503173 16.623497346023417 C24.337990878983213 16.70478958356365, 24.306270549463257 16.78608182110388, 24.219491633275286 17.008477123264846 M24.219491633275286 17.008477123264846 C24.164570858735463 17.1208193632048, 24.10965008419564 17.23316160314475, 24.037993756032446 17.379736965185366 M24.219491633275286 17.008477123264846 C24.16671496772979 17.116433518155883, 24.11393830218429 17.224389913046924, 24.037993756032446 17.379736965185366 M24.037993756032446 17.379736965185366 C23.975949194915327 17.483861173676317, 23.913904633798207 17.587985382167265, 23.826457391312644 17.734740790612133 M24.037993756032446 17.379736965185366 C23.96098727031337 17.508970522967044, 23.8839807845943 17.638204080748725, 23.826457391312644 17.734740790612133 M23.826457391312644 17.734740790612133 C23.73324154161779 17.865297711302443, 23.64002569192294 17.99585463199275, 23.58632754698197 18.07106356344834 M23.826457391312644 17.734740790612133 C23.730648423897463 17.868929598644154, 23.63483945648228 18.003118406676176, 23.58632754698197 18.07106356344834 M23.58632754698197 18.07106356344834 C23.498229052833572 18.175081258934934, 23.41013055868517 18.279098954421524, 23.319244553365657 18.386407858128706 M23.58632754698197 18.07106356344834 C23.483310900138818 18.1926950885381, 23.380294253295666 18.314326613627856, 23.319244553365657 18.386407858128706 M23.319244553365657 18.386407858128706 C23.21133019937725 18.494322212117112, 23.103415845388845 18.602236566105518, 23.027032858128706 18.678619553365657 M23.319244553365657 18.386407858128706 C23.235481297791388 18.470171113702975, 23.151718042217116 18.553934369277247, 23.027032858128706 18.678619553365657 M23.027032858128706 18.678619553365657 C22.934299586229077 18.757160628262515, 22.84156631432945 18.835701703159376, 22.71168856344834 18.94570254698197 M23.027032858128706 18.678619553365657 C22.907939254275323 18.779486690568685, 22.788845650421937 18.880353827771717, 22.71168856344834 18.94570254698197 M22.71168856344834 18.94570254698197 C22.589183384528933 19.03316956354925, 22.466678205609526 19.120636580116535, 22.375365790612136 19.185832391312644 M22.71168856344834 18.94570254698197 C22.612424289947022 19.016575876023765, 22.513160016445706 19.087449205065557, 22.375365790612136 19.185832391312644 M22.375365790612136 19.185832391312644 C22.24124722670997 19.26574970886605, 22.107128662807803 19.345667026419456, 22.02036196518537 19.397368756032446 M22.375365790612136 19.185832391312644 C22.266192590947654 19.250885498146328, 22.15701939128317 19.315938604980012, 22.02036196518537 19.397368756032446 M22.02036196518537 19.397368756032446 C21.884385576814406 19.463843561701736, 21.748409188443443 19.530318367371024, 21.649102123264846 19.578866633275286 M22.02036196518537 19.397368756032446 C21.888162373146926 19.461997198481882, 21.75596278110848 19.526625640931318, 21.649102123264846 19.578866633275286 M21.649102123264846 19.578866633275286 C21.49740932515663 19.63805734677257, 21.345716527048417 19.697248060269853, 21.264122346023417 19.729086208503173 M21.649102123264846 19.578866633275286 C21.558087002085056 19.614380843764238, 21.46707188090527 19.649895054253193, 21.264122346023417 19.729086208503173 M21.264122346023417 19.729086208503173 C21.106144911792526 19.776118128418894, 20.94816747756164 19.823150048334618, 20.868052435703998 19.847001329696653 M21.264122346023417 19.729086208503173 C21.120303412639277 19.77190296008683, 20.976484479255138 19.814719711670488, 20.868052435703998 19.847001329696653 M20.868052435703998 19.847001329696653 C20.780087250961166 19.86544568934417, 20.69212206621834 19.883890048991688, 20.46359795140367 19.931806517013612 M20.868052435703998 19.847001329696653 C20.766893097975647 19.86821221230005, 20.665733760247296 19.88942309490345, 20.46359795140367 19.931806517013612 M20.46359795140367 19.931806517013612 C20.31135549363679 19.950783519583776, 20.159113035869908 19.96976052215394, 20.053521727361662 19.982922465033347 M20.46359795140367 19.931806517013612 C20.362999860010117 19.944346056028756, 20.262401768616563 19.9568855950439, 20.053521727361662 19.982922465033347 M20.053521727361662 19.982922465033347 C19.916842468407005 19.988575560999813, 19.780163209452347 19.994228656966275, 19.640625 20 M20.053521727361662 19.982922465033347 C19.893596740871946 19.989537011402536, 19.733671754382232 19.99615155777172, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C19.640625 20, 19.640625 20, 19.640625 20 M19.640625 20 C8.170006065469192 20, -3.3006128690616165 20, -19.640625 20 M19.640625 20 C5.417754015163174 20, -8.805116969673652 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.640625 20, -19.640625 20, -19.640625 20 M-19.640625 20 C-19.730279713903347 19.9962918536037, -19.81993442780669 19.9925837072074, -20.053521727361662 19.982922465033347 M-19.640625 20 C-19.78742679098185 19.99392823301197, -19.9342285819637 19.987856466023942, -20.053521727361662 19.982922465033347 M-20.053521727361662 19.982922465033347 C-20.189589171247288 19.96596167584084, -20.32565661513291 19.949000886648335, -20.46359795140367 19.931806517013612 M-20.053521727361662 19.982922465033347 C-20.204986388485317 19.964042414713653, -20.356451049608975 19.94516236439396, -20.46359795140367 19.931806517013612 M-20.46359795140367 19.931806517013612 C-20.558278017502044 19.911954194805972, -20.65295808360042 19.89210187259833, -20.868052435703994 19.847001329696653 M-20.46359795140367 19.931806517013612 C-20.5923060275436 19.90481927140269, -20.72101410368353 19.877832025791765, -20.868052435703994 19.847001329696653 M-20.868052435703994 19.847001329696653 C-20.965941241843478 19.817858569444773, -21.06383004798296 19.788715809192894, -21.264122346023417 19.729086208503173 M-20.868052435703994 19.847001329696653 C-21.001749445479692 19.807198005333554, -21.13544645525539 19.767394680970455, -21.264122346023417 19.729086208503173 M-21.264122346023417 19.729086208503173 C-21.39071899925111 19.679688041125644, -21.517315652478803 19.630289873748115, -21.649102123264846 19.578866633275286 M-21.264122346023417 19.729086208503173 C-21.370777822768808 19.68746911233458, -21.4774332995142 19.645852016165986, -21.649102123264846 19.578866633275286 M-21.649102123264846 19.578866633275286 C-21.76935786420177 19.520077183833596, -21.889613605138695 19.461287734391906, -22.02036196518537 19.397368756032446 M-21.649102123264846 19.578866633275286 C-21.754267521540946 19.52745440283374, -21.85943291981705 19.47604217239219, -22.02036196518537 19.397368756032446 M-22.02036196518537 19.397368756032446 C-22.10707955418281 19.345696288808373, -22.193797143180248 19.294023821584304, -22.375365790612133 19.185832391312644 M-22.02036196518537 19.397368756032446 C-22.108876254041316 19.344625688073002, -22.197390542897267 19.29188262011356, -22.375365790612133 19.185832391312644 M-22.375365790612133 19.185832391312644 C-22.447928666723424 19.13402349357477, -22.520491542834712 19.08221459583689, -22.71168856344834 18.94570254698197 M-22.375365790612133 19.185832391312644 C-22.504248562617484 19.093811860803925, -22.633131334622835 19.00179133029521, -22.71168856344834 18.94570254698197 M-22.71168856344834 18.94570254698197 C-22.81379814360939 18.859220144077042, -22.915907723770435 18.77273774117212, -23.027032858128706 18.67861955336566 M-22.71168856344834 18.94570254698197 C-22.801677786914997 18.869485562555333, -22.891667010381653 18.7932685781287, -23.027032858128706 18.67861955336566 M-23.027032858128706 18.67861955336566 C-23.09902783790998 18.606624573584387, -23.171022817691252 18.534629593803114, -23.319244553365657 18.386407858128706 M-23.027032858128706 18.67861955336566 C-23.12573786039807 18.579914551096298, -23.22444286266743 18.481209548826936, -23.319244553365657 18.386407858128706 M-23.319244553365657 18.386407858128706 C-23.399676894708108 18.291441572156327, -23.48010923605056 18.196475286183947, -23.586327546981966 18.07106356344834 M-23.319244553365657 18.386407858128706 C-23.399860481724176 18.29122481137605, -23.480476410082698 18.196041764623395, -23.586327546981966 18.07106356344834 M-23.586327546981966 18.07106356344834 C-23.646937732020287 17.98617371749428, -23.707547917058605 17.901283871540222, -23.826457391312644 17.734740790612133 M-23.586327546981966 18.07106356344834 C-23.636821203417618 18.000342797396073, -23.68731485985327 17.929622031343808, -23.826457391312644 17.734740790612133 M-23.826457391312644 17.734740790612133 C-23.88094361336429 17.6433011117323, -23.935429835415935 17.551861432852462, -24.037993756032446 17.37973696518537 M-23.826457391312644 17.734740790612133 C-23.882362328761193 17.64092020009207, -23.938267266209742 17.547099609572008, -24.037993756032446 17.37973696518537 M-24.037993756032446 17.37973696518537 C-24.091155488197888 17.270992903933593, -24.14431722036333 17.162248842681812, -24.219491633275286 17.00847712326485 M-24.037993756032446 17.37973696518537 C-24.097613529426614 17.25778276945645, -24.157233302820785 17.135828573727533, -24.219491633275286 17.00847712326485 M-24.219491633275286 17.00847712326485 C-24.272449428572692 16.872757925511397, -24.3254072238701 16.737038727757945, -24.369711208503173 16.623497346023417 M-24.219491633275286 17.00847712326485 C-24.270074941234277 16.878843215029885, -24.32065824919327 16.74920930679492, -24.369711208503173 16.623497346023417 M-24.369711208503173 16.623497346023417 C-24.40058973868368 16.519778191468827, -24.43146826886419 16.416059036914238, -24.487626329696653 16.227427435703994 M-24.369711208503173 16.623497346023417 C-24.403692086200753 16.509357589849383, -24.43767296389833 16.395217833675353, -24.487626329696653 16.227427435703994 M-24.487626329696653 16.227427435703994 C-24.514904282646192 16.097332912691616, -24.542182235595735 15.967238389679238, -24.572431517013612 15.82297295140367 M-24.487626329696653 16.227427435703994 C-24.51592002630436 16.09248860905356, -24.54421372291207 15.957549782403127, -24.572431517013612 15.82297295140367 M-24.572431517013612 15.82297295140367 C-24.584536780851916 15.725858820136308, -24.59664204469022 15.628744688868945, -24.623547465033347 15.412896727361664 M-24.572431517013612 15.82297295140367 C-24.586194094583988 15.712563068347892, -24.59995667215436 15.602153185292115, -24.623547465033347 15.412896727361664 M-24.623547465033347 15.412896727361664 C-24.629348445687103 15.272641946323228, -24.63514942634086 15.13238716528479, -24.640625 15 M-24.623547465033347 15.412896727361664 C-24.630052746074814 15.25561353292905, -24.636558027116283 15.098330338496437, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 15, -24.640625 15, -24.640625 15 M-24.640625 15 C-24.640625 5.11049528660377, -24.640625 -4.779009426792459, -24.640625 -15 M-24.640625 15 C-24.640625 8.12842713994933, -24.640625 1.2568542798986613, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.640625 -15, -24.640625 -15, -24.640625 -15 M-24.640625 -15 C-24.634520345586452 -15.14759693562042, -24.6284156911729 -15.295193871240842, -24.623547465033347 -15.41289672736166 M-24.640625 -15 C-24.63690512898138 -15.089938189135315, -24.633185257962758 -15.179876378270633, -24.623547465033347 -15.41289672736166 M-24.623547465033347 -15.41289672736166 C-24.606942458614135 -15.54610991417284, -24.590337452194923 -15.679323100984021, -24.572431517013612 -15.822972951403669 M-24.623547465033347 -15.41289672736166 C-24.607370591564354 -15.54267522988319, -24.591193718095365 -15.672453732404719, -24.572431517013612 -15.822972951403669 M-24.572431517013612 -15.822972951403669 C-24.55115054403006 -15.924466565482986, -24.529869571046508 -16.025960179562304, -24.487626329696653 -16.227427435703994 M-24.572431517013612 -15.822972951403669 C-24.54507525063883 -15.953440968267325, -24.51771898426405 -16.083908985130982, -24.487626329696653 -16.227427435703994 M-24.487626329696653 -16.227427435703994 C-24.4549301709668 -16.337251896933804, -24.42223401223695 -16.447076358163617, -24.369711208503173 -16.623497346023417 M-24.487626329696653 -16.227427435703994 C-24.457590597517566 -16.32831568167399, -24.427554865338475 -16.429203927643982, -24.369711208503173 -16.623497346023417 M-24.369711208503173 -16.623497346023417 C-24.319257823424753 -16.752798290451604, -24.268804438346333 -16.882099234879792, -24.21949163327529 -17.008477123264846 M-24.369711208503173 -16.623497346023417 C-24.31390509089096 -16.76651616826724, -24.25809897327874 -16.90953499051107, -24.21949163327529 -17.008477123264846 M-24.21949163327529 -17.008477123264846 C-24.16562864998521 -17.118655616619275, -24.111765666695124 -17.228834109973704, -24.037993756032446 -17.379736965185366 M-24.21949163327529 -17.008477123264846 C-24.15095334773597 -17.14867442717482, -24.082415062196652 -17.2888717310848, -24.037993756032446 -17.379736965185366 M-24.037993756032446 -17.379736965185366 C-23.97991180126608 -17.477211062169285, -23.92182984649972 -17.5746851591532, -23.826457391312644 -17.734740790612133 M-24.037993756032446 -17.379736965185366 C-23.963089562668884 -17.505442421170645, -23.88818536930532 -17.631147877155925, -23.826457391312644 -17.734740790612133 M-23.826457391312644 -17.734740790612133 C-23.77255231329021 -17.81023954988127, -23.718647235267774 -17.885738309150412, -23.58632754698197 -18.07106356344834 M-23.826457391312644 -17.734740790612133 C-23.742640784464736 -17.852133252608617, -23.658824177616832 -17.9695257146051, -23.58632754698197 -18.07106356344834 M-23.58632754698197 -18.07106356344834 C-23.515745621470252 -18.1543994854264, -23.445163695958534 -18.237735407404454, -23.31924455336566 -18.386407858128706 M-23.58632754698197 -18.07106356344834 C-23.522101991929507 -18.1468945330067, -23.457876436877044 -18.222725502565062, -23.31924455336566 -18.386407858128706 M-23.31924455336566 -18.386407858128706 C-23.23041917229556 -18.475233239198808, -23.141593791225453 -18.56405862026891, -23.027032858128706 -18.678619553365657 M-23.31924455336566 -18.386407858128706 C-23.21600427630873 -18.489648135185636, -23.1127639992518 -18.592888412242562, -23.027032858128706 -18.678619553365657 M-23.027032858128706 -18.678619553365657 C-22.929024893129654 -18.76162806543251, -22.831016928130605 -18.844636577499365, -22.71168856344834 -18.945702546981966 M-23.027032858128706 -18.678619553365657 C-22.958471658802885 -18.736687927110694, -22.88991045947707 -18.79475630085573, -22.71168856344834 -18.945702546981966 M-22.71168856344834 -18.945702546981966 C-22.5897265735594 -19.03278173403587, -22.46776458367046 -19.119860921089774, -22.375365790612136 -19.185832391312644 M-22.71168856344834 -18.945702546981966 C-22.608892604624522 -19.01909745087748, -22.506096645800707 -19.092492354772993, -22.375365790612136 -19.185832391312644 M-22.375365790612136 -19.185832391312644 C-22.256772352235053 -19.256498742030843, -22.138178913857967 -19.32716509274904, -22.020361965185366 -19.397368756032446 M-22.375365790612136 -19.185832391312644 C-22.281242313275115 -19.24191781012954, -22.187118835938094 -19.29800322894643, -22.020361965185366 -19.397368756032446 M-22.020361965185366 -19.397368756032446 C-21.89101824313235 -19.460601048719617, -21.761674521079332 -19.523833341406785, -21.64910212326485 -19.578866633275286 M-22.020361965185366 -19.397368756032446 C-21.902667885092477 -19.45490588579689, -21.784973804999588 -19.512443015561338, -21.64910212326485 -19.578866633275286 M-21.64910212326485 -19.578866633275286 C-21.497965017750555 -19.637840514849568, -21.34682791223626 -19.69681439642385, -21.26412234602342 -19.729086208503173 M-21.64910212326485 -19.578866633275286 C-21.552378517192103 -19.616608301481524, -21.45565491111936 -19.65434996968776, -21.26412234602342 -19.729086208503173 M-21.26412234602342 -19.729086208503173 C-21.136121044356816 -19.767193847093463, -21.008119742690216 -19.80530148568375, -20.868052435703994 -19.847001329696653 M-21.26412234602342 -19.729086208503173 C-21.106145165733093 -19.776118052817512, -20.948167985442765 -19.823149897131856, -20.868052435703994 -19.847001329696653 M-20.868052435703994 -19.847001329696653 C-20.724039860095928 -19.877197591388665, -20.580027284487862 -19.907393853080674, -20.463597951403674 -19.931806517013612 M-20.868052435703994 -19.847001329696653 C-20.725992263760087 -19.87678821538992, -20.583932091816184 -19.906575101083185, -20.463597951403674 -19.931806517013612 M-20.463597951403674 -19.931806517013612 C-20.313270263203584 -19.950544843806185, -20.162942575003495 -19.969283170598754, -20.053521727361662 -19.982922465033347 M-20.463597951403674 -19.931806517013612 C-20.305382377384316 -19.951528067748185, -20.147166803364954 -19.971249618482755, -20.053521727361662 -19.982922465033347 M-20.053521727361662 -19.982922465033347 C-19.955397897432228 -19.986980896659553, -19.85727406750279 -19.991039328285762, -19.640625 -20 M-20.053521727361662 -19.982922465033347 C-19.891437030764298 -19.989626337673336, -19.729352334166933 -19.996330210313324, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20 M-19.640625 -20 C-19.640625 -20, -19.640625 -20, -19.640625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-16.640625, -12)\"><rect></rect><foreignObject width=\"33.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Sent</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Closed-15\" transform=\"translate(862.83203125, 1176)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.0703125 -20 C-14.692077982858017 -20, -1.3138434657160332 -20, 28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 C28.15610822673956 -19.996451462493425, 28.24190395347912 -19.992902924986854, 28.483209227361662 -19.982922465033347 C28.640507896821052 -19.963315206332982, 28.797806566280446 -19.94370794763262, 28.89328545140367 -19.931806517013612 C28.9805467799785 -19.91350974048481, 29.06780810855333 -19.895212963956006, 29.297739935703998 -19.847001329696653 C29.38705025732093 -19.820412494940697, 29.476360578937864 -19.793823660184742, 29.693809846023417 -19.729086208503173 C29.805962605324797 -19.68532406602491, 29.91811536462618 -19.64156192354665, 30.078789623264846 -19.578866633275286 C30.167184898079604 -19.53565281662821, 30.255580172894362 -19.492438999981132, 30.45004946518537 -19.397368756032446 C30.528525607264488 -19.350607125245244, 30.607001749343606 -19.303845494458038, 30.805053290612136 -19.185832391312644 C30.930719661516346 -19.09610832705035, 31.05638603242056 -19.006384262788053, 31.14137606344834 -18.94570254698197 C31.218993128813306 -18.879964245946905, 31.29661019417827 -18.81422594491184, 31.456720358128706 -18.678619553365657 C31.570981616763817 -18.564358294730546, 31.68524287539893 -18.450097036095432, 31.748932053365657 -18.386407858128706 C31.81161220425757 -18.312401543814794, 31.874292355149482 -18.238395229500885, 32.01601504698197 -18.07106356344834 C32.06892337731285 -17.99696083618171, 32.12183170764372 -17.92285810891508, 32.256144891312644 -17.734740790612136 C32.338432634697945 -17.596644138879412, 32.420720378083246 -17.45854748714669, 32.46768125603245 -17.37973696518537 C32.53238632296945 -17.247380635252398, 32.59709138990645 -17.115024305319423, 32.64917913327529 -17.008477123264846 C32.68848666990363 -16.90774054035192, 32.727794206531975 -16.807003957438994, 32.799398708503176 -16.623497346023417 C32.84404210222854 -16.473542829840987, 32.88868549595391 -16.32358831365856, 32.91731382969665 -16.227427435703994 C32.93579861055825 -16.139269473351522, 32.95428339141985 -16.05111151099905, 33.00211901701361 -15.82297295140367 C33.0152815126232 -15.717377208633444, 33.02844400823278 -15.611781465863217, 33.05323496503335 -15.412896727361662 C33.05723965445698 -15.316072264091884, 33.06124434388061 -15.219247800822107, 33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 C33.0703125 -8.515484061146324, 33.0703125 -2.0309681222926486, 33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 C33.06483244203593 15.132495585781914, 33.05935238407186 15.264991171563826, 33.05323496503335 15.412896727361662 C33.035724715452986 15.553372201418709, 33.018214465872624 15.693847675475755, 33.00211901701361 15.822972951403669 C32.971177541785835 15.970539613334019, 32.94023606655806 16.118106275264367, 32.91731382969665 16.227427435703994 C32.872941218533626 16.3764724092926, 32.8285686073706 16.525517382881205, 32.799398708503176 16.623497346023417 C32.76685762419376 16.706892997819317, 32.73431653988435 16.790288649615217, 32.64917913327529 17.008477123264846 C32.589563193327095 17.130423477554693, 32.52994725337889 17.252369831844543, 32.46768125603245 17.379736965185366 C32.41489599897842 17.468322056477522, 32.3621107419244 17.55690714776968, 32.256144891312644 17.734740790612133 C32.207944938818805 17.80224902441158, 32.159744986324974 17.86975725821103, 32.01601504698197 18.07106356344834 C31.920697397164 18.183604899927513, 31.82537974734603 18.296146236406685, 31.748932053365657 18.386407858128706 C31.66701432352889 18.468325587965474, 31.585096593692118 18.550243317802245, 31.456720358128706 18.678619553365657 C31.33393090740449 18.78261691319475, 31.211141456680277 18.886614273023845, 31.14137606344834 18.94570254698197 C31.038877102017977 19.018885398814355, 30.936378140587614 19.09206825064674, 30.805053290612136 19.185832391312644 C30.721256234599473 19.235764598611624, 30.63745917858681 19.285696805910607, 30.45004946518537 19.397368756032446 C30.334704134704282 19.45375765207866, 30.219358804223194 19.51014654812488, 30.078789623264846 19.578866633275286 C29.97996325102213 19.617428803387156, 29.881136878779415 19.655990973499026, 29.693809846023417 19.729086208503173 C29.60135527143735 19.756611127925645, 29.508900696851278 19.784136047348117, 29.297739935703998 19.847001329696653 C29.156839170669258 19.87654511332547, 29.015938405634515 19.906088896954287, 28.89328545140367 19.931806517013612 C28.754451510457173 19.94911214970513, 28.61561756951068 19.96641778239665, 28.483209227361662 19.982922465033347 C28.379078145583822 19.987229358433883, 28.274947063805985 19.991536251834418, 28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 C5.617860278235728 20, -16.834591943528544 20, -28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 C-28.20809600212627 19.994301232198122, -28.34587950425254 19.988602464396244, -28.483209227361662 19.982922465033347 C-28.617604735337082 19.966170082434708, -28.752000243312498 19.94941769983607, -28.89328545140367 19.931806517013612 C-29.013605601673536 19.90657803450762, -29.133925751943405 19.881349552001627, -29.297739935703994 19.847001329696653 C-29.391644760900984 19.819044651960578, -29.485549586097974 19.791087974224506, -29.693809846023417 19.729086208503173 C-29.783950174495036 19.69391334318818, -29.874090502966656 19.658740477873188, -30.078789623264846 19.578866633275286 C-30.208772479837762 19.51532188676054, -30.33875533641068 19.451777140245788, -30.45004946518537 19.397368756032446 C-30.5590691679177 19.332407113517448, -30.668088870650028 19.267445471002446, -30.805053290612133 19.185832391312644 C-30.912828247016737 19.108882551472966, -31.020603203421345 19.031932711633285, -31.14137606344834 18.94570254698197 C-31.209554956589322 18.887957970058526, -31.2777338497303 18.830213393135082, -31.456720358128706 18.67861955336566 C-31.521201979287472 18.61413793220689, -31.58568360044624 18.549656311048125, -31.748932053365657 18.386407858128706 C-31.846465087209072 18.27125082267338, -31.943998121052488 18.156093787218055, -32.01601504698197 18.07106356344834 C-32.09424794516756 17.96149157201958, -32.17248084335315 17.851919580590817, -32.256144891312644 17.734740790612133 C-32.326893543911005 17.616009231858747, -32.39764219650936 17.497277673105362, -32.46768125603244 17.37973696518537 C-32.52908481262477 17.254133982604355, -32.59048836921709 17.128531000023337, -32.64917913327528 17.00847712326485 C-32.68157935730554 16.925442465426034, -32.71397958133579 16.842407807587218, -32.799398708503176 16.623497346023417 C-32.84381542666593 16.47430421963432, -32.88823214482868 16.32511109324522, -32.91731382969665 16.227427435703994 C-32.938284723349724 16.12741265776277, -32.959255617002796 16.027397879821542, -33.00211901701361 15.82297295140367 C-33.02005807035538 15.679057411493467, -33.03799712369716 15.535141871583262, -33.05323496503335 15.412896727361664 C-33.05725842950619 15.315618325253944, -33.06128189397904 15.218339923146223, -33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 C-33.0703125 3.8115425736600237, -33.0703125 -7.376914852679953, -33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 C-33.06369036038672 -15.160108574205394, -33.05706822077345 -15.320217148410787, -33.05323496503335 -15.41289672736166 C-33.0373796137978 -15.540095827005128, -33.02152426256225 -15.667294926648596, -33.00211901701361 -15.822972951403669 C-32.973140978330534 -15.961175555069822, -32.944162939647455 -16.099378158735973, -32.91731382969665 -16.227427435703994 C-32.874955914609146 -16.369705164465326, -32.832597999521646 -16.511982893226662, -32.799398708503176 -16.623497346023417 C-32.74885417244528 -16.753031890391707, -32.69830963638737 -16.882566434759998, -32.64917913327529 -17.008477123264846 C-32.60709802595986 -17.09455540410813, -32.56501691864442 -17.180633684951413, -32.46768125603245 -17.379736965185366 C-32.40677651274289 -17.481948312549058, -32.34587176945333 -17.584159659912753, -32.256144891312644 -17.734740790612133 C-32.169128489199416 -17.856614844720344, -32.08211208708618 -17.97848889882855, -32.01601504698197 -18.07106356344834 C-31.938862476889614 -18.162157430823154, -31.861709906797255 -18.253251298197963, -31.74893205336566 -18.386407858128706 C-31.6378480780078 -18.497491833486567, -31.52676410264994 -18.608575808844424, -31.456720358128706 -18.678619553365657 C-31.386478874431702 -18.738111055378916, -31.3162373907347 -18.797602557392178, -31.14137606344834 -18.945702546981966 C-31.038805445675152 -19.018936560459764, -30.936234827901966 -19.092170573937562, -30.805053290612136 -19.185832391312644 C-30.66360743169131 -19.270115829004652, -30.522161572770482 -19.35439926669666, -30.450049465185366 -19.397368756032446 C-30.321878313508677 -19.46002781399237, -30.193707161831988 -19.522686871952292, -30.07878962326485 -19.578866633275286 C-29.986100120451074 -19.615034189505227, -29.8934106176373 -19.651201745735168, -29.69380984602342 -19.729086208503173 C-29.551485640707558 -19.77145796026046, -29.40916143539169 -19.813829712017746, -29.297739935703994 -19.847001329696653 C-29.162983064351057 -19.87525687429051, -29.02822619299812 -19.903512418884368, -28.893285451403674 -19.931806517013612 C-28.783257589484247 -19.945521475699, -28.673229727564824 -19.959236434384387, -28.483209227361662 -19.982922465033347 C-28.362815871473742 -19.987901971066407, -28.242422515585822 -19.99288147709947, -28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-28.0703125 -20 C-14.379591167813736 -20, -0.6888698356274716 -20, 28.0703125 -20 M-28.0703125 -20 C-7.332338703382419 -20, 13.405635093235162 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.0703125 -20, 28.0703125 -20, 28.0703125 -20 M28.0703125 -20 C28.210451857123964 -19.99420379331466, 28.350591214247924 -19.98840758662932, 28.483209227361662 -19.982922465033347 M28.0703125 -20 C28.22380540132973 -19.993651486640882, 28.377298302659465 -19.987302973281764, 28.483209227361662 -19.982922465033347 M28.483209227361662 -19.982922465033347 C28.569113508900404 -19.97221450750651, 28.655017790439146 -19.961506549979674, 28.89328545140367 -19.931806517013612 M28.483209227361662 -19.982922465033347 C28.587260419517502 -19.969952497457065, 28.69131161167334 -19.956982529880783, 28.89328545140367 -19.931806517013612 M28.89328545140367 -19.931806517013612 C29.019678161984903 -19.905304752507572, 29.146070872566135 -19.878802988001528, 29.297739935703998 -19.847001329696653 M28.89328545140367 -19.931806517013612 C29.003691399025634 -19.90865682419914, 29.1140973466476 -19.885507131384674, 29.297739935703998 -19.847001329696653 M29.297739935703998 -19.847001329696653 C29.444574446435038 -19.803286801839, 29.59140895716608 -19.759572273981348, 29.693809846023417 -19.729086208503173 M29.297739935703998 -19.847001329696653 C29.451012549842524 -19.80137009540973, 29.604285163981046 -19.755738861122808, 29.693809846023417 -19.729086208503173 M29.693809846023417 -19.729086208503173 C29.784848079894427 -19.693562979414118, 29.875886313765438 -19.658039750325063, 30.078789623264846 -19.578866633275286 M29.693809846023417 -19.729086208503173 C29.78609583998458 -19.693076101916105, 29.878381833945745 -19.657065995329038, 30.078789623264846 -19.578866633275286 M30.078789623264846 -19.578866633275286 C30.164451461704626 -19.536989112245507, 30.250113300144406 -19.49511159121573, 30.45004946518537 -19.397368756032446 M30.078789623264846 -19.578866633275286 C30.165699550327886 -19.53637895889695, 30.25260947739093 -19.49389128451861, 30.45004946518537 -19.397368756032446 M30.45004946518537 -19.397368756032446 C30.560871567540925 -19.331333116459497, 30.67169366989648 -19.26529747688655, 30.805053290612136 -19.185832391312644 M30.45004946518537 -19.397368756032446 C30.555266872528907 -19.334672789790567, 30.660484279872446 -19.271976823548687, 30.805053290612136 -19.185832391312644 M30.805053290612136 -19.185832391312644 C30.893094749974008 -19.122971997551833, 30.98113620933588 -19.06011160379102, 31.14137606344834 -18.94570254698197 M30.805053290612136 -19.185832391312644 C30.9214219442495 -19.10274676958307, 31.03779059788686 -19.019661147853498, 31.14137606344834 -18.94570254698197 M31.14137606344834 -18.94570254698197 C31.236755860593238 -18.864919979541526, 31.33213565773814 -18.784137412101078, 31.456720358128706 -18.678619553365657 M31.14137606344834 -18.94570254698197 C31.20794818944143 -18.88931883241482, 31.27452031543452 -18.832935117847672, 31.456720358128706 -18.678619553365657 M31.456720358128706 -18.678619553365657 C31.522051786106264 -18.6132881253881, 31.587383214083825 -18.547956697410537, 31.748932053365657 -18.386407858128706 M31.456720358128706 -18.678619553365657 C31.519034395819407 -18.616305515674956, 31.581348433510104 -18.55399147798426, 31.748932053365657 -18.386407858128706 M31.748932053365657 -18.386407858128706 C31.837495493397565 -18.281841202074784, 31.926058933429474 -18.17727454602086, 32.01601504698197 -18.07106356344834 M31.748932053365657 -18.386407858128706 C31.812936001979992 -18.310838538797427, 31.876939950594323 -18.235269219466144, 32.01601504698197 -18.07106356344834 M32.01601504698197 -18.07106356344834 C32.06708465792979 -17.99953612291086, 32.1181542688776 -17.928008682373385, 32.256144891312644 -17.734740790612136 M32.01601504698197 -18.07106356344834 C32.07203525905009 -17.992602374627197, 32.1280554711182 -17.91414118580605, 32.256144891312644 -17.734740790612136 M32.256144891312644 -17.734740790612136 C32.30597241321402 -17.6511194193649, 32.3557999351154 -17.567498048117667, 32.46768125603245 -17.37973696518537 M32.256144891312644 -17.734740790612136 C32.31497437733234 -17.636012174317035, 32.37380386335204 -17.537283558021933, 32.46768125603245 -17.37973696518537 M32.46768125603245 -17.37973696518537 C32.53386919977064 -17.244347362273327, 32.60005714350884 -17.108957759361285, 32.64917913327529 -17.008477123264846 M32.46768125603245 -17.37973696518537 C32.518261869616445 -17.276272666380862, 32.56884248320044 -17.172808367576355, 32.64917913327529 -17.008477123264846 M32.64917913327529 -17.008477123264846 C32.687072872152854 -16.911363793462137, 32.72496661103042 -16.814250463659423, 32.799398708503176 -16.623497346023417 M32.64917913327529 -17.008477123264846 C32.68988741595539 -16.904150735879636, 32.73059569863549 -16.79982434849443, 32.799398708503176 -16.623497346023417 M32.799398708503176 -16.623497346023417 C32.83553044388989 -16.50213298622414, 32.871662179276605 -16.38076862642486, 32.91731382969665 -16.227427435703994 M32.799398708503176 -16.623497346023417 C32.831304038492895 -16.516329231706635, 32.863209368482615 -16.409161117389854, 32.91731382969665 -16.227427435703994 M32.91731382969665 -16.227427435703994 C32.938821189444276 -16.124854133638458, 32.9603285491919 -16.02228083157292, 33.00211901701361 -15.82297295140367 M32.91731382969665 -16.227427435703994 C32.94481196239458 -16.096282827320618, 32.9723100950925 -15.96513821893724, 33.00211901701361 -15.82297295140367 M33.00211901701361 -15.82297295140367 C33.01416929508129 -15.72629994190103, 33.026219573148964 -15.629626932398388, 33.05323496503335 -15.412896727361662 M33.00211901701361 -15.82297295140367 C33.01967292191688 -15.682147253773143, 33.03722682682015 -15.541321556142615, 33.05323496503335 -15.412896727361662 M33.05323496503335 -15.412896727361662 C33.05706126217562 -15.320385391794526, 33.060887559317905 -15.227874056227387, 33.0703125 -15 M33.05323496503335 -15.412896727361662 C33.05884640801954 -15.277224544619747, 33.06445785100574 -15.141552361877832, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -15, 33.0703125 -15, 33.0703125 -15 M33.0703125 -15 C33.0703125 -8.604408373094511, 33.0703125 -2.2088167461890205, 33.0703125 15 M33.0703125 -15 C33.0703125 -5.464081142935349, 33.0703125 4.071837714129302, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.0703125 15, 33.0703125 15, 33.0703125 15 M33.0703125 15 C33.06364537047345 15.161196330019655, 33.05697824094691 15.32239266003931, 33.05323496503335 15.412896727361662 M33.0703125 15 C33.06596715623768 15.105060725814702, 33.061621812475366 15.210121451629405, 33.05323496503335 15.412896727361662 M33.05323496503335 15.412896727361662 C33.04225262848519 15.501002206714015, 33.03127029193703 15.589107686066368, 33.00211901701361 15.822972951403669 M33.05323496503335 15.412896727361662 C33.042818554367805 15.496462082584035, 33.03240214370226 15.580027437806407, 33.00211901701361 15.822972951403669 M33.00211901701361 15.822972951403669 C32.97922243192027 15.932171772951639, 32.95632584682693 16.04137059449961, 32.91731382969665 16.227427435703994 M33.00211901701361 15.822972951403669 C32.97217728157742 15.965771635635543, 32.94223554614124 16.108570319867418, 32.91731382969665 16.227427435703994 M32.91731382969665 16.227427435703994 C32.87123032411428 16.382219202344917, 32.8251468185319 16.53701096898584, 32.799398708503176 16.623497346023417 M32.91731382969665 16.227427435703994 C32.875516941005834 16.367820710017316, 32.83372005231501 16.50821398433064, 32.799398708503176 16.623497346023417 M32.799398708503176 16.623497346023417 C32.7469275624495 16.757969368652304, 32.69445641639583 16.89244139128119, 32.64917913327529 17.008477123264846 M32.799398708503176 16.623497346023417 C32.760143646837506 16.72409944713256, 32.720888585171835 16.824701548241702, 32.64917913327529 17.008477123264846 M32.64917913327529 17.008477123264846 C32.61035907848662 17.087884814545475, 32.571539023697945 17.1672925058261, 32.46768125603245 17.379736965185366 M32.64917913327529 17.008477123264846 C32.60402940226062 17.100832374212672, 32.55887967124595 17.1931876251605, 32.46768125603245 17.379736965185366 M32.46768125603245 17.379736965185366 C32.38437783703018 17.519538140534607, 32.30107441802791 17.65933931588385, 32.256144891312644 17.734740790612133 M32.46768125603245 17.379736965185366 C32.41133269041237 17.47430205983912, 32.354984124792296 17.56886715449287, 32.256144891312644 17.734740790612133 M32.256144891312644 17.734740790612133 C32.18099905771745 17.839989079063194, 32.10585322412226 17.94523736751426, 32.01601504698197 18.07106356344834 M32.256144891312644 17.734740790612133 C32.18733936155633 17.831108931018044, 32.118533831800015 17.927477071423954, 32.01601504698197 18.07106356344834 M32.01601504698197 18.07106356344834 C31.91949200126529 18.185028108175786, 31.822968955548614 18.298992652903234, 31.748932053365657 18.386407858128706 M32.01601504698197 18.07106356344834 C31.94140795093417 18.159151995297886, 31.86680085488637 18.247240427147435, 31.748932053365657 18.386407858128706 M31.748932053365657 18.386407858128706 C31.649611053508803 18.48572885798556, 31.55029005365195 18.585049857842414, 31.456720358128706 18.678619553365657 M31.748932053365657 18.386407858128706 C31.68705858336461 18.448281328129752, 31.625185113363568 18.510154798130795, 31.456720358128706 18.678619553365657 M31.456720358128706 18.678619553365657 C31.336215827977572 18.780681684185925, 31.215711297826434 18.882743815006194, 31.14137606344834 18.94570254698197 M31.456720358128706 18.678619553365657 C31.354262536307658 18.765396901911345, 31.25180471448661 18.852174250457033, 31.14137606344834 18.94570254698197 M31.14137606344834 18.94570254698197 C31.061092952215756 19.00302358664898, 30.98080984098317 19.06034462631599, 30.805053290612136 19.185832391312644 M31.14137606344834 18.94570254698197 C31.010284997408665 19.03929976912601, 30.879193931368988 19.13289699127005, 30.805053290612136 19.185832391312644 M30.805053290612136 19.185832391312644 C30.71405020060959 19.24005846286065, 30.623047110607047 19.294284534408654, 30.45004946518537 19.397368756032446 M30.805053290612136 19.185832391312644 C30.72755964139843 19.23200858342503, 30.650065992184725 19.27818477553742, 30.45004946518537 19.397368756032446 M30.45004946518537 19.397368756032446 C30.30668515884195 19.467455294719528, 30.163320852498536 19.537541833406607, 30.078789623264846 19.578866633275286 M30.45004946518537 19.397368756032446 C30.336006679047298 19.4531208769509, 30.221963892909226 19.508872997869354, 30.078789623264846 19.578866633275286 M30.078789623264846 19.578866633275286 C29.95115463734795 19.628669959325396, 29.823519651431056 19.678473285375503, 29.693809846023417 19.729086208503173 M30.078789623264846 19.578866633275286 C29.963723716988984 19.62376548923034, 29.848657810713124 19.668664345185395, 29.693809846023417 19.729086208503173 M29.693809846023417 19.729086208503173 C29.605142169482708 19.75548371953048, 29.516474492941995 19.78188123055779, 29.297739935703998 19.847001329696653 M29.693809846023417 19.729086208503173 C29.55105251517984 19.77158690731693, 29.408295184336268 19.814087606130688, 29.297739935703998 19.847001329696653 M29.297739935703998 19.847001329696653 C29.197227654568795 19.868076538799777, 29.09671537343359 19.8891517479029, 28.89328545140367 19.931806517013612 M29.297739935703998 19.847001329696653 C29.176814579412216 19.87235671056092, 29.05588922312043 19.897712091425184, 28.89328545140367 19.931806517013612 M28.89328545140367 19.931806517013612 C28.738225281292465 19.951134747061214, 28.58316511118126 19.970462977108816, 28.483209227361662 19.982922465033347 M28.89328545140367 19.931806517013612 C28.773383791446584 19.946752243340867, 28.653482131489497 19.961697969668123, 28.483209227361662 19.982922465033347 M28.483209227361662 19.982922465033347 C28.330626123523903 19.98923334888985, 28.178043019686143 19.995544232746354, 28.0703125 20 M28.483209227361662 19.982922465033347 C28.350101130213844 19.98842785665491, 28.216993033066025 19.993933248276466, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C28.0703125 20, 28.0703125 20, 28.0703125 20 M28.0703125 20 C7.552918227844646 20, -12.964476044310707 20, -28.0703125 20 M28.0703125 20 C16.134258032013758 20, 4.198203564027516 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.0703125 20, -28.0703125 20, -28.0703125 20 M-28.0703125 20 C-28.223943067474714 19.99364579272701, -28.377573634949425 19.987291585454017, -28.483209227361662 19.982922465033347 M-28.0703125 20 C-28.22118199178709 19.99375999166218, -28.372051483574182 19.98751998332436, -28.483209227361662 19.982922465033347 M-28.483209227361662 19.982922465033347 C-28.62986909761612 19.964641331270908, -28.77652896787058 19.94636019750847, -28.89328545140367 19.931806517013612 M-28.483209227361662 19.982922465033347 C-28.636884299351294 19.963766887286546, -28.790559371340926 19.944611309539745, -28.89328545140367 19.931806517013612 M-28.89328545140367 19.931806517013612 C-29.040056786378084 19.90103180431189, -29.186828121352498 19.87025709161017, -29.297739935703994 19.847001329696653 M-28.89328545140367 19.931806517013612 C-28.98421161627203 19.91274130512206, -29.07513778114039 19.893676093230507, -29.297739935703994 19.847001329696653 M-29.297739935703994 19.847001329696653 C-29.454998694025377 19.800183368869366, -29.61225745234676 19.753365408042075, -29.693809846023417 19.729086208503173 M-29.297739935703994 19.847001329696653 C-29.454788619086838 19.800245910888318, -29.61183730246968 19.75349049207998, -29.693809846023417 19.729086208503173 M-29.693809846023417 19.729086208503173 C-29.77520697571652 19.697324949938157, -29.856604105409627 19.66556369137314, -30.078789623264846 19.578866633275286 M-29.693809846023417 19.729086208503173 C-29.819173161451914 19.68016929102826, -29.944536476880415 19.63125237355335, -30.078789623264846 19.578866633275286 M-30.078789623264846 19.578866633275286 C-30.19216599292944 19.523440303518814, -30.305542362594032 19.46801397376234, -30.45004946518537 19.397368756032446 M-30.078789623264846 19.578866633275286 C-30.163420477995782 19.53749312946875, -30.24805133272672 19.496119625662217, -30.45004946518537 19.397368756032446 M-30.45004946518537 19.397368756032446 C-30.586982954650203 19.315774106918546, -30.72391644411504 19.234179457804647, -30.805053290612133 19.185832391312644 M-30.45004946518537 19.397368756032446 C-30.55530706619698 19.334648839562934, -30.660564667208593 19.271928923093423, -30.805053290612133 19.185832391312644 M-30.805053290612133 19.185832391312644 C-30.911674580687805 19.109706253399658, -31.018295870763477 19.03358011548667, -31.14137606344834 18.94570254698197 M-30.805053290612133 19.185832391312644 C-30.904318211949143 19.114958599725057, -31.003583133286153 19.04408480813747, -31.14137606344834 18.94570254698197 M-31.14137606344834 18.94570254698197 C-31.246079854997653 18.8570229591102, -31.350783646546965 18.768343371238434, -31.456720358128706 18.67861955336566 M-31.14137606344834 18.94570254698197 C-31.256621966103808 18.84809424645941, -31.37186786875927 18.750485945936852, -31.456720358128706 18.67861955336566 M-31.456720358128706 18.67861955336566 C-31.572007901032258 18.56333201046211, -31.68729544393581 18.448044467558553, -31.748932053365657 18.386407858128706 M-31.456720358128706 18.67861955336566 C-31.561214906650513 18.574125004843854, -31.665709455172316 18.469630456322047, -31.748932053365657 18.386407858128706 M-31.748932053365657 18.386407858128706 C-31.810514110577518 18.3136980605729, -31.87209616778938 18.240988263017094, -32.01601504698197 18.07106356344834 M-31.748932053365657 18.386407858128706 C-31.812531510086156 18.31131612147402, -31.87613096680666 18.236224384819337, -32.01601504698197 18.07106356344834 M-32.01601504698197 18.07106356344834 C-32.06496640920874 18.002502914837137, -32.11391777143552 17.933942266225934, -32.256144891312644 17.734740790612133 M-32.01601504698197 18.07106356344834 C-32.07185650445495 17.992852736015056, -32.12769796192793 17.91464190858177, -32.256144891312644 17.734740790612133 M-32.256144891312644 17.734740790612133 C-32.33918183410976 17.59538682003707, -32.42221877690687 17.456032849462012, -32.46768125603244 17.37973696518537 M-32.256144891312644 17.734740790612133 C-32.322407462802886 17.623537847360225, -32.38867003429313 17.512334904108318, -32.46768125603244 17.37973696518537 M-32.46768125603244 17.37973696518537 C-32.504339565195636 17.3047511952593, -32.54099787435884 17.22976542533323, -32.64917913327528 17.00847712326485 M-32.46768125603244 17.37973696518537 C-32.526445024346394 17.25953375583487, -32.585208792660346 17.13933054648437, -32.64917913327528 17.00847712326485 M-32.64917913327528 17.00847712326485 C-32.68286949628706 16.922136122581144, -32.71655985929884 16.835795121897434, -32.799398708503176 16.623497346023417 M-32.64917913327528 17.00847712326485 C-32.687881696913806 16.909290953249208, -32.72658426055233 16.810104783233566, -32.799398708503176 16.623497346023417 M-32.799398708503176 16.623497346023417 C-32.82302291200753 16.544145045244413, -32.846647115511885 16.464792744465406, -32.91731382969665 16.227427435703994 M-32.799398708503176 16.623497346023417 C-32.842921785669525 16.477305906828636, -32.88644486283587 16.331114467633856, -32.91731382969665 16.227427435703994 M-32.91731382969665 16.227427435703994 C-32.94921982178118 16.075260781954313, -32.9811258138657 15.923094128204628, -33.00211901701361 15.82297295140367 M-32.91731382969665 16.227427435703994 C-32.93503445495906 16.142913898516706, -32.95275508022147 16.05840036132942, -33.00211901701361 15.82297295140367 M-33.00211901701361 15.82297295140367 C-33.021835806527825 15.664795574137827, -33.04155259604204 15.506618196871983, -33.05323496503335 15.412896727361664 M-33.00211901701361 15.82297295140367 C-33.0139354570033 15.728175901161766, -33.025751896992986 15.633378850919861, -33.05323496503335 15.412896727361664 M-33.05323496503335 15.412896727361664 C-33.05828043118055 15.290908602947816, -33.06332589732775 15.168920478533968, -33.0703125 15 M-33.05323496503335 15.412896727361664 C-33.0590987528524 15.27112340907196, -33.06496254067146 15.129350090782253, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 15, -33.0703125 15, -33.0703125 15 M-33.0703125 15 C-33.0703125 6.716692436069195, -33.0703125 -1.5666151278616098, -33.0703125 -15 M-33.0703125 15 C-33.0703125 4.980999673214981, -33.0703125 -5.0380006535700375, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.0703125 -15, -33.0703125 -15, -33.0703125 -15 M-33.0703125 -15 C-33.06581261244219 -15.108797250290719, -33.06131272488438 -15.217594500581438, -33.05323496503335 -15.41289672736166 M-33.0703125 -15 C-33.06479123153356 -15.133491963865376, -33.05926996306712 -15.266983927730752, -33.05323496503335 -15.41289672736166 M-33.05323496503335 -15.41289672736166 C-33.0366789615394 -15.545716789613131, -33.020122958045455 -15.678536851864603, -33.00211901701361 -15.822972951403669 M-33.05323496503335 -15.41289672736166 C-33.03698390037668 -15.543270426554225, -33.02073283572002 -15.673644125746788, -33.00211901701361 -15.822972951403669 M-33.00211901701361 -15.822972951403669 C-32.97337397034117 -15.960064365218244, -32.94462892366872 -16.09715577903282, -32.91731382969665 -16.227427435703994 M-33.00211901701361 -15.822972951403669 C-32.96907282398128 -15.980577472823168, -32.93602663094895 -16.138181994242665, -32.91731382969665 -16.227427435703994 M-32.91731382969665 -16.227427435703994 C-32.87606019564792 -16.3659959498407, -32.8348065615992 -16.504564463977406, -32.799398708503176 -16.623497346023417 M-32.91731382969665 -16.227427435703994 C-32.877429830547065 -16.361395427310754, -32.83754583139748 -16.495363418917513, -32.799398708503176 -16.623497346023417 M-32.799398708503176 -16.623497346023417 C-32.76219112096493 -16.718852220649023, -32.72498353342667 -16.81420709527463, -32.64917913327529 -17.008477123264846 M-32.799398708503176 -16.623497346023417 C-32.75577164899001 -16.735303917354727, -32.71214458947685 -16.847110488686035, -32.64917913327529 -17.008477123264846 M-32.64917913327529 -17.008477123264846 C-32.60013757637165 -17.10879323131067, -32.55109601946801 -17.2091093393565, -32.46768125603245 -17.379736965185366 M-32.64917913327529 -17.008477123264846 C-32.59991519464737 -17.109248120398387, -32.55065125601946 -17.210019117531928, -32.46768125603245 -17.379736965185366 M-32.46768125603245 -17.379736965185366 C-32.4204173420968 -17.45905604715041, -32.373153428161146 -17.538375129115455, -32.256144891312644 -17.734740790612133 M-32.46768125603245 -17.379736965185366 C-32.3841740767076 -17.519880094477518, -32.300666897382754 -17.660023223769667, -32.256144891312644 -17.734740790612133 M-32.256144891312644 -17.734740790612133 C-32.16744864890573 -17.858967607439478, -32.078752406498815 -17.983194424266824, -32.01601504698197 -18.07106356344834 M-32.256144891312644 -17.734740790612133 C-32.19895739513401 -17.814836862551747, -32.141769898955374 -17.89493293449136, -32.01601504698197 -18.07106356344834 M-32.01601504698197 -18.07106356344834 C-31.938155911573038 -18.162991670916032, -31.860296776164105 -18.254919778383723, -31.74893205336566 -18.386407858128706 M-32.01601504698197 -18.07106356344834 C-31.932478007479236 -18.16969555961175, -31.8489409679765 -18.26832755577516, -31.74893205336566 -18.386407858128706 M-31.74893205336566 -18.386407858128706 C-31.637465837377135 -18.49787407411723, -31.525999621388607 -18.609340290105756, -31.456720358128706 -18.678619553365657 M-31.74893205336566 -18.386407858128706 C-31.665016913906108 -18.470322997588255, -31.58110177444656 -18.554238137047808, -31.456720358128706 -18.678619553365657 M-31.456720358128706 -18.678619553365657 C-31.35610225023667 -18.763838743695555, -31.255484142344635 -18.849057934025456, -31.14137606344834 -18.945702546981966 M-31.456720358128706 -18.678619553365657 C-31.390614560240643 -18.734608308174852, -31.324508762352583 -18.79059706298405, -31.14137606344834 -18.945702546981966 M-31.14137606344834 -18.945702546981966 C-31.048434809852974 -19.01206132658391, -30.955493556257608 -19.07842010618586, -30.805053290612136 -19.185832391312644 M-31.14137606344834 -18.945702546981966 C-31.057099028079307 -19.00587519367239, -30.972821992710273 -19.066047840362817, -30.805053290612136 -19.185832391312644 M-30.805053290612136 -19.185832391312644 C-30.70450534803807 -19.245745960487863, -30.603957405463998 -19.30565952966308, -30.450049465185366 -19.397368756032446 M-30.805053290612136 -19.185832391312644 C-30.69026967483734 -19.25422858051203, -30.575486059062545 -19.322624769711414, -30.450049465185366 -19.397368756032446 M-30.450049465185366 -19.397368756032446 C-30.35863953629189 -19.442056347254976, -30.267229607398413 -19.486743938477503, -30.07878962326485 -19.578866633275286 M-30.450049465185366 -19.397368756032446 C-30.3641471117225 -19.439363857692303, -30.278244758259632 -19.48135895935216, -30.07878962326485 -19.578866633275286 M-30.07878962326485 -19.578866633275286 C-30.001757668203126 -19.608924595413615, -29.9247257131414 -19.638982557551948, -29.69380984602342 -19.729086208503173 M-30.07878962326485 -19.578866633275286 C-29.99708619124463 -19.610747411379226, -29.91538275922441 -19.642628189483165, -29.69380984602342 -19.729086208503173 M-29.69380984602342 -19.729086208503173 C-29.58248731451981 -19.76222836207709, -29.471164783016196 -19.795370515651005, -29.297739935703994 -19.847001329696653 M-29.69380984602342 -19.729086208503173 C-29.578223201821892 -19.763497843429892, -29.462636557620364 -19.797909478356612, -29.297739935703994 -19.847001329696653 M-29.297739935703994 -19.847001329696653 C-29.16391218150986 -19.875062058908927, -29.030084427315728 -19.903122788121202, -28.893285451403674 -19.931806517013612 M-29.297739935703994 -19.847001329696653 C-29.14547763925767 -19.878927375945786, -28.993215342811343 -19.91085342219492, -28.893285451403674 -19.931806517013612 M-28.893285451403674 -19.931806517013612 C-28.785657189756524 -19.945222365836994, -28.678028928109377 -19.958638214660372, -28.483209227361662 -19.982922465033347 M-28.893285451403674 -19.931806517013612 C-28.76812053161536 -19.947408307994642, -28.642955611827045 -19.963010098975673, -28.483209227361662 -19.982922465033347 M-28.483209227361662 -19.982922465033347 C-28.36347251597132 -19.987874812049093, -28.243735804580982 -19.992827159064838, -28.0703125 -20 M-28.483209227361662 -19.982922465033347 C-28.35658824941581 -19.98815954742002, -28.22996727146996 -19.9933966298067, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20 M-28.0703125 -20 C-28.0703125 -20, -28.0703125 -20, -28.0703125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-25.0703125, -12)\"><rect></rect><foreignObject width=\"50.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Closed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Failed-7\" transform=\"translate(553.65625, 898)\"><g class=\"basic label-container outer-path\"><path d=\"M-25 -20 C-10.667008307461634 -20, 3.665983385076732 -20, 25 -20 C25 -20, 25 -20, 25 -20 C25.106604702877583 -19.99559079687399, 25.21320940575517 -19.991181593747985, 25.412896727361662 -19.982922465033347 C25.50708395238816 -19.97118203967749, 25.601271177414656 -19.95944161432163, 25.82297295140367 -19.931806517013612 C25.91470480020113 -19.912572370967098, 26.00643664899859 -19.893338224920587, 26.227427435703998 -19.847001329696653 C26.383610945402836 -19.800503484253888, 26.539794455101678 -19.754005638811126, 26.623497346023417 -19.729086208503173 C26.704848427123483 -19.697342918154916, 26.786199508223547 -19.665599627806664, 27.008477123264846 -19.578866633275286 C27.11870157103024 -19.524981184242623, 27.22892601879563 -19.47109573520996, 27.37973696518537 -19.397368756032446 C27.47286570932856 -19.341876069542973, 27.565994453471745 -19.286383383053504, 27.734740790612136 -19.185832391312644 C27.8109141189244 -19.13144568025076, 27.88708744723667 -19.07705896918888, 28.07106356344834 -18.94570254698197 C28.154475428784014 -18.87505630072737, 28.23788729411969 -18.804410054472765, 28.386407858128706 -18.678619553365657 C28.490786821359034 -18.57424059013533, 28.595165784589362 -18.469861626905, 28.678619553365657 -18.386407858128706 C28.75071333093266 -18.301286895802033, 28.822807108499656 -18.216165933475363, 28.94570254698197 -18.07106356344834 C29.0378251505483 -17.94203782923076, 29.12994775411463 -17.81301209501318, 29.185832391312644 -17.734740790612136 C29.240504784443484 -17.64298867634851, 29.29517717757432 -17.551236562084878, 29.397368756032446 -17.37973696518537 C29.445157137118283 -17.281984269247072, 29.49294551820412 -17.184231573308775, 29.578866633275286 -17.008477123264846 C29.616923310297192 -16.910946218785742, 29.6549799873191 -16.81341531430664, 29.729086208503173 -16.623497346023417 C29.753640888061874 -16.541019631271478, 29.77819556762057 -16.458541916519536, 29.847001329696653 -16.227427435703994 C29.870528315806204 -16.115222093847773, 29.89405530191576 -16.003016751991556, 29.931806517013612 -15.82297295140367 C29.94498050354622 -15.717285023033721, 29.958154490078826 -15.61159709466377, 29.982922465033347 -15.412896727361662 C29.988018724132733 -15.289680542588387, 29.993114983232118 -15.16646435781511, 30 -15 C30 -15, 30 -15, 30 -15 C30 -5.144071465269905, 30 4.711857069460191, 30 15 C30 15, 30 15, 30 15 C29.993737350914948 15.151416894585847, 29.9874747018299 15.302833789171693, 29.982922465033347 15.412896727361662 C29.97091947306062 15.50919038552647, 29.958916481087893 15.605484043691279, 29.931806517013612 15.822972951403669 C29.901086752526865 15.96948222632428, 29.87036698804012 16.11599150124489, 29.847001329696653 16.227427435703994 C29.822790585184986 16.30874989299739, 29.79857984067332 16.390072350290783, 29.729086208503173 16.623497346023417 C29.682173443955467 16.743724457689506, 29.63526067940776 16.863951569355596, 29.578866633275286 17.008477123264846 C29.526637583568355 17.11531335205396, 29.47440853386142 17.222149580843073, 29.397368756032446 17.379736965185366 C29.322175523679483 17.50592749118246, 29.246982291326518 17.63211801717956, 29.185832391312644 17.734740790612133 C29.126608059716887 17.81768962805121, 29.067383728121133 17.900638465490285, 28.94570254698197 18.07106356344834 C28.84733439599767 18.1872066198487, 28.74896624501337 18.303349676249052, 28.678619553365657 18.386407858128706 C28.614250261695243 18.45077714979912, 28.54988097002483 18.515146441469533, 28.386407858128706 18.678619553365657 C28.301322590741666 18.750683098860936, 28.216237323354626 18.822746644356215, 28.07106356344834 18.94570254698197 C27.96776331078569 19.019457509757814, 27.864463058123032 19.093212472533654, 27.734740790612136 19.185832391312644 C27.603137143887803 19.264251143500648, 27.47153349716347 19.342669895688648, 27.37973696518537 19.397368756032446 C27.268251722564354 19.45187057011216, 27.156766479943343 19.506372384191877, 27.008477123264846 19.578866633275286 C26.90689675828832 19.61850341468653, 26.80531639331179 19.658140196097772, 26.623497346023417 19.729086208503173 C26.527787459996148 19.757580276131833, 26.43207757396888 19.786074343760497, 26.227427435703998 19.847001329696653 C26.09822265941749 19.874092722376297, 25.96901788313098 19.90118411505594, 25.82297295140367 19.931806517013612 C25.700822394157605 19.947032568095597, 25.578671836911536 19.962258619177586, 25.412896727361662 19.982922465033347 C25.273779520573605 19.988676395268076, 25.13466231378555 19.9944303255028, 25 20 C25 20, 25 20, 25 20 C7.324849898494364 20, -10.350300203011273 20, -25 20 C-25 20, -25 20, -25 20 C-25.102357572795317 19.995766459473575, -25.204715145590637 19.99153291894715, -25.412896727361662 19.982922465033347 C-25.537040857463815 19.967447915354, -25.661184987565967 19.951973365674654, -25.82297295140367 19.931806517013612 C-25.91764601043202 19.911955664034053, -26.01231906946037 19.892104811054494, -26.227427435703994 19.847001329696653 C-26.380646830216804 19.801385939578783, -26.533866224729618 19.755770549460916, -26.623497346023417 19.729086208503173 C-26.743414957577286 19.68229421127401, -26.863332569131153 19.63550221404485, -27.008477123264846 19.578866633275286 C-27.12654161542601 19.52114842008488, -27.244606107587174 19.463430206894472, -27.37973696518537 19.397368756032446 C-27.50025671124258 19.325554575080314, -27.62077645729979 19.253740394128183, -27.734740790612133 19.185832391312644 C-27.80571723982697 19.135156180607748, -27.8766936890418 19.084479969902855, -28.07106356344834 18.94570254698197 C-28.141544194540035 18.886008497457414, -28.212024825631726 18.826314447932855, -28.386407858128706 18.67861955336566 C-28.481160662018386 18.583866749475977, -28.57591346590807 18.489113945586297, -28.678619553365657 18.386407858128706 C-28.764112880931908 18.285466077013332, -28.849606208498155 18.18452429589796, -28.945702546981966 18.07106356344834 C-28.996672147025826 17.999676196897198, -29.047641747069683 17.928288830346055, -29.185832391312644 17.734740790612133 C-29.24827900852573 17.62994184493217, -29.310725625738822 17.525142899252206, -29.397368756032446 17.37973696518537 C-29.465353408061336 17.240672136721855, -29.53333806009023 17.101607308258338, -29.578866633275286 17.00847712326485 C-29.618812526225728 16.906104573306287, -29.658758419176166 16.803732023347724, -29.729086208503173 16.623497346023417 C-29.766221881695618 16.49876081857797, -29.803357554888066 16.374024291132525, -29.847001329696653 16.227427435703994 C-29.865581877337632 16.138812740637498, -29.88416242497861 16.050198045571, -29.931806517013612 15.82297295140367 C-29.94607156320363 15.708532028286495, -29.96033660939365 15.594091105169321, -29.982922465033347 15.412896727361664 C-29.9888664873799 15.269183517050656, -29.994810509726452 15.125470306739649, -30 15 C-30 15, -30 15, -30 15 C-30 8.090397076519976, -30 1.180794153039951, -30 -15 C-30 -15, -30 -15, -30 -15 C-29.993661420434762 -15.153252724337522, -29.98732284086952 -15.306505448675043, -29.982922465033347 -15.41289672736166 C-29.964015155007623 -15.564580078693577, -29.945107844981894 -15.716263430025494, -29.931806517013612 -15.822972951403669 C-29.914779832637358 -15.904176932747449, -29.897753148261106 -15.985380914091227, -29.847001329696653 -16.227427435703994 C-29.821043225862834 -16.314619169499124, -29.795085122029015 -16.40181090329426, -29.729086208503173 -16.623497346023417 C-29.69554742762179 -16.709449875000256, -29.66200864674041 -16.795402403977096, -29.57886663327529 -17.008477123264846 C-29.515518852810583 -17.138057079342655, -29.452171072345873 -17.267637035420464, -29.397368756032446 -17.379736965185366 C-29.32691987744416 -17.497965438237717, -29.256470998855875 -17.61619391129007, -29.185832391312644 -17.734740790612133 C-29.11390276751356 -17.83548449697068, -29.04197314371448 -17.936228203329225, -28.94570254698197 -18.07106356344834 C-28.877213205343775 -18.151928776315643, -28.808723863705584 -18.23279398918294, -28.67861955336566 -18.386407858128706 C-28.598906693964267 -18.4661207175301, -28.519193834562873 -18.545833576931493, -28.386407858128706 -18.678619553365657 C-28.321765982501926 -18.73336842926612, -28.257124106875146 -18.788117305166576, -28.07106356344834 -18.945702546981966 C-27.96192465200637 -19.023626232000296, -27.8527857405644 -19.10154991701863, -27.734740790612136 -19.185832391312644 C-27.6306274864318 -19.247870454870974, -27.52651418225146 -19.3099085184293, -27.379736965185366 -19.397368756032446 C-27.259526560975708 -19.456136041698716, -27.13931615676605 -19.514903327364983, -27.00847712326485 -19.578866633275286 C-26.87772250112671 -19.6298872451563, -26.74696787898857 -19.680907857037315, -26.62349734602342 -19.729086208503173 C-26.502192046691533 -19.765200360826924, -26.380886747359646 -19.80131451315068, -26.227427435703994 -19.847001329696653 C-26.144783889669615 -19.864329859046766, -26.062140343635235 -19.881658388396882, -25.822972951403674 -19.931806517013612 C-25.732895937692028 -19.943034605063374, -25.64281892398038 -19.954262693113137, -25.412896727361662 -19.982922465033347 C-25.31357308731119 -19.987030521173235, -25.21424944726072 -19.99113857731312, -25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-25 -20 C-12.372161958247862 -20, 0.2556760835042766 -20, 25 -20 M-25 -20 C-12.105659522881082 -20, 0.7886809542378366 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25 -20, 25 -20, 25 -20 M25 -20 C25.118142609357413 -19.995113585532042, 25.236285218714826 -19.99022717106408, 25.412896727361662 -19.982922465033347 M25 -20 C25.151434657378584 -19.993736616240408, 25.302869314757167 -19.987473232480816, 25.412896727361662 -19.982922465033347 M25.412896727361662 -19.982922465033347 C25.539394855971402 -19.967154489746033, 25.66589298458114 -19.95138651445872, 25.82297295140367 -19.931806517013612 M25.412896727361662 -19.982922465033347 C25.55596290634651 -19.96508928442051, 25.69902908533136 -19.94725610380767, 25.82297295140367 -19.931806517013612 M25.82297295140367 -19.931806517013612 C25.983768073215934 -19.898091325430233, 26.144563195028194 -19.864376133846854, 26.227427435703998 -19.847001329696653 M25.82297295140367 -19.931806517013612 C25.942660398097104 -19.906710698496767, 26.062347844790533 -19.88161487997992, 26.227427435703998 -19.847001329696653 M26.227427435703998 -19.847001329696653 C26.325012767476913 -19.817948917678205, 26.422598099249832 -19.788896505659757, 26.623497346023417 -19.729086208503173 M26.227427435703998 -19.847001329696653 C26.36154318030491 -19.807073342574842, 26.495658924905822 -19.76714535545303, 26.623497346023417 -19.729086208503173 M26.623497346023417 -19.729086208503173 C26.720874771040272 -19.691089419353276, 26.81825219605713 -19.653092630203375, 27.008477123264846 -19.578866633275286 M26.623497346023417 -19.729086208503173 C26.735563236232863 -19.685357962449768, 26.847629126442307 -19.641629716396366, 27.008477123264846 -19.578866633275286 M27.008477123264846 -19.578866633275286 C27.110371996525455 -19.52905326508803, 27.212266869786063 -19.47923989690078, 27.37973696518537 -19.397368756032446 M27.008477123264846 -19.578866633275286 C27.11858317696502 -19.525039063574262, 27.2286892306652 -19.471211493873238, 27.37973696518537 -19.397368756032446 M27.37973696518537 -19.397368756032446 C27.46147614122986 -19.348662779033866, 27.54321531727435 -19.29995680203529, 27.734740790612136 -19.185832391312644 M27.37973696518537 -19.397368756032446 C27.508240749874602 -19.32079712068959, 27.63674453456384 -19.244225485346735, 27.734740790612136 -19.185832391312644 M27.734740790612136 -19.185832391312644 C27.837969938823516 -19.11212819613922, 27.941199087034896 -19.038424000965797, 28.07106356344834 -18.94570254698197 M27.734740790612136 -19.185832391312644 C27.82050099687176 -19.124600780960407, 27.90626120313139 -19.06336917060817, 28.07106356344834 -18.94570254698197 M28.07106356344834 -18.94570254698197 C28.15480269287084 -18.87477912218478, 28.238541822293342 -18.80385569738759, 28.386407858128706 -18.678619553365657 M28.07106356344834 -18.94570254698197 C28.15009362925249 -18.878767495621485, 28.22912369505664 -18.811832444261, 28.386407858128706 -18.678619553365657 M28.386407858128706 -18.678619553365657 C28.480435182514892 -18.58459222897947, 28.574462506901078 -18.490564904593285, 28.678619553365657 -18.386407858128706 M28.386407858128706 -18.678619553365657 C28.4641050024129 -18.600922409081463, 28.541802146697094 -18.52322526479727, 28.678619553365657 -18.386407858128706 M28.678619553365657 -18.386407858128706 C28.748412939498138 -18.304002962836424, 28.81820632563062 -18.22159806754414, 28.94570254698197 -18.07106356344834 M28.678619553365657 -18.386407858128706 C28.76503234491022 -18.284380467945528, 28.851445136454785 -18.182353077762354, 28.94570254698197 -18.07106356344834 M28.94570254698197 -18.07106356344834 C29.026195919902996 -17.95832558016602, 29.106689292824022 -17.845587596883696, 29.185832391312644 -17.734740790612136 M28.94570254698197 -18.07106356344834 C29.023789879109607 -17.96169544996894, 29.101877211237245 -17.852327336489534, 29.185832391312644 -17.734740790612136 M29.185832391312644 -17.734740790612136 C29.25859376149234 -17.612631455929655, 29.331355131672037 -17.490522121247178, 29.397368756032446 -17.37973696518537 M29.185832391312644 -17.734740790612136 C29.257750651522695 -17.614046377023136, 29.329668911732746 -17.493351963434133, 29.397368756032446 -17.37973696518537 M29.397368756032446 -17.37973696518537 C29.45125491581814 -17.269511063551413, 29.505141075603834 -17.159285161917456, 29.578866633275286 -17.008477123264846 M29.397368756032446 -17.37973696518537 C29.460986969678526 -17.249603829193326, 29.524605183324606 -17.119470693201283, 29.578866633275286 -17.008477123264846 M29.578866633275286 -17.008477123264846 C29.632565542437025 -16.870858613454573, 29.686264451598763 -16.7332401036443, 29.729086208503173 -16.623497346023417 M29.578866633275286 -17.008477123264846 C29.623124150320077 -16.895054827752993, 29.667381667364868 -16.78163253224114, 29.729086208503173 -16.623497346023417 M29.729086208503173 -16.623497346023417 C29.768985982464514 -16.489476367758012, 29.808885756425855 -16.355455389492608, 29.847001329696653 -16.227427435703994 M29.729086208503173 -16.623497346023417 C29.769038489771393 -16.489299998823167, 29.808990771039618 -16.355102651622914, 29.847001329696653 -16.227427435703994 M29.847001329696653 -16.227427435703994 C29.87257173722108 -16.105476570245873, 29.898142144745506 -15.983525704787752, 29.931806517013612 -15.82297295140367 M29.847001329696653 -16.227427435703994 C29.872664735657697 -16.105033040363892, 29.898328141618737 -15.982638645023787, 29.931806517013612 -15.82297295140367 M29.931806517013612 -15.82297295140367 C29.945875198695287 -15.710107356911651, 29.959943880376965 -15.597241762419632, 29.982922465033347 -15.412896727361662 M29.931806517013612 -15.82297295140367 C29.95151997693118 -15.664822285731212, 29.97123343684875 -15.506671620058754, 29.982922465033347 -15.412896727361662 M29.982922465033347 -15.412896727361662 C29.989016000367453 -15.265568626296258, 29.99510953570156 -15.118240525230851, 30 -15 M29.982922465033347 -15.412896727361662 C29.989361325928314 -15.25721942401199, 29.995800186823278 -15.101542120662318, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -15, 30 -15, 30 -15 M30 -15 C30 -6.1814697734063735, 30 2.637060453187253, 30 15 M30 -15 C30 -3.467398422179466, 30 8.065203155641068, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C30 15, 30 15, 30 15 M30 15 C29.994009341432825 15.144840770167203, 29.98801868286565 15.289681540334406, 29.982922465033347 15.412896727361662 M30 15 C29.99406430173897 15.14351195247856, 29.988128603477943 15.287023904957119, 29.982922465033347 15.412896727361662 M29.982922465033347 15.412896727361662 C29.967740744291827 15.534691645725296, 29.952559023550304 15.656486564088931, 29.931806517013612 15.822972951403669 M29.982922465033347 15.412896727361662 C29.97059299777765 15.51180952410201, 29.95826353052195 15.610722320842354, 29.931806517013612 15.822972951403669 M29.931806517013612 15.822972951403669 C29.911614979282742 15.919270810515135, 29.89142344155187 16.015568669626603, 29.847001329696653 16.227427435703994 M29.931806517013612 15.822972951403669 C29.90976024984499 15.928116420813225, 29.887713982676367 16.03325989022278, 29.847001329696653 16.227427435703994 M29.847001329696653 16.227427435703994 C29.816912604057418 16.328493683568873, 29.786823878418183 16.429559931433747, 29.729086208503173 16.623497346023417 M29.847001329696653 16.227427435703994 C29.81718128896758 16.32759118686451, 29.787361248238504 16.42775493802503, 29.729086208503173 16.623497346023417 M29.729086208503173 16.623497346023417 C29.676373959145405 16.75858726346502, 29.62366170978764 16.89367718090662, 29.578866633275286 17.008477123264846 M29.729086208503173 16.623497346023417 C29.678245922994286 16.75378983127649, 29.6274056374854 16.884082316529557, 29.578866633275286 17.008477123264846 M29.578866633275286 17.008477123264846 C29.507367935646737 17.15473004689316, 29.435869238018185 17.300982970521478, 29.397368756032446 17.379736965185366 M29.578866633275286 17.008477123264846 C29.51001108127873 17.149323406086044, 29.441155529282174 17.290169688907238, 29.397368756032446 17.379736965185366 M29.397368756032446 17.379736965185366 C29.348176034440154 17.462293004056267, 29.298983312847863 17.54484904292717, 29.185832391312644 17.734740790612133 M29.397368756032446 17.379736965185366 C29.354866571672456 17.451064833832326, 29.312364387312467 17.522392702479287, 29.185832391312644 17.734740790612133 M29.185832391312644 17.734740790612133 C29.102458988617837 17.851512506569666, 29.019085585923026 17.968284222527195, 28.94570254698197 18.07106356344834 M29.185832391312644 17.734740790612133 C29.10006176219744 17.854870031075084, 29.014291133082242 17.974999271538035, 28.94570254698197 18.07106356344834 M28.94570254698197 18.07106356344834 C28.874915392142558 18.154641799235726, 28.804128237303143 18.238220035023108, 28.678619553365657 18.386407858128706 M28.94570254698197 18.07106356344834 C28.844883643106837 18.190100218319092, 28.744064739231703 18.30913687318984, 28.678619553365657 18.386407858128706 M28.678619553365657 18.386407858128706 C28.609416294051535 18.455611117442828, 28.540213034737413 18.52481437675695, 28.386407858128706 18.678619553365657 M28.678619553365657 18.386407858128706 C28.566203860297648 18.498823551196715, 28.453788167229636 18.611239244264727, 28.386407858128706 18.678619553365657 M28.386407858128706 18.678619553365657 C28.32144825772109 18.733637528428662, 28.256488657313472 18.78865550349167, 28.07106356344834 18.94570254698197 M28.386407858128706 18.678619553365657 C28.2962821236805 18.754952156695914, 28.20615638923229 18.831284760026172, 28.07106356344834 18.94570254698197 M28.07106356344834 18.94570254698197 C27.946740345637018 19.0344676183685, 27.822417127825698 19.123232689755028, 27.734740790612136 19.185832391312644 M28.07106356344834 18.94570254698197 C27.945003811366156 19.03570748000683, 27.818944059283968 19.125712413031696, 27.734740790612136 19.185832391312644 M27.734740790612136 19.185832391312644 C27.60910545590593 19.260694801463178, 27.48347012119972 19.33555721161371, 27.37973696518537 19.397368756032446 M27.734740790612136 19.185832391312644 C27.640714252848948 19.241860046681435, 27.546687715085763 19.29788770205023, 27.37973696518537 19.397368756032446 M27.37973696518537 19.397368756032446 C27.291602244652047 19.44045519545299, 27.20346752411872 19.483541634873532, 27.008477123264846 19.578866633275286 M27.37973696518537 19.397368756032446 C27.231765484245063 19.469707605136666, 27.083794003304757 19.542046454240882, 27.008477123264846 19.578866633275286 M27.008477123264846 19.578866633275286 C26.918402008800225 19.614014052005786, 26.828326894335607 19.64916147073628, 26.623497346023417 19.729086208503173 M27.008477123264846 19.578866633275286 C26.859663804704528 19.636933770366397, 26.71085048614421 19.695000907457505, 26.623497346023417 19.729086208503173 M26.623497346023417 19.729086208503173 C26.527176693864465 19.757762109087487, 26.430856041705518 19.7864380096718, 26.227427435703998 19.847001329696653 M26.623497346023417 19.729086208503173 C26.536945254155974 19.7548538826844, 26.45039316228853 19.780621556865626, 26.227427435703998 19.847001329696653 M26.227427435703998 19.847001329696653 C26.073082922052894 19.879363970981668, 25.918738408401794 19.91172661226668, 25.82297295140367 19.931806517013612 M26.227427435703998 19.847001329696653 C26.066725979151162 19.880696881740406, 25.906024522598326 19.914392433784162, 25.82297295140367 19.931806517013612 M25.82297295140367 19.931806517013612 C25.67090939425566 19.950761219644892, 25.518845837107644 19.96971592227617, 25.412896727361662 19.982922465033347 M25.82297295140367 19.931806517013612 C25.667942518741356 19.951131040292076, 25.512912086079037 19.97045556357054, 25.412896727361662 19.982922465033347 M25.412896727361662 19.982922465033347 C25.261861021866604 19.98916934802098, 25.11082531637155 19.995416231008612, 25 20 M25.412896727361662 19.982922465033347 C25.29214685483459 19.987916716703676, 25.17139698230752 19.99291096837401, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C25 20, 25 20, 25 20 M25 20 C8.759575266973794 20, -7.480849466052412 20, -25 20 M25 20 C5.0617368356555055 20, -14.876526328688989 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25 20, -25 20, -25 20 M-25 20 C-25.1363957914553 19.994358628336034, -25.2727915829106 19.988717256672068, -25.412896727361662 19.982922465033347 M-25 20 C-25.122052764939138 19.994951860300894, -25.244105529878276 19.98990372060179, -25.412896727361662 19.982922465033347 M-25.412896727361662 19.982922465033347 C-25.540831151749924 19.96697545566395, -25.668765576138185 19.95102844629455, -25.82297295140367 19.931806517013612 M-25.412896727361662 19.982922465033347 C-25.56315553262303 19.964192724490132, -25.713414337884398 19.94546298394692, -25.82297295140367 19.931806517013612 M-25.82297295140367 19.931806517013612 C-25.977202266474045 19.8994680303309, -26.13143158154442 19.867129543648186, -26.227427435703994 19.847001329696653 M-25.82297295140367 19.931806517013612 C-25.922057828318962 19.91103060310178, -26.021142705234254 19.89025468918994, -26.227427435703994 19.847001329696653 M-26.227427435703994 19.847001329696653 C-26.363024452854013 19.806632348630092, -26.498621470004032 19.766263367563532, -26.623497346023417 19.729086208503173 M-26.227427435703994 19.847001329696653 C-26.33788564048397 19.81411649733728, -26.448343845263945 19.781231664977913, -26.623497346023417 19.729086208503173 M-26.623497346023417 19.729086208503173 C-26.743102165032248 19.682416263303825, -26.862706984041083 19.635746318104474, -27.008477123264846 19.578866633275286 M-26.623497346023417 19.729086208503173 C-26.750040759612606 19.67970881529705, -26.8765841732018 19.63033142209093, -27.008477123264846 19.578866633275286 M-27.008477123264846 19.578866633275286 C-27.09110953623777 19.538470108112595, -27.173741949210694 19.498073582949903, -27.37973696518537 19.397368756032446 M-27.008477123264846 19.578866633275286 C-27.148167230120624 19.51057630126686, -27.287857336976398 19.442285969258432, -27.37973696518537 19.397368756032446 M-27.37973696518537 19.397368756032446 C-27.464342011148855 19.346955091226008, -27.54894705711234 19.296541426419573, -27.734740790612133 19.185832391312644 M-27.37973696518537 19.397368756032446 C-27.498344510821635 19.32669399921237, -27.616952056457897 19.25601924239229, -27.734740790612133 19.185832391312644 M-27.734740790612133 19.185832391312644 C-27.849847374199143 19.103647870279197, -27.96495395778615 19.021463349245753, -28.07106356344834 18.94570254698197 M-27.734740790612133 19.185832391312644 C-27.866927318646553 19.091453024337763, -27.999113846680974 18.997073657362883, -28.07106356344834 18.94570254698197 M-28.07106356344834 18.94570254698197 C-28.174493716895366 18.85810167555721, -28.27792387034239 18.770500804132453, -28.386407858128706 18.67861955336566 M-28.07106356344834 18.94570254698197 C-28.179704583205726 18.853688296920012, -28.288345602963112 18.76167404685805, -28.386407858128706 18.67861955336566 M-28.386407858128706 18.67861955336566 C-28.498108326283088 18.56691908521128, -28.60980879443747 18.455218617056893, -28.678619553365657 18.386407858128706 M-28.386407858128706 18.67861955336566 C-28.48169479008281 18.583332621411557, -28.576981722036912 18.48804568945745, -28.678619553365657 18.386407858128706 M-28.678619553365657 18.386407858128706 C-28.7699377402139 18.27858867865478, -28.861255927062146 18.17076949918086, -28.945702546981966 18.07106356344834 M-28.678619553365657 18.386407858128706 C-28.782017682986552 18.264325917174382, -28.885415812607448 18.142243976220062, -28.945702546981966 18.07106356344834 M-28.945702546981966 18.07106356344834 C-29.011200247173182 17.979328326605522, -29.076697947364398 17.887593089762703, -29.185832391312644 17.734740790612133 M-28.945702546981966 18.07106356344834 C-29.028544886172195 17.955035648207918, -29.111387225362428 17.839007732967495, -29.185832391312644 17.734740790612133 M-29.185832391312644 17.734740790612133 C-29.247795017922375 17.630754085966426, -29.309757644532105 17.52676738132072, -29.397368756032446 17.37973696518537 M-29.185832391312644 17.734740790612133 C-29.246936255412542 17.63219527541169, -29.30804011951244 17.529649760211246, -29.397368756032446 17.37973696518537 M-29.397368756032446 17.37973696518537 C-29.467409634669533 17.23646605796706, -29.53745051330662 17.093195150748752, -29.578866633275286 17.00847712326485 M-29.397368756032446 17.37973696518537 C-29.44843642713842 17.275276374295448, -29.499504098244397 17.170815783405523, -29.578866633275286 17.00847712326485 M-29.578866633275286 17.00847712326485 C-29.613948572309937 16.9185698188788, -29.649030511344584 16.82866251449275, -29.729086208503173 16.623497346023417 M-29.578866633275286 17.00847712326485 C-29.638023981260407 16.85686983363594, -29.697181329245527 16.705262544007034, -29.729086208503173 16.623497346023417 M-29.729086208503173 16.623497346023417 C-29.75310511488333 16.542819261655005, -29.777124021263486 16.462141177286593, -29.847001329696653 16.227427435703994 M-29.729086208503173 16.623497346023417 C-29.774463261516544 16.471078511732646, -29.819840314529912 16.318659677441875, -29.847001329696653 16.227427435703994 M-29.847001329696653 16.227427435703994 C-29.87173582743676 16.10946320681181, -29.896470325176868 15.991498977919623, -29.931806517013612 15.82297295140367 M-29.847001329696653 16.227427435703994 C-29.875899528279117 16.08960560693785, -29.90479772686158 15.951783778171706, -29.931806517013612 15.82297295140367 M-29.931806517013612 15.82297295140367 C-29.9507778714821 15.670775805370177, -29.96974922595059 15.518578659336681, -29.982922465033347 15.412896727361664 M-29.931806517013612 15.82297295140367 C-29.945581382992565 15.71246448494321, -29.959356248971517 15.60195601848275, -29.982922465033347 15.412896727361664 M-29.982922465033347 15.412896727361664 C-29.986413333433145 15.328495311071695, -29.989904201832942 15.244093894781725, -30 15 M-29.982922465033347 15.412896727361664 C-29.989530024176364 15.25314067642528, -29.99613758331938 15.093384625488898, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 15, -30 15, -30 15 M-30 15 C-30 4.9428750214532595, -30 -5.114249957093481, -30 -15 M-30 15 C-30 3.8513058147253307, -30 -7.2973883705493385, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-30 -15, -30 -15, -30 -15 M-30 -15 C-29.995949749102124 -15.097926038154377, -29.991899498204244 -15.195852076308752, -29.982922465033347 -15.41289672736166 M-30 -15 C-29.994080169563322 -15.1431283038573, -29.98816033912664 -15.286256607714597, -29.982922465033347 -15.41289672736166 M-29.982922465033347 -15.41289672736166 C-29.967550380084226 -15.536218837110155, -29.952178295135106 -15.659540946858652, -29.931806517013612 -15.822972951403669 M-29.982922465033347 -15.41289672736166 C-29.969840401193007 -15.517847208574517, -29.95675833735267 -15.622797689787374, -29.931806517013612 -15.822972951403669 M-29.931806517013612 -15.822972951403669 C-29.908780485100237 -15.932789133145002, -29.885754453186863 -16.042605314886337, -29.847001329696653 -16.227427435703994 M-29.931806517013612 -15.822972951403669 C-29.906444260208488 -15.943931100561102, -29.881082003403364 -16.064889249718536, -29.847001329696653 -16.227427435703994 M-29.847001329696653 -16.227427435703994 C-29.82030568175325 -16.317096536493136, -29.79361003380985 -16.406765637282277, -29.729086208503173 -16.623497346023417 M-29.847001329696653 -16.227427435703994 C-29.81664499072837 -16.32939258089572, -29.78628865176009 -16.431357726087448, -29.729086208503173 -16.623497346023417 M-29.729086208503173 -16.623497346023417 C-29.69388650235069 -16.71370646166623, -29.658686796198207 -16.803915577309045, -29.57886663327529 -17.008477123264846 M-29.729086208503173 -16.623497346023417 C-29.69856425376438 -16.70171841220928, -29.66804229902559 -16.779939478395146, -29.57886663327529 -17.008477123264846 M-29.57886663327529 -17.008477123264846 C-29.52838874344807 -17.111731297266342, -29.477910853620852 -17.21498547126784, -29.397368756032446 -17.379736965185366 M-29.57886663327529 -17.008477123264846 C-29.528086145999286 -17.11235027024117, -29.477305658723278 -17.216223417217495, -29.397368756032446 -17.379736965185366 M-29.397368756032446 -17.379736965185366 C-29.32505928224924 -17.501087919862297, -29.252749808466028 -17.622438874539228, -29.185832391312644 -17.734740790612133 M-29.397368756032446 -17.379736965185366 C-29.32774327723582 -17.496583595090875, -29.258117798439198 -17.61343022499639, -29.185832391312644 -17.734740790612133 M-29.185832391312644 -17.734740790612133 C-29.117421636695784 -17.830556014032993, -29.04901088207892 -17.926371237453857, -28.94570254698197 -18.07106356344834 M-29.185832391312644 -17.734740790612133 C-29.10684232260496 -17.845373265339873, -29.027852253897283 -17.956005740067617, -28.94570254698197 -18.07106356344834 M-28.94570254698197 -18.07106356344834 C-28.891545269728006 -18.135006939873104, -28.83738799247404 -18.19895031629787, -28.67861955336566 -18.386407858128706 M-28.94570254698197 -18.07106356344834 C-28.847924278410314 -18.186510147000163, -28.750146009838655 -18.30195673055199, -28.67861955336566 -18.386407858128706 M-28.67861955336566 -18.386407858128706 C-28.595199050352832 -18.469828361141534, -28.511778547340004 -18.55324886415436, -28.386407858128706 -18.678619553365657 M-28.67861955336566 -18.386407858128706 C-28.603276919496242 -18.461750491998124, -28.52793428562682 -18.537093125867543, -28.386407858128706 -18.678619553365657 M-28.386407858128706 -18.678619553365657 C-28.26791604877965 -18.77897699662315, -28.149424239430594 -18.87933443988064, -28.07106356344834 -18.945702546981966 M-28.386407858128706 -18.678619553365657 C-28.26298408591247 -18.78315415609358, -28.13956031369624 -18.887688758821504, -28.07106356344834 -18.945702546981966 M-28.07106356344834 -18.945702546981966 C-27.983777002082743 -19.00802395393317, -27.89649044071714 -19.070345360884367, -27.734740790612136 -19.185832391312644 M-28.07106356344834 -18.945702546981966 C-28.003452425011393 -18.99397597197478, -27.935841286574444 -19.0422493969676, -27.734740790612136 -19.185832391312644 M-27.734740790612136 -19.185832391312644 C-27.62964725266797 -19.24845454741343, -27.524553714723805 -19.311076703514217, -27.379736965185366 -19.397368756032446 M-27.734740790612136 -19.185832391312644 C-27.65872073894642 -19.23113050987755, -27.582700687280706 -19.276428628442456, -27.379736965185366 -19.397368756032446 M-27.379736965185366 -19.397368756032446 C-27.255025472066166 -19.4583364899835, -27.130313978946962 -19.519304223934554, -27.00847712326485 -19.578866633275286 M-27.379736965185366 -19.397368756032446 C-27.284669920421376 -19.44384420226212, -27.189602875657386 -19.490319648491795, -27.00847712326485 -19.578866633275286 M-27.00847712326485 -19.578866633275286 C-26.86497411834156 -19.634861679555296, -26.72147111341827 -19.690856725835307, -26.62349734602342 -19.729086208503173 M-27.00847712326485 -19.578866633275286 C-26.925072948434384 -19.61141104328311, -26.841668773603917 -19.64395545329093, -26.62349734602342 -19.729086208503173 M-26.62349734602342 -19.729086208503173 C-26.530106944220588 -19.756889735759277, -26.436716542417756 -19.78469326301538, -26.227427435703994 -19.847001329696653 M-26.62349734602342 -19.729086208503173 C-26.482296519602873 -19.7711235158729, -26.341095693182325 -19.81316082324263, -26.227427435703994 -19.847001329696653 M-26.227427435703994 -19.847001329696653 C-26.075022582686437 -19.878957266915464, -25.922617729668882 -19.910913204134275, -25.822972951403674 -19.931806517013612 M-26.227427435703994 -19.847001329696653 C-26.08755561385971 -19.87632936662617, -25.94768379201542 -19.90565740355569, -25.822972951403674 -19.931806517013612 M-25.822972951403674 -19.931806517013612 C-25.685028204152324 -19.94900131182662, -25.54708345690097 -19.96619610663963, -25.412896727361662 -19.982922465033347 M-25.822972951403674 -19.931806517013612 C-25.68639283469444 -19.948831210806937, -25.549812717985212 -19.965855904600264, -25.412896727361662 -19.982922465033347 M-25.412896727361662 -19.982922465033347 C-25.267797179166696 -19.988923826738922, -25.122697630971725 -19.994925188444494, -25 -20 M-25.412896727361662 -19.982922465033347 C-25.2707598867481 -19.988801288246933, -25.128623046134535 -19.99468011146052, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20 M-25 -20 C-25 -20, -25 -20, -25 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-22, -12)\"><rect></rect><foreignObject width=\"44\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Failed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Undelivered-9\" transform=\"translate(755.28125, 898)\"><g class=\"basic label-container outer-path\"><path d=\"M-48.3125 -20 C-22.203021357389478 -20, 3.9064572852210446 -20, 48.3125 -20 C48.3125 -20, 48.3125 -20, 48.3125 -20 C48.44004101883231 -19.99472486444078, 48.56758203766462 -19.98944972888156, 48.72539672736166 -19.982922465033347 C48.82872719539951 -19.970042335624683, 48.93205766343735 -19.95716220621602, 49.13547295140367 -19.931806517013612 C49.21668728517822 -19.914777661960894, 49.297901618952764 -19.897748806908172, 49.539927435703994 -19.847001329696653 C49.667724197395486 -19.808954585295307, 49.79552095908698 -19.770907840893965, 49.93599734602342 -19.729086208503173 C50.018834718406865 -19.696762965496482, 50.101672090790316 -19.664439722489792, 50.320977123264846 -19.578866633275286 C50.455285586123544 -19.513207226703052, 50.589594048982235 -19.447547820130822, 50.692236965185366 -19.397368756032446 C50.81678303250115 -19.323155408363707, 50.94132909981694 -19.24894206069497, 51.047240790612136 -19.185832391312644 C51.17205205050926 -19.096718864574424, 51.29686331040639 -19.007605337836203, 51.38356356344834 -18.94570254698197 C51.44727917362964 -18.891738177895924, 51.51099478381093 -18.837773808809878, 51.698907858128706 -18.678619553365657 C51.78702942902964 -18.59049798246473, 51.87515099993056 -18.502376411563798, 51.99111955336566 -18.386407858128706 C52.062633060319875 -18.301972020019914, 52.1341465672741 -18.217536181911125, 52.25820254698197 -18.07106356344834 C52.310060360255115 -17.99843217686722, 52.36191817352825 -17.9258007902861, 52.498332391312644 -17.734740790612136 C52.57916451081868 -17.599086990945082, 52.65999663032472 -17.463433191278032, 52.70986875603245 -17.37973696518537 C52.764282547248925 -17.268431776208992, 52.8186963384654 -17.157126587232614, 52.89136663327529 -17.008477123264846 C52.92543801023302 -16.921159667523153, 52.95950938719076 -16.83384221178146, 53.041586208503176 -16.623497346023417 C53.083151168395105 -16.483883106813046, 53.12471612828703 -16.344268867602675, 53.15950132969665 -16.227427435703994 C53.19177791383651 -16.073493347397914, 53.22405449797637 -15.919559259091836, 53.24430651701361 -15.82297295140367 C53.264312129368506 -15.662478501198494, 53.284317741723406 -15.50198405099332, 53.29542246503335 -15.412896727361662 C53.30099390112557 -15.278191822135229, 53.3065653372178 -15.143486916908795, 53.3125 -15 C53.3125 -15, 53.3125 -15, 53.3125 -15 C53.3125 -5.000926186458317, 53.3125 4.998147627083366, 53.3125 15 C53.3125 15, 53.3125 15, 53.3125 15 C53.30677544918687 15.138406877864508, 53.301050898373745 15.276813755729018, 53.29542246503335 15.412896727361662 C53.28182869089918 15.521952389701422, 53.268234916765024 15.631008052041183, 53.24430651701361 15.822972951403669 C53.22222930119448 15.928264021695634, 53.20015208537535 16.033555091987598, 53.15950132969665 16.227427435703994 C53.112952299563425 16.383782871747446, 53.066403269430204 16.5401383077909, 53.041586208503176 16.623497346023417 C53.00124047396173 16.726894602158936, 52.96089473942029 16.83029185829446, 52.89136663327529 17.008477123264846 C52.843087203014136 17.107234276345956, 52.79480777275299 17.205991429427065, 52.70986875603245 17.379736965185366 C52.644339947801754 17.489708494800933, 52.57881113957106 17.5996800244165, 52.498332391312644 17.734740790612133 C52.41213897707371 17.855462178484014, 52.325945562834775 17.976183566355896, 52.25820254698197 18.07106356344834 C52.15789531103364 18.189496093139482, 52.05758807508531 18.307928622830627, 51.99111955336566 18.386407858128706 C51.90337562788096 18.4741517836134, 51.81563170239627 18.561895709098096, 51.698907858128706 18.678619553365657 C51.584827601127216 18.775240602379274, 51.47074734412573 18.871861651392887, 51.38356356344834 18.94570254698197 C51.2905525801316 19.01211111264805, 51.197541596814865 19.07851967831413, 51.047240790612136 19.185832391312644 C50.95228378897942 19.242414482803994, 50.8573267873467 19.298996574295344, 50.692236965185366 19.397368756032446 C50.583084824894065 19.450729985884028, 50.473932684602765 19.504091215735613, 50.320977123264846 19.578866633275286 C50.181697105740504 19.633213864758872, 50.04241708821616 19.687561096242458, 49.93599734602342 19.729086208503173 C49.80423406616649 19.768313836526342, 49.67247078630956 19.807541464549512, 49.539927435703994 19.847001329696653 C49.42341720765802 19.87143095551938, 49.306906979612044 19.895860581342106, 49.13547295140367 19.931806517013612 C49.03143922908514 19.944774306976946, 48.92740550676661 19.95774209694028, 48.72539672736166 19.982922465033347 C48.61416808535896 19.987522915696232, 48.50293944335626 19.99212336635912, 48.3125 20 C48.3125 20, 48.3125 20, 48.3125 20 C24.30911341134348 20, 0.3057268226869567 20, -48.3125 20 C-48.3125 20, -48.3125 20, -48.3125 20 C-48.419596903702065 19.995570439297307, -48.526693807404136 19.99114087859461, -48.72539672736166 19.982922465033347 C-48.86553226201698 19.965454588855224, -49.005667796672284 19.947986712677096, -49.13547295140367 19.931806517013612 C-49.28381816129151 19.900701797445787, -49.432163371179335 19.86959707787796, -49.539927435703994 19.847001329696653 C-49.67742347385293 19.80606698558331, -49.81491951200187 19.76513264146997, -49.93599734602342 19.729086208503173 C-50.08115605875005 19.672445103033507, -50.226314771476666 19.61580399756384, -50.320977123264846 19.578866633275286 C-50.43715403873343 19.522071200100793, -50.55333095420202 19.4652757669263, -50.692236965185366 19.397368756032446 C-50.80552883743146 19.329861453038095, -50.918820709677554 19.26235415004374, -51.047240790612136 19.185832391312644 C-51.15226975787226 19.110843150037958, -51.257298725132394 19.03585390876327, -51.38356356344834 18.94570254698197 C-51.507024090613896 18.841136814399913, -51.63048461777945 18.73657108181786, -51.698907858128706 18.67861955336566 C-51.77003696620021 18.607490445294157, -51.84116607427171 18.53636133722265, -51.99111955336566 18.386407858128706 C-52.05296648474922 18.31338532422933, -52.114813416132776 18.240362790329957, -52.25820254698197 18.07106356344834 C-52.30854807131459 18.00055026931518, -52.3588935956472 17.930036975182023, -52.498332391312644 17.734740790612133 C-52.5788739296868 17.599574649005906, -52.65941546806096 17.46440850739968, -52.70986875603244 17.37973696518537 C-52.7643483962585 17.268297079906986, -52.818828036484554 17.156857194628603, -52.89136663327528 17.00847712326485 C-52.94882986727582 16.861211475685042, -53.00629310127636 16.71394582810523, -53.041586208503176 16.623497346023417 C-53.07609454755062 16.507585878406246, -53.11060288659806 16.391674410789076, -53.15950132969665 16.227427435703994 C-53.17714645725866 16.14327396356048, -53.194791584820656 16.05912049141696, -53.24430651701361 15.82297295140367 C-53.25805922090978 15.712642279615503, -53.27181192480594 15.602311607827334, -53.29542246503335 15.412896727361664 C-53.30154340340187 15.264906082009013, -53.307664341770405 15.116915436656361, -53.3125 15 C-53.3125 15, -53.3125 15, -53.3125 15 C-53.3125 6.936265834830772, -53.3125 -1.1274683303384556, -53.3125 -15 C-53.3125 -15, -53.3125 -15, -53.3125 -15 C-53.30819091870778 -15.104183980121658, -53.30388183741556 -15.208367960243315, -53.29542246503335 -15.41289672736166 C-53.28180778545652 -15.52212010301442, -53.268193105879696 -15.631343478667176, -53.24430651701361 -15.822972951403669 C-53.2225643094896 -15.926666293873511, -53.20082210196558 -16.030359636343352, -53.15950132969665 -16.227427435703994 C-53.13215496485697 -16.3192822560187, -53.1048086000173 -16.411137076333404, -53.041586208503176 -16.623497346023417 C-52.983682976888055 -16.771890610848807, -52.925779745272926 -16.920283875674198, -52.89136663327529 -17.008477123264846 C-52.84585096041088 -17.101580920230678, -52.800335287546474 -17.19468471719651, -52.70986875603245 -17.379736965185366 C-52.66061368141436 -17.46239764593528, -52.61135860679628 -17.545058326685197, -52.498332391312644 -17.734740790612133 C-52.40910582163613 -17.85971037699534, -52.31987925195961 -17.984679963378547, -52.25820254698197 -18.07106356344834 C-52.19765777591393 -18.142548639568396, -52.137113004845894 -18.21403371568845, -51.99111955336566 -18.386407858128706 C-51.91926656034403 -18.458260851150335, -51.8474135673224 -18.530113844171964, -51.698907858128706 -18.678619553365657 C-51.619660426901376 -18.74573870384863, -51.540412995674046 -18.812857854331604, -51.38356356344834 -18.945702546981966 C-51.3126257037 -18.996351205337362, -51.24168784395166 -19.046999863692758, -51.047240790612136 -19.185832391312644 C-50.9641048711678 -19.23537064672652, -50.88096895172346 -19.28490890214039, -50.692236965185366 -19.397368756032446 C-50.55093871739581 -19.466445260238434, -50.40964046960625 -19.53552176444442, -50.320977123264846 -19.578866633275286 C-50.219767525279885 -19.61835874095748, -50.11855792729493 -19.657850848639676, -49.93599734602342 -19.729086208503173 C-49.84953997244497 -19.754825683828, -49.763082598866525 -19.78056515915282, -49.539927435703994 -19.847001329696653 C-49.445185074505694 -19.866866713813167, -49.35044271330739 -19.886732097929684, -49.13547295140367 -19.931806517013612 C-49.04369497670189 -19.94324662962968, -48.95191700200012 -19.954686742245748, -48.72539672736166 -19.982922465033347 C-48.625791059175526 -19.98704218594321, -48.52618539098938 -19.991161906853073, -48.3125 -20 C-48.3125 -20, -48.3125 -20, -48.3125 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-48.3125 -20 C-25.411574750867644 -20, -2.510649501735287 -20, 48.3125 -20 M-48.3125 -20 C-17.360752999844117 -20, 13.590994000311767 -20, 48.3125 -20 M48.3125 -20 C48.3125 -20, 48.3125 -20, 48.3125 -20 M48.3125 -20 C48.3125 -20, 48.3125 -20, 48.3125 -20 M48.3125 -20 C48.47313859913647 -19.993355938393417, 48.63377719827294 -19.986711876786835, 48.72539672736166 -19.982922465033347 M48.3125 -20 C48.460364344472815 -19.993884285474504, 48.60822868894562 -19.987768570949008, 48.72539672736166 -19.982922465033347 M48.72539672736166 -19.982922465033347 C48.873710540497754 -19.964435167505712, 49.02202435363385 -19.94594786997808, 49.13547295140367 -19.931806517013612 M48.72539672736166 -19.982922465033347 C48.858249115790684 -19.96636243208557, 48.99110150421971 -19.94980239913779, 49.13547295140367 -19.931806517013612 M49.13547295140367 -19.931806517013612 C49.295849924729076 -19.89817900194794, 49.45622689805448 -19.864551486882267, 49.539927435703994 -19.847001329696653 M49.13547295140367 -19.931806517013612 C49.288082088919005 -19.89980774584, 49.44069122643433 -19.86780897466639, 49.539927435703994 -19.847001329696653 M49.539927435703994 -19.847001329696653 C49.66302056792795 -19.81035491645974, 49.786113700151915 -19.773708503222824, 49.93599734602342 -19.729086208503173 M49.539927435703994 -19.847001329696653 C49.63937184039703 -19.817395447689773, 49.738816245090064 -19.787789565682893, 49.93599734602342 -19.729086208503173 M49.93599734602342 -19.729086208503173 C50.03767300306095 -19.689412244014342, 50.139348660098484 -19.64973827952551, 50.320977123264846 -19.578866633275286 M49.93599734602342 -19.729086208503173 C50.05805699422196 -19.6814583859816, 50.180116642420494 -19.633830563460027, 50.320977123264846 -19.578866633275286 M50.320977123264846 -19.578866633275286 C50.453377578613704 -19.51413999473691, 50.58577803396256 -19.44941335619854, 50.692236965185366 -19.397368756032446 M50.320977123264846 -19.578866633275286 C50.45553372864331 -19.513085917217065, 50.590090334021774 -19.447305201158844, 50.692236965185366 -19.397368756032446 M50.692236965185366 -19.397368756032446 C50.804454448419314 -19.330501649930763, 50.91667193165326 -19.263634543829085, 51.047240790612136 -19.185832391312644 M50.692236965185366 -19.397368756032446 C50.81374208192551 -19.324967421598465, 50.93524719866566 -19.25256608716449, 51.047240790612136 -19.185832391312644 M51.047240790612136 -19.185832391312644 C51.16168441980995 -19.104121210615126, 51.276128049007774 -19.02241002991761, 51.38356356344834 -18.94570254698197 M51.047240790612136 -19.185832391312644 C51.17625447775249 -19.093718389194127, 51.305268164892844 -19.001604387075613, 51.38356356344834 -18.94570254698197 M51.38356356344834 -18.94570254698197 C51.45702233281759 -18.88348614300233, 51.53048110218683 -18.82126973902269, 51.698907858128706 -18.678619553365657 M51.38356356344834 -18.94570254698197 C51.499695199445384 -18.847344068585876, 51.61582683544242 -18.748985590189786, 51.698907858128706 -18.678619553365657 M51.698907858128706 -18.678619553365657 C51.790916486569344 -18.58661092492502, 51.88292511500998 -18.494602296484377, 51.99111955336566 -18.386407858128706 M51.698907858128706 -18.678619553365657 C51.76649709660055 -18.611030314893807, 51.834086335072406 -18.54344107642196, 51.99111955336566 -18.386407858128706 M51.99111955336566 -18.386407858128706 C52.07869544426417 -18.28300719913329, 52.166271335162676 -18.179606540137872, 52.25820254698197 -18.07106356344834 M51.99111955336566 -18.386407858128706 C52.07066404299411 -18.292489856694182, 52.150208532622564 -18.198571855259658, 52.25820254698197 -18.07106356344834 M52.25820254698197 -18.07106356344834 C52.32298441875831 -17.980330906680635, 52.38776629053465 -17.88959824991293, 52.498332391312644 -17.734740790612136 M52.25820254698197 -18.07106356344834 C52.31603513604162 -17.99006398271295, 52.37386772510128 -17.90906440197756, 52.498332391312644 -17.734740790612136 M52.498332391312644 -17.734740790612136 C52.54693740291213 -17.653171056370056, 52.59554241451162 -17.571601322127975, 52.70986875603245 -17.37973696518537 M52.498332391312644 -17.734740790612136 C52.57703482020448 -17.602661072952298, 52.65573724909632 -17.470581355292463, 52.70986875603245 -17.37973696518537 M52.70986875603245 -17.37973696518537 C52.76482189757512 -17.267328517482863, 52.819775039117786 -17.15492006978036, 52.89136663327529 -17.008477123264846 M52.70986875603245 -17.37973696518537 C52.75281952371709 -17.29187976562358, 52.79577029140174 -17.204022566061788, 52.89136663327529 -17.008477123264846 M52.89136663327529 -17.008477123264846 C52.93939138364882 -16.88540023616256, 52.98741613402235 -16.762323349060274, 53.041586208503176 -16.623497346023417 M52.89136663327529 -17.008477123264846 C52.9258025101024 -16.920225534416307, 52.96023838692951 -16.831973945567768, 53.041586208503176 -16.623497346023417 M53.041586208503176 -16.623497346023417 C53.072835376616304 -16.518533240598686, 53.104084544729425 -16.413569135173958, 53.15950132969665 -16.227427435703994 M53.041586208503176 -16.623497346023417 C53.08856023465002 -16.465714373534293, 53.13553426079686 -16.307931401045167, 53.15950132969665 -16.227427435703994 M53.15950132969665 -16.227427435703994 C53.18132467202617 -16.123347143603386, 53.2031480143557 -16.019266851502778, 53.24430651701361 -15.82297295140367 M53.15950132969665 -16.227427435703994 C53.18225993920089 -16.118886649914266, 53.20501854870513 -16.010345864124538, 53.24430651701361 -15.82297295140367 M53.24430651701361 -15.82297295140367 C53.25552896257436 -15.732941204398, 53.26675140813511 -15.642909457392328, 53.29542246503335 -15.412896727361662 M53.24430651701361 -15.82297295140367 C53.2609110732951 -15.689763375809445, 53.277515629576584 -15.55655380021522, 53.29542246503335 -15.412896727361662 M53.29542246503335 -15.412896727361662 C53.29954554702188 -15.313209795785639, 53.30366862901041 -15.213522864209613, 53.3125 -15 M53.29542246503335 -15.412896727361662 C53.30103813958346 -15.27712223483701, 53.30665381413357 -15.14134774231236, 53.3125 -15 M53.3125 -15 C53.3125 -15, 53.3125 -15, 53.3125 -15 M53.3125 -15 C53.3125 -15, 53.3125 -15, 53.3125 -15 M53.3125 -15 C53.3125 -3.5180731561186427, 53.3125 7.963853687762715, 53.3125 15 M53.3125 -15 C53.3125 -4.447246583319867, 53.3125 6.105506833360266, 53.3125 15 M53.3125 15 C53.3125 15, 53.3125 15, 53.3125 15 M53.3125 15 C53.3125 15, 53.3125 15, 53.3125 15 M53.3125 15 C53.30749922153787 15.12090767580372, 53.302498443075734 15.241815351607439, 53.29542246503335 15.412896727361662 M53.3125 15 C53.30594064569013 15.158590565526012, 53.29938129138026 15.317181131052026, 53.29542246503335 15.412896727361662 M53.29542246503335 15.412896727361662 C53.2850530078347 15.496085399745168, 53.274683550636055 15.579274072128673, 53.24430651701361 15.822972951403669 M53.29542246503335 15.412896727361662 C53.284466148375365 15.500793462892823, 53.27350983171738 15.588690198423983, 53.24430651701361 15.822972951403669 M53.24430651701361 15.822972951403669 C53.21636138522387 15.956249396209826, 53.18841625343413 16.08952584101598, 53.15950132969665 16.227427435703994 M53.24430651701361 15.822972951403669 C53.215099795756494 15.962266192275827, 53.18589307449938 16.101559433147987, 53.15950132969665 16.227427435703994 M53.15950132969665 16.227427435703994 C53.12210343905397 16.35304473603884, 53.0847055484113 16.478662036373688, 53.041586208503176 16.623497346023417 M53.15950132969665 16.227427435703994 C53.119733110609445 16.361006528936556, 53.079964891522245 16.494585622169115, 53.041586208503176 16.623497346023417 M53.041586208503176 16.623497346023417 C52.99122285284276 16.752567564827224, 52.940859497182345 16.881637783631028, 52.89136663327529 17.008477123264846 M53.041586208503176 16.623497346023417 C53.00570205838889 16.71546054120978, 52.96981790827461 16.807423736396146, 52.89136663327529 17.008477123264846 M52.89136663327529 17.008477123264846 C52.83606869529563 17.121590863352232, 52.78077075731597 17.234704603439617, 52.70986875603245 17.379736965185366 M52.89136663327529 17.008477123264846 C52.83774796590037 17.118155860426974, 52.78412929852545 17.227834597589098, 52.70986875603245 17.379736965185366 M52.70986875603245 17.379736965185366 C52.637382834941796 17.501384036651537, 52.56489691385114 17.623031108117708, 52.498332391312644 17.734740790612133 M52.70986875603245 17.379736965185366 C52.65602869992899 17.470092237685385, 52.60218864382552 17.560447510185405, 52.498332391312644 17.734740790612133 M52.498332391312644 17.734740790612133 C52.41934121403725 17.845374817985558, 52.34035003676186 17.956008845358983, 52.25820254698197 18.07106356344834 M52.498332391312644 17.734740790612133 C52.44487688724561 17.809609882379103, 52.39142138317858 17.88447897414607, 52.25820254698197 18.07106356344834 M52.25820254698197 18.07106356344834 C52.20232819033404 18.137034291682617, 52.14645383368612 18.203005019916894, 51.99111955336566 18.386407858128706 M52.25820254698197 18.07106356344834 C52.17123625621964 18.17374446892303, 52.08426996545732 18.27642537439772, 51.99111955336566 18.386407858128706 M51.99111955336566 18.386407858128706 C51.921253675408956 18.456273736085407, 51.851387797452254 18.52613961404211, 51.698907858128706 18.678619553365657 M51.99111955336566 18.386407858128706 C51.919877059320264 18.4576503521741, 51.84863456527487 18.52889284621949, 51.698907858128706 18.678619553365657 M51.698907858128706 18.678619553365657 C51.58532567889601 18.774818752027805, 51.47174349966332 18.871017950689957, 51.38356356344834 18.94570254698197 M51.698907858128706 18.678619553365657 C51.584689341416215 18.77535770238119, 51.470470824703725 18.872095851396722, 51.38356356344834 18.94570254698197 M51.38356356344834 18.94570254698197 C51.2619547123478 19.0325295977872, 51.14034586124726 19.11935664859243, 51.047240790612136 19.185832391312644 M51.38356356344834 18.94570254698197 C51.30436386087509 19.002250047734208, 51.225164158301844 19.058797548486442, 51.047240790612136 19.185832391312644 M51.047240790612136 19.185832391312644 C50.92102750348986 19.26103918635235, 50.794814216367584 19.336245981392057, 50.692236965185366 19.397368756032446 M51.047240790612136 19.185832391312644 C50.92264876817792 19.260073122288254, 50.798056745743715 19.33431385326386, 50.692236965185366 19.397368756032446 M50.692236965185366 19.397368756032446 C50.581727334834085 19.451393622336035, 50.47121770448281 19.505418488639624, 50.320977123264846 19.578866633275286 M50.692236965185366 19.397368756032446 C50.609262380049586 19.43793255897258, 50.5262877949138 19.47849636191272, 50.320977123264846 19.578866633275286 M50.320977123264846 19.578866633275286 C50.21632847950701 19.619700660782186, 50.11167983574918 19.660534688289083, 49.93599734602342 19.729086208503173 M50.320977123264846 19.578866633275286 C50.180627425246016 19.633631255383033, 50.04027772722718 19.68839587749078, 49.93599734602342 19.729086208503173 M49.93599734602342 19.729086208503173 C49.824676428616634 19.762227881539644, 49.71335551120984 19.795369554576116, 49.539927435703994 19.847001329696653 M49.93599734602342 19.729086208503173 C49.84761776131153 19.755397950876954, 49.75923817659965 19.781709693250736, 49.539927435703994 19.847001329696653 M49.539927435703994 19.847001329696653 C49.42762538749561 19.870548592995924, 49.315323339287225 19.89409585629519, 49.13547295140367 19.931806517013612 M49.539927435703994 19.847001329696653 C49.432849021573325 19.869453312108625, 49.32577060744266 19.891905294520598, 49.13547295140367 19.931806517013612 M49.13547295140367 19.931806517013612 C49.012943459517025 19.947079802249288, 48.89041396763037 19.962353087484964, 48.72539672736166 19.982922465033347 M49.13547295140367 19.931806517013612 C49.01059319375814 19.947372762570616, 48.8857134361126 19.962939008127616, 48.72539672736166 19.982922465033347 M48.72539672736166 19.982922465033347 C48.616333217422564 19.987433365171675, 48.507269707483474 19.991944265310003, 48.3125 20 M48.72539672736166 19.982922465033347 C48.63012582433719 19.98686289872993, 48.534854921312714 19.990803332426516, 48.3125 20 M48.3125 20 C48.3125 20, 48.3125 20, 48.3125 20 M48.3125 20 C48.3125 20, 48.3125 20, 48.3125 20 M48.3125 20 C14.716813659049265 20, -18.87887268190147 20, -48.3125 20 M48.3125 20 C24.944464350409827 20, 1.5764287008196547 20, -48.3125 20 M-48.3125 20 C-48.3125 20, -48.3125 20, -48.3125 20 M-48.3125 20 C-48.3125 20, -48.3125 20, -48.3125 20 M-48.3125 20 C-48.399331848942076 19.996408608162135, -48.486163697884145 19.992817216324273, -48.72539672736166 19.982922465033347 M-48.3125 20 C-48.44283194146415 19.994609431026863, -48.5731638829283 19.989218862053725, -48.72539672736166 19.982922465033347 M-48.72539672736166 19.982922465033347 C-48.83067284937822 19.96979981010916, -48.93594897139477 19.95667715518497, -49.13547295140367 19.931806517013612 M-48.72539672736166 19.982922465033347 C-48.80770844820615 19.97266231973004, -48.89002016905063 19.96240217442674, -49.13547295140367 19.931806517013612 M-49.13547295140367 19.931806517013612 C-49.28922699457864 19.899567684367835, -49.442981037753604 19.867328851722053, -49.539927435703994 19.847001329696653 M-49.13547295140367 19.931806517013612 C-49.24223239142398 19.909421416439343, -49.3489918314443 19.887036315865075, -49.539927435703994 19.847001329696653 M-49.539927435703994 19.847001329696653 C-49.68696290657488 19.803226973413192, -49.83399837744576 19.759452617129732, -49.93599734602342 19.729086208503173 M-49.539927435703994 19.847001329696653 C-49.6443525800898 19.815912617236854, -49.74877772447561 19.784823904777053, -49.93599734602342 19.729086208503173 M-49.93599734602342 19.729086208503173 C-50.026317169589774 19.693843303984874, -50.116636993156135 19.658600399466575, -50.320977123264846 19.578866633275286 M-49.93599734602342 19.729086208503173 C-50.05131724676529 19.684088243599938, -50.16663714750715 19.639090278696703, -50.320977123264846 19.578866633275286 M-50.320977123264846 19.578866633275286 C-50.40320112157024 19.53866976987727, -50.485425119875636 19.498472906479257, -50.692236965185366 19.397368756032446 M-50.320977123264846 19.578866633275286 C-50.4372644186322 19.522017238656396, -50.55355171399956 19.465167844037506, -50.692236965185366 19.397368756032446 M-50.692236965185366 19.397368756032446 C-50.77031997344411 19.35084138215532, -50.84840298170286 19.304314008278194, -51.047240790612136 19.185832391312644 M-50.692236965185366 19.397368756032446 C-50.83077610443698 19.31481734731603, -50.96931524368859 19.232265938599614, -51.047240790612136 19.185832391312644 M-51.047240790612136 19.185832391312644 C-51.180851257259604 19.090436351709254, -51.31446172390707 18.99504031210586, -51.38356356344834 18.94570254698197 M-51.047240790612136 19.185832391312644 C-51.16360367141233 19.102750891309583, -51.279966552212535 19.019669391306522, -51.38356356344834 18.94570254698197 M-51.38356356344834 18.94570254698197 C-51.509364436528486 18.839154642521397, -51.63516530960863 18.73260673806082, -51.698907858128706 18.67861955336566 M-51.38356356344834 18.94570254698197 C-51.47550598203185 18.867831290676232, -51.567448400615355 18.789960034370495, -51.698907858128706 18.67861955336566 M-51.698907858128706 18.67861955336566 C-51.79418562257953 18.583341788914833, -51.889463387030354 18.48806402446401, -51.99111955336566 18.386407858128706 M-51.698907858128706 18.67861955336566 C-51.773082630433045 18.604444781061318, -51.84725740273739 18.530270008756975, -51.99111955336566 18.386407858128706 M-51.99111955336566 18.386407858128706 C-52.06486950001139 18.299331460665815, -52.138619446657124 18.21225506320292, -52.25820254698197 18.07106356344834 M-51.99111955336566 18.386407858128706 C-52.0568471696586 18.308803408214924, -52.12257478595154 18.231198958301142, -52.25820254698197 18.07106356344834 M-52.25820254698197 18.07106356344834 C-52.33765005887829 17.95979039967153, -52.41709757077461 17.848517235894715, -52.498332391312644 17.734740790612133 M-52.25820254698197 18.07106356344834 C-52.31289693044988 17.994459313119656, -52.3675913139178 17.91785506279097, -52.498332391312644 17.734740790612133 M-52.498332391312644 17.734740790612133 C-52.54591407780361 17.654888417489794, -52.59349576429457 17.57503604436745, -52.70986875603244 17.37973696518537 M-52.498332391312644 17.734740790612133 C-52.55048175938633 17.647222858722408, -52.60263112746002 17.55970492683268, -52.70986875603244 17.37973696518537 M-52.70986875603244 17.37973696518537 C-52.75512437281607 17.287165121435237, -52.8003799895997 17.194593277685104, -52.89136663327528 17.00847712326485 M-52.70986875603244 17.37973696518537 C-52.75596301891793 17.28544964341458, -52.80205728180343 17.19116232164379, -52.89136663327528 17.00847712326485 M-52.89136663327528 17.00847712326485 C-52.933973064037815 16.89928619925159, -52.976579494800355 16.79009527523833, -53.041586208503176 16.623497346023417 M-52.89136663327528 17.00847712326485 C-52.9432821677732 16.875429011019452, -52.99519770227111 16.742380898774055, -53.041586208503176 16.623497346023417 M-53.041586208503176 16.623497346023417 C-53.07814068931987 16.500713009355625, -53.11469517013658 16.37792867268783, -53.15950132969665 16.227427435703994 M-53.041586208503176 16.623497346023417 C-53.07675650923793 16.505362388293385, -53.111926809972694 16.387227430563353, -53.15950132969665 16.227427435703994 M-53.15950132969665 16.227427435703994 C-53.183970028701616 16.11073085910704, -53.20843872770658 15.994034282510087, -53.24430651701361 15.82297295140367 M-53.15950132969665 16.227427435703994 C-53.179374386371215 16.13264848239846, -53.19924744304578 16.03786952909292, -53.24430651701361 15.82297295140367 M-53.24430651701361 15.82297295140367 C-53.2609540575021 15.68941853624405, -53.27760159799059 15.55586412108443, -53.29542246503335 15.412896727361664 M-53.24430651701361 15.82297295140367 C-53.259461956040404 15.701388877341207, -53.27461739506719 15.579804803278746, -53.29542246503335 15.412896727361664 M-53.29542246503335 15.412896727361664 C-53.30221213370871 15.248737673879903, -53.309001802384074 15.084578620398142, -53.3125 15 M-53.29542246503335 15.412896727361664 C-53.3003805686781 15.293020833514152, -53.30533867232286 15.173144939666642, -53.3125 15 M-53.3125 15 C-53.3125 15, -53.3125 15, -53.3125 15 M-53.3125 15 C-53.3125 15, -53.3125 15, -53.3125 15 M-53.3125 15 C-53.3125 5.480739324935973, -53.3125 -4.038521350128054, -53.3125 -15 M-53.3125 15 C-53.3125 3.7796732343598674, -53.3125 -7.440653531280265, -53.3125 -15 M-53.3125 -15 C-53.3125 -15, -53.3125 -15, -53.3125 -15 M-53.3125 -15 C-53.3125 -15, -53.3125 -15, -53.3125 -15 M-53.3125 -15 C-53.307926148708745 -15.1105855284902, -53.3033522974175 -15.221171056980397, -53.29542246503335 -15.41289672736166 M-53.3125 -15 C-53.30618446933392 -15.152695453334873, -53.29986893866785 -15.305390906669748, -53.29542246503335 -15.41289672736166 M-53.29542246503335 -15.41289672736166 C-53.27770124761385 -15.555064684845496, -53.25998003019435 -15.697232642329332, -53.24430651701361 -15.822972951403669 M-53.29542246503335 -15.41289672736166 C-53.2817446536771 -15.522626575900562, -53.268066842320856 -15.632356424439461, -53.24430651701361 -15.822972951403669 M-53.24430651701361 -15.822972951403669 C-53.22530339544492 -15.913602993943837, -53.206300273876224 -16.004233036484006, -53.15950132969665 -16.227427435703994 M-53.24430651701361 -15.822972951403669 C-53.219903605078336 -15.939355775078342, -53.19550069314307 -16.055738598753013, -53.15950132969665 -16.227427435703994 M-53.15950132969665 -16.227427435703994 C-53.1248512274255 -16.34381507759579, -53.09020112515435 -16.460202719487587, -53.041586208503176 -16.623497346023417 M-53.15950132969665 -16.227427435703994 C-53.120264584488545 -16.359221339645316, -53.08102783928043 -16.491015243586638, -53.041586208503176 -16.623497346023417 M-53.041586208503176 -16.623497346023417 C-53.01105452103441 -16.701743355058515, -52.98052283356565 -16.77998936409361, -52.89136663327529 -17.008477123264846 M-53.041586208503176 -16.623497346023417 C-52.996220684620255 -16.739759219699952, -52.95085516073733 -16.856021093376487, -52.89136663327529 -17.008477123264846 M-52.89136663327529 -17.008477123264846 C-52.839887665103184 -17.113779035750778, -52.78840869693108 -17.219080948236705, -52.70986875603245 -17.379736965185366 M-52.89136663327529 -17.008477123264846 C-52.81901513557063 -17.156474477330896, -52.74666363786597 -17.304471831396945, -52.70986875603245 -17.379736965185366 M-52.70986875603245 -17.379736965185366 C-52.660395963058875 -17.462763024479848, -52.6109231700853 -17.54578908377433, -52.498332391312644 -17.734740790612133 M-52.70986875603245 -17.379736965185366 C-52.656968431698296 -17.468515164289887, -52.60406810736414 -17.557293363394407, -52.498332391312644 -17.734740790612133 M-52.498332391312644 -17.734740790612133 C-52.41350371766722 -17.853550740353988, -52.32867504402179 -17.972360690095844, -52.25820254698197 -18.07106356344834 M-52.498332391312644 -17.734740790612133 C-52.44576543396767 -17.808365395263426, -52.39319847662271 -17.88198999991472, -52.25820254698197 -18.07106356344834 M-52.25820254698197 -18.07106356344834 C-52.180943675128916 -18.162282941074835, -52.10368480327587 -18.253502318701333, -51.99111955336566 -18.386407858128706 M-52.25820254698197 -18.07106356344834 C-52.164903947540786 -18.181221011652298, -52.071605348099595 -18.291378459856258, -51.99111955336566 -18.386407858128706 M-51.99111955336566 -18.386407858128706 C-51.8937604786326 -18.483766932861766, -51.79640140389954 -18.581126007594822, -51.698907858128706 -18.678619553365657 M-51.99111955336566 -18.386407858128706 C-51.90726850294183 -18.47025890855253, -51.82341745251801 -18.554109958976355, -51.698907858128706 -18.678619553365657 M-51.698907858128706 -18.678619553365657 C-51.63498311699399 -18.73276104733406, -51.57105837585928 -18.78690254130246, -51.38356356344834 -18.945702546981966 M-51.698907858128706 -18.678619553365657 C-51.578857873399755 -18.78029670385129, -51.458807888670805 -18.88197385433692, -51.38356356344834 -18.945702546981966 M-51.38356356344834 -18.945702546981966 C-51.272590192128895 -19.024936011177886, -51.16161682080945 -19.1041694753738, -51.047240790612136 -19.185832391312644 M-51.38356356344834 -18.945702546981966 C-51.26859183002437 -19.0277907868496, -51.1536200966004 -19.109879026717234, -51.047240790612136 -19.185832391312644 M-51.047240790612136 -19.185832391312644 C-50.92040634762148 -19.261409314911287, -50.793571904630824 -19.336986238509926, -50.692236965185366 -19.397368756032446 M-51.047240790612136 -19.185832391312644 C-50.96092224443089 -19.237267080629383, -50.874603698249636 -19.288701769946123, -50.692236965185366 -19.397368756032446 M-50.692236965185366 -19.397368756032446 C-50.614373740102295 -19.43543376730529, -50.53651051501922 -19.473498778578133, -50.320977123264846 -19.578866633275286 M-50.692236965185366 -19.397368756032446 C-50.60321048117537 -19.440891152051964, -50.51418399716537 -19.484413548071483, -50.320977123264846 -19.578866633275286 M-50.320977123264846 -19.578866633275286 C-50.21127526712979 -19.6216724303704, -50.10157341099473 -19.664478227465516, -49.93599734602342 -19.729086208503173 M-50.320977123264846 -19.578866633275286 C-50.22526445402217 -19.616213832706354, -50.12955178477948 -19.653561032137418, -49.93599734602342 -19.729086208503173 M-49.93599734602342 -19.729086208503173 C-49.85647083873799 -19.752762275531573, -49.776944331452555 -19.776438342559977, -49.539927435703994 -19.847001329696653 M-49.93599734602342 -19.729086208503173 C-49.81388444854944 -19.765440793211006, -49.69177155107545 -19.801795377918843, -49.539927435703994 -19.847001329696653 M-49.539927435703994 -19.847001329696653 C-49.39345579098507 -19.877713203959836, -49.24698414626615 -19.908425078223015, -49.13547295140367 -19.931806517013612 M-49.539927435703994 -19.847001329696653 C-49.43800430115674 -19.868372363651595, -49.33608116660949 -19.88974339760654, -49.13547295140367 -19.931806517013612 M-49.13547295140367 -19.931806517013612 C-48.98527609943991 -19.950528535086335, -48.835079247476145 -19.969250553159053, -48.72539672736166 -19.982922465033347 M-49.13547295140367 -19.931806517013612 C-48.99680742181235 -19.9490911572516, -48.85814189222102 -19.96637579748959, -48.72539672736166 -19.982922465033347 M-48.72539672736166 -19.982922465033347 C-48.59011323064185 -19.988517831846753, -48.45482973392203 -19.99411319866016, -48.3125 -20 M-48.72539672736166 -19.982922465033347 C-48.564288935192195 -19.98958593260732, -48.40318114302272 -19.996249400181295, -48.3125 -20 M-48.3125 -20 C-48.3125 -20, -48.3125 -20, -48.3125 -20 M-48.3125 -20 C-48.3125 -20, -48.3125 -20, -48.3125 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-45.3125, -12)\"><rect></rect><foreignObject width=\"90.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Undelivered</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Delivered-11\" transform=\"translate(970.3828125, 898)\"><g class=\"basic label-container outer-path\"><path d=\"M-38.484375 -20 C-10.552107492855132 -20, 17.380160014289736 -20, 38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 C38.64095085894025 -19.993523974570902, 38.7975267178805 -19.987047949141804, 38.89727172736166 -19.982922465033347 C39.05156227984439 -19.96369016772309, 39.20585283232712 -19.944457870412833, 39.30734795140367 -19.931806517013612 C39.405872122829756 -19.911148170679557, 39.50439629425585 -19.890489824345504, 39.711802435703994 -19.847001329696653 C39.803326813867976 -19.819753341747607, 39.894851192031965 -19.792505353798557, 40.10787234602342 -19.729086208503173 C40.23754944478395 -19.67848604754881, 40.367226543544476 -19.627885886594445, 40.492852123264846 -19.578866633275286 C40.57155912352478 -19.54038912545372, 40.65026612378471 -19.501911617632157, 40.864111965185366 -19.397368756032446 C40.94428814099698 -19.349594125018438, 41.0244643168086 -19.301819494004434, 41.219115790612136 -19.185832391312644 C41.346700205621666 -19.094738869881137, 41.474284620631195 -19.00364534844963, 41.55543856344834 -18.94570254698197 C41.64995122329053 -18.865654407373555, 41.74446388313271 -18.78560626776514, 41.870782858128706 -18.678619553365657 C41.9313707049636 -18.618031706530765, 41.99195855179849 -18.557443859695873, 42.16299455336566 -18.386407858128706 C42.23383099938889 -18.30277142435056, 42.30466744541212 -18.21913499057241, 42.43007754698197 -18.07106356344834 C42.4815437705012 -17.99898063244224, 42.53300999402042 -17.92689770143614, 42.670207391312644 -17.734740790612136 C42.71525101987455 -17.659147828277934, 42.76029464843645 -17.583554865943736, 42.88174375603245 -17.37973696518537 C42.94705223730011 -17.24614633151057, 43.01236071856778 -17.112555697835766, 43.06324163327529 -17.008477123264846 C43.10185248294825 -16.90952599599897, 43.14046333262122 -16.810574868733095, 43.213461208503176 -16.623497346023417 C43.24501778123444 -16.517500686687843, 43.27657435396569 -16.411504027352265, 43.33137632969665 -16.227427435703994 C43.3539688113267 -16.119678950076658, 43.376561292956744 -16.01193046444932, 43.41618151701361 -15.82297295140367 C43.435739520539904 -15.666069430162773, 43.455297524066204 -15.509165908921876, 43.46729746503335 -15.412896727361662 C43.471179663252066 -15.31903382837717, 43.47506186147079 -15.225170929392679, 43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 C43.484375 -5.536325522079736, 43.484375 3.927348955840529, 43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 C43.48093223294934 15.083238432892154, 43.477489465898685 15.166476865784308, 43.46729746503335 15.412896727361662 C43.45700987757387 15.495428602115464, 43.44672229011438 15.577960476869263, 43.41618151701361 15.822972951403669 C43.38777867863746 15.95843229901594, 43.35937584026131 16.09389164662821, 43.33137632969665 16.227427435703994 C43.293648818986426 16.354151910328902, 43.25592130827619 16.48087638495381, 43.213461208503176 16.623497346023417 C43.16290334338117 16.753066049855438, 43.11234547825916 16.88263475368746, 43.06324163327529 17.008477123264846 C43.02101783147047 17.09484729035151, 42.97879402966566 17.181217457438173, 42.88174375603245 17.379736965185366 C42.825539851829525 17.474059286656598, 42.7693359476266 17.568381608127826, 42.670207391312644 17.734740790612133 C42.61202717680439 17.81622725108173, 42.55384696229613 17.897713711551333, 42.43007754698197 18.07106356344834 C42.32473170877706 18.19544515958232, 42.219385870572154 18.319826755716303, 42.16299455336566 18.386407858128706 C42.07985987266025 18.46954253883411, 41.99672519195485 18.55267721953951, 41.870782858128706 18.678619553365657 C41.76622304751941 18.76717719560171, 41.66166323691012 18.855734837837765, 41.55543856344834 18.94570254698197 C41.478682061310835 19.000505636151974, 41.401925559173336 19.05530872532198, 41.219115790612136 19.185832391312644 C41.09405117839615 19.260354724674706, 40.96898656618016 19.33487705803677, 40.864111965185366 19.397368756032446 C40.76374409222166 19.44643561926241, 40.66337621925795 19.495502482492373, 40.492852123264846 19.578866633275286 C40.40295488021176 19.61394464636563, 40.31305763715868 19.649022659455973, 40.10787234602342 19.729086208503173 C39.98631466466659 19.765275498211217, 39.86475698330975 19.801464787919265, 39.711802435703994 19.847001329696653 C39.605403673148636 19.869310804159294, 39.499004910593285 19.89162027862194, 39.30734795140367 19.931806517013612 C39.15320809952706 19.951020029512907, 38.999068247650456 19.9702335420122, 38.89727172736166 19.982922465033347 C38.764356436530925 19.988419882126646, 38.63144114570018 19.993917299219945, 38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 C11.506217796442805 20, -15.471939407114391 20, -38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 C-38.597438535197355 19.99532365759321, -38.7105020703947 19.99064731518642, -38.89727172736166 19.982922465033347 C-39.006753805137684 19.969275538270487, -39.11623588291371 19.955628611507624, -39.30734795140367 19.931806517013612 C-39.40708265956167 19.910894347818672, -39.506817367719655 19.889982178623733, -39.711802435703994 19.847001329696653 C-39.80064277041874 19.820552416103823, -39.889483105133486 19.794103502510993, -40.10787234602342 19.729086208503173 C-40.202811513531316 19.692040830385608, -40.29775068103921 19.65499545226804, -40.492852123264846 19.578866633275286 C-40.620143544128695 19.51663764950343, -40.74743496499254 19.454408665731577, -40.864111965185366 19.397368756032446 C-40.98859918808708 19.323190472023718, -41.113086410988785 19.24901218801499, -41.219115790612136 19.185832391312644 C-41.35072484528287 19.09186533239457, -41.4823338999536 18.99789827347649, -41.55543856344834 18.94570254698197 C-41.64542896565491 18.869484564213558, -41.73541936786147 18.793266581445145, -41.870782858128706 18.67861955336566 C-41.97011442349172 18.579287988002648, -42.06944598885473 18.47995642263963, -42.16299455336566 18.386407858128706 C-42.25705428162437 18.27535174682803, -42.351114009883084 18.164295635527353, -42.43007754698197 18.07106356344834 C-42.52575268993937 17.93706218823143, -42.62142783289677 17.80306081301452, -42.670207391312644 17.734740790612133 C-42.72779416020772 17.638097722746245, -42.78538092910279 17.541454654880358, -42.88174375603244 17.37973696518537 C-42.93092764894997 17.279129704169495, -42.9801115418675 17.178522443153625, -43.06324163327528 17.00847712326485 C-43.095565742593735 16.925637530714628, -43.127889851912194 16.842797938164402, -43.213461208503176 16.623497346023417 C-43.240472153837786 16.532769179966007, -43.267483099172395 16.4420410139086, -43.33137632969665 16.227427435703994 C-43.35927020430823 16.094395447589882, -43.38716407891982 15.961363459475768, -43.41618151701361 15.82297295140367 C-43.430154989683345 15.710871168473876, -43.444128462353085 15.59876938554408, -43.46729746503335 15.412896727361664 C-43.47244471938411 15.288447591085452, -43.47759197373487 15.163998454809239, -43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 C-43.484375 4.888309834949144, -43.484375 -5.223380330101712, -43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 C-43.47872747626406 -15.136544534841878, -43.47307995252812 -15.273089069683754, -43.46729746503335 -15.41289672736166 C-43.44941288569654 -15.556375251132515, -43.43152830635972 -15.699853774903367, -43.41618151701361 -15.822972951403669 C-43.38832519477739 -15.95582584402742, -43.360468872541155 -16.088678736651172, -43.33137632969665 -16.227427435703994 C-43.30656639793935 -16.310762527477543, -43.28175646618204 -16.39409761925109, -43.213461208503176 -16.623497346023417 C-43.173895910115625 -16.72489451571068, -43.134330611728075 -16.82629168539794, -43.06324163327529 -17.008477123264846 C-43.02422825782416 -17.088280258281085, -42.985214882373036 -17.16808339329732, -42.88174375603245 -17.379736965185366 C-42.82401414696943 -17.47661974978322, -42.766284537906415 -17.573502534381078, -42.670207391312644 -17.734740790612133 C-42.57764755160258 -17.864378912151473, -42.485087711892525 -17.994017033690813, -42.43007754698197 -18.07106356344834 C-42.35848910261279 -18.155587879995778, -42.28690065824362 -18.240112196543215, -42.16299455336566 -18.386407858128706 C-42.09193813652557 -18.457464274968796, -42.02088171968548 -18.528520691808883, -41.870782858128706 -18.678619553365657 C-41.791522660186466 -18.74574951670459, -41.712262462244226 -18.81287948004352, -41.55543856344834 -18.945702546981966 C-41.48605280407723 -18.995243026968033, -41.41666704470612 -19.0447835069541, -41.219115790612136 -19.185832391312644 C-41.095586145037494 -19.2594400830849, -40.972056499462845 -19.333047774857157, -40.864111965185366 -19.397368756032446 C-40.76077689067203 -19.447886195709955, -40.657441816158695 -19.498403635387465, -40.492852123264846 -19.578866633275286 C-40.34982590535846 -19.63467563668399, -40.206799687452076 -19.69048464009269, -40.10787234602342 -19.729086208503173 C-40.02176118445582 -19.754722612046592, -39.93565002288822 -19.78035901559001, -39.711802435703994 -19.847001329696653 C-39.61255277849491 -19.867811794402765, -39.51330312128582 -19.888622259108878, -39.30734795140367 -19.931806517013612 C-39.205957519860426 -19.944444821125416, -39.10456708831719 -19.95708312523722, -38.89727172736166 -19.982922465033347 C-38.75862169698641 -19.988657072708712, -38.619971666611164 -19.994391680384076, -38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-38.484375 -20 C-9.400087487089902 -20, 19.684200025820196 -20, 38.484375 -20 M-38.484375 -20 C-8.643524600552404 -20, 21.197325798895193 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.484375 -20, 38.484375 -20, 38.484375 -20 M38.484375 -20 C38.607759525749714 -19.994896778266327, 38.73114405149943 -19.989793556532653, 38.89727172736166 -19.982922465033347 M38.484375 -20 C38.57435311060952 -19.996278477816993, 38.664331221219044 -19.992556955633987, 38.89727172736166 -19.982922465033347 M38.89727172736166 -19.982922465033347 C39.00653749828831 -19.969302500891143, 39.11580326921496 -19.955682536748938, 39.30734795140367 -19.931806517013612 M38.89727172736166 -19.982922465033347 C38.990750957334036 -19.97127029116895, 39.08423018730641 -19.959618117304554, 39.30734795140367 -19.931806517013612 M39.30734795140367 -19.931806517013612 C39.41341787818555 -19.909565992161983, 39.519487804967426 -19.887325467310358, 39.711802435703994 -19.847001329696653 M39.30734795140367 -19.931806517013612 C39.39780828583509 -19.912838979493333, 39.48826862026651 -19.893871441973054, 39.711802435703994 -19.847001329696653 M39.711802435703994 -19.847001329696653 C39.84660441826413 -19.806869040682624, 39.98140640082426 -19.766736751668596, 40.10787234602342 -19.729086208503173 M39.711802435703994 -19.847001329696653 C39.84167550466831 -19.808336441837977, 39.97154857363262 -19.769671553979304, 40.10787234602342 -19.729086208503173 M40.10787234602342 -19.729086208503173 C40.215970436224474 -19.686906202817408, 40.324068526425535 -19.64472619713164, 40.492852123264846 -19.578866633275286 M40.10787234602342 -19.729086208503173 C40.25119984098965 -19.67315964642092, 40.39452733595587 -19.61723308433867, 40.492852123264846 -19.578866633275286 M40.492852123264846 -19.578866633275286 C40.57841270333838 -19.537038614444374, 40.66397328341192 -19.49521059561346, 40.864111965185366 -19.397368756032446 M40.492852123264846 -19.578866633275286 C40.63178418477526 -19.510946887054764, 40.77071624628569 -19.443027140834243, 40.864111965185366 -19.397368756032446 M40.864111965185366 -19.397368756032446 C40.97369046958286 -19.332074139998905, 41.08326897398035 -19.266779523965365, 41.219115790612136 -19.185832391312644 M40.864111965185366 -19.397368756032446 C40.9367361446113 -19.354094138109517, 41.009360324037246 -19.310819520186588, 41.219115790612136 -19.185832391312644 M41.219115790612136 -19.185832391312644 C41.298198223114625 -19.12936861978159, 41.37728065561712 -19.072904848250534, 41.55543856344834 -18.94570254698197 M41.219115790612136 -19.185832391312644 C41.32644188928559 -19.109203029733177, 41.433767987959044 -19.03257366815371, 41.55543856344834 -18.94570254698197 M41.55543856344834 -18.94570254698197 C41.6742127516491 -18.845105941036834, 41.79298693984986 -18.744509335091703, 41.870782858128706 -18.678619553365657 M41.55543856344834 -18.94570254698197 C41.66630122536757 -18.851806661991652, 41.7771638872868 -18.757910777001335, 41.870782858128706 -18.678619553365657 M41.870782858128706 -18.678619553365657 C41.94461132509972 -18.604791086394638, 42.018439792070744 -18.53096261942362, 42.16299455336566 -18.386407858128706 M41.870782858128706 -18.678619553365657 C41.952230745613285 -18.597171665881078, 42.033678633097864 -18.515723778396502, 42.16299455336566 -18.386407858128706 M42.16299455336566 -18.386407858128706 C42.247951371246124 -18.286099532802346, 42.332908189126584 -18.185791207475987, 42.43007754698197 -18.07106356344834 M42.16299455336566 -18.386407858128706 C42.23079669204493 -18.306354024261797, 42.29859883072422 -18.226300190394884, 42.43007754698197 -18.07106356344834 M42.43007754698197 -18.07106356344834 C42.50650121945081 -17.964025550298874, 42.58292489191965 -17.856987537149404, 42.670207391312644 -17.734740790612136 M42.43007754698197 -18.07106356344834 C42.49939880850631 -17.973973095758442, 42.568720070030636 -17.876882628068543, 42.670207391312644 -17.734740790612136 M42.670207391312644 -17.734740790612136 C42.73120070535428 -17.632380802347615, 42.79219401939593 -17.530020814083095, 42.88174375603245 -17.37973696518537 M42.670207391312644 -17.734740790612136 C42.71903335527675 -17.652800250457883, 42.76785931924086 -17.57085971030363, 42.88174375603245 -17.37973696518537 M42.88174375603245 -17.37973696518537 C42.92066373151495 -17.30012488285864, 42.95958370699745 -17.220512800531907, 43.06324163327529 -17.008477123264846 M42.88174375603245 -17.37973696518537 C42.947975791140365 -17.24425717193501, 43.01420782624828 -17.10877737868465, 43.06324163327529 -17.008477123264846 M43.06324163327529 -17.008477123264846 C43.11421301357692 -16.877848670851492, 43.165184393878555 -16.747220218438134, 43.213461208503176 -16.623497346023417 M43.06324163327529 -17.008477123264846 C43.106956776737704 -16.896444812118265, 43.15067192020012 -16.784412500971687, 43.213461208503176 -16.623497346023417 M43.213461208503176 -16.623497346023417 C43.239005813751014 -16.537694529495276, 43.26455041899886 -16.451891712967132, 43.33137632969665 -16.227427435703994 M43.213461208503176 -16.623497346023417 C43.253483450328794 -16.489065005453252, 43.293505692154405 -16.354632664883088, 43.33137632969665 -16.227427435703994 M43.33137632969665 -16.227427435703994 C43.35239975851935 -16.12716210604994, 43.37342318734205 -16.026896776395887, 43.41618151701361 -15.82297295140367 M43.33137632969665 -16.227427435703994 C43.348502688150425 -16.145748086886886, 43.36562904660419 -16.064068738069775, 43.41618151701361 -15.82297295140367 M43.41618151701361 -15.82297295140367 C43.43580396853599 -15.665552397966222, 43.45542642005838 -15.508131844528773, 43.46729746503335 -15.412896727361662 M43.41618151701361 -15.82297295140367 C43.436057268849396 -15.663520303481176, 43.45593302068519 -15.504067655558682, 43.46729746503335 -15.412896727361662 M43.46729746503335 -15.412896727361662 C43.47153176564999 -15.310520777279141, 43.47576606626664 -15.20814482719662, 43.484375 -15 M43.46729746503335 -15.412896727361662 C43.47198211902397 -15.299632236594888, 43.47666677301459 -15.186367745828116, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -15, 43.484375 -15, 43.484375 -15 M43.484375 -15 C43.484375 -7.731305384601453, 43.484375 -0.46261076920290556, 43.484375 15 M43.484375 -15 C43.484375 -5.645986946437954, 43.484375 3.708026107124091, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.484375 15, 43.484375 15, 43.484375 15 M43.484375 15 C43.47799577226443 15.154235506485918, 43.47161654452886 15.308471012971836, 43.46729746503335 15.412896727361662 M43.484375 15 C43.480947271403565 15.082874836591792, 43.47751954280713 15.165749673183582, 43.46729746503335 15.412896727361662 M43.46729746503335 15.412896727361662 C43.45515520205008 15.510307683206216, 43.44301293906681 15.607718639050772, 43.41618151701361 15.822972951403669 M43.46729746503335 15.412896727361662 C43.449033493050074 15.559418917735968, 43.43076952106679 15.705941108110272, 43.41618151701361 15.822972951403669 M43.41618151701361 15.822972951403669 C43.39845680282843 15.907505989557897, 43.380732088643235 15.992039027712128, 43.33137632969665 16.227427435703994 M43.41618151701361 15.822972951403669 C43.385423613722935 15.96966411862078, 43.35466571043226 16.116355285837894, 43.33137632969665 16.227427435703994 M43.33137632969665 16.227427435703994 C43.302661445304715 16.323879032164516, 43.27394656091278 16.420330628625038, 43.213461208503176 16.623497346023417 M43.33137632969665 16.227427435703994 C43.2953569992346 16.34841423401686, 43.25933766877254 16.469401032329728, 43.213461208503176 16.623497346023417 M43.213461208503176 16.623497346023417 C43.16756114574802 16.74112912542396, 43.12166108299285 16.8587609048245, 43.06324163327529 17.008477123264846 M43.213461208503176 16.623497346023417 C43.17317858938841 16.726732851182977, 43.13289597027364 16.829968356342533, 43.06324163327529 17.008477123264846 M43.06324163327529 17.008477123264846 C43.00278468448883 17.1321437886299, 42.94232773570237 17.255810453994954, 42.88174375603245 17.379736965185366 M43.06324163327529 17.008477123264846 C42.99539346903266 17.147262761499128, 42.92754530479004 17.286048399733414, 42.88174375603245 17.379736965185366 M42.88174375603245 17.379736965185366 C42.80287801645599 17.51209075353678, 42.72401227687954 17.64444454188819, 42.670207391312644 17.734740790612133 M42.88174375603245 17.379736965185366 C42.838587889132306 17.452161854681094, 42.79543202223216 17.524586744176823, 42.670207391312644 17.734740790612133 M42.670207391312644 17.734740790612133 C42.614423583412716 17.81287087479455, 42.55863977551279 17.89100095897697, 42.43007754698197 18.07106356344834 M42.670207391312644 17.734740790612133 C42.5870849315002 17.85116103919477, 42.50396247168776 17.967581287777406, 42.43007754698197 18.07106356344834 M42.43007754698197 18.07106356344834 C42.37084167625092 18.141003223860775, 42.31160580551986 18.21094288427321, 42.16299455336566 18.386407858128706 M42.43007754698197 18.07106356344834 C42.34959976344754 18.166083502915402, 42.26912197991311 18.261103442382463, 42.16299455336566 18.386407858128706 M42.16299455336566 18.386407858128706 C42.07015884361184 18.479243567882516, 41.977323133858036 18.572079277636327, 41.870782858128706 18.678619553365657 M42.16299455336566 18.386407858128706 C42.08238580930926 18.467016602185108, 42.00177706525285 18.547625346241507, 41.870782858128706 18.678619553365657 M41.870782858128706 18.678619553365657 C41.75473951402431 18.7769032523432, 41.63869616991991 18.875186951320742, 41.55543856344834 18.94570254698197 M41.870782858128706 18.678619553365657 C41.74643981829052 18.783932736053796, 41.62209677845233 18.889245918741935, 41.55543856344834 18.94570254698197 M41.55543856344834 18.94570254698197 C41.46537828892714 19.01000434706164, 41.37531801440594 19.07430614714131, 41.219115790612136 19.185832391312644 M41.55543856344834 18.94570254698197 C41.42714258042707 19.037304118208763, 41.2988465974058 19.12890568943556, 41.219115790612136 19.185832391312644 M41.219115790612136 19.185832391312644 C41.13255718178956 19.23741012691456, 41.04599857296698 19.28898786251648, 40.864111965185366 19.397368756032446 M41.219115790612136 19.185832391312644 C41.1476686973557 19.22840561811969, 41.07622160409926 19.270978844926738, 40.864111965185366 19.397368756032446 M40.864111965185366 19.397368756032446 C40.75958966646888 19.448466594256615, 40.65506736775239 19.49956443248078, 40.492852123264846 19.578866633275286 M40.864111965185366 19.397368756032446 C40.74779178235945 19.45423422835014, 40.63147159953353 19.511099700667835, 40.492852123264846 19.578866633275286 M40.492852123264846 19.578866633275286 C40.39732596303959 19.61614105666192, 40.30179980281433 19.653415480048555, 40.10787234602342 19.729086208503173 M40.492852123264846 19.578866633275286 C40.411251197742054 19.610707413219814, 40.329650272219254 19.642548193164338, 40.10787234602342 19.729086208503173 M40.10787234602342 19.729086208503173 C39.998076124319674 19.761773959961854, 39.88827990261592 19.794461711420535, 39.711802435703994 19.847001329696653 M40.10787234602342 19.729086208503173 C40.018655705332186 19.75564715323916, 39.92943906464095 19.782208097975147, 39.711802435703994 19.847001329696653 M39.711802435703994 19.847001329696653 C39.58509822185694 19.873568409569028, 39.45839400800989 19.900135489441407, 39.30734795140367 19.931806517013612 M39.711802435703994 19.847001329696653 C39.563240165681165 19.87815156198871, 39.41467789565834 19.909301794280765, 39.30734795140367 19.931806517013612 M39.30734795140367 19.931806517013612 C39.167458755512534 19.949243687096804, 39.0275695596214 19.96668085718, 38.89727172736166 19.982922465033347 M39.30734795140367 19.931806517013612 C39.17216762574979 19.948656727033853, 39.03698730009591 19.96550693705409, 38.89727172736166 19.982922465033347 M38.89727172736166 19.982922465033347 C38.79701865716655 19.98706896268837, 38.69676558697144 19.99121546034339, 38.484375 20 M38.89727172736166 19.982922465033347 C38.752495938803236 19.988910435941303, 38.607720150244816 19.994898406849256, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C38.484375 20, 38.484375 20, 38.484375 20 M38.484375 20 C15.602974002866368 20, -7.278426994267264 20, -38.484375 20 M38.484375 20 C16.34490542672329 20, -5.7945641465534194 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.484375 20, -38.484375 20, -38.484375 20 M-38.484375 20 C-38.5773083000474 19.99615625027772, -38.670241600094805 19.992312500555443, -38.89727172736166 19.982922465033347 M-38.484375 20 C-38.594477942908775 19.995446108596038, -38.70458088581755 19.990892217192076, -38.89727172736166 19.982922465033347 M-38.89727172736166 19.982922465033347 C-38.98570096606771 19.971899771923834, -39.07413020477376 19.96087707881432, -39.30734795140367 19.931806517013612 M-38.89727172736166 19.982922465033347 C-38.97947690971502 19.972675599739112, -39.061682092068374 19.962428734444877, -39.30734795140367 19.931806517013612 M-39.30734795140367 19.931806517013612 C-39.419147455802815 19.908364626070274, -39.53094696020195 19.884922735126935, -39.711802435703994 19.847001329696653 M-39.30734795140367 19.931806517013612 C-39.45034666239479 19.90182284037651, -39.59334537338592 19.871839163739413, -39.711802435703994 19.847001329696653 M-39.711802435703994 19.847001329696653 C-39.80187998883174 19.820184080223434, -39.8919575419595 19.793366830750216, -40.10787234602342 19.729086208503173 M-39.711802435703994 19.847001329696653 C-39.83027372278905 19.811730899374602, -39.9487450098741 19.77646046905255, -40.10787234602342 19.729086208503173 M-40.10787234602342 19.729086208503173 C-40.20943689560637 19.68945559827765, -40.311001445189326 19.64982498805213, -40.492852123264846 19.578866633275286 M-40.10787234602342 19.729086208503173 C-40.23303207736203 19.680248729786644, -40.35819180870064 19.631411251070112, -40.492852123264846 19.578866633275286 M-40.492852123264846 19.578866633275286 C-40.604327534659305 19.52436962538937, -40.71580294605376 19.469872617503455, -40.864111965185366 19.397368756032446 M-40.492852123264846 19.578866633275286 C-40.62383196047144 19.514834492627823, -40.75481179767804 19.45080235198036, -40.864111965185366 19.397368756032446 M-40.864111965185366 19.397368756032446 C-40.99542720278745 19.31912185837925, -41.126742440389535 19.240874960726053, -41.219115790612136 19.185832391312644 M-40.864111965185366 19.397368756032446 C-40.95239567913122 19.344763080897483, -41.040679393077085 19.29215740576252, -41.219115790612136 19.185832391312644 M-41.219115790612136 19.185832391312644 C-41.30080400232818 19.127508129183127, -41.38249221404422 19.06918386705361, -41.55543856344834 18.94570254698197 M-41.219115790612136 19.185832391312644 C-41.32377759819854 19.111105297006333, -41.42843940578495 19.036378202700025, -41.55543856344834 18.94570254698197 M-41.55543856344834 18.94570254698197 C-41.679923860519985 18.84026887856311, -41.80440915759162 18.734835210144247, -41.870782858128706 18.67861955336566 M-41.55543856344834 18.94570254698197 C-41.65782962384439 18.858981742478925, -41.76022068424045 18.77226093797588, -41.870782858128706 18.67861955336566 M-41.870782858128706 18.67861955336566 C-41.953127326695025 18.596275084799338, -42.03547179526135 18.513930616233015, -42.16299455336566 18.386407858128706 M-41.870782858128706 18.67861955336566 C-41.96373100626232 18.58567140523204, -42.056679154395944 18.492723257098422, -42.16299455336566 18.386407858128706 M-42.16299455336566 18.386407858128706 C-42.21738394279481 18.322190427376555, -42.271773332223965 18.257972996624407, -42.43007754698197 18.07106356344834 M-42.16299455336566 18.386407858128706 C-42.25022494934039 18.28341512421897, -42.33745534531512 18.180422390309232, -42.43007754698197 18.07106356344834 M-42.43007754698197 18.07106356344834 C-42.508349464242066 17.96143692240546, -42.586621381502155 17.851810281362585, -42.670207391312644 17.734740790612133 M-42.43007754698197 18.07106356344834 C-42.48837638929988 17.98941095439363, -42.54667523161779 17.907758345338923, -42.670207391312644 17.734740790612133 M-42.670207391312644 17.734740790612133 C-42.734339504755276 17.627113217286883, -42.7984716181979 17.519485643961637, -42.88174375603244 17.37973696518537 M-42.670207391312644 17.734740790612133 C-42.728960029734964 17.636141141225764, -42.78771266815728 17.537541491839395, -42.88174375603244 17.37973696518537 M-42.88174375603244 17.37973696518537 C-42.937670372944716 17.265337241786845, -42.99359698985699 17.15093751838832, -43.06324163327528 17.00847712326485 M-42.88174375603244 17.37973696518537 C-42.954041228326 17.23185012186407, -43.02633870061956 17.083963278542775, -43.06324163327528 17.00847712326485 M-43.06324163327528 17.00847712326485 C-43.10267289898111 16.90742344990205, -43.14210416468694 16.806369776539253, -43.213461208503176 16.623497346023417 M-43.06324163327528 17.00847712326485 C-43.12295148984298 16.8554538754912, -43.182661346410676 16.702430627717554, -43.213461208503176 16.623497346023417 M-43.213461208503176 16.623497346023417 C-43.23937054478646 16.53646941954299, -43.265279881069745 16.44944149306256, -43.33137632969665 16.227427435703994 M-43.213461208503176 16.623497346023417 C-43.25592623857784 16.48085982436249, -43.298391268652516 16.33822230270156, -43.33137632969665 16.227427435703994 M-43.33137632969665 16.227427435703994 C-43.361980210290795 16.081470836409785, -43.39258409088493 15.935514237115576, -43.41618151701361 15.82297295140367 M-43.33137632969665 16.227427435703994 C-43.355126730675096 16.114156579479612, -43.37887713165353 16.000885723255234, -43.41618151701361 15.82297295140367 M-43.41618151701361 15.82297295140367 C-43.43095420885525 15.704459455634916, -43.445726900696876 15.58594595986616, -43.46729746503335 15.412896727361664 M-43.41618151701361 15.82297295140367 C-43.43334957965145 15.685242662259396, -43.45051764228929 15.547512373115122, -43.46729746503335 15.412896727361664 M-43.46729746503335 15.412896727361664 C-43.473201937490956 15.270139745203247, -43.479106409948564 15.12738276304483, -43.484375 15 M-43.46729746503335 15.412896727361664 C-43.47117730630177 15.319090814181434, -43.47505714757019 15.225284901001206, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 15, -43.484375 15, -43.484375 15 M-43.484375 15 C-43.484375 7.146400727743985, -43.484375 -0.7071985445120301, -43.484375 -15 M-43.484375 15 C-43.484375 5.019334470364765, -43.484375 -4.961331059270471, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.484375 -15, -43.484375 -15, -43.484375 -15 M-43.484375 -15 C-43.479008755746534 -15.129743823965516, -43.473642511493075 -15.259487647931032, -43.46729746503335 -15.41289672736166 M-43.484375 -15 C-43.47769081797982 -15.161608621303502, -43.47100663595963 -15.323217242607004, -43.46729746503335 -15.41289672736166 M-43.46729746503335 -15.41289672736166 C-43.447353555304886 -15.572896170019419, -43.42740964557643 -15.732895612677178, -43.41618151701361 -15.822972951403669 M-43.46729746503335 -15.41289672736166 C-43.45609061415191 -15.502803366500695, -43.44488376327048 -15.59271000563973, -43.41618151701361 -15.822972951403669 M-43.41618151701361 -15.822972951403669 C-43.393698888256374 -15.930197524656924, -43.37121625949914 -16.037422097910177, -43.33137632969665 -16.227427435703994 M-43.41618151701361 -15.822972951403669 C-43.39263361327469 -15.935278054008805, -43.369085709535774 -16.04758315661394, -43.33137632969665 -16.227427435703994 M-43.33137632969665 -16.227427435703994 C-43.29612484570629 -16.345835083182745, -43.260873361715916 -16.464242730661496, -43.213461208503176 -16.623497346023417 M-43.33137632969665 -16.227427435703994 C-43.3039301076507 -16.319617670462012, -43.27648388560475 -16.411807905220034, -43.213461208503176 -16.623497346023417 M-43.213461208503176 -16.623497346023417 C-43.15593286357659 -16.770929858605797, -43.09840451865001 -16.918362371188177, -43.06324163327529 -17.008477123264846 M-43.213461208503176 -16.623497346023417 C-43.17747396468469 -16.715724747730277, -43.14148672086619 -16.807952149437135, -43.06324163327529 -17.008477123264846 M-43.06324163327529 -17.008477123264846 C-43.018986637755006 -17.09900216350579, -42.97473164223472 -17.189527203746735, -42.88174375603245 -17.379736965185366 M-43.06324163327529 -17.008477123264846 C-43.02551850801154 -17.085641009338463, -42.98779538274778 -17.162804895412084, -42.88174375603245 -17.379736965185366 M-42.88174375603245 -17.379736965185366 C-42.823812466514966 -17.476958213257078, -42.76588117699748 -17.574179461328793, -42.670207391312644 -17.734740790612133 M-42.88174375603245 -17.379736965185366 C-42.81619913083133 -17.489735039102268, -42.75065450563021 -17.599733113019166, -42.670207391312644 -17.734740790612133 M-42.670207391312644 -17.734740790612133 C-42.59420866148337 -17.841183634563727, -42.5182099316541 -17.94762647851532, -42.43007754698197 -18.07106356344834 M-42.670207391312644 -17.734740790612133 C-42.58823297347136 -17.849553106369314, -42.50625855563007 -17.964365422126495, -42.43007754698197 -18.07106356344834 M-42.43007754698197 -18.07106356344834 C-42.37399203827355 -18.137283598449347, -42.317906529565136 -18.20350363345035, -42.16299455336566 -18.386407858128706 M-42.43007754698197 -18.07106356344834 C-42.35167013832792 -18.163639015913308, -42.27326272967386 -18.256214468378275, -42.16299455336566 -18.386407858128706 M-42.16299455336566 -18.386407858128706 C-42.086610803874805 -18.462791607619558, -42.010227054383954 -18.53917535711041, -41.870782858128706 -18.678619553365657 M-42.16299455336566 -18.386407858128706 C-42.04812775157437 -18.50127465991999, -41.93326094978309 -18.616141461711273, -41.870782858128706 -18.678619553365657 M-41.870782858128706 -18.678619553365657 C-41.799878319896536 -18.738672633923922, -41.72897378166437 -18.798725714482188, -41.55543856344834 -18.945702546981966 M-41.870782858128706 -18.678619553365657 C-41.80712110251454 -18.73253830996005, -41.74345934690038 -18.786457066554437, -41.55543856344834 -18.945702546981966 M-41.55543856344834 -18.945702546981966 C-41.46548742132343 -19.009926428028344, -41.37553627919853 -19.074150309074724, -41.219115790612136 -19.185832391312644 M-41.55543856344834 -18.945702546981966 C-41.44705628176869 -19.023086008733497, -41.338674000089036 -19.100469470485024, -41.219115790612136 -19.185832391312644 M-41.219115790612136 -19.185832391312644 C-41.14645578155756 -19.22912835906013, -41.073795772503 -19.272424326807617, -40.864111965185366 -19.397368756032446 M-41.219115790612136 -19.185832391312644 C-41.10229332743502 -19.2554434698648, -40.985470864257906 -19.32505454841696, -40.864111965185366 -19.397368756032446 M-40.864111965185366 -19.397368756032446 C-40.74868583204343 -19.45379715409252, -40.63325969890149 -19.510225552152594, -40.492852123264846 -19.578866633275286 M-40.864111965185366 -19.397368756032446 C-40.749074047007994 -19.453607367360892, -40.634036128830616 -19.50984597868934, -40.492852123264846 -19.578866633275286 M-40.492852123264846 -19.578866633275286 C-40.34036001912865 -19.638369236952517, -40.18786791499247 -19.697871840629748, -40.10787234602342 -19.729086208503173 M-40.492852123264846 -19.578866633275286 C-40.35719240550879 -19.63180121940569, -40.221532687752735 -19.684735805536093, -40.10787234602342 -19.729086208503173 M-40.10787234602342 -19.729086208503173 C-40.00409769839232 -19.75998125968836, -39.90032305076123 -19.790876310873546, -39.711802435703994 -19.847001329696653 M-40.10787234602342 -19.729086208503173 C-39.99094324061099 -19.763897511448736, -39.874014135198564 -19.7987088143943, -39.711802435703994 -19.847001329696653 M-39.711802435703994 -19.847001329696653 C-39.59826292035288 -19.870808062570156, -39.484723405001766 -19.89461479544366, -39.30734795140367 -19.931806517013612 M-39.711802435703994 -19.847001329696653 C-39.601996956817985 -19.87002511745726, -39.492191477931975 -19.893048905217867, -39.30734795140367 -19.931806517013612 M-39.30734795140367 -19.931806517013612 C-39.225196996087405 -19.942046622914724, -39.14304604077113 -19.952286728815835, -38.89727172736166 -19.982922465033347 M-39.30734795140367 -19.931806517013612 C-39.14766908788234 -19.95171046659439, -38.98799022436101 -19.97161441617516, -38.89727172736166 -19.982922465033347 M-38.89727172736166 -19.982922465033347 C-38.773106586474164 -19.988057973247944, -38.64894144558667 -19.99319348146254, -38.484375 -20 M-38.89727172736166 -19.982922465033347 C-38.73456495037986 -19.98965206710836, -38.57185817339806 -19.996381669183368, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20 M-38.484375 -20 C-38.484375 -20, -38.484375 -20, -38.484375 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-35.484375, -12)\"><rect></rect><foreignObject width=\"70.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Delivered</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Disposed-13\" transform=\"translate(1179.6484375, 898)\"><g class=\"basic label-container outer-path\"><path d=\"M-37.546875 -20 C-21.1396508424484 -20, -4.732426684896801 -20, 37.546875 -20 C37.546875 -20, 37.546875 -20, 37.546875 -20 C37.68462511733831 -19.994302613003168, 37.82237523467662 -19.98860522600633, 37.95977172736166 -19.982922465033347 C38.04201153329939 -19.972671283913822, 38.124251339237105 -19.962420102794297, 38.36984795140367 -19.931806517013612 C38.52207023037897 -19.899888861545787, 38.67429250935428 -19.86797120607796, 38.774302435703994 -19.847001329696653 C38.89136508179046 -19.81215026996989, 39.00842772787693 -19.77729921024313, 39.17037234602342 -19.729086208503173 C39.26163661553271 -19.693474780034368, 39.352900885042004 -19.657863351565563, 39.555352123264846 -19.578866633275286 C39.638917379589444 -19.538014068786463, 39.72248263591404 -19.49716150429764, 39.926611965185366 -19.397368756032446 C40.01529365526336 -19.344525938595886, 40.10397534534136 -19.291683121159323, 40.281615790612136 -19.185832391312644 C40.39456042939748 -19.105191469198466, 40.50750506818282 -19.02455054708429, 40.61793856344834 -18.94570254698197 C40.697169823726 -18.878597092594724, 40.776401084003666 -18.811491638207478, 40.933282858128706 -18.678619553365657 C41.002862966328394 -18.60903944516597, 41.07244307452808 -18.53945933696628, 41.22549455336566 -18.386407858128706 C41.330974217891594 -18.261868253556063, 41.43645388241753 -18.13732864898342, 41.49257754698197 -18.07106356344834 C41.587369124165654 -17.938299699094888, 41.68216070134934 -17.80553583474143, 41.732707391312644 -17.734740790612136 C41.80424346096522 -17.614687775536943, 41.875779530617784 -17.494634760461754, 41.94424375603245 -17.37973696518537 C42.00742654588738 -17.250494502794187, 42.070609335742304 -17.121252040403004, 42.12574163327529 -17.008477123264846 C42.181447196571405 -16.865715999647552, 42.23715275986751 -16.722954876030254, 42.275961208503176 -16.623497346023417 C42.32025172668826 -16.474728117886986, 42.36454224487335 -16.325958889750556, 42.39387632969665 -16.227427435703994 C42.41539490902316 -16.12480062501313, 42.43691348834968 -16.022173814322265, 42.47868151701361 -15.82297295140367 C42.490706876858006 -15.726499847631203, 42.5027322367024 -15.630026743858735, 42.52979746503335 -15.412896727361662 C42.536209432479275 -15.257869647660602, 42.5426213999252 -15.102842567959541, 42.546875 -15 C42.546875 -15, 42.546875 -15, 42.546875 -15 C42.546875 -5.51805866559385, 42.546875 3.9638826688122997, 42.546875 15 C42.546875 15, 42.546875 15, 42.546875 15 C42.54098561599405 15.142392177031388, 42.535096231988106 15.284784354062777, 42.52979746503335 15.412896727361662 C42.51025106758398 15.569707139183965, 42.490704670134605 15.726517551006266, 42.47868151701361 15.822972951403669 C42.457122319682966 15.925793478238957, 42.43556312235232 16.028614005074242, 42.39387632969665 16.227427435703994 C42.36335347307497 16.329951903833955, 42.33283061645329 16.432476371963915, 42.275961208503176 16.623497346023417 C42.222343513589976 16.760907721552492, 42.168725818676776 16.898318097081567, 42.12574163327529 17.008477123264846 C42.08845215451135 17.084753971245142, 42.05116267574741 17.161030819225438, 41.94424375603245 17.379736965185366 C41.88803355168337 17.47406985966606, 41.83182334733429 17.56840275414675, 41.732707391312644 17.734740790612133 C41.68198116709728 17.805787288106753, 41.63125494288191 17.876833785601374, 41.49257754698197 18.07106356344834 C41.4254386555318 18.150334302791602, 41.35829976408162 18.229605042134864, 41.22549455336566 18.386407858128706 C41.14255245198969 18.469349959504676, 41.05961035061372 18.552292060880642, 40.933282858128706 18.678619553365657 C40.827122158402815 18.76853307951945, 40.72096145867693 18.858446605673244, 40.61793856344834 18.94570254698197 C40.543900625230755 18.998564618820954, 40.46986268701316 19.051426690659937, 40.281615790612136 19.185832391312644 C40.20720832785245 19.230169615457445, 40.132800865092754 19.27450683960225, 39.926611965185366 19.397368756032446 C39.82445182753313 19.447311804078794, 39.722291689880905 19.497254852125142, 39.555352123264846 19.578866633275286 C39.42417892347626 19.630050574662334, 39.29300572368768 19.681234516049383, 39.17037234602342 19.729086208503173 C39.023528082499645 19.77280363989302, 38.87668381897587 19.81652107128287, 38.774302435703994 19.847001329696653 C38.63384130518946 19.876452931660328, 38.493380174674925 19.905904533624003, 38.36984795140367 19.931806517013612 C38.267723925759725 19.944536263534705, 38.16559990011578 19.9572660100558, 37.95977172736166 19.982922465033347 C37.80082599609561 19.98949650910689, 37.64188026482956 19.996070553180427, 37.546875 20 C37.546875 20, 37.546875 20, 37.546875 20 C9.266564617233435 20, -19.01374576553313 20, -37.546875 20 C-37.546875 20, -37.546875 20, -37.546875 20 C-37.68656607284326 19.99422233448966, -37.82625714568653 19.98844466897932, -37.95977172736166 19.982922465033347 C-38.1033587536178 19.96502436087585, -38.24694577987393 19.947126256718352, -38.36984795140367 19.931806517013612 C-38.51927904140308 19.900474112329558, -38.6687101314025 19.869141707645507, -38.774302435703994 19.847001329696653 C-38.866095234427036 19.819673429484826, -38.95788803315008 19.792345529273, -39.17037234602342 19.729086208503173 C-39.24955032591278 19.698190864878608, -39.328728305802144 19.667295521254044, -39.555352123264846 19.578866633275286 C-39.69889070530188 19.508694896393102, -39.8424292873389 19.43852315951092, -39.926611965185366 19.397368756032446 C-40.02233950844483 19.340327521391323, -40.118067051704294 19.283286286750197, -40.281615790612136 19.185832391312644 C-40.35332795618124 19.134630889227292, -40.42504012175035 19.083429387141937, -40.61793856344834 18.94570254698197 C-40.718990418043816 18.860115991933636, -40.820042272639284 18.774529436885302, -40.933282858128706 18.67861955336566 C-41.030416622391144 18.581485789103226, -41.127550386653574 18.48435202484079, -41.22549455336566 18.386407858128706 C-41.32523339581097 18.268646429378453, -41.424972238256274 18.150885000628197, -41.49257754698197 18.07106356344834 C-41.5656852126601 17.96866990677903, -41.63879287833822 17.86627625010972, -41.732707391312644 17.734740790612133 C-41.795192326620636 17.629877538871643, -41.85767726192862 17.525014287131153, -41.94424375603244 17.37973696518537 C-41.995787272056255 17.274303017958406, -42.04733078808006 17.16886907073144, -42.12574163327528 17.00847712326485 C-42.17721502523714 16.876562125227643, -42.228688417199 16.744647127190436, -42.275961208503176 16.623497346023417 C-42.29972614208888 16.543672341233805, -42.32349107567458 16.463847336444193, -42.39387632969665 16.227427435703994 C-42.41151329320343 16.14331289972527, -42.429150256710194 16.05919836374655, -42.47868151701361 15.82297295140367 C-42.48983370983641 15.733504804969302, -42.50098590265921 15.644036658534933, -42.52979746503335 15.412896727361664 C-42.533280429562474 15.328686409045735, -42.5367633940916 15.244476090729808, -42.546875 15 C-42.546875 15, -42.546875 15, -42.546875 15 C-42.546875 8.941166061847207, -42.546875 2.8823321236944146, -42.546875 -15 C-42.546875 -15, -42.546875 -15, -42.546875 -15 C-42.54327554509595 -15.087026795908788, -42.539676090191904 -15.174053591817573, -42.52979746503335 -15.41289672736166 C-42.51200351082952 -15.555648213607455, -42.494209556625705 -15.698399699853248, -42.47868151701361 -15.822972951403669 C-42.44947578514268 -15.962261473676744, -42.42027005327175 -16.101549995949817, -42.39387632969665 -16.227427435703994 C-42.35210291472842 -16.36774186317302, -42.31032949976019 -16.508056290642045, -42.275961208503176 -16.623497346023417 C-42.218070236815976 -16.771859191346294, -42.160179265128775 -16.92022103666917, -42.12574163327529 -17.008477123264846 C-42.06190760014791 -17.139051725062032, -41.99807356702054 -17.26962632685922, -41.94424375603245 -17.379736965185366 C-41.87083052747203 -17.50294025938208, -41.79741729891162 -17.626143553578796, -41.732707391312644 -17.734740790612133 C-41.64210995656161 -17.861630392994734, -41.55151252181058 -17.98851999537733, -41.49257754698197 -18.07106356344834 C-41.40411676800099 -18.175509007828477, -41.31565598902001 -18.279954452208614, -41.22549455336566 -18.386407858128706 C-41.13531181229212 -18.476590599202236, -41.0451290712186 -18.56677334027577, -40.933282858128706 -18.678619553365657 C-40.84333391717939 -18.75480242024045, -40.75338497623008 -18.83098528711524, -40.61793856344834 -18.945702546981966 C-40.51575443766218 -19.01866061048499, -40.41357031187602 -19.091618673988012, -40.281615790612136 -19.185832391312644 C-40.15912576617614 -19.258820603348052, -40.03663574174015 -19.33180881538346, -39.926611965185366 -19.397368756032446 C-39.7832060194512 -19.467475650977267, -39.63980007371703 -19.53758254592209, -39.555352123264846 -19.578866633275286 C-39.45643044476517 -19.617465992004025, -39.35750876626549 -19.656065350732764, -39.17037234602342 -19.729086208503173 C-39.085274421334226 -19.754420958358185, -39.00017649664503 -19.779755708213198, -38.774302435703994 -19.847001329696653 C-38.632284449877886 -19.8767793698912, -38.49026646405178 -19.90655741008575, -38.36984795140367 -19.931806517013612 C-38.2279731828177 -19.949491188475104, -38.086098414231735 -19.967175859936596, -37.95977172736166 -19.982922465033347 C-37.799418602599395 -19.989554719332475, -37.63906547783713 -19.996186973631602, -37.546875 -20 C-37.546875 -20, -37.546875 -20, -37.546875 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-37.546875 -20 C-13.795065996397277 -20, 9.956743007205446 -20, 37.546875 -20 M-37.546875 -20 C-12.669989013665738 -20, 12.206896972668524 -20, 37.546875 -20 M37.546875 -20 C37.546875 -20, 37.546875 -20, 37.546875 -20 M37.546875 -20 C37.546875 -20, 37.546875 -20, 37.546875 -20 M37.546875 -20 C37.64586309235929 -19.995905822215278, 37.74485118471859 -19.99181164443056, 37.95977172736166 -19.982922465033347 M37.546875 -20 C37.70948634077951 -19.993274345195513, 37.872097681559026 -19.98654869039103, 37.95977172736166 -19.982922465033347 M37.95977172736166 -19.982922465033347 C38.04651526257686 -19.972109894644838, 38.13325879779207 -19.96129732425633, 38.36984795140367 -19.931806517013612 M37.95977172736166 -19.982922465033347 C38.104949493169485 -19.964826075397518, 38.25012725897731 -19.94672968576169, 38.36984795140367 -19.931806517013612 M38.36984795140367 -19.931806517013612 C38.488577124572316 -19.90691162732541, 38.607306297740955 -19.882016737637212, 38.774302435703994 -19.847001329696653 M38.36984795140367 -19.931806517013612 C38.47918933376068 -19.908880040062016, 38.58853071611769 -19.88595356311042, 38.774302435703994 -19.847001329696653 M38.774302435703994 -19.847001329696653 C38.90732322773826 -19.807399324077686, 39.040344019772526 -19.767797318458722, 39.17037234602342 -19.729086208503173 M38.774302435703994 -19.847001329696653 C38.880959462280636 -19.815248157119676, 38.98761648885728 -19.783494984542696, 39.17037234602342 -19.729086208503173 M39.17037234602342 -19.729086208503173 C39.250168303357945 -19.697949729331235, 39.32996426069247 -19.666813250159297, 39.555352123264846 -19.578866633275286 M39.17037234602342 -19.729086208503173 C39.250584057702056 -19.69778750148275, 39.33079576938069 -19.666488794462328, 39.555352123264846 -19.578866633275286 M39.555352123264846 -19.578866633275286 C39.68954568230014 -19.51326339975944, 39.82373924133544 -19.447660166243594, 39.926611965185366 -19.397368756032446 M39.555352123264846 -19.578866633275286 C39.66278156790498 -19.526347578010117, 39.77021101254512 -19.47382852274495, 39.926611965185366 -19.397368756032446 M39.926611965185366 -19.397368756032446 C40.01555631329832 -19.34436942837853, 40.104500661411265 -19.29137010072462, 40.281615790612136 -19.185832391312644 M39.926611965185366 -19.397368756032446 C40.06343095749107 -19.31584233241664, 40.20024994979677 -19.23431590880083, 40.281615790612136 -19.185832391312644 M40.281615790612136 -19.185832391312644 C40.39811852524729 -19.10265103759069, 40.514621259882446 -19.01946968386873, 40.61793856344834 -18.94570254698197 M40.281615790612136 -19.185832391312644 C40.38940156843475 -19.108874825129014, 40.497187346257356 -19.031917258945384, 40.61793856344834 -18.94570254698197 M40.61793856344834 -18.94570254698197 C40.68350034299031 -18.890174552208414, 40.74906212253228 -18.834646557434862, 40.933282858128706 -18.678619553365657 M40.61793856344834 -18.94570254698197 C40.73130018831544 -18.84969014833876, 40.84466181318253 -18.753677749695544, 40.933282858128706 -18.678619553365657 M40.933282858128706 -18.678619553365657 C41.02744108542324 -18.584461326071125, 41.12159931271777 -18.49030309877659, 41.22549455336566 -18.386407858128706 M40.933282858128706 -18.678619553365657 C41.027656408613275 -18.58424600288109, 41.12202995909784 -18.489872452396522, 41.22549455336566 -18.386407858128706 M41.22549455336566 -18.386407858128706 C41.316079144796106 -18.27945483312787, 41.406663736226555 -18.17250180812703, 41.49257754698197 -18.07106356344834 M41.22549455336566 -18.386407858128706 C41.281609756099996 -18.320152763457546, 41.33772495883433 -18.25389766878639, 41.49257754698197 -18.07106356344834 M41.49257754698197 -18.07106356344834 C41.554004398950816 -17.985029904290542, 41.615431250919656 -17.89899624513274, 41.732707391312644 -17.734740790612136 M41.49257754698197 -18.07106356344834 C41.54450186849506 -17.99833902628139, 41.596426190008145 -17.925614489114437, 41.732707391312644 -17.734740790612136 M41.732707391312644 -17.734740790612136 C41.81401327728708 -17.598291908223192, 41.89531916326151 -17.461843025834252, 41.94424375603245 -17.37973696518537 M41.732707391312644 -17.734740790612136 C41.814185178031096 -17.59800342155188, 41.89566296474955 -17.461266052491627, 41.94424375603245 -17.37973696518537 M41.94424375603245 -17.37973696518537 C41.99936767592218 -17.266979184790394, 42.05449159581192 -17.15422140439542, 42.12574163327529 -17.008477123264846 M41.94424375603245 -17.37973696518537 C42.00898500348389 -17.247306626827193, 42.07372625093534 -17.114876288469016, 42.12574163327529 -17.008477123264846 M42.12574163327529 -17.008477123264846 C42.15637198212893 -16.929978266770185, 42.18700233098257 -16.851479410275523, 42.275961208503176 -16.623497346023417 M42.12574163327529 -17.008477123264846 C42.15983577513385 -16.921101326082386, 42.19392991699242 -16.833725528899926, 42.275961208503176 -16.623497346023417 M42.275961208503176 -16.623497346023417 C42.31482884106856 -16.492943269593795, 42.35369647363395 -16.362389193164177, 42.39387632969665 -16.227427435703994 M42.275961208503176 -16.623497346023417 C42.3181693114795 -16.48172282727313, 42.36037741445583 -16.339948308522846, 42.39387632969665 -16.227427435703994 M42.39387632969665 -16.227427435703994 C42.41604057969899 -16.12172128035887, 42.43820482970133 -16.016015125013748, 42.47868151701361 -15.82297295140367 M42.39387632969665 -16.227427435703994 C42.42304305321977 -16.088324952772357, 42.45220977674288 -15.949222469840716, 42.47868151701361 -15.82297295140367 M42.47868151701361 -15.82297295140367 C42.49697834986149 -15.676187135687407, 42.515275182709374 -15.529401319971143, 42.52979746503335 -15.412896727361662 M42.47868151701361 -15.82297295140367 C42.49777004179514 -15.66983580990101, 42.516858566576666 -15.51669866839835, 42.52979746503335 -15.412896727361662 M42.52979746503335 -15.412896727361662 C42.534065315816434 -15.309709609042521, 42.538333166599514 -15.206522490723378, 42.546875 -15 M42.52979746503335 -15.412896727361662 C42.53547122930586 -15.275717754839176, 42.54114499357837 -15.138538782316688, 42.546875 -15 M42.546875 -15 C42.546875 -15, 42.546875 -15, 42.546875 -15 M42.546875 -15 C42.546875 -15, 42.546875 -15, 42.546875 -15 M42.546875 -15 C42.546875 -8.40665769035736, 42.546875 -1.8133153807147178, 42.546875 15 M42.546875 -15 C42.546875 -8.825536198453484, 42.546875 -2.651072396906967, 42.546875 15 M42.546875 15 C42.546875 15, 42.546875 15, 42.546875 15 M42.546875 15 C42.546875 15, 42.546875 15, 42.546875 15 M42.546875 15 C42.541480660570066 15.130423102704688, 42.536086321140125 15.260846205409376, 42.52979746503335 15.412896727361662 M42.546875 15 C42.542056623468206 15.116497603726648, 42.53723824693642 15.232995207453296, 42.52979746503335 15.412896727361662 M42.52979746503335 15.412896727361662 C42.51296027092966 15.547972633199064, 42.49612307682597 15.683048539036468, 42.47868151701361 15.822972951403669 M42.52979746503335 15.412896727361662 C42.51236985831486 15.55270920143425, 42.49494225159638 15.692521675506837, 42.47868151701361 15.822972951403669 M42.47868151701361 15.822972951403669 C42.446587442996446 15.976036609021623, 42.41449336897928 16.129100266639576, 42.39387632969665 16.227427435703994 M42.47868151701361 15.822972951403669 C42.45783391037648 15.922399746604338, 42.436986303739346 16.021826541805005, 42.39387632969665 16.227427435703994 M42.39387632969665 16.227427435703994 C42.3512290948255 16.370676972487956, 42.30858185995434 16.51392650927192, 42.275961208503176 16.623497346023417 M42.39387632969665 16.227427435703994 C42.35521971759854 16.3572727068786, 42.31656310550042 16.48711797805321, 42.275961208503176 16.623497346023417 M42.275961208503176 16.623497346023417 C42.23523979636296 16.727857381331166, 42.19451838422274 16.832217416638915, 42.12574163327529 17.008477123264846 M42.275961208503176 16.623497346023417 C42.22615345273804 16.751143684326994, 42.1763456969729 16.878790022630575, 42.12574163327529 17.008477123264846 M42.12574163327529 17.008477123264846 C42.08650430912113 17.08873835267507, 42.04726698496698 17.168999582085288, 41.94424375603245 17.379736965185366 M42.12574163327529 17.008477123264846 C42.0559601075157 17.151217515692768, 41.98617858175611 17.293957908120692, 41.94424375603245 17.379736965185366 M41.94424375603245 17.379736965185366 C41.87021270104693 17.503977105905612, 41.79618164606141 17.62821724662586, 41.732707391312644 17.734740790612133 M41.94424375603245 17.379736965185366 C41.894961075284535 17.462443974998877, 41.84567839453662 17.54515098481239, 41.732707391312644 17.734740790612133 M41.732707391312644 17.734740790612133 C41.64070149636238 17.863603064242472, 41.54869560141211 17.992465337872808, 41.49257754698197 18.07106356344834 M41.732707391312644 17.734740790612133 C41.669646356086304 17.823063265831156, 41.60658532085997 17.91138574105018, 41.49257754698197 18.07106356344834 M41.49257754698197 18.07106356344834 C41.41331611646384 18.164647357622833, 41.33405468594571 18.258231151797325, 41.22549455336566 18.386407858128706 M41.49257754698197 18.07106356344834 C41.38648596640094 18.196325655942005, 41.2803943858199 18.321587748435668, 41.22549455336566 18.386407858128706 M41.22549455336566 18.386407858128706 C41.12857980782442 18.48332260366994, 41.03166506228319 18.580237349211174, 40.933282858128706 18.678619553365657 M41.22549455336566 18.386407858128706 C41.13133033230525 18.480572079189113, 41.037166111244844 18.57473630024952, 40.933282858128706 18.678619553365657 M40.933282858128706 18.678619553365657 C40.86308405720142 18.738074904917013, 40.79288525627413 18.797530256468367, 40.61793856344834 18.94570254698197 M40.933282858128706 18.678619553365657 C40.8448578449038 18.75351171929689, 40.75643283167889 18.828403885228123, 40.61793856344834 18.94570254698197 M40.61793856344834 18.94570254698197 C40.51220755490883 19.02119303609578, 40.40647654636932 19.09668352520959, 40.281615790612136 19.185832391312644 M40.61793856344834 18.94570254698197 C40.531590441895034 19.00735392078573, 40.445242320341734 19.069005294589484, 40.281615790612136 19.185832391312644 M40.281615790612136 19.185832391312644 C40.1795332130723 19.246660404441926, 40.07745063553246 19.307488417571207, 39.926611965185366 19.397368756032446 M40.281615790612136 19.185832391312644 C40.18755976676264 19.241877616575223, 40.09350374291315 19.297922841837803, 39.926611965185366 19.397368756032446 M39.926611965185366 19.397368756032446 C39.79516726352823 19.461628155061916, 39.66372256187109 19.525887554091387, 39.555352123264846 19.578866633275286 M39.926611965185366 19.397368756032446 C39.79737446956383 19.46054911778165, 39.66813697394228 19.523729479530854, 39.555352123264846 19.578866633275286 M39.555352123264846 19.578866633275286 C39.40935189070298 19.63583610080361, 39.26335165814111 19.69280556833193, 39.17037234602342 19.729086208503173 M39.555352123264846 19.578866633275286 C39.40690105916672 19.636792418236617, 39.258449995068595 19.694718203197947, 39.17037234602342 19.729086208503173 M39.17037234602342 19.729086208503173 C39.041765067336904 19.767374254268766, 38.91315778865038 19.80566230003436, 38.774302435703994 19.847001329696653 M39.17037234602342 19.729086208503173 C39.05635982628865 19.763029206271565, 38.94234730655388 19.796972204039957, 38.774302435703994 19.847001329696653 M38.774302435703994 19.847001329696653 C38.6912435070661 19.864416955619724, 38.6081845784282 19.881832581542795, 38.36984795140367 19.931806517013612 M38.774302435703994 19.847001329696653 C38.671045259236564 19.86865208282723, 38.567788082769134 19.890302835957804, 38.36984795140367 19.931806517013612 M38.36984795140367 19.931806517013612 C38.20650791572523 19.952166831227842, 38.0431678800468 19.972527145442072, 37.95977172736166 19.982922465033347 M38.36984795140367 19.931806517013612 C38.21042642176176 19.95167838995977, 38.05100489211984 19.971550262905925, 37.95977172736166 19.982922465033347 M37.95977172736166 19.982922465033347 C37.810284682748915 19.989105294933086, 37.66079763813617 19.995288124832825, 37.546875 20 M37.95977172736166 19.982922465033347 C37.83661446163668 19.98801628722287, 37.71345719591169 19.99311010941239, 37.546875 20 M37.546875 20 C37.546875 20, 37.546875 20, 37.546875 20 M37.546875 20 C37.546875 20, 37.546875 20, 37.546875 20 M37.546875 20 C12.214977379504976 20, -13.116920240990048 20, -37.546875 20 M37.546875 20 C11.91073017450783 20, -13.72541465098434 20, -37.546875 20 M-37.546875 20 C-37.546875 20, -37.546875 20, -37.546875 20 M-37.546875 20 C-37.546875 20, -37.546875 20, -37.546875 20 M-37.546875 20 C-37.68871831496809 19.994133317096914, -37.83056162993618 19.988266634193824, -37.95977172736166 19.982922465033347 M-37.546875 20 C-37.63247584355492 19.996459522921565, -37.71807668710985 19.992919045843134, -37.95977172736166 19.982922465033347 M-37.95977172736166 19.982922465033347 C-38.04879678616589 19.97182550302605, -38.137821844970105 19.96072854101875, -38.36984795140367 19.931806517013612 M-37.95977172736166 19.982922465033347 C-38.06919663763055 19.969282664192818, -38.17862154789944 19.955642863352292, -38.36984795140367 19.931806517013612 M-38.36984795140367 19.931806517013612 C-38.5306758092441 19.898084461406942, -38.691503667084525 19.86436240580027, -38.774302435703994 19.847001329696653 M-38.36984795140367 19.931806517013612 C-38.45392649906384 19.914177099463714, -38.53800504672401 19.89654768191382, -38.774302435703994 19.847001329696653 M-38.774302435703994 19.847001329696653 C-38.92944164494305 19.80081438597116, -39.08458085418209 19.75462744224567, -39.17037234602342 19.729086208503173 M-38.774302435703994 19.847001329696653 C-38.920713152135946 19.803412970868347, -39.0671238685679 19.759824612040042, -39.17037234602342 19.729086208503173 M-39.17037234602342 19.729086208503173 C-39.25195062654743 19.697254264664593, -39.33352890707144 19.66542232082601, -39.555352123264846 19.578866633275286 M-39.17037234602342 19.729086208503173 C-39.2540195864074 19.696446954022054, -39.337666826791384 19.66380769954094, -39.555352123264846 19.578866633275286 M-39.555352123264846 19.578866633275286 C-39.6565977129115 19.529370680505366, -39.75784330255814 19.479874727735442, -39.926611965185366 19.397368756032446 M-39.555352123264846 19.578866633275286 C-39.63322538911046 19.540796713372742, -39.71109865495607 19.502726793470195, -39.926611965185366 19.397368756032446 M-39.926611965185366 19.397368756032446 C-40.052486282283745 19.322363943285513, -40.17836059938213 19.24735913053858, -40.281615790612136 19.185832391312644 M-39.926611965185366 19.397368756032446 C-40.02173115868816 19.340690019163986, -40.11685035219096 19.284011282295527, -40.281615790612136 19.185832391312644 M-40.281615790612136 19.185832391312644 C-40.37121572435903 19.121859268228413, -40.46081565810593 19.05788614514418, -40.61793856344834 18.94570254698197 M-40.281615790612136 19.185832391312644 C-40.375461040569725 19.118828170713925, -40.469306290527314 19.05182395011521, -40.61793856344834 18.94570254698197 M-40.61793856344834 18.94570254698197 C-40.73337492079182 18.847932939566977, -40.84881127813529 18.750163332151985, -40.933282858128706 18.67861955336566 M-40.61793856344834 18.94570254698197 C-40.696444360366236 18.879211528717892, -40.774950157284124 18.812720510453815, -40.933282858128706 18.67861955336566 M-40.933282858128706 18.67861955336566 C-41.04161346046669 18.57028895102767, -41.149944062804686 18.461958348689677, -41.22549455336566 18.386407858128706 M-40.933282858128706 18.67861955336566 C-40.995754257642126 18.616148153852244, -41.05822565715554 18.553676754338824, -41.22549455336566 18.386407858128706 M-41.22549455336566 18.386407858128706 C-41.30834682098964 18.28858437059476, -41.391199088613625 18.190760883060815, -41.49257754698197 18.07106356344834 M-41.22549455336566 18.386407858128706 C-41.28181564271997 18.319909673584693, -41.33813673207428 18.253411489040676, -41.49257754698197 18.07106356344834 M-41.49257754698197 18.07106356344834 C-41.586192654084336 17.93994744796596, -41.6798077611867 17.808831332483578, -41.732707391312644 17.734740790612133 M-41.49257754698197 18.07106356344834 C-41.56352446190697 17.971696226505028, -41.634471376831975 17.872328889561715, -41.732707391312644 17.734740790612133 M-41.732707391312644 17.734740790612133 C-41.77887822969653 17.65725612611413, -41.82504906808042 17.579771461616126, -41.94424375603244 17.37973696518537 M-41.732707391312644 17.734740790612133 C-41.81228113369366 17.601198820245937, -41.891854876074675 17.46765684987974, -41.94424375603244 17.37973696518537 M-41.94424375603244 17.37973696518537 C-41.98858177101703 17.289042105915893, -42.03291978600162 17.198347246646417, -42.12574163327528 17.00847712326485 M-41.94424375603244 17.37973696518537 C-41.994946491515066 17.27602286204448, -42.04564922699768 17.172308758903597, -42.12574163327528 17.00847712326485 M-42.12574163327528 17.00847712326485 C-42.177328451481124 16.876271438677133, -42.22891526968697 16.744065754089412, -42.275961208503176 16.623497346023417 M-42.12574163327528 17.00847712326485 C-42.16199236077813 16.915574470746268, -42.198243088280975 16.82267181822769, -42.275961208503176 16.623497346023417 M-42.275961208503176 16.623497346023417 C-42.30469760007848 16.526973508207423, -42.33343399165378 16.43044967039143, -42.39387632969665 16.227427435703994 M-42.275961208503176 16.623497346023417 C-42.312012652256925 16.502402681065185, -42.348064096010674 16.381308016106953, -42.39387632969665 16.227427435703994 M-42.39387632969665 16.227427435703994 C-42.42246120638547 16.09109990756878, -42.451046083074296 15.954772379433564, -42.47868151701361 15.82297295140367 M-42.39387632969665 16.227427435703994 C-42.427366553858874 16.067705232721185, -42.4608567780211 15.907983029738373, -42.47868151701361 15.82297295140367 M-42.47868151701361 15.82297295140367 C-42.49563817394952 15.686938658427863, -42.512594830885426 15.550904365452057, -42.52979746503335 15.412896727361664 M-42.47868151701361 15.82297295140367 C-42.49562087309978 15.687077453997686, -42.51256022918596 15.5511819565917, -42.52979746503335 15.412896727361664 M-42.52979746503335 15.412896727361664 C-42.53475131978354 15.293123562313381, -42.53970517453373 15.173350397265096, -42.546875 15 M-42.52979746503335 15.412896727361664 C-42.53411653084273 15.308471343871854, -42.53843559665211 15.204045960382045, -42.546875 15 M-42.546875 15 C-42.546875 15, -42.546875 15, -42.546875 15 M-42.546875 15 C-42.546875 15, -42.546875 15, -42.546875 15 M-42.546875 15 C-42.546875 4.420438963050515, -42.546875 -6.1591220738989705, -42.546875 -15 M-42.546875 15 C-42.546875 3.797233921847946, -42.546875 -7.405532156304108, -42.546875 -15 M-42.546875 -15 C-42.546875 -15, -42.546875 -15, -42.546875 -15 M-42.546875 -15 C-42.546875 -15, -42.546875 -15, -42.546875 -15 M-42.546875 -15 C-42.54239746378125 -15.10825684473648, -42.53791992756249 -15.21651368947296, -42.52979746503335 -15.41289672736166 M-42.546875 -15 C-42.5407163399862 -15.148902670648852, -42.53455767997239 -15.297805341297702, -42.52979746503335 -15.41289672736166 M-42.52979746503335 -15.41289672736166 C-42.509940478907446 -15.572198827915866, -42.49008349278155 -15.731500928470073, -42.47868151701361 -15.822972951403669 M-42.52979746503335 -15.41289672736166 C-42.50986315203102 -15.57281918055982, -42.48992883902869 -15.73274163375798, -42.47868151701361 -15.822972951403669 M-42.47868151701361 -15.822972951403669 C-42.456730225795425 -15.92766345973539, -42.43477893457723 -16.03235396806711, -42.39387632969665 -16.227427435703994 M-42.47868151701361 -15.822972951403669 C-42.459631703250906 -15.91382567922817, -42.44058188948819 -16.00467840705267, -42.39387632969665 -16.227427435703994 M-42.39387632969665 -16.227427435703994 C-42.35932860261991 -16.343471205379405, -42.324780875543176 -16.45951497505482, -42.275961208503176 -16.623497346023417 M-42.39387632969665 -16.227427435703994 C-42.36972354297789 -16.308555216202734, -42.345570756259114 -16.389682996701474, -42.275961208503176 -16.623497346023417 M-42.275961208503176 -16.623497346023417 C-42.222216940544385 -16.761232100467982, -42.16847267258559 -16.898966854912548, -42.12574163327529 -17.008477123264846 M-42.275961208503176 -16.623497346023417 C-42.23411222531841 -16.73074709825983, -42.192263242133656 -16.837996850496243, -42.12574163327529 -17.008477123264846 M-42.12574163327529 -17.008477123264846 C-42.08414648079634 -17.093561367601946, -42.04255132831739 -17.17864561193905, -41.94424375603245 -17.379736965185366 M-42.12574163327529 -17.008477123264846 C-42.06622075265568 -17.13022903059013, -42.00669987203607 -17.251980937915413, -41.94424375603245 -17.379736965185366 M-41.94424375603245 -17.379736965185366 C-41.88463023697373 -17.479781358692033, -41.825016717915 -17.579825752198705, -41.732707391312644 -17.734740790612133 M-41.94424375603245 -17.379736965185366 C-41.87363554615801 -17.49823283063698, -41.80302733628357 -17.616728696088597, -41.732707391312644 -17.734740790612133 M-41.732707391312644 -17.734740790612133 C-41.67099746836759 -17.82117091534003, -41.609287545422525 -17.90760104006793, -41.49257754698197 -18.07106356344834 M-41.732707391312644 -17.734740790612133 C-41.646946175478135 -17.85485684695517, -41.56118495964362 -17.9749729032982, -41.49257754698197 -18.07106356344834 M-41.49257754698197 -18.07106356344834 C-41.42831975798126 -18.146932591557487, -41.364061968980536 -18.22280161966663, -41.22549455336566 -18.386407858128706 M-41.49257754698197 -18.07106356344834 C-41.41699284741768 -18.160306249588697, -41.34140814785339 -18.249548935729056, -41.22549455336566 -18.386407858128706 M-41.22549455336566 -18.386407858128706 C-41.15353980522713 -18.458362606267233, -41.0815850570886 -18.530317354405756, -40.933282858128706 -18.678619553365657 M-41.22549455336566 -18.386407858128706 C-41.13926164480931 -18.472640766685053, -41.05302873625296 -18.5588736752414, -40.933282858128706 -18.678619553365657 M-40.933282858128706 -18.678619553365657 C-40.81888765660641 -18.775507346781694, -40.70449245508411 -18.872395140197728, -40.61793856344834 -18.945702546981966 M-40.933282858128706 -18.678619553365657 C-40.82066803491407 -18.77399944327368, -40.70805321169943 -18.869379333181705, -40.61793856344834 -18.945702546981966 M-40.61793856344834 -18.945702546981966 C-40.50912032215631 -19.023397277913904, -40.40030208086429 -19.101092008845843, -40.281615790612136 -19.185832391312644 M-40.61793856344834 -18.945702546981966 C-40.50274852883604 -19.02794665090225, -40.387558494223725 -19.110190754822533, -40.281615790612136 -19.185832391312644 M-40.281615790612136 -19.185832391312644 C-40.19224821990211 -19.23908390489595, -40.10288064919208 -19.292335418479254, -39.926611965185366 -19.397368756032446 M-40.281615790612136 -19.185832391312644 C-40.2061389413878 -19.230806831478823, -40.13066209216347 -19.275781271645, -39.926611965185366 -19.397368756032446 M-39.926611965185366 -19.397368756032446 C-39.7805701077545 -19.46876426968452, -39.63452825032364 -19.540159783336595, -39.555352123264846 -19.578866633275286 M-39.926611965185366 -19.397368756032446 C-39.82572027066321 -19.446691700018196, -39.724828576141064 -19.496014644003942, -39.555352123264846 -19.578866633275286 M-39.555352123264846 -19.578866633275286 C-39.44666011093159 -19.62127838809618, -39.33796809859834 -19.663690142917073, -39.17037234602342 -19.729086208503173 M-39.555352123264846 -19.578866633275286 C-39.42772867475442 -19.628665457415423, -39.300105226243986 -19.67846428155556, -39.17037234602342 -19.729086208503173 M-39.17037234602342 -19.729086208503173 C-39.037378357328265 -19.76868023442235, -38.9043843686331 -19.808274260341527, -38.774302435703994 -19.847001329696653 M-39.17037234602342 -19.729086208503173 C-39.03396019301645 -19.769697866028757, -38.89754804000947 -19.810309523554338, -38.774302435703994 -19.847001329696653 M-38.774302435703994 -19.847001329696653 C-38.66644224247148 -19.869617233948404, -38.55858204923897 -19.89223313820015, -38.36984795140367 -19.931806517013612 M-38.774302435703994 -19.847001329696653 C-38.69196860295427 -19.864264919000014, -38.60963477020454 -19.881528508303376, -38.36984795140367 -19.931806517013612 M-38.36984795140367 -19.931806517013612 C-38.21241317365663 -19.951430741594336, -38.05497839590959 -19.971054966175064, -37.95977172736166 -19.982922465033347 M-38.36984795140367 -19.931806517013612 C-38.23437383166118 -19.948693348428804, -38.09889971191869 -19.965580179844, -37.95977172736166 -19.982922465033347 M-37.95977172736166 -19.982922465033347 C-37.86718741418562 -19.986751780551856, -37.77460310100959 -19.990581096070365, -37.546875 -20 M-37.95977172736166 -19.982922465033347 C-37.82934030232079 -19.988317148677655, -37.69890887727991 -19.99371183232196, -37.546875 -20 M-37.546875 -20 C-37.546875 -20, -37.546875 -20, -37.546875 -20 M-37.546875 -20 C-37.546875 -20, -37.546875 -20, -37.546875 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-34.546875, -12)\"><rect></rect><foreignObject width=\"69.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Disposed</p></span></div></foreignObject></g></g><g class=\"node  statediagram-state\" id=\"state-Cancelled-15\" transform=\"translate(1389.578125, 898)\"><g class=\"basic label-container outer-path\"><path d=\"M-39.140625 -20 C-19.971749054789488 -20, -0.8028731095789752 -20, 39.140625 -20 C39.140625 -20, 39.140625 -20, 39.140625 -20 C39.225719068358856 -19.996480483298722, 39.31081313671771 -19.99296096659744, 39.55352172736166 -19.982922465033347 C39.69838497061168 -19.964865280593465, 39.84324821386169 -19.94680809615358, 39.96359795140367 -19.931806517013612 C40.05438088377103 -19.912771337819308, 40.1451638161384 -19.893736158625, 40.368052435703994 -19.847001329696653 C40.448070333519034 -19.82317896936916, 40.528088231334074 -19.799356609041663, 40.76412234602342 -19.729086208503173 C40.89652050485499 -19.677424286614325, 41.028918663686554 -19.625762364725478, 41.149102123264846 -19.578866633275286 C41.254688289508294 -19.527248701908775, 41.36027445575174 -19.47563077054226, 41.520361965185366 -19.397368756032446 C41.65266154262528 -19.318535319147756, 41.78496112006519 -19.239701882263063, 41.875365790612136 -19.185832391312644 C41.959072854256796 -19.1260666966115, 42.04277991790146 -19.066301001910357, 42.21168856344834 -18.94570254698197 C42.32525081912654 -18.84952022270971, 42.438813074804735 -18.75333789843745, 42.527032858128706 -18.678619553365657 C42.586346384012465 -18.619306027481898, 42.645659909896224 -18.55999250159814, 42.81924455336566 -18.386407858128706 C42.89734390945192 -18.29419612264324, 42.97544326553819 -18.201984387157776, 43.08632754698197 -18.07106356344834 C43.177852174028615 -17.94287534745658, 43.26937680107526 -17.814687131464822, 43.326457391312644 -17.734740790612136 C43.40047060138495 -17.61053059752034, 43.474483811457254 -17.486320404428547, 43.53799375603245 -17.37973696518537 C43.583948608841254 -17.28573481128441, 43.629903461650066 -17.19173265738345, 43.71949163327529 -17.008477123264846 C43.775439997221966 -16.865093754908628, 43.83138836116865 -16.72171038655241, 43.869711208503176 -16.623497346023417 C43.914063175986584 -16.47452171333234, 43.95841514346999 -16.325546080641267, 43.98762632969665 -16.227427435703994 C44.0106892558106 -16.117435297451774, 44.03375218192455 -16.00744315919955, 44.07243151701361 -15.82297295140367 C44.083016367337514 -15.738056293862678, 44.093601217661416 -15.653139636321685, 44.12354746503335 -15.412896727361662 C44.12973242780187 -15.263358114736231, 44.135917390570384 -15.113819502110799, 44.140625 -15 C44.140625 -15, 44.140625 -15, 44.140625 -15 C44.140625 -3.6605559882091914, 44.140625 7.678888023581617, 44.140625 15 C44.140625 15, 44.140625 15, 44.140625 15 C44.13552279402735 15.123359966912401, 44.130420588054704 15.246719933824801, 44.12354746503335 15.412896727361662 C44.10641497917751 15.550341602794715, 44.089282493321676 15.687786478227768, 44.07243151701361 15.822972951403669 C44.054781238764114 15.907150988302256, 44.03713096051461 15.991329025200844, 43.98762632969665 16.227427435703994 C43.9604024927161 16.318870692194785, 43.933178655735546 16.410313948685577, 43.869711208503176 16.623497346023417 C43.82968941091424 16.72606442289883, 43.7896676133253 16.828631499774243, 43.71949163327529 17.008477123264846 C43.65419623693314 17.142040991296703, 43.58890084059099 17.275604859328556, 43.53799375603245 17.379736965185366 C43.49484679210794 17.452146913560153, 43.45169982818343 17.52455686193494, 43.326457391312644 17.734740790612133 C43.276767579441334 17.80433570230189, 43.22707776757002 17.87393061399165, 43.08632754698197 18.07106356344834 C42.981811473131486 18.194465458660318, 42.877295399281 18.3178673538723, 42.81924455336566 18.386407858128706 C42.72420197000577 18.481450441488594, 42.62915938664588 18.57649302484848, 42.527032858128706 18.678619553365657 C42.4051380210038 18.781859214126577, 42.283243183878895 18.8850988748875, 42.21168856344834 18.94570254698197 C42.08527812844319 19.035957862801283, 41.95886769343805 19.126213178620596, 41.875365790612136 19.185832391312644 C41.7596546509911 19.25478126476096, 41.64394351137006 19.32373013820928, 41.520361965185366 19.397368756032446 C41.38852885194709 19.461818037913527, 41.25669573870882 19.52626731979461, 41.149102123264846 19.578866633275286 C41.01531749139537 19.631069558622322, 40.88153285952589 19.683272483969354, 40.76412234602342 19.729086208503173 C40.66651925075385 19.758143908943705, 40.568916155484274 19.787201609384237, 40.368052435703994 19.847001329696653 C40.26102126989557 19.869443405177254, 40.15399010408716 19.891885480657855, 39.96359795140367 19.931806517013612 C39.84410685056943 19.946701067199577, 39.72461574973519 19.961595617385537, 39.55352172736166 19.982922465033347 C39.46806501026039 19.986456980997563, 39.382608293159116 19.98999149696178, 39.140625 20 C39.140625 20, 39.140625 20, 39.140625 20 C23.184984075088273 20, 7.229343150176543 20, -39.140625 20 C-39.140625 20, -39.140625 20, -39.140625 20 C-39.30041315624018 19.993391112971796, -39.460201312480365 19.98678222594359, -39.55352172736166 19.982922465033347 C-39.64317901635332 19.97174669561537, -39.73283630534498 19.960570926197395, -39.96359795140367 19.931806517013612 C-40.084143163652705 19.906530843973105, -40.20468837590174 19.881255170932597, -40.368052435703994 19.847001329696653 C-40.51171061312024 19.804232437238223, -40.65536879053649 19.761463544779794, -40.76412234602342 19.729086208503173 C-40.904629403773576 19.674260184437728, -41.04513646152373 19.61943416037228, -41.149102123264846 19.578866633275286 C-41.23742009987816 19.53569060541626, -41.32573807649147 19.49251457755723, -41.520361965185366 19.397368756032446 C-41.66112625674798 19.313491444333856, -41.80189054831059 19.229614132635263, -41.875365790612136 19.185832391312644 C-41.98945976803368 19.10437085718499, -42.10355374545524 19.022909323057334, -42.21168856344834 18.94570254698197 C-42.31611601254509 18.857257009228558, -42.42054346164184 18.76881147147515, -42.527032858128706 18.67861955336566 C-42.6108477026375 18.594804708856863, -42.694662547146294 18.51098986434807, -42.81924455336566 18.386407858128706 C-42.89232179903461 18.30012571720825, -42.96539904470357 18.213843576287793, -43.08632754698197 18.07106356344834 C-43.16192730488067 17.965179514453478, -43.23752706277938 17.859295465458615, -43.326457391312644 17.734740790612133 C-43.37355014064933 17.65570895990761, -43.420642889986006 17.576677129203084, -43.53799375603244 17.37973696518537 C-43.60474096042566 17.24320337631862, -43.671488164818875 17.106669787451867, -43.71949163327528 17.00847712326485 C-43.7674924224114 16.88546164355122, -43.815493211547526 16.762446163837595, -43.869711208503176 16.623497346023417 C-43.89479798879751 16.53923233640624, -43.91988476909184 16.45496732678906, -43.98762632969665 16.227427435703994 C-44.00872751803934 16.126791253893916, -44.029828706382034 16.026155072083842, -44.07243151701361 15.82297295140367 C-44.08543153556931 15.718680676129033, -44.098431554125014 15.614388400854395, -44.12354746503335 15.412896727361664 C-44.12835199468083 15.296733910431096, -44.13315652432831 15.180571093500525, -44.140625 15 C-44.140625 15, -44.140625 15, -44.140625 15 C-44.140625 6.519381887705473, -44.140625 -1.9612362245890544, -44.140625 -15 C-44.140625 -15, -44.140625 -15, -44.140625 -15 C-44.136818381974464 -15.092035538391821, -44.13301176394892 -15.18407107678364, -44.12354746503335 -15.41289672736166 C-44.11009649657181 -15.520806735296636, -44.09664552811028 -15.628716743231612, -44.07243151701361 -15.822972951403669 C-44.04308177139265 -15.96294830674492, -44.01373202577168 -16.10292366208617, -43.98762632969665 -16.227427435703994 C-43.95077213967864 -16.35121847783318, -43.91391794966062 -16.475009519962367, -43.869711208503176 -16.623497346023417 C-43.83084893489408 -16.72309281761511, -43.79198666128499 -16.822688289206802, -43.71949163327529 -17.008477123264846 C-43.647121466796726 -17.15651266491828, -43.57475130031816 -17.304548206571717, -43.53799375603245 -17.379736965185366 C-43.476350712210234 -17.483187340712156, -43.41470766838802 -17.58663771623895, -43.326457391312644 -17.734740790612133 C-43.23400013139216 -17.864235240216967, -43.14154287147168 -17.993729689821798, -43.08632754698197 -18.07106356344834 C-43.01817599777074 -18.151529945550767, -42.95002444855951 -18.23199632765319, -42.81924455336566 -18.386407858128706 C-42.72833868258536 -18.477313728909003, -42.63743281180506 -18.5682195996893, -42.527032858128706 -18.678619553365657 C-42.449719470930845 -18.744100652113147, -42.372406083732976 -18.809581750860634, -42.21168856344834 -18.945702546981966 C-42.111639808360096 -19.017135985111114, -42.01159105327185 -19.088569423240262, -41.875365790612136 -19.185832391312644 C-41.74921820138968 -19.261000038901248, -41.623070612167226 -19.336167686489848, -41.520361965185366 -19.397368756032446 C-41.38495577661873 -19.463564808003103, -41.24954958805209 -19.52976085997376, -41.149102123264846 -19.578866633275286 C-41.045734333939684 -19.619200869831648, -40.94236654461452 -19.659535106388013, -40.76412234602342 -19.729086208503173 C-40.60699718414991 -19.775864395944673, -40.4498720222764 -19.822642583386173, -40.368052435703994 -19.847001329696653 C-40.20632022015413 -19.880913009174307, -40.04458800460427 -19.914824688651965, -39.96359795140367 -19.931806517013612 C-39.87192357043642 -19.943233716684137, -39.780249189469174 -19.954660916354662, -39.55352172736166 -19.982922465033347 C-39.458885985333076 -19.98683662827682, -39.3642502433045 -19.990750791520288, -39.140625 -20 C-39.140625 -20, -39.140625 -20, -39.140625 -20\" stroke=\"none\" stroke-width=\"0\" fill=\"#E4F2F2\" style=\"\"></path><path d=\"M-39.140625 -20 C-22.32624281971061 -20, -5.511860639421222 -20, 39.140625 -20 M-39.140625 -20 C-10.023777581347492 -20, 19.093069837305016 -20, 39.140625 -20 M39.140625 -20 C39.140625 -20, 39.140625 -20, 39.140625 -20 M39.140625 -20 C39.140625 -20, 39.140625 -20, 39.140625 -20 M39.140625 -20 C39.26083297701917 -19.995028161293664, 39.38104095403834 -19.990056322587332, 39.55352172736166 -19.982922465033347 M39.140625 -20 C39.2563842042466 -19.99521216389661, 39.3721434084932 -19.99042432779322, 39.55352172736166 -19.982922465033347 M39.55352172736166 -19.982922465033347 C39.70590566530706 -19.963927826977322, 39.858289603252445 -19.944933188921297, 39.96359795140367 -19.931806517013612 M39.55352172736166 -19.982922465033347 C39.672629626985334 -19.96807568082847, 39.791737526609005 -19.95322889662359, 39.96359795140367 -19.931806517013612 M39.96359795140367 -19.931806517013612 C40.119390937470826 -19.89914016300112, 40.27518392353797 -19.866473808988633, 40.368052435703994 -19.847001329696653 M39.96359795140367 -19.931806517013612 C40.10520261852223 -19.902115140638546, 40.24680728564078 -19.872423764263477, 40.368052435703994 -19.847001329696653 M40.368052435703994 -19.847001329696653 C40.45947698944545 -19.819783060765822, 40.55090154318691 -19.792564791834995, 40.76412234602342 -19.729086208503173 M40.368052435703994 -19.847001329696653 C40.50006163338687 -19.807700488764613, 40.63207083106975 -19.768399647832577, 40.76412234602342 -19.729086208503173 M40.76412234602342 -19.729086208503173 C40.859834919944674 -19.691739046266644, 40.95554749386592 -19.654391884030115, 41.149102123264846 -19.578866633275286 M40.76412234602342 -19.729086208503173 C40.84811735672745 -19.696311253622078, 40.93211236743148 -19.663536298740986, 41.149102123264846 -19.578866633275286 M41.149102123264846 -19.578866633275286 C41.26760582205364 -19.520933705048172, 41.38610952084243 -19.463000776821062, 41.520361965185366 -19.397368756032446 M41.149102123264846 -19.578866633275286 C41.296620514363184 -19.506749286297694, 41.44413890546153 -19.434631939320102, 41.520361965185366 -19.397368756032446 M41.520361965185366 -19.397368756032446 C41.65537486791508 -19.316918528209186, 41.7903877706448 -19.236468300385926, 41.875365790612136 -19.185832391312644 M41.520361965185366 -19.397368756032446 C41.6302083976303 -19.33191448953572, 41.74005483007524 -19.266460223038994, 41.875365790612136 -19.185832391312644 M41.875365790612136 -19.185832391312644 C41.97146745731005 -19.117217120126927, 42.06756912400797 -19.04860184894121, 42.21168856344834 -18.94570254698197 M41.875365790612136 -19.185832391312644 C41.998530338327996 -19.097894594473445, 42.12169488604385 -19.009956797634242, 42.21168856344834 -18.94570254698197 M42.21168856344834 -18.94570254698197 C42.304521565790814 -18.867077004708722, 42.39735456813329 -18.788451462435475, 42.527032858128706 -18.678619553365657 M42.21168856344834 -18.94570254698197 C42.29299360489926 -18.876840689535584, 42.374298646350184 -18.807978832089198, 42.527032858128706 -18.678619553365657 M42.527032858128706 -18.678619553365657 C42.635980596073374 -18.569671815420985, 42.74492833401805 -18.460724077476318, 42.81924455336566 -18.386407858128706 M42.527032858128706 -18.678619553365657 C42.64348674160597 -18.562165669888397, 42.759940625083225 -18.445711786411138, 42.81924455336566 -18.386407858128706 M42.81924455336566 -18.386407858128706 C42.901359319518654 -18.28945513693613, 42.98347408567165 -18.192502415743558, 43.08632754698197 -18.07106356344834 M42.81924455336566 -18.386407858128706 C42.92318348157905 -18.263687397482784, 43.02712240979244 -18.140966936836865, 43.08632754698197 -18.07106356344834 M43.08632754698197 -18.07106356344834 C43.17809409536315 -17.9425365155456, 43.26986064374433 -17.81400946764286, 43.326457391312644 -17.734740790612136 M43.08632754698197 -18.07106356344834 C43.1758080633191 -17.945738302637036, 43.265288579656236 -17.82041304182573, 43.326457391312644 -17.734740790612136 M43.326457391312644 -17.734740790612136 C43.40535694896356 -17.602330248208915, 43.48425650661448 -17.469919705805694, 43.53799375603245 -17.37973696518537 M43.326457391312644 -17.734740790612136 C43.37776217065739 -17.648640261494194, 43.42906695000214 -17.562539732376255, 43.53799375603245 -17.37973696518537 M43.53799375603245 -17.37973696518537 C43.60994528929817 -17.232557751455904, 43.68189682256388 -17.085378537726434, 43.71949163327529 -17.008477123264846 M43.53799375603245 -17.37973696518537 C43.57495132528534 -17.304139048961606, 43.61190889453823 -17.228541132737842, 43.71949163327529 -17.008477123264846 M43.71949163327529 -17.008477123264846 C43.76538168856384 -16.89087099080319, 43.8112717438524 -16.77326485834153, 43.869711208503176 -16.623497346023417 M43.71949163327529 -17.008477123264846 C43.75014936199003 -16.929908098199874, 43.780807090704776 -16.8513390731349, 43.869711208503176 -16.623497346023417 M43.869711208503176 -16.623497346023417 C43.90632281002862 -16.50052114427709, 43.942934411554056 -16.377544942530765, 43.98762632969665 -16.227427435703994 M43.869711208503176 -16.623497346023417 C43.91673657247655 -16.465541932814677, 43.963761936449934 -16.307586519605938, 43.98762632969665 -16.227427435703994 M43.98762632969665 -16.227427435703994 C44.02016415949428 -16.072247409724383, 44.05270198929191 -15.917067383744774, 44.07243151701361 -15.82297295140367 M43.98762632969665 -16.227427435703994 C44.01647073665048 -16.089862150978455, 44.04531514360431 -15.952296866252913, 44.07243151701361 -15.82297295140367 M44.07243151701361 -15.82297295140367 C44.08498267055727 -15.722281682788923, 44.09753382410092 -15.621590414174175, 44.12354746503335 -15.412896727361662 M44.07243151701361 -15.82297295140367 C44.09103434093092 -15.673732331126406, 44.109637164848216 -15.524491710849139, 44.12354746503335 -15.412896727361662 M44.12354746503335 -15.412896727361662 C44.12951968017876 -15.2685018780197, 44.13549189532418 -15.124107028677736, 44.140625 -15 M44.12354746503335 -15.412896727361662 C44.128055964637035 -15.303891256999014, 44.13256446424072 -15.194885786636368, 44.140625 -15 M44.140625 -15 C44.140625 -15, 44.140625 -15, 44.140625 -15 M44.140625 -15 C44.140625 -15, 44.140625 -15, 44.140625 -15 M44.140625 -15 C44.140625 -6.294375471551337, 44.140625 2.4112490568973257, 44.140625 15 M44.140625 -15 C44.140625 -4.316667983878894, 44.140625 6.366664032242213, 44.140625 15 M44.140625 15 C44.140625 15, 44.140625 15, 44.140625 15 M44.140625 15 C44.140625 15, 44.140625 15, 44.140625 15 M44.140625 15 C44.13594388290974 15.113178976400123, 44.13126276581949 15.226357952800246, 44.12354746503335 15.412896727361662 M44.140625 15 C44.13390124677262 15.162565364883859, 44.12717749354525 15.32513072976772, 44.12354746503335 15.412896727361662 M44.12354746503335 15.412896727361662 C44.10578927835181 15.555361269687827, 44.08803109167027 15.697825812013992, 44.07243151701361 15.822972951403669 M44.12354746503335 15.412896727361662 C44.10737617395583 15.542630445308037, 44.09120488287831 15.67236416325441, 44.07243151701361 15.822972951403669 M44.07243151701361 15.822972951403669 C44.04213842218242 15.96744734542887, 44.011845327351224 16.111921739454072, 43.98762632969665 16.227427435703994 M44.07243151701361 15.822972951403669 C44.04661538181643 15.94609574587116, 44.02079924661925 16.069218540338653, 43.98762632969665 16.227427435703994 M43.98762632969665 16.227427435703994 C43.94847733542151 16.358926589457237, 43.909328341146356 16.490425743210476, 43.869711208503176 16.623497346023417 M43.98762632969665 16.227427435703994 C43.941457369433124 16.382506239559127, 43.89528840916959 16.537585043414264, 43.869711208503176 16.623497346023417 M43.869711208503176 16.623497346023417 C43.82833895670916 16.729525340414117, 43.786966704915145 16.83555333480482, 43.71949163327529 17.008477123264846 M43.869711208503176 16.623497346023417 C43.81347251756255 16.76762475869801, 43.75723382662193 16.911752171372605, 43.71949163327529 17.008477123264846 M43.71949163327529 17.008477123264846 C43.661921286788406 17.12623914924949, 43.60435094030153 17.244001175234136, 43.53799375603245 17.379736965185366 M43.71949163327529 17.008477123264846 C43.662523184571405 17.12500794765549, 43.60555473586753 17.241538772046137, 43.53799375603245 17.379736965185366 M43.53799375603245 17.379736965185366 C43.48136970519977 17.474764383678583, 43.42474565436708 17.5697918021718, 43.326457391312644 17.734740790612133 M43.53799375603245 17.379736965185366 C43.48038470297657 17.476417430698422, 43.42277564992069 17.573097896211483, 43.326457391312644 17.734740790612133 M43.326457391312644 17.734740790612133 C43.230636118311196 17.86894683369008, 43.13481484530974 18.003152876768027, 43.08632754698197 18.07106356344834 M43.326457391312644 17.734740790612133 C43.23128278992195 17.86804111374573, 43.13610818853125 18.001341436879326, 43.08632754698197 18.07106356344834 M43.08632754698197 18.07106356344834 C43.00625670191436 18.16560303157554, 42.92618585684675 18.260142499702738, 42.81924455336566 18.386407858128706 M43.08632754698197 18.07106356344834 C42.991462953212924 18.18306997766135, 42.89659835944387 18.295076391874364, 42.81924455336566 18.386407858128706 M42.81924455336566 18.386407858128706 C42.741398898827725 18.464253512666637, 42.663553244289794 18.54209916720457, 42.527032858128706 18.678619553365657 M42.81924455336566 18.386407858128706 C42.72530392164286 18.480348489851497, 42.631363289920074 18.57428912157429, 42.527032858128706 18.678619553365657 M42.527032858128706 18.678619553365657 C42.43712380659606 18.754768635627894, 42.34721475506342 18.830917717890127, 42.21168856344834 18.94570254698197 M42.527032858128706 18.678619553365657 C42.415846164991336 18.77278987879846, 42.30465947185396 18.866960204231265, 42.21168856344834 18.94570254698197 M42.21168856344834 18.94570254698197 C42.0997268509715 19.025641673200916, 41.98776513849466 19.10558079941986, 41.875365790612136 19.185832391312644 M42.21168856344834 18.94570254698197 C42.08916422686644 19.03318324185737, 41.96663989028453 19.120663936732765, 41.875365790612136 19.185832391312644 M41.875365790612136 19.185832391312644 C41.77026730448366 19.248457495891294, 41.665168818355184 19.31108260046994, 41.520361965185366 19.397368756032446 M41.875365790612136 19.185832391312644 C41.74968571198023 19.260721463055834, 41.62400563334832 19.335610534799027, 41.520361965185366 19.397368756032446 M41.520361965185366 19.397368756032446 C41.404855502376094 19.453836424873934, 41.28934903956682 19.510304093715426, 41.149102123264846 19.578866633275286 M41.520361965185366 19.397368756032446 C41.41749695731441 19.447656394131325, 41.31463194944346 19.497944032230205, 41.149102123264846 19.578866633275286 M41.149102123264846 19.578866633275286 C41.027976855455854 19.626129859437476, 40.906851587646855 19.673393085599667, 40.76412234602342 19.729086208503173 M41.149102123264846 19.578866633275286 C41.06423599197192 19.611981500464953, 40.97936986067899 19.64509636765462, 40.76412234602342 19.729086208503173 M40.76412234602342 19.729086208503173 C40.640509410970594 19.76588737374716, 40.51689647591776 19.802688538991145, 40.368052435703994 19.847001329696653 M40.76412234602342 19.729086208503173 C40.62465135541094 19.77060852143975, 40.48518036479846 19.812130834376326, 40.368052435703994 19.847001329696653 M40.368052435703994 19.847001329696653 C40.24046639437021 19.873753309349095, 40.11288035303642 19.900505289001536, 39.96359795140367 19.931806517013612 M40.368052435703994 19.847001329696653 C40.25994801641163 19.869668442768077, 40.15184359711927 19.8923355558395, 39.96359795140367 19.931806517013612 M39.96359795140367 19.931806517013612 C39.87549018919764 19.94278913811919, 39.78738242699161 19.953771759224765, 39.55352172736166 19.982922465033347 M39.96359795140367 19.931806517013612 C39.87180505906133 19.94324848911164, 39.780012166719 19.954690461209662, 39.55352172736166 19.982922465033347 M39.55352172736166 19.982922465033347 C39.43505652042741 19.98782222223578, 39.31659131349315 19.992721979438215, 39.140625 20 M39.55352172736166 19.982922465033347 C39.414483585680664 19.988673125111056, 39.27544544399967 19.994423785188765, 39.140625 20 M39.140625 20 C39.140625 20, 39.140625 20, 39.140625 20 M39.140625 20 C39.140625 20, 39.140625 20, 39.140625 20 M39.140625 20 C20.441101949384194 20, 1.7415788987683882 20, -39.140625 20 M39.140625 20 C19.9503939392332 20, 0.760162878466403 20, -39.140625 20 M-39.140625 20 C-39.140625 20, -39.140625 20, -39.140625 20 M-39.140625 20 C-39.140625 20, -39.140625 20, -39.140625 20 M-39.140625 20 C-39.25279734033026 19.99536051768557, -39.36496968066053 19.990721035371134, -39.55352172736166 19.982922465033347 M-39.140625 20 C-39.26814006885896 19.994725937739616, -39.39565513771792 19.989451875479233, -39.55352172736166 19.982922465033347 M-39.55352172736166 19.982922465033347 C-39.671680795174744 19.968193952590315, -39.78983986298783 19.953465440147284, -39.96359795140367 19.931806517013612 M-39.55352172736166 19.982922465033347 C-39.64047190644229 19.972084136513875, -39.727422085522925 19.961245807994402, -39.96359795140367 19.931806517013612 M-39.96359795140367 19.931806517013612 C-40.07148295498085 19.909185410579642, -40.17936795855804 19.886564304145672, -40.368052435703994 19.847001329696653 M-39.96359795140367 19.931806517013612 C-40.112448373888284 19.900595865503952, -40.2612987963729 19.869385213994295, -40.368052435703994 19.847001329696653 M-40.368052435703994 19.847001329696653 C-40.524958135936934 19.80028847881638, -40.68186383616987 19.753575627936105, -40.76412234602342 19.729086208503173 M-40.368052435703994 19.847001329696653 C-40.45534518121962 19.821013153370696, -40.542637926735246 19.795024977044744, -40.76412234602342 19.729086208503173 M-40.76412234602342 19.729086208503173 C-40.86091005235571 19.691319528298045, -40.957697758688006 19.653552848092918, -41.149102123264846 19.578866633275286 M-40.76412234602342 19.729086208503173 C-40.87577107118028 19.685520740758406, -40.98741979633714 19.64195527301364, -41.149102123264846 19.578866633275286 M-41.149102123264846 19.578866633275286 C-41.263307659158734 19.52303494884937, -41.37751319505262 19.467203264423457, -41.520361965185366 19.397368756032446 M-41.149102123264846 19.578866633275286 C-41.28833394655418 19.510800342450665, -41.42756576984352 19.442734051626047, -41.520361965185366 19.397368756032446 M-41.520361965185366 19.397368756032446 C-41.62681706727319 19.333935283803065, -41.733272169361015 19.27050181157368, -41.875365790612136 19.185832391312644 M-41.520361965185366 19.397368756032446 C-41.65258156070835 19.318582978025603, -41.78480115623133 19.239797200018756, -41.875365790612136 19.185832391312644 M-41.875365790612136 19.185832391312644 C-41.990696416973144 19.10348790681318, -42.10602704333415 19.021143422313713, -42.21168856344834 18.94570254698197 M-41.875365790612136 19.185832391312644 C-41.9655879090928 19.12141503686696, -42.05581002757346 19.05699768242128, -42.21168856344834 18.94570254698197 M-42.21168856344834 18.94570254698197 C-42.29320951058722 18.87665782674577, -42.374730457726095 18.807613106509567, -42.527032858128706 18.67861955336566 M-42.21168856344834 18.94570254698197 C-42.323106296411936 18.851336540798087, -42.43452402937554 18.7569705346142, -42.527032858128706 18.67861955336566 M-42.527032858128706 18.67861955336566 C-42.63248439845366 18.573168013040704, -42.73793593877862 18.467716472715743, -42.81924455336566 18.386407858128706 M-42.527032858128706 18.67861955336566 C-42.63112053117394 18.574531880320425, -42.73520820421917 18.470444207275193, -42.81924455336566 18.386407858128706 M-42.81924455336566 18.386407858128706 C-42.88274060874516 18.311438207206642, -42.94623666412466 18.236468556284574, -43.08632754698197 18.07106356344834 M-42.81924455336566 18.386407858128706 C-42.91589797045654 18.2722893842106, -43.01255138754743 18.15817091029249, -43.08632754698197 18.07106356344834 M-43.08632754698197 18.07106356344834 C-43.16992893180628 17.95397253865119, -43.25353031663059 17.836881513854042, -43.326457391312644 17.734740790612133 M-43.08632754698197 18.07106356344834 C-43.18128840064873 17.938062612628926, -43.27624925431549 17.80506166180951, -43.326457391312644 17.734740790612133 M-43.326457391312644 17.734740790612133 C-43.40715160128887 17.5993184329986, -43.487845811265096 17.463896075385072, -43.53799375603244 17.37973696518537 M-43.326457391312644 17.734740790612133 C-43.394430234895594 17.620667640451664, -43.46240307847854 17.506594490291192, -43.53799375603244 17.37973696518537 M-43.53799375603244 17.37973696518537 C-43.57477512846446 17.304499465319413, -43.61155650089647 17.229261965453457, -43.71949163327528 17.00847712326485 M-43.53799375603244 17.37973696518537 C-43.595040389735225 17.263046210823234, -43.652087023438014 17.146355456461094, -43.71949163327528 17.00847712326485 M-43.71949163327528 17.00847712326485 C-43.764011799924006 16.894381714506206, -43.80853196657273 16.780286305747563, -43.869711208503176 16.623497346023417 M-43.71949163327528 17.00847712326485 C-43.778248135516165 16.857897113237094, -43.837004637757055 16.707317103209338, -43.869711208503176 16.623497346023417 M-43.869711208503176 16.623497346023417 C-43.916103195508725 16.46766940854729, -43.96249518251427 16.311841471071165, -43.98762632969665 16.227427435703994 M-43.869711208503176 16.623497346023417 C-43.91445930060274 16.473191154201242, -43.95920739270232 16.322884962379067, -43.98762632969665 16.227427435703994 M-43.98762632969665 16.227427435703994 C-44.004955861860175 16.144779107033166, -44.0222853940237 16.062130778362338, -44.07243151701361 15.82297295140367 M-43.98762632969665 16.227427435703994 C-44.02141799874715 16.06626757612627, -44.055209667797634 15.90510771654854, -44.07243151701361 15.82297295140367 M-44.07243151701361 15.82297295140367 C-44.08636419010916 15.7111984818853, -44.10029686320471 15.599424012366926, -44.12354746503335 15.412896727361664 M-44.07243151701361 15.82297295140367 C-44.08867549642745 15.692656093368075, -44.104919475841285 15.56233923533248, -44.12354746503335 15.412896727361664 M-44.12354746503335 15.412896727361664 C-44.12894263753745 15.282453482780761, -44.13433781004154 15.15201023819986, -44.140625 15 M-44.12354746503335 15.412896727361664 C-44.12731808480101 15.321731546600326, -44.131088704568675 15.230566365838985, -44.140625 15 M-44.140625 15 C-44.140625 15, -44.140625 15, -44.140625 15 M-44.140625 15 C-44.140625 15, -44.140625 15, -44.140625 15 M-44.140625 15 C-44.140625 3.5979212669951934, -44.140625 -7.804157466009613, -44.140625 -15 M-44.140625 15 C-44.140625 4.318894204568844, -44.140625 -6.362211590862312, -44.140625 -15 M-44.140625 -15 C-44.140625 -15, -44.140625 -15, -44.140625 -15 M-44.140625 -15 C-44.140625 -15, -44.140625 -15, -44.140625 -15 M-44.140625 -15 C-44.13713281316872 -15.084433293024182, -44.133640626337446 -15.168866586048363, -44.12354746503335 -15.41289672736166 M-44.140625 -15 C-44.13711151353062 -15.084948270793694, -44.13359802706124 -15.16989654158739, -44.12354746503335 -15.41289672736166 M-44.12354746503335 -15.41289672736166 C-44.106223700465065 -15.551876130768445, -44.08889993589678 -15.69085553417523, -44.07243151701361 -15.822972951403669 M-44.12354746503335 -15.41289672736166 C-44.11175005738056 -15.507541091227752, -44.09995264972777 -15.602185455093844, -44.07243151701361 -15.822972951403669 M-44.07243151701361 -15.822972951403669 C-44.04404553630195 -15.958351901127411, -44.01565955559028 -16.093730850851152, -43.98762632969665 -16.227427435703994 M-44.07243151701361 -15.822972951403669 C-44.048646520116385 -15.936408803130503, -44.02486152321916 -16.04984465485734, -43.98762632969665 -16.227427435703994 M-43.98762632969665 -16.227427435703994 C-43.96127481789194 -16.315940603579616, -43.934923306087235 -16.404453771455238, -43.869711208503176 -16.623497346023417 M-43.98762632969665 -16.227427435703994 C-43.941336039405215 -16.3829137799389, -43.89504574911378 -16.5384001241738, -43.869711208503176 -16.623497346023417 M-43.869711208503176 -16.623497346023417 C-43.82836877882315 -16.72944891288607, -43.78702634914312 -16.835400479748728, -43.71949163327529 -17.008477123264846 M-43.869711208503176 -16.623497346023417 C-43.81322660909022 -16.76825496810152, -43.75674200967726 -16.91301259017962, -43.71949163327529 -17.008477123264846 M-43.71949163327529 -17.008477123264846 C-43.68202146549541 -17.08512357653483, -43.64455129771552 -17.161770029804813, -43.53799375603245 -17.379736965185366 M-43.71949163327529 -17.008477123264846 C-43.660628955399545 -17.128882655357806, -43.6017662775238 -17.249288187450766, -43.53799375603245 -17.379736965185366 M-43.53799375603245 -17.379736965185366 C-43.485764225531184 -17.467389426986692, -43.43353469502991 -17.55504188878802, -43.326457391312644 -17.734740790612133 M-43.53799375603245 -17.379736965185366 C-43.478514579153845 -17.479555903423755, -43.41903540227524 -17.579374841662144, -43.326457391312644 -17.734740790612133 M-43.326457391312644 -17.734740790612133 C-43.261058094826815 -17.826338204490277, -43.195658798340986 -17.917935618368418, -43.08632754698197 -18.07106356344834 M-43.326457391312644 -17.734740790612133 C-43.256629541815606 -17.832540778903855, -43.186801692318575 -17.930340767195574, -43.08632754698197 -18.07106356344834 M-43.08632754698197 -18.07106356344834 C-43.022184167602525 -18.14679750837291, -42.95804078822308 -18.222531453297474, -42.81924455336566 -18.386407858128706 M-43.08632754698197 -18.07106356344834 C-43.006431782976705 -18.165396313755846, -42.92653601897144 -18.259729064063354, -42.81924455336566 -18.386407858128706 M-42.81924455336566 -18.386407858128706 C-42.71361336150168 -18.492039049992687, -42.607982169637694 -18.597670241856665, -42.527032858128706 -18.678619553365657 M-42.81924455336566 -18.386407858128706 C-42.74763949633301 -18.45801291516136, -42.67603443930035 -18.52961797219401, -42.527032858128706 -18.678619553365657 M-42.527032858128706 -18.678619553365657 C-42.42592378538597 -18.7642545697127, -42.324814712643224 -18.849889586059746, -42.21168856344834 -18.945702546981966 M-42.527032858128706 -18.678619553365657 C-42.4243493285356 -18.765588066642913, -42.32166579894249 -18.852556579920165, -42.21168856344834 -18.945702546981966 M-42.21168856344834 -18.945702546981966 C-42.12460015552701 -19.007882475093286, -42.037511747605684 -19.07006240320461, -41.875365790612136 -19.185832391312644 M-42.21168856344834 -18.945702546981966 C-42.1373607458773 -18.9987715887012, -42.063032928306264 -19.05184063042043, -41.875365790612136 -19.185832391312644 M-41.875365790612136 -19.185832391312644 C-41.759502301812994 -19.25487204516668, -41.64363881301386 -19.32391169902072, -41.520361965185366 -19.397368756032446 M-41.875365790612136 -19.185832391312644 C-41.73596799560952 -19.268895447800446, -41.5965702006069 -19.35195850428825, -41.520361965185366 -19.397368756032446 M-41.520361965185366 -19.397368756032446 C-41.39252704924461 -19.459863438357207, -41.26469213330386 -19.522358120681965, -41.149102123264846 -19.578866633275286 M-41.520361965185366 -19.397368756032446 C-41.40031873917636 -19.45605431325649, -41.28027551316737 -19.514739870480533, -41.149102123264846 -19.578866633275286 M-41.149102123264846 -19.578866633275286 C-41.035336539277 -19.623258101899076, -40.921570955289155 -19.66764957052287, -40.76412234602342 -19.729086208503173 M-41.149102123264846 -19.578866633275286 C-40.997209864272946 -19.638135176650902, -40.84531760528104 -19.697403720026514, -40.76412234602342 -19.729086208503173 M-40.76412234602342 -19.729086208503173 C-40.63825799473939 -19.766557649400124, -40.51239364345536 -19.804029090297075, -40.368052435703994 -19.847001329696653 M-40.76412234602342 -19.729086208503173 C-40.607076943060264 -19.775840650688252, -40.450031540097115 -19.822595092873332, -40.368052435703994 -19.847001329696653 M-40.368052435703994 -19.847001329696653 C-40.21252042824558 -19.87961296224935, -40.056988420787164 -19.91222459480205, -39.96359795140367 -19.931806517013612 M-40.368052435703994 -19.847001329696653 C-40.264514027927426 -19.86871105083173, -40.16097562015086 -19.89042077196681, -39.96359795140367 -19.931806517013612 M-39.96359795140367 -19.931806517013612 C-39.87661182317659 -19.942649326589517, -39.7896256949495 -19.953492136165423, -39.55352172736166 -19.982922465033347 M-39.96359795140367 -19.931806517013612 C-39.85251124069184 -19.94565346106333, -39.74142452998 -19.959500405113047, -39.55352172736166 -19.982922465033347 M-39.55352172736166 -19.982922465033347 C-39.45461716035227 -19.987013188184044, -39.35571259334288 -19.991103911334736, -39.140625 -20 M-39.55352172736166 -19.982922465033347 C-39.41075049294623 -19.988827526968667, -39.2679792585308 -19.99473258890399, -39.140625 -20 M-39.140625 -20 C-39.140625 -20, -39.140625 -20, -39.140625 -20 M-39.140625 -20 C-39.140625 -20, -39.140625 -20, -39.140625 -20\" stroke=\"#006660\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-36.140625, -12)\"><rect></rect><foreignObject width=\"72.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Cancelled</p></span></div></foreignObject></g></g><g class=\"node statediagram-note\" id=\"state-Sent----note-16\" transform=\"translate(158, 898)\"><g class=\"basic label-container\"><path d=\"M-115 -183 L115 -183 L115 183 L-115 183\" stroke=\"none\" stroke-width=\"0\" fill=\"#fff5ad\" style=\"\"></path><path d=\"M-115 -183 C-67.57898903090882 -183, -20.157978061817644 -183, 115 -183 M-115 -183 C-41.952331064605644 -183, 31.09533787078871 -183, 115 -183 M115 -183 C115 -67.62432018859099, 115 47.75135962281803, 115 183 M115 -183 C115 -78.73495387541072, 115 25.53009224917855, 115 183 M115 183 C51.58083915884549 183, -11.838321682309015 183, -115 183 M115 183 C54.70270023149112 183, -5.594599537017757 183, -115 183 M-115 183 C-115 46.00572552333631, -115 -90.98854895332738, -115 -183 M-115 183 C-115 77.644360974777, -115 -27.711278050445998, -115 -183\" stroke=\"hsl(52.6829268293, 60%, 73.9215686275%)\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -168)\"><rect></rect><foreignObject width=\"200\" height=\"336\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Postal result states are alternatives, not a strict sequence.<br>Sent can also be a final outcome, closing directly.<br>Expired is an outcome, not a persisted state. It can be<br>set from any non-closed state — the saga bypasses the<br>normal state guard specifically for the Expired outcome.</p></span></div></foreignObject></g></g></g></g></g></svg></div>"},"children":["%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#E4F2F2', 'primaryBorderColor': '#006660', 'primaryTextColor': '#0A1111', 'lineColor': '#047C76', 'secondaryColor': '#CDDBDB', 'tertiaryColor': '#f5fafa', 'edgeLabelBackground': '#f5fafa', 'transitionColor': '#047C76'}}}%%\nstateDiagram-v2\n    [*] --> Submitted : Draft → Submitted\n    Submitted --> Processed : Submitted → Processed\n    Processed --> Dispatched : Processed → Dispatched\n    Dispatched --> Issued : Dispatched → Issued\n    Issued --> Sent : Issued → Sent\n    Sent --> Closed : Sent as final outcome\n    Sent --> Failed : Sent → Failed → Closed\n    Failed --> Closed\n    Sent --> Undelivered : Sent → Undelivered → Closed\n    Undelivered --> Closed\n    Sent --> Delivered : Sent → Delivered → Closed\n    Delivered --> Closed\n    Sent --> Disposed : Sent → Disposed → Closed\n    Disposed --> Closed\n    Sent --> Cancelled : Sent → Cancelled → Closed\n    Cancelled --> Closed\n\n    note right of Sent\n        Postal result states are alternatives, not a strict sequence.\n        Sent can also be a final outcome, closing directly.\n        Expired is an outcome, not a persisted state. It can be\n        set from any non-closed state — the saga bypasses the\n        normal state guard specifically for the Expired outcome.\n    end note\n"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"outcomes","__idx":19},"children":["Outcomes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Outcomes describe the final result of a transaction. The outcome usually starts as ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["None"]}," and becomes final when the process reaches ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Closed"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"certified-delivery-outcomes","__idx":20},"children":["Certified delivery outcomes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For services such as ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviNotice"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviMail"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSMS"]},", common outcomes can include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["None"]}," — the process is still open and no final result exists yet."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Certified"]}," — the content was certified, but the final delivery result is not yet confirmed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — the communication was sent, but no later recipient event was confirmed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — the communication reached the recipient’s inbox, device, or access channel."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Received"]}," — in hosted-notice flows such as EviNotice, the recipient reached the notice flow before reading the content."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Read"]}," — the recipient opened the communication, where supported."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Accepted"]}," — the recipient explicitly accepted the communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," — the recipient explicitly rejected the communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Refused"]}," — in services that support explicit refusal before opening or reading, the recipient refused the communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Failed"]}," — the process could not be completed because of an error."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Terminology note"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Outcome labels can vary by service or interface. For example, some contexts use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Rejected"]},", while others use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Declined"]}," for refusal-like outcomes."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Some interfaces display the final field as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Result"]}," instead of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]},", while keeping the same interpretation."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Affidavit labels can use different names from outcomes — for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Committed"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Refused"]}," — because affidavits certify specific events rather than final lifecycle status names."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/certified_delivery_outcome.6a2c0ed6d33b9cf565f99ea0ad21ad46fb1e22beb8f5c6619ee22aeb16bf17ff.6fd6141d.png","alt":"Certified delivery outcome example"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"signature-outcomes","__idx":21},"children":["Signature outcomes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSign"]},", common outcomes include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["None"]}," — the signature process is still open."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Signed"]}," — all required signatures were completed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," — a signer rejected the document or workflow."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Expired"]}," — the signing time limit was exceeded."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Cancelled"]}," — the issuer cancelled the signature request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Failed"]}," — an error prevented normal completion."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Terminology note"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["In signature workflows, ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," usually means an explicit refusal action on the document or process."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Declined"]},", where shown by specific interfaces, can indicate a withdrawal or a refusal path that differs from a standard rejection action."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Some EviSign screens display ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Result"]}," for the final value — for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Signed"]}," — instead of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]},"."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/signature_outcome.861cb00dea0f3a95e341a78090bfda674a694e6bb47fa387c898391ca8d4c4fd.6fd6141d.png","alt":"Signature outcome example"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"postal-delivery-outcomes","__idx":22},"children":["Postal delivery outcomes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviPost"]},", common outcomes include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["None"]}," — the postal process is still active."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — the postal communication was successfully delivered."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Declined"]}," — the recipient refused acceptance of the postal communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," — the recipient rejected the postal communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Cancelled"]}," — the issuer cancelled the request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Expired"]}," — delivery could not be completed within the service limits."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Failed"]}," — an error prevented normal postal completion."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Terminology note"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Declined"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Rejected"]}," are the canonical EviPost outcome names for postal refusal scenarios. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Declined"]}," applies when the recipient refuses acceptance at delivery; ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Rejected"]}," applies when the recipient rejects the postal item. Other non-delivery outcomes such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Undelivered"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Disposed"]}," may also appear depending on what the postal operator reports."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"events","__idx":23},"children":["Events"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Events are recorded facts that occur during the process. Not every event changes the state, but events provide the detailed history used to understand what happened and, in some cases, to generate affidavits."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This section uses representative event names for interpretation. Service-specific and affidavit-specific taxonomies can differ by configuration and are documented in:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/services"},"children":["Services"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/user-guides/evidences-affidavits"},"children":["Evidence and affidavits"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"common-delivery-events","__idx":24},"children":["Common delivery events"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For services such as ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviNotice"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviMail"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSMS"]},", representative event names can include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["New"]}," — the communication was admitted for certification."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Certified"]}," — the content was certified and prepared for sending."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Retry"]}," — a temporary issue occurred and the system will try again."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Submitted"]}," — the communication was submitted to the sending flow."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Dispatched"]}," — the communication has left the initial preparation phase and has been handed to the service-specific sending process. The exact meaning depends on the service. For EviMail, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Dispatched"]}," occurs before ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Sent"]},"; it means sending has been requested and the message is ready for the sender component."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — the recipient's server, operator, or delivery channel accepted the transmission."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — the communication or notification reached the recipient."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Received"]}," — in hosted-notice flows, the recipient reached the notice flow before opening the content."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Read"]}," — the recipient opened the communication, where supported."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Accepted"]}," — the recipient accepted the communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," — the recipient rejected the communication."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Refused"]}," — the recipient explicitly refused the communication before opening or reading it, where that path is supported."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delayed"]}," — a delivery-status notification reported a temporary delivery delay."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Relayed"]}," — a delivery-status notification reported that the message was relayed through another system."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Expanded"]}," — a delivery-status notification reported that a distribution list or alias expanded the message to additional recipients."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Failed"]}," — a failure event or failed attempt occurred. Some services may retry and later close with a final outcome. For EviMail, wait for ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Closed"]}," with a final ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Outcome"]}," before treating the communication as permanently failed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Expired"]}," — the tracking period ended."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Not every service exposes every event name in the same way. Technical DSN events such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Delayed"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Relayed"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Expanded"]}," help explain email delivery processing and do not necessarily mean the final outcome has changed. Treat these names as interpretation anchors, then verify the exact labels shown in the transaction timeline."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evinotice_timeline.99c5588c2aa2630c9a1b5546b2e2e7f3eafdf31e198678f75c427e493a253b7c.6fd6141d.png","alt":"Delivery event timeline example"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"signature-events","__idx":25},"children":["Signature events"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviSign"]},", representative events include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Submitted"]}," — the document was admitted for processing."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Processed"]}," — the document was certified and the signing workflow was prepared."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sent"]}," — the signature request was sent."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["FullySent"]}," — the request was sent to all signers."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Delivered"]}," — a signer received the request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["FullyDelivered"]}," — all signers received the request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Signed"]}," — a signer completed the signature."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Rejected"]}," — the signer rejected the document or signature request."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Declined"]}," — a signer withdrew from the process."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Cancelled"]}," — the issuer cancelled the workflow."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Expired"]}," — the signing time limit was exceeded."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Closed"]}," — the signing process completed."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Depending on configuration, signer-level and workflow-level labels can both appear in history."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/evisign_timeline.4f4d01caa7e34a066abef77cad2f35edac099d652f9876bcd1e1ebcd20e46024.6fd6141d.png","alt":"EviSign event timeline example"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"postal-delivery-events","__idx":26},"children":["Postal delivery events"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EviPost"]},", the event history can include steps such as:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["admission of the postal communication"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["processing and certification of the content"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["printing of the document"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["enveloping or packaging"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["dispatch to the postal operator"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["delivery attempt or delivery failure"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["delivery confirmation"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["recipient refusal, where reported"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["closure of the postal process"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Postal event granularity depends on the selected service profile and on what the postal operator reports back."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-to-read-a-transaction-history","__idx":27},"children":["How to read a transaction history"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Check the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["state"]}," to understand the current phase of the transaction."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Review the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["events"]}," to see what happened during the process."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Check the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["outcome"]}," once the process is closed to confirm the final result."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use the outcome and event history together when interpreting affidavits."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-concepts","__idx":28},"children":["Related concepts"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/user-guides/platform-products"},"children":["The platform and the products"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/user-guides/evidences-affidavits"},"children":["Evidence and affidavits"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"/products/namirialnotify/user-guides/archiving"},"children":["Archiving and retention"]}]}]}]},"headings":[{"value":"States and outcomes","id":"states-and-outcomes","depth":1},{"value":"What is the difference?","id":"what-is-the-difference","depth":2},{"value":"State, outcome, and timestamp fields","id":"state-outcome-and-timestamp-fields","depth":2},{"value":"State changes while the transaction is live; outcome becomes final at closure","id":"state-changes-while-the-transaction-is-live-outcome-becomes-final-at-closure","depth":3},{"value":"Outcome priority when events conflict","id":"outcome-priority-when-events-conflict","depth":3},{"value":"Timestamp fields tell you which states were reached","id":"timestamp-fields-tell-you-which-states-were-reached","depth":3},{"value":"Why delivery and read tracking can be incomplete","id":"why-delivery-and-read-tracking-can-be-incomplete","depth":3},{"value":"Affidavits are generated asynchronously","id":"affidavits-are-generated-asynchronously","depth":3},{"value":"States","id":"states","depth":2},{"value":"Certified delivery services","id":"certified-delivery-services","depth":3},{"value":"Shared notification evidence lifecycle","id":"shared-notification-evidence-lifecycle","depth":4},{"value":"EviNotice evidence lifecycle","id":"evinotice-evidence-lifecycle","depth":4},{"value":"EviMail evidence lifecycle","id":"evimail-evidence-lifecycle","depth":4},{"value":"EviSMS evidence lifecycle","id":"evisms-evidence-lifecycle","depth":4},{"value":"Signature workflows","id":"signature-workflows","depth":3},{"value":"EviSign evidence lifecycle","id":"evisign-evidence-lifecycle","depth":4},{"value":"EviSign signer party lifecycle","id":"evisign-signer-party-lifecycle","depth":4},{"value":"Postal delivery","id":"postal-delivery","depth":3},{"value":"EviPost evidence lifecycle","id":"evipost-evidence-lifecycle","depth":4},{"value":"Outcomes","id":"outcomes","depth":2},{"value":"Certified delivery outcomes","id":"certified-delivery-outcomes","depth":3},{"value":"Signature outcomes","id":"signature-outcomes","depth":3},{"value":"Postal delivery outcomes","id":"postal-delivery-outcomes","depth":3},{"value":"Events","id":"events","depth":2},{"value":"Common delivery events","id":"common-delivery-events","depth":3},{"value":"Signature events","id":"signature-events","depth":3},{"value":"Postal delivery events","id":"postal-delivery-events","depth":3},{"value":"How to read a transaction history","id":"how-to-read-a-transaction-history","depth":2},{"value":"Related concepts","id":"related-concepts","depth":2}],"frontmatter":{"title":"States and outcomes","description":"Understand the difference between states, events, and outcomes across Namirial Notify services and workflows.","layout":"doc","outline":"deep","keywords":["states","outcomes","events","namirial notify","evinotice","evimail","evisms","evisign","evipost"],"seo":{"title":"States and outcomes"}},"lastModified":"2026-08-03T09:35:33.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/namirialnotify/user-guides/states-outcomes","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}