{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-products/hosted-checkout/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"On-Ramp Overview","description":"Official Banxa API documentation – on-ramp and off-ramp transfers with identity verification and compliance.","llmstxt":{"title":"Banxa Developer Documentation","description":"Integrate crypto-fiat exchange with Banxa's licensed infrastructure: payments, KYC, compliance, and settlement handled. 150+ countries, 45 global licences.","details":{"content":"Two integration products: **Banxa Native API** for partners who manage their own KYC and want full UX control (headless, HMAC server-to-server, no Banxa-hosted screens); **Banxa Hosted Checkout** for partners who want Banxa to handle KYC and payments (three paths: Referral URL, API, or React Native SDK). Both use the same sandbox and production environments at `https://api.banxa-sandbox.com` and `https://api.banxa.com`.\n\n## Constraints\n\n- **Authentication**: HMAC credentials must be stored server-side only, never expose in frontend, mobile, or client-side code. HMAC is required for all Native API calls and for KYC sharing in Hosted Checkout; `x-api-key` is used for all other Hosted Checkout endpoints.\n- **`externalCustomerId`**: Required on every buy and sell order. Use a stable opaque identifier, never PII.\n- **`identityReference`**: Must remain constant for the same user across all requests. Must not contain PII. If you attempt to create an identity for an email that already exists, you will receive a 422 / code 81, so retrieve the existing record rather than retrying creation. Use `GET /eapi/v0/identities/{identityReference}?email=user@example.com` to look up the real `identityReference` linked to an email.\n- **`quoteId`**: Only supported by `POST /eapi/v0/ramps` (bank transfer). The React Native SDK and Embedded Payment Button do not accept a `quoteId`, so use indicative pricing (`GET /eapi/v0/price`) for SDK and Embedded Payment Button flows.\n- **Quotes**: Indicative prices are not rate-locked, so refresh close to order creation to minimise rate drift. Locked quotes (`GET /eapi/v0/quote`) expire after approximately 3 minutes and are only valid for bank transfer ramp creation.\n- **Eligibility gate**: Never create a ramp or invoke the SDK when `paymentReady` is `false`. Always check eligibility and satisfy all requirements before payment execution.\n- **Webhooks**: Verify all inbound webhook signatures with HMAC-SHA256 before processing. Return HTTP 200 immediately and process asynchronously.\n- **Product selection**: Banxa Native is for partners who manage their own KYC. Banxa Hosted Checkout is for partners who do not do KYC. These are separate products with separate flows: do not mix endpoints across products.\n- **SDK scope**: The React Native SDK has no `banxa.customerIdentity` module. Identity and KYC are handled through the Native API only. `primerCallbacks` and `primerSettings` are Native context only and must not be referenced in Hosted Checkout integrations.\n- **Payment method naming**: Never use \"eAPI\" or \"EAPI\" as a product name. The correct name is \"Banxa Native API\". The URL path prefix `/eapi/` is correct and should not be changed.\n"},"hide":false,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"on-ramp-overview","__idx":0},"children":["On-Ramp Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["On-ramp refers to the process of converting fiat currency into cryptocurrency. Banxa acts as the payment processor and crypto exchange, handling payments, compliance, and crypto delivery on your behalf."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-it-works","__idx":1},"children":["How it works"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A([Customer initiates buy]) --> B[\"GET /v2/quotes/{orderType}<br/>Fetch live quote\"]\n    B --> C[\"POST /v2/buy<br/>Create order → checkoutUrl\"]\n    C --> D[Redirect or embed checkoutUrl]\n    D --> E[Customer completes checkout<br/>KYC + payment]\n    E --> F[Banxa processes payment<br/>and delivers crypto to wallet]\n    F --> G[Customer redirected to redirectUrl]\n    G --> H([Webhook: order status updates])\n","diagramHtml":"<svg id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 1032\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .error-icon{fill:#552222;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .error-text{fill:#552222;stroke:#552222;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-thickness-normal{stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-thickness-thick{stroke-width:3.5px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-pattern-solid{stroke-dasharray:0;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .marker{fill:#333333;stroke:#333333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .marker.cross{stroke:#333333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 p{margin:0;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster-label text{fill:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster-label span{color:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster-label span p{background-color:transparent;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .label text,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 span{fill:#333;color:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node rect,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node circle,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node ellipse,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node polygon,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .rough-node .label text,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node .label text,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .image-shape .label,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .icon-shape .label{text-anchor:middle;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .rough-node .label,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node .label,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .image-shape .label,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .icon-shape .label{text-align:center;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node.clickable{cursor:pointer;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .arrowheadPath{fill:#333333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .flowchart-link{stroke:#333333;fill:none;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster text{fill:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .cluster span{color:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 rect.text{fill:none;stroke-width:0;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .icon-shape,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .icon-shape p,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .icon-shape .label rect,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 .node .neo-node{stroke:#9370DB;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node rect,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].cluster rect,#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,199L138,203.167C138,207.333,138,215.667,138,223.333C138,231,138,238,138,241.5L138,245\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxOTl9LHsieCI6MTM4LCJ5IjoyMjR9LHsieCI6MTM4LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,351L138,355.167C138,359.333,138,367.667,138,375.333C138,383,138,390,138,393.5L138,397\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozNTF9LHsieCI6MTM4LCJ5IjozNzZ9LHsieCI6MTM4LCJ5Ijo0MDF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,479L138,483.167C138,487.333,138,495.667,138,503.333C138,511,138,518,138,521.5L138,525\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0Nzl9LHsieCI6MTM4LCJ5Ijo1MDR9LHsieCI6MTM4LCJ5Ijo1Mjl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,631L138,635.167C138,639.333,138,647.667,138,655.333C138,663,138,670,138,673.5L138,677\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo2MzF9LHsieCI6MTM4LCJ5Ijo2NTZ9LHsieCI6MTM4LCJ5Ijo2ODF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,783L138,787.167C138,791.333,138,799.667,138,807.333C138,815,138,822,138,825.5L138,829\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3ODN9LHsieCI6MTM4LCJ5Ijo4MDh9LHsieCI6MTM4LCJ5Ijo4MzN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path><path d=\"M138,911L138,915.167C138,919.333,138,927.667,138.07,935.417C138.141,943.167,138.281,950.334,138.351,953.917L138.422,957.501\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo5MTF9LHsieCI6MTM4LCJ5Ijo5MzZ9LHsieCI6MTM4LjUsInkiOjk2MS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" 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=\"L_B_C_0\" 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=\"L_C_D_0\" 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=\"L_D_E_0\" 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=\"L_E_F_0\" 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=\"L_F_G_0\" 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=\"L_G_H_0\" 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=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-76.8828125 -19.5 C-21.217261909910484 -19.5, 34.44828868017903 -19.5, 76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 C77.21166875264994 -19.489454220057382, 77.5405250052999 -19.47890844011476, 78.1321817896239 -19.45993515863156 C78.54986864950195 -19.41964140960107, 78.96755550937998 -19.379347660570577, 79.37641715284786 -19.3399052695533 C79.82046281506284 -19.268115410511925, 80.26450847727781 -19.196325551470547, 80.61040575967675 -19.140403561325776 C80.96961464924206 -19.058416476339563, 81.32882353880738 -18.976429391353346, 81.82907688623538 -18.862249829261074 C82.19779110671298 -18.752817384043762, 82.56650532719058 -18.64338493882645, 83.0274227514606 -18.50658706670804 C83.27902983747971 -18.4139933332226, 83.53063692349883 -18.32139959973716, 84.2005190951478 -18.074876768247425 C84.48481935154739 -17.94902547820679, 84.76911960794698 -17.823174188166156, 85.34354541279238 -17.568892924097174 C85.72382060732333 -17.37050359868826, 86.1040958018543 -17.172114273279348, 86.45180476407678 -16.990714730406097 C86.87303588425748 -16.735361949923732, 87.29426700443815 -16.48000916944137, 87.5207430736057 -16.342718045390892 C87.84859950131151 -16.114019594099325, 88.17645592901734 -15.885321142807758, 88.54596784457871 -15.627565626425154 C88.84792849202421 -15.386760045597667, 89.1498891394697 -15.14595446477018, 89.52326620850187 -14.848196188198123 C89.85728943727433 -14.544845129597315, 90.19131266604678 -14.241494070996508, 90.44862223676799 -14.007812326905688 C90.62663588328586 -13.8239986216838, 90.80464952980374 -13.64018491646191, 91.31823344296865 -13.10986736009568 C91.61620187148237 -12.759856689079562, 91.9141702999961 -12.409846018063442, 92.12852640812658 -12.158051136245305 C92.31955261291105 -11.902093424679364, 92.51057881769555 -11.646135713113424, 92.87617146464063 -11.156274872382312 C93.09300175862201 -10.823165313740432, 93.30983205260338 -10.490055755098552, 93.55809637860425 -10.108655082055241 C93.69338578317503 -9.868435044702078, 93.82867518774582 -9.628215007348915, 94.1714989742735 -9.019496659696287 C94.3267832513564 -8.697045535782367, 94.48206752843932 -8.374594411868447, 94.71385864880834 -7.893275190886684 C94.87383376765708 -7.49813355442179, 95.03380888650581 -7.1029919179568966, 95.18294672997033 -6.734618561215508 C95.338431551263 -6.266323052623991, 95.49391637255567 -5.798027544032474, 95.57683563421489 -5.548287939305138 C95.7002570326198 -5.077628656014763, 95.82367843102472 -4.6069693727243894, 95.89390678754556 -4.339158212148133 C95.94339251701851 -4.085059450117182, 95.99287824649146 -3.83096068808623, 96.13285727658177 -3.1121979531509023 C96.17976248516905 -2.7484104178291235, 96.22666769375631 -2.3846228825073448, 96.29270520250937 -1.872449005199798 C96.31590788106233 -1.511048557872385, 96.33911055961529 -1.1496481105449718, 96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.17406414291522754, 96.37279371591342 0.2768774768168206, 96.37279371591342 0.625005762647271 C96.35120725833714 0.9612322636727935, 96.32962080076085 1.2974587646983158, 96.29270520250937 1.8724490051997846 C96.25993594990769 2.1266008573575284, 96.22716669730602 2.3807527095152716, 96.13285727658177 3.1121979531508885 C96.05874337251451 3.492757186557092, 95.98462946844725 3.8733164199632957, 95.89390678754556 4.339158212148129 C95.77851835109716 4.779184329990583, 95.66312991464876 5.219210447833037, 95.57683563421489 5.548287939305125 C95.45347033260383 5.919844572166087, 95.33010503099278 6.291401205027049, 95.18294672997033 6.734618561215495 C95.06619316907829 7.0230021138953616, 94.94943960818625 7.311385666575229, 94.71385864880834 7.893275190886679 C94.5473291450501 8.239077268601235, 94.38079964129186 8.584879346315793, 94.1714989742735 9.019496659696284 C93.99274798727522 9.336887137611901, 93.81399700027696 9.654277615527521, 93.55809637860425 10.108655082055236 C93.33387170152372 10.453124398807304, 93.10964702444319 10.797593715559374, 92.87617146464065 11.156274872382301 C92.59897236479338 11.52769641282013, 92.32177326494612 11.89911795325796, 92.12852640812659 12.158051136245302 C91.93793436884594 12.381931390578613, 91.74734232956529 12.605811644911922, 91.31823344296866 13.10986736009567 C91.13801525107577 13.2959574394138, 90.9577970591829 13.482047518731926, 90.44862223676799 14.007812326905684 C90.13950720624668 14.288542418889621, 89.83039217572535 14.569272510873558, 89.5232662085019 14.848196188198111 C89.21087102316638 15.097323035318166, 88.89847583783087 15.34644988243822, 88.54596784457871 15.627565626425152 C88.2085912001311 15.862904968792263, 87.87121455568347 16.098244311159373, 87.5207430736057 16.34271804539089 C87.27946191238131 16.488984103250605, 87.03818075115691 16.63525016111032, 86.45180476407678 16.990714730406093 C86.14903911420977 17.148667376011062, 85.84627346434274 17.30662002161603, 85.34354541279238 17.56889292409717 C85.10925896142597 17.67260458625643, 84.87497251005956 17.77631624841569, 84.2005190951478 18.07487676824742 C83.94945674950631 18.16727003223837, 83.69839440386484 18.259663296229316, 83.02742275146062 18.506587066708033 C82.59752247993163 18.634179210705266, 82.16762220840263 18.7617713547025, 81.82907688623541 18.86224982926107 C81.46319067509138 18.945760969324034, 81.09730446394734 19.029272109386994, 80.61040575967677 19.140403561325773 C80.25980641601876 19.19708574426988, 79.90920707236076 19.253767927213993, 79.37641715284788 19.3399052695533 C78.98691632449425 19.377479946021293, 78.59741549614061 19.415054622489286, 78.1321817896239 19.45993515863156 C77.72711302693077 19.47292492543261, 77.32204426423763 19.485914692233663, 76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 C25.57069164727063 19.5, -25.741429205458743 19.5, -76.8828125 19.5 C-77.2332291136633 19.48876282124438, -77.5836457273266 19.47752564248876, -78.1321817896239 19.45993515863156 C-78.52906495599352 19.421648316893723, -78.92594812236312 19.38336147515589, -79.37641715284786 19.3399052695533 C-79.76887565797303 19.276455622005823, -80.1613341630982 19.213005974458348, -80.61040575967675 19.140403561325773 C-81.01632839406871 19.04775436891855, -81.42225102846066 18.955105176511328, -81.82907688623538 18.862249829261074 C-82.11648431870536 18.776948811936386, -82.40389175117534 18.691647794611697, -83.02742275146059 18.506587066708043 C-83.37063721885963 18.380280970065442, -83.71385168625865 18.25397487342284, -84.2005190951478 18.074876768247425 C-84.45797428732122 17.960908991809177, -84.71542947949465 17.846941215370933, -85.34354541279238 17.568892924097174 C-85.72801262555252 17.36831662546321, -86.11247983831267 17.167740326829243, -86.45180476407678 16.990714730406097 C-86.72101743080684 16.8275164297651, -86.9902300975369 16.6643181291241, -87.52074307360569 16.3427180453909 C-87.9260500484683 16.0599934451829, -88.33135702333091 15.777268844974905, -88.54596784457871 15.627565626425156 C-88.82162468214608 15.407736634001699, -89.09728151971345 15.187907641578244, -89.52326620850187 14.848196188198125 C-89.88650270884936 14.518314409293675, -90.24973920919686 14.188432630389226, -90.44862223676797 14.007812326905697 C-90.73664284306115 13.710407403976445, -91.02466344935432 13.413002481047196, -91.31823344296865 13.109867360095677 C-91.56931212986264 12.81493604768799, -91.82039081675663 12.520004735280303, -92.12852640812658 12.158051136245307 C-92.42571860648226 11.759840665214947, -92.72291080483794 11.361630194184587, -92.87617146464063 11.156274872382316 C-93.1433027122605 10.745889541254382, -93.4104339598804 10.335504210126446, -93.55809637860425 10.108655082055249 C-93.70349628532607 9.850482824333548, -93.8488961920479 9.592310566611847, -94.1714989742735 9.019496659696289 C-94.37848102851383 8.589693995359752, -94.58546308275416 8.159891331023214, -94.71385864880834 7.893275190886686 C-94.88351647250661 7.474217086241083, -95.05317429620489 7.055158981595479, -95.18294672997033 6.73461856121551 C-95.31870667763715 6.325731229253226, -95.45446662530398 5.916843897290944, -95.57683563421489 5.5482879393051325 C-95.66264783530866 5.22104882529136, -95.74846003640243 4.893809711277588, -95.89390678754556 4.339158212148136 C-95.95834641523247 4.0082743432959616, -96.02278604291939 3.6773904744437877, -96.13285727658177 3.112197953150904 C-96.17165690958208 2.811275661454693, -96.21045654258239 2.510353369758482, -96.29270520250937 1.872449005199809 C-96.32165516533215 1.4215299662457084, -96.35060512815491 0.9706109272916075, -96.37279371591342 0.6250057626472781 C-96.37279371591342 0.17479129069480132, -96.37279371591342 -0.2754231812576755, -96.37279371591342 -0.6250057626472687 C-96.34469549360786 -1.0626582555330786, -96.31659727130231 -1.5003107484188885, -96.29270520250937 -1.8724490051997822 C-96.23939138334501 -2.2859404586341574, -96.18607756418065 -2.6994319120685324, -96.13285727658177 -3.112197953150895 C-96.07322030883357 -3.4184211782603087, -96.01358334108538 -3.724644403369722, -95.89390678754556 -4.339158212148126 C-95.82863857786556 -4.588054183078972, -95.76337036818556 -4.836950154009818, -95.57683563421489 -5.548287939305123 C-95.42062785629757 -6.018760878062564, -95.26442007838025 -6.489233816820007, -95.18294672997033 -6.734618561215485 C-95.03179048763454 -7.107977402192031, -94.88063424529874 -7.481336243168576, -94.71385864880834 -7.893275190886676 C-94.50594821435773 -8.325005656594035, -94.2980377799071 -8.756736122301396, -94.1714989742735 -9.019496659696282 C-93.96099238123547 -9.393272431739302, -93.75048578819742 -9.767048203782323, -93.55809637860425 -10.108655082055243 C-93.31651071216413 -10.479795540542037, -93.07492504572402 -10.85093599902883, -92.87617146464063 -11.156274872382308 C-92.59729493734596 -11.529944012782877, -92.3184184100513 -11.903613153183446, -92.12852640812659 -12.158051136245302 C-91.84318452067362 -12.49322995366091, -91.55784263322066 -12.828408771076516, -91.31823344296866 -13.10986736009567 C-91.10992784629951 -13.324959990864102, -90.90162224963038 -13.540052621632535, -90.44862223676799 -14.007812326905677 C-90.15111451203862 -14.278000970881845, -89.85360678730926 -14.548189614858014, -89.5232662085019 -14.848196188198107 C-89.24528892137913 -15.069875677392238, -88.96731163425635 -15.291555166586368, -88.54596784457871 -15.627565626425149 C-88.25010680444102 -15.833945480407206, -87.95424576430331 -16.040325334389262, -87.52074307360571 -16.342718045390885 C-87.15682217408462 -16.563329033317153, -86.79290127456355 -16.783940021243424, -86.45180476407678 -16.99071473040609 C-86.16493734744247 -17.140373277916858, -85.87806993080818 -17.290031825427626, -85.3435454127924 -17.56889292409717 C-84.92428632022246 -17.754486487498784, -84.50502722765252 -17.9400800509004, -84.20051909514781 -18.07487676824742 C-83.83639033250134 -18.20887951887071, -83.47226156985485 -18.342882269493995, -83.02742275146062 -18.506587066708033 C-82.63054855710193 -18.624377244358534, -82.23367436274324 -18.742167422009036, -81.82907688623541 -18.862249829261067 C-81.35801788193632 -18.969765973045057, -80.88695887763723 -19.077282116829046, -80.61040575967677 -19.140403561325773 C-80.30581250655757 -19.189647836334128, -80.00121925343839 -19.23889211134248, -79.37641715284788 -19.3399052695533 C-79.00970611830847 -19.37528144202077, -78.64299508376907 -19.41065761448824, -78.1321817896239 -19.45993515863156 C-77.7900379230222 -19.47090704649084, -77.4478940564205 -19.48187893435012, -76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-76.8828125 -19.5 C-18.99637582749134 -19.5, 38.89006084501732 -19.5, 76.8828125 -19.5 M-76.8828125 -19.5 C-45.63426240803287 -19.5, -14.385712316065728 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C77.17963295277461 -19.49048154580548, 77.47645340554921 -19.480963091610963, 78.1321817896239 -19.45993515863156 M76.8828125 -19.5 C77.3623376517058 -19.48462256172388, 77.84186280341159 -19.469245123447763, 78.1321817896239 -19.45993515863156 M78.1321817896239 -19.45993515863156 C78.58626289045625 -19.416130500946682, 79.04034399128861 -19.37232584326181, 79.37641715284786 -19.3399052695533 M78.1321817896239 -19.45993515863156 C78.56436364181903 -19.418243095125018, 78.99654549401417 -19.376551031618476, 79.37641715284786 -19.3399052695533 M79.37641715284786 -19.3399052695533 C79.8652216561542 -19.260879148194267, 80.35402615946055 -19.18185302683524, 80.61040575967675 -19.140403561325776 M79.37641715284786 -19.3399052695533 C79.7402910059179 -19.281076966872813, 80.10416485898793 -19.222248664192325, 80.61040575967675 -19.140403561325776 M80.61040575967675 -19.140403561325776 C80.91211211997933 -19.07154105340471, 81.21381848028189 -19.002678545483647, 81.82907688623538 -18.862249829261074 M80.61040575967675 -19.140403561325776 C80.91270871811841 -19.071404883772633, 81.21501167656007 -19.002406206219487, 81.82907688623538 -18.862249829261074 M81.82907688623538 -18.862249829261074 C82.22982611530945 -18.743309561647525, 82.6305753443835 -18.624369294033972, 83.0274227514606 -18.50658706670804 M81.82907688623538 -18.862249829261074 C82.2171704394302 -18.747065699817487, 82.60526399262501 -18.631881570373896, 83.0274227514606 -18.50658706670804 M83.0274227514606 -18.50658706670804 C83.2976904782356 -18.407126044927367, 83.56795820501057 -18.30766502314669, 84.2005190951478 -18.074876768247425 M83.0274227514606 -18.50658706670804 C83.49036110648663 -18.33622147270322, 83.95329946151266 -18.1658558786984, 84.2005190951478 -18.074876768247425 M84.2005190951478 -18.074876768247425 C84.52784490476965 -17.929979342102985, 84.8551707143915 -17.785081915958543, 85.34354541279238 -17.568892924097174 M84.2005190951478 -18.074876768247425 C84.5123352581693 -17.93684500257564, 84.82415142119079 -17.798813236903857, 85.34354541279238 -17.568892924097174 M85.34354541279238 -17.568892924097174 C85.65722402008092 -17.405246995595483, 85.97090262736945 -17.241601067093793, 86.45180476407678 -16.990714730406097 M85.34354541279238 -17.568892924097174 C85.72766498883085 -17.368497987318236, 86.11178456486932 -17.168103050539298, 86.45180476407678 -16.990714730406097 M86.45180476407678 -16.990714730406097 C86.78065296743257 -16.791365017005262, 87.10950117078838 -16.592015303604427, 87.5207430736057 -16.342718045390892 M86.45180476407678 -16.990714730406097 C86.77562072600796 -16.794415591329603, 87.09943668793913 -16.59811645225311, 87.5207430736057 -16.342718045390892 M87.5207430736057 -16.342718045390892 C87.74485515064235 -16.186387162105575, 87.968967227679 -16.030056278820258, 88.54596784457871 -15.627565626425154 M87.5207430736057 -16.342718045390892 C87.73808216463333 -16.191111703947634, 87.95542125566095 -16.039505362504375, 88.54596784457871 -15.627565626425154 M88.54596784457871 -15.627565626425154 C88.78165102019975 -15.43961456566008, 89.01733419582078 -15.251663504895006, 89.52326620850187 -14.848196188198123 M88.54596784457871 -15.627565626425154 C88.77399995905299 -15.445716083321333, 89.00203207352726 -15.26386654021751, 89.52326620850187 -14.848196188198123 M89.52326620850187 -14.848196188198123 C89.77699025313471 -14.617770724032926, 90.03071429776756 -14.38734525986773, 90.44862223676799 -14.007812326905688 M89.52326620850187 -14.848196188198123 C89.85375813136834 -14.548052168187896, 90.18425005423482 -14.247908148177668, 90.44862223676799 -14.007812326905688 M90.44862223676799 -14.007812326905688 C90.68737666488283 -13.761278777774004, 90.9261310929977 -13.51474522864232, 91.31823344296865 -13.10986736009568 M90.44862223676799 -14.007812326905688 C90.66374721522651 -13.785678124558068, 90.87887219368501 -13.563543922210448, 91.31823344296865 -13.10986736009568 M91.31823344296865 -13.10986736009568 C91.57691497266902 -12.80600531591361, 91.83559650236937 -12.502143271731539, 92.12852640812658 -12.158051136245305 M91.31823344296865 -13.10986736009568 C91.61627498042122 -12.75977081115997, 91.9143165178738 -12.40967426222426, 92.12852640812658 -12.158051136245305 M92.12852640812658 -12.158051136245305 C92.37747729367868 -11.824479629497723, 92.6264281792308 -11.490908122750142, 92.87617146464063 -11.156274872382312 M92.12852640812658 -12.158051136245305 C92.30496018730193 -11.92164594559828, 92.48139396647728 -11.685240754951254, 92.87617146464063 -11.156274872382312 M92.87617146464063 -11.156274872382312 C93.06781696683251 -10.861855916992614, 93.25946246902438 -10.567436961602915, 93.55809637860425 -10.108655082055241 M92.87617146464063 -11.156274872382312 C93.13142480923756 -10.7641371899612, 93.38667815383447 -10.371999507540089, 93.55809637860425 -10.108655082055241 M93.55809637860425 -10.108655082055241 C93.76528324601213 -9.74077381902724, 93.97247011342 -9.37289255599924, 94.1714989742735 -9.019496659696287 M93.55809637860425 -10.108655082055241 C93.7045920941811 -9.848537104748777, 93.85108780975794 -9.588419127442313, 94.1714989742735 -9.019496659696287 M94.1714989742735 -9.019496659696287 C94.29807561991548 -8.756657546714361, 94.42465226555747 -8.493818433732436, 94.71385864880834 -7.893275190886684 M94.1714989742735 -9.019496659696287 C94.36344902997185 -8.620908261965432, 94.55539908567017 -8.222319864234578, 94.71385864880834 -7.893275190886684 M94.71385864880834 -7.893275190886684 C94.86868395773972 -7.5108536844824725, 95.0235092666711 -7.12843217807826, 95.18294672997033 -6.734618561215508 M94.71385864880834 -7.893275190886684 C94.86915723325825 -7.509684684801525, 95.02445581770817 -7.126094178716365, 95.18294672997033 -6.734618561215508 M95.18294672997033 -6.734618561215508 C95.2677063576928 -6.4793360671281155, 95.3524659854153 -6.224053573040722, 95.57683563421489 -5.548287939305138 M95.18294672997033 -6.734618561215508 C95.3261278249805 -6.3033799158543085, 95.46930891999068 -5.872141270493109, 95.57683563421489 -5.548287939305138 M95.57683563421489 -5.548287939305138 C95.64633774454825 -5.283246270198841, 95.71583985488162 -5.0182046010925445, 95.89390678754556 -4.339158212148133 M95.57683563421489 -5.548287939305138 C95.65242353495277 -5.260038513788177, 95.72801143569065 -4.9717890882712155, 95.89390678754556 -4.339158212148133 M95.89390678754556 -4.339158212148133 C95.95467197385328 -4.027141823184675, 96.015437160161 -3.7151254342212177, 96.13285727658177 -3.1121979531509023 M95.89390678754556 -4.339158212148133 C95.9638077100037 -3.980231748890768, 96.03370863246184 -3.6213052856334027, 96.13285727658177 -3.1121979531509023 M96.13285727658177 -3.1121979531509023 C96.17252063917262 -2.8045767453131667, 96.21218400176346 -2.496955537475431, 96.29270520250937 -1.872449005199798 M96.13285727658177 -3.1121979531509023 C96.19125971380814 -2.659240182888969, 96.24966215103449 -2.2062824126270355, 96.29270520250937 -1.872449005199798 M96.29270520250937 -1.872449005199798 C96.30925754756763 -1.6146328701050523, 96.32580989262587 -1.3568167350103066, 96.37279371591342 -0.6250057626472757 M96.29270520250937 -1.872449005199798 C96.32013109676484 -1.4452685643875165, 96.3475569910203 -1.018088123575235, 96.37279371591342 -0.6250057626472757 M96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.3353859992199476, 96.37279371591342 -0.045766235792619514, 96.37279371591342 0.625005762647271 M96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.1871380724372585, 96.37279371591342 0.2507296177727587, 96.37279371591342 0.625005762647271 M96.37279371591342 0.625005762647271 C96.35567228529126 0.891685864757353, 96.33855085466911 1.1583659668674349, 96.29270520250937 1.8724490051997846 M96.37279371591342 0.625005762647271 C96.35566522625572 0.891795814933902, 96.33853673659802 1.1585858672205331, 96.29270520250937 1.8724490051997846 M96.29270520250937 1.8724490051997846 C96.25748359284675 2.1456208544494615, 96.22226198318414 2.4187927036991383, 96.13285727658177 3.1121979531508885 M96.29270520250937 1.8724490051997846 C96.25937570026099 2.1309460429835836, 96.2260461980126 2.3894430807673825, 96.13285727658177 3.1121979531508885 M96.13285727658177 3.1121979531508885 C96.0533852404455 3.5202700622898977, 95.97391320430921 3.9283421714289073, 95.89390678754556 4.339158212148129 M96.13285727658177 3.1121979531508885 C96.05464089534165 3.5138225397809237, 95.97642451410152 3.915447126410959, 95.89390678754556 4.339158212148129 M95.89390678754556 4.339158212148129 C95.81375443818216 4.644813858518741, 95.73360208881876 4.950469504889353, 95.57683563421489 5.548287939305125 M95.89390678754556 4.339158212148129 C95.77706542576665 4.784724963977629, 95.66022406398774 5.23029171580713, 95.57683563421489 5.548287939305125 M95.57683563421489 5.548287939305125 C95.46434086260857 5.887104267775565, 95.35184609100226 6.225920596246004, 95.18294672997033 6.734618561215495 M95.57683563421489 5.548287939305125 C95.48430227424289 5.8269836763520235, 95.3917689142709 6.105679413398921, 95.18294672997033 6.734618561215495 M95.18294672997033 6.734618561215495 C95.05993991523458 7.038447771787759, 94.93693310049883 7.342276982360023, 94.71385864880834 7.893275190886679 M95.18294672997033 6.734618561215495 C95.0619827421552 7.03340194979847, 94.94101875434006 7.3321853383814455, 94.71385864880834 7.893275190886679 M94.71385864880834 7.893275190886679 C94.57783847759427 8.175723986778136, 94.4418183063802 8.458172782669592, 94.1714989742735 9.019496659696284 M94.71385864880834 7.893275190886679 C94.51196245448658 8.312516958282362, 94.3100662601648 8.731758725678045, 94.1714989742735 9.019496659696284 M94.1714989742735 9.019496659696284 C94.01433528402688 9.298556706278516, 93.85717159378025 9.57761675286075, 93.55809637860425 10.108655082055236 M94.1714989742735 9.019496659696284 C93.98617955587683 9.34855005268555, 93.80086013748017 9.677603445674817, 93.55809637860425 10.108655082055236 M93.55809637860425 10.108655082055236 C93.33149017710059 10.456783059850075, 93.10488397559695 10.804911037644914, 92.87617146464065 11.156274872382301 M93.55809637860425 10.108655082055236 C93.42003503775446 10.320754376261464, 93.28197369690469 10.53285367046769, 92.87617146464065 11.156274872382301 M92.87617146464065 11.156274872382301 C92.58895605977852 11.541117349035892, 92.30174065491639 11.925959825689482, 92.12852640812659 12.158051136245302 M92.87617146464065 11.156274872382301 C92.68275030883846 11.41544160012744, 92.48932915303628 11.67460832787258, 92.12852640812659 12.158051136245302 M92.12852640812659 12.158051136245302 C91.96494214048886 12.350206525221102, 91.80135787285113 12.542361914196903, 91.31823344296866 13.10986736009567 M92.12852640812659 12.158051136245302 C91.85886476997301 12.474811040602388, 91.58920313181943 12.791570944959474, 91.31823344296866 13.10986736009567 M91.31823344296866 13.10986736009567 C90.97552905193791 13.463737780388698, 90.63282466090715 13.817608200681724, 90.44862223676799 14.007812326905684 M91.31823344296866 13.10986736009567 C91.06110289232498 13.375375764446089, 90.80397234168129 13.640884168796505, 90.44862223676799 14.007812326905684 M90.44862223676799 14.007812326905684 C90.14273363065158 14.285612265611602, 89.83684502453515 14.56341220431752, 89.5232662085019 14.848196188198111 M90.44862223676799 14.007812326905684 C90.13304491802893 14.294411298066196, 89.81746759928987 14.581010269226708, 89.5232662085019 14.848196188198111 M89.5232662085019 14.848196188198111 C89.32662543659163 15.005011970965839, 89.12998466468137 15.161827753733567, 88.54596784457871 15.627565626425152 M89.5232662085019 14.848196188198111 C89.26596884702222 15.053383987007805, 89.00867148554255 15.2585717858175, 88.54596784457871 15.627565626425152 M88.54596784457871 15.627565626425152 C88.3159800421359 15.787995161397747, 88.0859922396931 15.948424696370344, 87.5207430736057 16.34271804539089 M88.54596784457871 15.627565626425152 C88.17556466818719 15.885942847780797, 87.80516149179569 16.14432006913644, 87.5207430736057 16.34271804539089 M87.5207430736057 16.34271804539089 C87.09621045274076 16.60007221498982, 86.67167783187581 16.85742638458875, 86.45180476407678 16.990714730406093 M87.5207430736057 16.34271804539089 C87.2410726503033 16.512255899522646, 86.96140222700087 16.681793753654404, 86.45180476407678 16.990714730406093 M86.45180476407678 16.990714730406093 C86.07707244712114 17.18621234013435, 85.70234013016548 17.381709949862607, 85.34354541279238 17.56889292409717 M86.45180476407678 16.990714730406093 C86.05136196141027 17.199625484061354, 85.65091915874376 17.408536237716618, 85.34354541279238 17.56889292409717 M85.34354541279238 17.56889292409717 C85.11096607254164 17.671848898805173, 84.8783867322909 17.774804873513176, 84.2005190951478 18.07487676824742 M85.34354541279238 17.56889292409717 C84.9956324866949 17.72290365601026, 84.64771956059741 17.87691438792335, 84.2005190951478 18.07487676824742 M84.2005190951478 18.07487676824742 C83.76407887937032 18.235490802062664, 83.32763866359285 18.396104835877903, 83.02742275146062 18.506587066708033 M84.2005190951478 18.07487676824742 C83.89645989696105 18.186773363872565, 83.59240069877428 18.298669959497705, 83.02742275146062 18.506587066708033 M83.02742275146062 18.506587066708033 C82.57458145127738 18.64098798758993, 82.12174015109413 18.775388908471825, 81.82907688623541 18.86224982926107 M83.02742275146062 18.506587066708033 C82.6961596018455 18.60490423067805, 82.36489645223037 18.703221394648065, 81.82907688623541 18.86224982926107 M81.82907688623541 18.86224982926107 C81.43342058382522 18.952555798387532, 81.03776428141502 19.042861767513994, 80.61040575967677 19.140403561325773 M81.82907688623541 18.86224982926107 C81.39780225589479 18.960685449306343, 80.96652762555416 19.05912106935161, 80.61040575967677 19.140403561325773 M80.61040575967677 19.140403561325773 C80.33516254615621 19.184902749544776, 80.05991933263566 19.22940193776378, 79.37641715284788 19.3399052695533 M80.61040575967677 19.140403561325773 C80.30600659392888 19.189616457793104, 80.001607428181 19.238829354260435, 79.37641715284788 19.3399052695533 M79.37641715284788 19.3399052695533 C78.88266427686003 19.387537015675132, 78.38891140087219 19.43516876179697, 78.1321817896239 19.45993515863156 M79.37641715284788 19.3399052695533 C78.9200470494351 19.38393074456418, 78.46367694602232 19.42795621957506, 78.1321817896239 19.45993515863156 M78.1321817896239 19.45993515863156 C77.72765870638524 19.472907426554606, 77.32313562314657 19.485879694477656, 76.8828125 19.5 M78.1321817896239 19.45993515863156 C77.64766398219044 19.47547270165925, 77.16314617475697 19.49101024468694, 76.8828125 19.5 M76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 M76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 M76.8828125 19.5 C32.24101535970616 19.5, -12.400781780587678 19.5, -76.8828125 19.5 M76.8828125 19.5 C25.187328220869148 19.5, -26.508156058261704 19.5, -76.8828125 19.5 M-76.8828125 19.5 C-77.21346930491751 19.489396479850722, -77.544126109835 19.478792959701444, -78.1321817896239 19.45993515863156 M-76.8828125 19.5 C-77.34814454485681 19.485077707035323, -77.81347658971362 19.470155414070643, -78.1321817896239 19.45993515863156 M-78.1321817896239 19.45993515863156 C-78.47639800710564 19.426729034111663, -78.82061422458737 19.39352290959177, -79.37641715284786 19.3399052695533 M-78.1321817896239 19.45993515863156 C-78.5126777880077 19.423229167280862, -78.89317378639149 19.38652317593017, -79.37641715284786 19.3399052695533 M-79.37641715284786 19.3399052695533 C-79.84914876142864 19.263477689166336, -80.32188037000941 19.187050108779374, -80.61040575967675 19.140403561325773 M-79.37641715284786 19.3399052695533 C-79.8256545628136 19.267276048998184, -80.27489197277932 19.194646828443073, -80.61040575967675 19.140403561325773 M-80.61040575967675 19.140403561325773 C-80.95693494703593 19.061310535625317, -81.30346413439511 18.982217509924865, -81.82907688623538 18.862249829261074 M-80.61040575967675 19.140403561325773 C-81.01476412218106 19.048111403769077, -81.41912248468539 18.955819246212382, -81.82907688623538 18.862249829261074 M-81.82907688623538 18.862249829261074 C-82.24385645317044 18.739145431017125, -82.6586360201055 18.61604103277318, -83.02742275146059 18.506587066708043 M-81.82907688623538 18.862249829261074 C-82.12948141237821 18.773091342757418, -82.42988593852105 18.68393285625376, -83.02742275146059 18.506587066708043 M-83.02742275146059 18.506587066708043 C-83.45647984158492 18.34869009138203, -83.88553693170924 18.190793116056014, -84.2005190951478 18.074876768247425 M-83.02742275146059 18.506587066708043 C-83.37033288215036 18.380392968787707, -83.71324301284014 18.25419887086737, -84.2005190951478 18.074876768247425 M-84.2005190951478 18.074876768247425 C-84.45878703741852 17.96054921145048, -84.71705497968924 17.846221654653537, -85.34354541279238 17.568892924097174 M-84.2005190951478 18.074876768247425 C-84.46689982737621 17.95695791999357, -84.73328055960464 17.839039071739716, -85.34354541279238 17.568892924097174 M-85.34354541279238 17.568892924097174 C-85.58275361592533 17.444098157742886, -85.82196181905827 17.319303391388594, -86.45180476407678 16.990714730406097 M-85.34354541279238 17.568892924097174 C-85.76857649826194 17.34715447905311, -86.1936075837315 17.125416034009042, -86.45180476407678 16.990714730406097 M-86.45180476407678 16.990714730406097 C-86.83345246444111 16.759357651634406, -87.21510016480543 16.52800057286272, -87.52074307360569 16.3427180453909 M-86.45180476407678 16.990714730406097 C-86.86310422900634 16.741382577701856, -87.2744036939359 16.49205042499761, -87.52074307360569 16.3427180453909 M-87.52074307360569 16.3427180453909 C-87.83449710615362 16.12385681447862, -88.14825113870157 15.904995583566343, -88.54596784457871 15.627565626425156 M-87.52074307360569 16.3427180453909 C-87.86545649255594 16.10226088673461, -88.21016991150618 15.861803728078318, -88.54596784457871 15.627565626425156 M-88.54596784457871 15.627565626425156 C-88.92210750920448 15.327604253382948, -89.29824717383026 15.02764288034074, -89.52326620850187 14.848196188198125 M-88.54596784457871 15.627565626425156 C-88.91173736927391 15.335874164016575, -89.27750689396909 15.044182701607996, -89.52326620850187 14.848196188198125 M-89.52326620850187 14.848196188198125 C-89.76758460012952 14.6263126892323, -90.01190299175717 14.404429190266477, -90.44862223676797 14.007812326905697 M-89.52326620850187 14.848196188198125 C-89.77716157047553 14.617615138156799, -90.0310569324492 14.387034088115474, -90.44862223676797 14.007812326905697 M-90.44862223676797 14.007812326905697 C-90.66336985238695 13.786067782671962, -90.87811746800594 13.564323238438229, -91.31823344296865 13.109867360095677 M-90.44862223676797 14.007812326905697 C-90.65674651513368 13.792906922172069, -90.86487079349939 13.578001517438441, -91.31823344296865 13.109867360095677 M-91.31823344296865 13.109867360095677 C-91.57272549211159 12.810926518164564, -91.82721754125451 12.51198567623345, -92.12852640812658 12.158051136245307 M-91.31823344296865 13.109867360095677 C-91.50239814652726 12.89353702002724, -91.68656285008586 12.677206679958802, -92.12852640812658 12.158051136245307 M-92.12852640812658 12.158051136245307 C-92.37938742313878 11.82192023003757, -92.63024843815099 11.485789323829835, -92.87617146464063 11.156274872382316 M-92.12852640812658 12.158051136245307 C-92.36638141803527 11.839347092004829, -92.60423642794397 11.520643047764352, -92.87617146464063 11.156274872382316 M-92.87617146464063 11.156274872382316 C-93.09442415185046 10.820980135775473, -93.31267683906027 10.48568539916863, -93.55809637860425 10.108655082055249 M-92.87617146464063 11.156274872382316 C-93.14124098123149 10.749056913767259, -93.40631049782235 10.341838955152202, -93.55809637860425 10.108655082055249 M-93.55809637860425 10.108655082055249 C-93.70640674337379 9.845315011353996, -93.85471710814333 9.581974940652742, -94.1714989742735 9.019496659696289 M-93.55809637860425 10.108655082055249 C-93.78851794493998 9.699518258312438, -94.01893951127573 9.290381434569628, -94.1714989742735 9.019496659696289 M-94.1714989742735 9.019496659696289 C-94.31506591726709 8.721376830729627, -94.45863286026068 8.423257001762963, -94.71385864880834 7.893275190886686 M-94.1714989742735 9.019496659696289 C-94.29233779933485 8.768572253919743, -94.4131766243962 8.517647848143197, -94.71385864880834 7.893275190886686 M-94.71385864880834 7.893275190886686 C-94.81980080093403 7.6315960268840435, -94.92574295305974 7.3699168628814, -95.18294672997033 6.73461856121551 M-94.71385864880834 7.893275190886686 C-94.86716953448035 7.514594339212492, -95.02048042015237 7.135913487538296, -95.18294672997033 6.73461856121551 M-95.18294672997033 6.73461856121551 C-95.31531556661356 6.3359447153560895, -95.44768440325682 5.93727086949667, -95.57683563421489 5.5482879393051325 M-95.18294672997033 6.73461856121551 C-95.33505181983577 6.2765022651957425, -95.48715690970121 5.818385969175975, -95.57683563421489 5.5482879393051325 M-95.57683563421489 5.5482879393051325 C-95.65556736770561 5.248049716955841, -95.73429910119634 4.947811494606549, -95.89390678754556 4.339158212148136 M-95.57683563421489 5.5482879393051325 C-95.65892532957376 5.2352443530026935, -95.74101502493265 4.9222007667002545, -95.89390678754556 4.339158212148136 M-95.89390678754556 4.339158212148136 C-95.97708857555476 3.9120373111979783, -96.06027036356397 3.4849164102478203, -96.13285727658177 3.112197953150904 M-95.89390678754556 4.339158212148136 C-95.95082640393599 4.04688801194848, -96.00774602032641 3.754617811748823, -96.13285727658177 3.112197953150904 M-96.13285727658177 3.112197953150904 C-96.19602075923413 2.6223144547397106, -96.25918424188649 2.132430956328517, -96.29270520250937 1.872449005199809 M-96.13285727658177 3.112197953150904 C-96.17109204098556 2.8156566707433863, -96.20932680538934 2.5191153883358686, -96.29270520250937 1.872449005199809 M-96.29270520250937 1.872449005199809 C-96.31700602083757 1.4939441444705668, -96.34130683916577 1.1154392837413245, -96.37279371591342 0.6250057626472781 M-96.29270520250937 1.872449005199809 C-96.32252508228333 1.4079803075464474, -96.35234496205732 0.9435116098930859, -96.37279371591342 0.6250057626472781 M-96.37279371591342 0.6250057626472781 C-96.37279371591342 0.35496520193175146, -96.37279371591342 0.08492464121622478, -96.37279371591342 -0.6250057626472687 M-96.37279371591342 0.6250057626472781 C-96.37279371591342 0.3530631471678348, -96.37279371591342 0.0811205316883915, -96.37279371591342 -0.6250057626472687 M-96.37279371591342 -0.6250057626472687 C-96.34939376504977 -0.9894788854490385, -96.3259938141861 -1.3539520082508083, -96.29270520250937 -1.8724490051997822 M-96.37279371591342 -0.6250057626472687 C-96.35085216110345 -0.9667631897167437, -96.32891060629349 -1.3085206167862187, -96.29270520250937 -1.8724490051997822 M-96.29270520250937 -1.8724490051997822 C-96.25636782277395 -2.154274546800447, -96.22003044303852 -2.436100088401112, -96.13285727658177 -3.112197953150895 M-96.29270520250937 -1.8724490051997822 C-96.2294828966513 -2.362788724778447, -96.16626059079326 -2.8531284443571123, -96.13285727658177 -3.112197953150895 M-96.13285727658177 -3.112197953150895 C-96.05909544004695 -3.4909493941875662, -95.98533360351212 -3.8697008352242372, -95.89390678754556 -4.339158212148126 M-96.13285727658177 -3.112197953150895 C-96.06403399109294 -3.4655909783295322, -95.99521070560411 -3.818984003508169, -95.89390678754556 -4.339158212148126 M-95.89390678754556 -4.339158212148126 C-95.78849756659729 -4.741129256269236, -95.68308834564901 -5.143100300390346, -95.57683563421489 -5.548287939305123 M-95.89390678754556 -4.339158212148126 C-95.81150869335833 -4.653377856843947, -95.72911059917111 -4.9675975015397675, -95.57683563421489 -5.548287939305123 M-95.57683563421489 -5.548287939305123 C-95.44645304476187 -5.9409795250930815, -95.31607045530886 -6.33367111088104, -95.18294672997033 -6.734618561215485 M-95.57683563421489 -5.548287939305123 C-95.43972971682638 -5.961229117617981, -95.30262379943785 -6.374170295930838, -95.18294672997033 -6.734618561215485 M-95.18294672997033 -6.734618561215485 C-95.03654346091538 -7.096237466295844, -94.89014019186044 -7.457856371376202, -94.71385864880834 -7.893275190886676 M-95.18294672997033 -6.734618561215485 C-95.06524551825903 -7.025342829740504, -94.94754430654774 -7.316067098265523, -94.71385864880834 -7.893275190886676 M-94.71385864880834 -7.893275190886676 C-94.49701991790573 -8.343545455211538, -94.28018118700312 -8.793815719536399, -94.1714989742735 -9.019496659696282 M-94.71385864880834 -7.893275190886676 C-94.50208882575355 -8.333019759608312, -94.29031900269874 -8.772764328329949, -94.1714989742735 -9.019496659696282 M-94.1714989742735 -9.019496659696282 C-94.01433255219445 -9.298561556923627, -93.85716613011539 -9.577626454150971, -93.55809637860425 -10.108655082055243 M-94.1714989742735 -9.019496659696282 C-94.03850373919362 -9.255643166808508, -93.90550850411373 -9.491789673920733, -93.55809637860425 -10.108655082055243 M-93.55809637860425 -10.108655082055243 C-93.3995355112232 -10.352247153907117, -93.24097464384216 -10.59583922575899, -92.87617146464063 -11.156274872382308 M-93.55809637860425 -10.108655082055243 C-93.31497239857397 -10.482158803311563, -93.07184841854368 -10.855662524567883, -92.87617146464063 -11.156274872382308 M-92.87617146464063 -11.156274872382308 C-92.69653145328535 -11.396976122056685, -92.51689144193007 -11.637677371731062, -92.12852640812659 -12.158051136245302 M-92.87617146464063 -11.156274872382308 C-92.61079396025517 -11.511856551870839, -92.3454164558697 -11.867438231359367, -92.12852640812659 -12.158051136245302 M-92.12852640812659 -12.158051136245302 C-91.8797543377683 -12.45027296561995, -91.63098226741002 -12.742494794994599, -91.31823344296866 -13.10986736009567 M-92.12852640812659 -12.158051136245302 C-91.87410422102967 -12.456909914241898, -91.61968203393276 -12.755768692238494, -91.31823344296866 -13.10986736009567 M-91.31823344296866 -13.10986736009567 C-90.99269487580483 -13.446012657905749, -90.667156308641 -13.782157955715826, -90.44862223676799 -14.007812326905677 M-91.31823344296866 -13.10986736009567 C-91.1169436128392 -13.317715635906742, -90.91565378270973 -13.525563911717816, -90.44862223676799 -14.007812326905677 M-90.44862223676799 -14.007812326905677 C-90.1798742779806 -14.251882112395052, -89.91112631919322 -14.495951897884426, -89.5232662085019 -14.848196188198107 M-90.44862223676799 -14.007812326905677 C-90.18754789182657 -14.24491313933284, -89.92647354688515 -14.482013951760003, -89.5232662085019 -14.848196188198107 M-89.5232662085019 -14.848196188198107 C-89.24486734554876 -15.070211872898348, -88.96646848259563 -15.292227557598588, -88.54596784457871 -15.627565626425149 M-89.5232662085019 -14.848196188198107 C-89.17674437862598 -15.124538126190984, -88.83022254875006 -15.400880064183863, -88.54596784457871 -15.627565626425149 M-88.54596784457871 -15.627565626425149 C-88.19843704280233 -15.869988069378424, -87.85090624102594 -16.1124105123317, -87.52074307360571 -16.342718045390885 M-88.54596784457871 -15.627565626425149 C-88.13792805255092 -15.912196521585834, -87.72988826052313 -16.19682741674652, -87.52074307360571 -16.342718045390885 M-87.52074307360571 -16.342718045390885 C-87.1442269658853 -16.57096432254525, -86.76771085816488 -16.799210599699617, -86.45180476407678 -16.99071473040609 M-87.52074307360571 -16.342718045390885 C-87.28587425307043 -16.485096904641765, -87.05100543253515 -16.627475763892644, -86.45180476407678 -16.99071473040609 M-86.45180476407678 -16.99071473040609 C-86.21035563942391 -17.116678584081953, -85.96890651477104 -17.242642437757812, -85.3435454127924 -17.56889292409717 M-86.45180476407678 -16.99071473040609 C-86.06032846922555 -17.194947662677446, -85.66885217437432 -17.399180594948806, -85.3435454127924 -17.56889292409717 M-85.3435454127924 -17.56889292409717 C-85.0074916294454 -17.717653965303594, -84.67143784609839 -17.866415006510017, -84.20051909514781 -18.07487676824742 M-85.3435454127924 -17.56889292409717 C-84.90748061420138 -17.761925875030762, -84.47141581561036 -17.95495882596435, -84.20051909514781 -18.07487676824742 M-84.20051909514781 -18.07487676824742 C-83.748810425021 -18.241109734403256, -83.29710175489421 -18.40734270055909, -83.02742275146062 -18.506587066708033 M-84.20051909514781 -18.07487676824742 C-83.96336749207063 -18.162150750385212, -83.72621588899344 -18.249424732523003, -83.02742275146062 -18.506587066708033 M-83.02742275146062 -18.506587066708033 C-82.74513746332951 -18.59036785847963, -82.46285217519839 -18.674148650251233, -81.82907688623541 -18.862249829261067 M-83.02742275146062 -18.506587066708033 C-82.74335505360327 -18.590896868330322, -82.45928735574591 -18.67520666995261, -81.82907688623541 -18.862249829261067 M-81.82907688623541 -18.862249829261067 C-81.36738728099664 -18.967627468850583, -80.90569767575786 -19.073005108440096, -80.61040575967677 -19.140403561325773 M-81.82907688623541 -18.862249829261067 C-81.47520598593766 -18.943018553030598, -81.1213350856399 -19.023787276800128, -80.61040575967677 -19.140403561325773 M-80.61040575967677 -19.140403561325773 C-80.1435593625409 -19.21587966636682, -79.67671296540503 -19.291355771407865, -79.37641715284788 -19.3399052695533 M-80.61040575967677 -19.140403561325773 C-80.30009538559908 -19.19057213611376, -79.98978501152138 -19.240740710901754, -79.37641715284788 -19.3399052695533 M-79.37641715284788 -19.3399052695533 C-78.96061763851432 -19.380016948628978, -78.54481812418076 -19.420128627704656, -78.1321817896239 -19.45993515863156 M-79.37641715284788 -19.3399052695533 C-78.94133917195849 -19.381876719111872, -78.5062611910691 -19.423848168670443, -78.1321817896239 -19.45993515863156 M-78.1321817896239 -19.45993515863156 C-77.83767268980831 -19.469379492235458, -77.54316358999272 -19.478823825839356, -76.8828125 -19.5 M-78.1321817896239 -19.45993515863156 C-77.7250203292373 -19.472992034174453, -77.31785886885068 -19.486048909717347, -76.8828125 -19.5 M-76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5 M-76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-84.0078125, -12)\"><rect></rect><foreignObject width=\"168.015625\" 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>Customer initiates buy</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>GET /v2/quotes/{orderType}<br>Fetch live quote</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 300)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>POST /v2/buy<br>Create order → checkoutUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 440)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Redirect or embed checkoutUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 580)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>Customer completes checkout<br>KYC + payment</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 732)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>Banxa processes payment<br>and delivers crypto to wallet</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 872)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Customer redirected to redirectUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-flowchart-H-13\" data-look=\"classic\" transform=\"translate(138, 992.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-83.875 -31.5 C-16.861545345849407 -31.5, 50.151909308301185 -31.5, 83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 C84.37287259176733 -31.484034195032233, 84.87074518353467 -31.468068390064467, 85.89321192939245 -31.435279871635593 C86.39272769026311 -31.38709218694, 86.89224345113378 -31.3389045022444, 87.90313059306193 -31.241385435432253 C88.33138423357246 -31.172148707991095, 88.75963787408301 -31.102911980549933, 89.89649680409322 -30.91911344521856 C90.65490983138575 -30.746010620846562, 91.41332285867827 -30.572907796474563, 91.86511939314947 -30.469788185729428 C92.3078220332901 -30.33839636592927, 92.7505246734307 -30.207004546129117, 93.80090886774406 -29.895256030836062 C94.54424584748973 -29.621701150957936, 95.28758282723541 -29.34814627107981, 95.69591065370028 -29.197877856399685 C96.39617958761661 -28.887889572094792, 97.09644852153295 -28.5779012877899, 97.54233778220308 -28.380519338926202 C98.08300608856285 -28.098453029812884, 98.62367439492263 -27.816386720699565, 99.33260288812403 -27.44653917988677 C99.92651877683042 -27.08650387791578, 100.52043466553683 -26.72646857594479, 101.05934938813228 -26.399775304092984 C101.41388758814857 -26.152464803472935, 101.76842578816486 -25.905154302852885, 102.7154817104733 -25.244529088840633 C103.27903320694422 -24.795111767140213, 103.84258470341516 -24.345694445439797, 104.29419445219533 -23.985547688627737 C104.72962497462998 -23.590101209012886, 105.16505549706463 -23.194654729398035, 105.78900034400982 -22.62800452807842 C106.23444429648707 -22.168047075517027, 106.6798882489643 -21.708089622955633, 107.19375690787243 -21.177478043231485 C107.66241375454554 -20.626967043799215, 108.13107060121865 -20.07645604436695, 108.50269169774293 -19.63992875855011 C108.75184691270395 -19.306083469009373, 109.00100212766499 -18.972238179468633, 109.7104260198041 -18.02167479384835 C110.12706612895398 -17.381603702659646, 110.54370623810388 -16.741532611470937, 110.8119970346684 -16.329365901781543 C111.0642164439586 -15.881524800602131, 111.3164358532488 -15.43368369942272, 111.8028781507495 -14.56995614258631 C112.10726284632862 -13.937894809427116, 112.41164754190774 -13.305833476267921, 112.67899762499809 -12.750675308355413 C112.85975091446694 -12.304211188740217, 113.04050420393581 -11.85774706912502, 113.43675529456745 -10.878999214271206 C113.62905699856302 -10.299817120952206, 113.8213587025586 -9.720635027633206, 114.07303737065482 -8.962618978877531 C114.17920730686299 -8.557746997774347, 114.28537724307115 -8.152875016671162, 114.58522923372745 -7.009409419623907 C114.70547768815196 -6.391959020673869, 114.82572614257647 -5.7745086217238315, 114.97122617755518 -5.027396693551458 C115.07329439340944 -4.235775767034803, 115.1753626092637 -3.4441548405181486, 115.22944205789975 -3.024725316091981 C115.25722210200108 -2.5920287055656726, 115.28500214610241 -2.1593320950393635, 115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.39694236781890835, 115.35881581032167 0.2157399578693211, 115.35881581032167 1.00962469350713 C115.332875688569 1.4136630282943987, 115.30693556681634 1.8177013630816674, 115.22944205789975 3.02472531609196 C115.15192380689759 3.6259415631546985, 115.07440555589541 4.227157810217437, 114.97122617755518 5.027396693551435 C114.82915898037582 5.75688172515469, 114.68709178319646 6.486366756757945, 114.58522923372745 7.0094094196239 C114.39703875220052 7.727061287956727, 114.20884827067358 8.444713156289554, 114.07303737065482 8.96261897887751 C113.90821513935262 9.459037278703443, 113.74339290805044 9.955455578529378, 113.43675529456746 10.878999214271184 C113.19362832662652 11.479527525625455, 112.95050135868557 12.080055836979726, 112.67899762499809 12.750675308355405 C112.3553870942431 13.422659499624281, 112.03177656348811 14.094643690893156, 111.8028781507495 14.569956142586303 C111.56574986385368 14.991001427812646, 111.32862157695786 15.412046713038992, 110.81199703466841 16.329365901781536 C110.3843093611223 16.986409018569237, 109.95662168757622 17.643452135356938, 109.71042601980412 18.021674793848334 C109.45402506697452 18.365228712032664, 109.19762411414492 18.70878263021699, 108.50269169774295 19.639928758550102 C108.11917367734097 20.090430848107832, 107.735655656939 20.540932937665566, 107.19375690787246 21.177478043231467 C106.70772294884796 21.67934801005441, 106.22168898982345 22.181217976877356, 105.78900034400982 22.628004528078414 C105.20501486450021 23.158364689159963, 104.6210293849906 23.688724850241513, 104.29419445219536 23.985547688627715 C103.69183724035472 24.46591153567203, 103.08948002851407 24.946275382716347, 102.71548171047331 25.24452908884063 C102.1509322189211 25.638334375193853, 101.58638272736887 26.032139661547074, 101.05934938813229 26.399775304092973 C100.38144720959095 26.810723588520137, 99.70354503104959 27.2216718729473, 99.33260288812404 27.446539179886766 C98.93493718736482 27.654001121255813, 98.5372714866056 27.86146306262486, 97.54233778220309 28.3805193389262 C96.8935689086178 28.66771007421755, 96.2448000350325 28.954900809508903, 95.6959106537003 29.197877856399682 C94.99327286077916 29.45645505930722, 94.290635067858 29.71503226221476, 93.80090886774407 29.895256030836055 C93.19791021898394 30.074222864583568, 92.5949115702238 30.25318969833108, 91.86511939314951 30.46978818572942 C91.08214746602312 30.648496418726697, 90.29917553889673 30.827204651723978, 89.89649680409323 30.919113445218557 C89.33246381798571 31.010301924271285, 88.76843083187819 31.101490403324014, 87.90313059306196 31.24138543543225 C87.44611228704083 31.285473441769177, 86.9890939810197 31.32956144810611, 85.89321192939245 31.435279871635593 C85.19833301522235 31.457563285913274, 84.50345410105224 31.479846700190954, 83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 C48.50866148366096 31.5, 13.142322967321917 31.5, -83.875 31.5 C-84.61452421258365 31.476284897899, -85.35404842516728 31.452569795798, -85.89321192939244 31.435279871635593 C-86.36699835166065 31.389574265290918, -86.84078477392889 31.343868658946242, -87.90313059306195 31.24138543543225 C-88.51845310224925 31.14190486404417, -89.13377561143658 31.042424292656094, -89.89649680409323 30.919113445218557 C-90.47512564743934 30.787045187630884, -91.05375449078545 30.654976930043215, -91.86511939314947 30.469788185729428 C-92.25835627053299 30.353077544664494, -92.65159314791649 30.23636690359956, -93.80090886774403 29.89525603083607 C-94.42252235730767 29.66649652054454, -95.04413584687131 29.437737010253016, -95.69591065370028 29.197877856399685 C-96.2962429712247 28.9321285476571, -96.89657528874912 28.666379238914516, -97.54233778220308 28.380519338926206 C-98.16433934226326 28.056021523453822, -98.78634090232345 27.731523707981438, -99.33260288812403 27.446539179886773 C-99.98764799333917 27.049446987633033, -100.64269309855432 26.65235479537929, -101.05934938813226 26.399775304092994 C-101.53850679831874 26.065535837136885, -102.01766420850522 25.731296370180775, -102.7154817104733 25.244529088840636 C-103.25555721567386 24.81383324545597, -103.79563272087441 24.38313740207131, -104.29419445219533 23.98554768862774 C-104.81816144259372 23.5096947313548, -105.34212843299211 23.033841774081854, -105.7890003440098 22.628004528078435 C-106.20190049869895 22.201651218628747, -106.61480065338809 21.775297909179063, -107.19375690787244 21.177478043231478 C-107.50272633179715 20.814544977031243, -107.81169575572187 20.451611910831005, -108.50269169774293 19.639928758550113 C-108.83221533695456 19.198397102227638, -109.16173897616619 18.756865445905163, -109.7104260198041 18.021674793848355 C-110.12769329901627 17.38064020102524, -110.54496057822844 16.739605608202126, -110.8119970346684 16.329365901781557 C-111.16513351365316 15.70233632439805, -111.51826999263793 15.075306747014544, -111.8028781507495 14.569956142586314 C-112.02342138565305 14.11199339643981, -112.24396462055661 13.654030650293308, -112.67899762499809 12.750675308355417 C-112.9440391634035 12.096017584264516, -113.2090807018089 11.441359860173616, -113.43675529456745 10.878999214271209 C-113.67696929421727 10.155512920229203, -113.91718329386711 9.432026626187199, -114.07303737065482 8.962618978877522 C-114.26192229982087 8.242318880721182, -114.45080722898693 7.522018782564842, -114.58522923372743 7.009409419623911 C-114.72308762881792 6.301535697216418, -114.8609460239084 5.593661974808925, -114.97122617755518 5.027396693551461 C-115.04585680485249 4.44857628571779, -115.1204874321498 3.8697558778841183, -115.22944205789975 3.024725316091999 C-115.26681746734002 2.442573145172186, -115.3041928767803 1.8604209742523732, -115.35881581032167 1.0096246935071416 C-115.35881581032167 0.27451242763911565, -115.35881581032167 -0.46059983822891026, -115.35881581032167 -1.0096246935071262 C-115.31038582671735 -1.763960780123623, -115.26195584311303 -2.5182968667401195, -115.22944205789975 -3.024725316091956 C-115.16038398009275 -3.560326130503186, -115.09132590228573 -4.095926944914416, -114.97122617755518 -5.027396693551446 C-114.86000623206573 -5.598487607296007, -114.74878628657626 -6.169578521040567, -114.58522923372745 -7.009409419623896 C-114.4678403272944 -7.457064196526976, -114.35045142086136 -7.904718973430055, -114.07303737065482 -8.962618978877506 C-113.9292321632566 -9.395737351312679, -113.78542695585838 -9.82885572374785, -113.43675529456746 -10.878999214271168 C-113.27720115642306 -11.273101020257226, -113.11764701827867 -11.667202826243285, -112.67899762499809 -12.750675308355401 C-112.39115362128486 -13.348389540940982, -112.10330961757163 -13.946103773526563, -111.8028781507495 -14.5699561425863 C-111.44234902990804 -15.210112104172543, -111.08181990906658 -15.850268065758787, -110.8119970346684 -16.329365901781546 C-110.54814428088211 -16.73471458598221, -110.28429152709585 -17.14006327018288, -109.71042601980412 -18.021674793848344 C-109.30523026960668 -18.56460018502067, -108.90003451940925 -19.107525576192998, -108.50269169774295 -19.639928758550102 C-107.99748441478508 -20.23337398022118, -107.49227713182721 -20.826819201892263, -107.19375690787246 -21.177478043231467 C-106.90343509373398 -21.477259152193675, -106.6131132795955 -21.777040261155882, -105.78900034400984 -22.628004528078403 C-105.26134361445996 -23.107208408823578, -104.73368688491009 -23.586412289568752, -104.29419445219536 -23.98554768862771 C-103.96575354423045 -24.247470572550093, -103.63731263626556 -24.509393456472477, -102.71548171047331 -25.244529088840626 C-102.189061082511 -25.611737330525436, -101.66264045454868 -25.97894557221025, -101.0593493881323 -26.39977530409297 C-100.56731040067007 -26.698052229834627, -100.07527141320782 -26.996329155576284, -99.33260288812404 -27.446539179886763 C-98.75141315928269 -27.749745489153508, -98.17022343044134 -28.052951798420256, -97.54233778220309 -28.3805193389262 C-97.02969527639843 -28.607450969246297, -96.51705277059375 -28.834382599566393, -95.6959106537003 -29.19787785639968 C-95.00197561190751 -29.453252366444634, -94.30804057011473 -29.708626876489586, -93.80090886774407 -29.895256030836055 C-93.02763160709321 -30.124760662782062, -92.25435434644234 -30.354265294728066, -91.86511939314951 -30.469788185729417 C-91.11510724759847 -30.640973563664797, -90.36509510204745 -30.812158941600178, -89.89649680409325 -30.919113445218553 C-89.1946385455891 -31.032584445461417, -88.49278028708497 -31.14605544570428, -87.90313059306196 -31.24138543543225 C-87.3811476535612 -31.291740501829555, -86.85916471406044 -31.342095568226863, -85.89321192939246 -31.435279871635593 C-85.35710549164399 -31.45247176162631, -84.82099905389552 -31.469663651617026, -83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" style=\"\"></path><path d=\"M-83.875 -31.5 C-45.05145374064795 -31.5, -6.227907481295901 -31.5, 83.875 -31.5 M-83.875 -31.5 C-34.0525425998586 -31.5, 15.769914800282805 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C84.39514699447983 -31.483319898291736, 84.91529398895966 -31.466639796583475, 85.89321192939245 -31.435279871635593 M83.875 -31.5 C84.49321195653332 -31.48017514583055, 85.11142391306664 -31.4603502916611, 85.89321192939245 -31.435279871635593 M85.89321192939245 -31.435279871635593 C86.54878204704244 -31.37203781082432, 87.20435216469242 -31.308795750013044, 87.90313059306193 -31.241385435432253 M85.89321192939245 -31.435279871635593 C86.6181576095013 -31.365345233750233, 87.34310328961014 -31.295410595864873, 87.90313059306193 -31.241385435432253 M87.90313059306193 -31.241385435432253 C88.3557005443424 -31.16821743544162, 88.80827049562286 -31.09504943545098, 89.89649680409322 -30.91911344521856 M87.90313059306193 -31.241385435432253 C88.58577619133243 -31.13102058909956, 89.26842178960293 -31.02065574276687, 89.89649680409322 -30.91911344521856 M89.89649680409322 -30.91911344521856 C90.30721054410529 -30.825370714218433, 90.71792428411736 -30.731627983218306, 91.86511939314947 -30.469788185729428 M89.89649680409322 -30.91911344521856 C90.68157107469345 -30.73992536604245, 91.46664534529367 -30.560737286866342, 91.86511939314947 -30.469788185729428 M91.86511939314947 -30.469788185729428 C92.276859409111 -30.347585910259493, 92.68859942507254 -30.22538363478956, 93.80090886774406 -29.895256030836062 M91.86511939314947 -30.469788185729428 C92.58401334811336 -30.25642423344752, 93.30290730307725 -30.043060281165616, 93.80090886774406 -29.895256030836062 M93.80090886774406 -29.895256030836062 C94.55630469295748 -29.61726338435506, 95.3117005181709 -29.33927073787406, 95.69591065370028 -29.197877856399685 M93.80090886774406 -29.895256030836062 C94.3416990757567 -29.696240235277525, 94.88248928376935 -29.49722443971899, 95.69591065370028 -29.197877856399685 M95.69591065370028 -29.197877856399685 C96.22643876867424 -28.963028797458087, 96.75696688364822 -28.728179738516484, 97.54233778220308 -28.380519338926202 M95.69591065370028 -29.197877856399685 C96.26613488013933 -28.9454565064558, 96.83635910657839 -28.693035156511915, 97.54233778220308 -28.380519338926202 M97.54233778220308 -28.380519338926202 C98.01065754975104 -28.136197216169556, 98.47897731729901 -27.89187509341291, 99.33260288812403 -27.44653917988677 M97.54233778220308 -28.380519338926202 C98.03741414433728 -28.122238317912334, 98.53249050647148 -27.863957296898462, 99.33260288812403 -27.44653917988677 M99.33260288812403 -27.44653917988677 C99.89160489744008 -27.107668876778945, 100.45060690675611 -26.76879857367112, 101.05934938813228 -26.399775304092984 M99.33260288812403 -27.44653917988677 C99.86364536853911 -27.124618107507136, 100.39468784895419 -26.802697035127498, 101.05934938813228 -26.399775304092984 M101.05934938813228 -26.399775304092984 C101.5211891897927 -26.077615851177463, 101.98302899145311 -25.75545639826194, 102.7154817104733 -25.244529088840633 M101.05934938813228 -26.399775304092984 C101.70315303571817 -25.95068574934778, 102.34695668330407 -25.501596194602577, 102.7154817104733 -25.244529088840633 M102.7154817104733 -25.244529088840633 C103.19834714732987 -24.859456752536445, 103.68121258418643 -24.474384416232255, 104.29419445219533 -23.985547688627737 M102.7154817104733 -25.244529088840633 C103.11839971045967 -24.923212705949776, 103.52131771044606 -24.60189632305892, 104.29419445219533 -23.985547688627737 M104.29419445219533 -23.985547688627737 C104.8447040134434 -23.485589470787048, 105.39521357469148 -22.98563125294636, 105.78900034400982 -22.62800452807842 M104.29419445219533 -23.985547688627737 C104.76090209667596 -23.56169615431802, 105.22760974115661 -23.13784462000831, 105.78900034400982 -22.62800452807842 M105.78900034400982 -22.62800452807842 C106.16609895272012 -22.238619254213475, 106.54319756143042 -21.84923398034853, 107.19375690787243 -21.177478043231485 M105.78900034400982 -22.62800452807842 C106.2232604302709 -22.179595335597714, 106.65752051653197 -21.731186143117007, 107.19375690787243 -21.177478043231485 M107.19375690787243 -21.177478043231485 C107.64273966480914 -20.650077349091013, 108.09172242174586 -20.122676654950542, 108.50269169774293 -19.63992875855011 M107.19375690787243 -21.177478043231485 C107.52180928146656 -20.79212905849895, 107.8498616550607 -20.406780073766416, 108.50269169774293 -19.63992875855011 M108.50269169774293 -19.63992875855011 C108.83766453878718 -19.19109566820443, 109.17263737983143 -18.74226257785875, 109.7104260198041 -18.02167479384835 M108.50269169774293 -19.63992875855011 C108.96694861538295 -19.01786678358777, 109.43120553302296 -18.39580480862543, 109.7104260198041 -18.02167479384835 M109.7104260198041 -18.02167479384835 C109.97193301691857 -17.619929821819454, 110.23344001403304 -17.218184849790557, 110.8119970346684 -16.329365901781543 M109.7104260198041 -18.02167479384835 C110.01877638698289 -17.547965826194538, 110.32712675416168 -17.07425685854072, 110.8119970346684 -16.329365901781543 M110.8119970346684 -16.329365901781543 C111.17133079108824 -15.691332430769664, 111.53066454750808 -15.053298959757786, 111.8028781507495 -14.56995614258631 M110.8119970346684 -16.329365901781543 C111.16237920318761 -15.707226881533803, 111.51276137170682 -15.085087861286064, 111.8028781507495 -14.56995614258631 M111.8028781507495 -14.56995614258631 C111.9818775210867 -14.198260120108156, 112.16087689142388 -13.826564097630001, 112.67899762499809 -12.750675308355413 M111.8028781507495 -14.56995614258631 C112.1308292989133 -13.888958566393743, 112.45878044707707 -13.207960990201176, 112.67899762499809 -12.750675308355413 M112.67899762499809 -12.750675308355413 C112.90608294446855 -12.189770178867413, 113.133168263939 -11.628865049379414, 113.43675529456745 -10.878999214271206 M112.67899762499809 -12.750675308355413 C112.97783621505883 -12.012538213254281, 113.27667480511958 -11.27440111815315, 113.43675529456745 -10.878999214271206 M113.43675529456745 -10.878999214271206 C113.68667400734951 -10.126283870510964, 113.93659272013159 -9.37356852675072, 114.07303737065482 -8.962618978877531 M113.43675529456745 -10.878999214271206 C113.62226694287901 -10.320267686823998, 113.80777859119057 -9.76153615937679, 114.07303737065482 -8.962618978877531 M114.07303737065482 -8.962618978877531 C114.21594709803647 -8.41764225090364, 114.35885682541812 -7.872665522929751, 114.58522923372745 -7.009409419623907 M114.07303737065482 -8.962618978877531 C114.24669445718273 -8.300389244489228, 114.42035154371062 -7.638159510100923, 114.58522923372745 -7.009409419623907 M114.58522923372745 -7.009409419623907 C114.66454588275897 -6.602135190426736, 114.7438625317905 -6.1948609612295655, 114.97122617755518 -5.027396693551458 M114.58522923372745 -7.009409419623907 C114.68189451944447 -6.513053607682395, 114.77855980516148 -6.016697795740884, 114.97122617755518 -5.027396693551458 M114.97122617755518 -5.027396693551458 C115.05935264298279 -4.343905230233846, 115.14747910841041 -3.660413766916234, 115.22944205789975 -3.024725316091981 M114.97122617755518 -5.027396693551458 C115.03493197166785 -4.53330713454564, 115.0986377657805 -4.039217575539824, 115.22944205789975 -3.024725316091981 M115.22944205789975 -3.024725316091981 C115.27608323213126 -2.2982513793579407, 115.32272440636278 -1.5717774426239004, 115.35881581032167 -1.0096246935071378 M115.22944205789975 -3.024725316091981 C115.25627030316373 -2.606853740735583, 115.28309854842772 -2.188982165379185, 115.35881581032167 -1.0096246935071378 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.5506669993839284, 115.35881581032167 -0.09170930526071885, 115.35881581032167 1.00962469350713 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.42552526650534717, 115.35881581032167 0.15857416049644346, 115.35881581032167 1.00962469350713 M115.35881581032167 1.00962469350713 C115.3198740169329 1.6161745587870735, 115.28093222354413 2.2227244240670174, 115.22944205789975 3.02472531609196 M115.35881581032167 1.00962469350713 C115.31986415410564 1.61632818028276, 115.28091249788962 2.2230316670583905, 115.22944205789975 3.02472531609196 M115.22944205789975 3.02472531609196 C115.14262483403084 3.6980625604192623, 115.05580761016192 4.371399804746565, 114.97122617755518 5.027396693551435 M115.22944205789975 3.02472531609196 C115.15261018950505 3.6206181151926695, 115.07577832111036 4.216510914293379, 114.97122617755518 5.027396693551435 M114.97122617755518 5.027396693551435 C114.85125958817112 5.64339977509095, 114.73129299878705 6.259402856630464, 114.58522923372745 7.0094094196239 M114.97122617755518 5.027396693551435 C114.8657311536911 5.569091344712307, 114.76023612982702 6.110785995873179, 114.58522923372745 7.0094094196239 M114.58522923372745 7.0094094196239 C114.45603275640829 7.50209158174929, 114.32683627908915 7.994773743874679, 114.07303737065482 8.96261897887751 M114.58522923372745 7.0094094196239 C114.38328270615335 7.779519053442646, 114.18133617857924 8.549628687261393, 114.07303737065482 8.96261897887751 M114.07303737065482 8.96261897887751 C113.84324911501285 9.65470459308457, 113.61346085937087 10.34679020729163, 113.43675529456746 10.878999214271184 M114.07303737065482 8.96261897887751 C113.87225131095745 9.567354599771804, 113.67146525126009 10.172090220666098, 113.43675529456746 10.878999214271184 M113.43675529456746 10.878999214271184 C113.22241146565568 11.408432615739304, 113.00806763674389 11.937866017207423, 112.67899762499809 12.750675308355405 M113.43675529456746 10.878999214271184 C113.21146056350037 11.435481555784204, 112.98616583243327 11.991963897297225, 112.67899762499809 12.750675308355405 M112.67899762499809 12.750675308355405 C112.46853757056097 13.187700114517867, 112.25807751612385 13.624724920680329, 111.8028781507495 14.569956142586303 M112.67899762499809 12.750675308355405 C112.4183513376581 13.29191290095404, 112.15770505031811 13.833150493552678, 111.8028781507495 14.569956142586303 M111.8028781507495 14.569956142586303 C111.42508160639173 15.240772163141989, 111.04728506203396 15.911588183697674, 110.81199703466841 16.329365901781536 M111.8028781507495 14.569956142586303 C111.5033832631945 15.101739642586162, 111.20388837563948 15.633523142586023, 110.81199703466841 16.329365901781536 M110.81199703466841 16.329365901781536 C110.48447610974557 16.832525994145755, 110.15695518482273 17.335686086509973, 109.71042601980412 18.021674793848334 M110.81199703466841 16.329365901781536 C110.54290539618432 16.74276291971554, 110.27381375770025 17.15615993764954, 109.71042601980412 18.021674793848334 M109.71042601980412 18.021674793848334 C109.27569592764168 18.604173512619862, 108.84096583547924 19.186672231391395, 108.50269169774295 19.639928758550102 M109.71042601980412 18.021674793848334 C109.32211612515948 18.541974676912993, 108.93380623051485 19.062274559977652, 108.50269169774295 19.639928758550102 M108.50269169774295 19.639928758550102 C108.2054648497479 19.989068326891847, 107.90823800175286 20.338207895233595, 107.19375690787246 21.177478043231467 M108.50269169774295 19.639928758550102 C107.99498536790516 20.23630950288614, 107.48727903806736 20.832690247222178, 107.19375690787246 21.177478043231467 M107.19375690787246 21.177478043231467 C106.66679212863475 21.721612442407384, 106.13982734939704 22.265746841583297, 105.78900034400982 22.628004528078414 M107.19375690787246 21.177478043231467 C106.90747823438437 21.473084277524112, 106.6211995608963 21.76869051181676, 105.78900034400982 22.628004528078414 M105.78900034400982 22.628004528078414 C105.21669348402835 23.147758475903853, 104.64438662404687 23.66751242372929, 104.29419445219536 23.985547688627715 M105.78900034400982 22.628004528078414 C105.44215491940965 22.94300036567325, 105.09530949480946 23.25799620326809, 104.29419445219536 23.985547688627715 M104.29419445219536 23.985547688627715 C103.70910962448521 24.452137268965405, 103.12402479677506 24.918726849303095, 102.71548171047331 25.24452908884063 M104.29419445219536 23.985547688627715 C103.80564611850359 24.375151983929744, 103.31709778481182 24.76475627923177, 102.71548171047331 25.24452908884063 M102.71548171047331 25.24452908884063 C102.23413923272685 25.58029276433653, 101.7527967549804 25.91605643983243, 101.05934938813229 26.399775304092973 M102.71548171047331 25.24452908884063 C102.24452283568708 25.573049612410404, 101.77356396090084 25.90157013598018, 101.05934938813229 26.399775304092973 M101.05934938813229 26.399775304092973 C100.55342178934534 26.706471587638216, 100.04749419055837 27.013167871183455, 99.33260288812404 27.446539179886766 M101.05934938813229 26.399775304092973 C100.41062733602973 26.793034424391486, 99.76190528392716 27.186293544690002, 99.33260288812404 27.446539179886766 M99.33260288812404 27.446539179886766 C98.83237490818682 27.7075077966087, 98.33214692824961 27.96847641333063, 97.54233778220309 28.3805193389262 M99.33260288812404 27.446539179886766 C98.96358284835533 27.63905669826549, 98.5945628085866 27.831574216644217, 97.54233778220309 28.3805193389262 M97.54233778220309 28.3805193389262 C96.85110148791985 28.68650914160926, 96.15986519363659 28.99249894429232, 95.6959106537003 29.197877856399682 M97.54233778220309 28.3805193389262 C97.01895635973938 28.61220476909261, 96.49557493727566 28.84389019925902, 95.6959106537003 29.197877856399682 M95.6959106537003 29.197877856399682 C95.12013790391936 29.409767550704018, 94.54436515413843 29.621657245008358, 93.80090886774407 29.895256030836055 M95.6959106537003 29.197877856399682 C95.0044702679721 29.45233430995252, 94.3130298822439 29.706790763505357, 93.80090886774407 29.895256030836055 M93.80090886774407 29.895256030836055 C93.35837262548493 30.02659846461843, 92.9158363832258 30.157940898400806, 91.86511939314951 30.46978818572942 M93.80090886774407 29.895256030836055 C93.23689475718467 30.062652458279604, 92.67288064662529 30.230048885723154, 91.86511939314951 30.46978818572942 M91.86511939314951 30.46978818572942 C91.21383802391668 30.618438908248695, 90.56255665468386 30.76708963076797, 89.89649680409323 30.919113445218557 M91.86511939314951 30.46978818572942 C91.41190935535145 30.573230419384938, 90.95869931755341 30.67667265304046, 89.89649680409323 30.919113445218557 M89.89649680409323 30.919113445218557 C89.4426447819189 30.992488720488705, 88.98879275974456 31.065863995758853, 87.90313059306196 31.24138543543225 M89.89649680409323 30.919113445218557 C89.17046594980543 31.03649248328644, 88.44443509551763 31.15387152135433, 87.90313059306196 31.24138543543225 M87.90313059306196 31.24138543543225 C87.22711130522765 31.30660020309748, 86.55109201739334 31.371814970762713, 85.89321192939245 31.435279871635593 M87.90313059306196 31.24138543543225 C87.16034229547202 31.313041329167124, 86.41755399788208 31.384697222902, 85.89321192939245 31.435279871635593 M85.89321192939245 31.435279871635593 C85.36499235503078 31.452218845268344, 84.8367727806691 31.469157818901092, 83.875 31.5 M85.89321192939245 31.435279871635593 C85.32549091015645 31.453485579720564, 84.75776989092046 31.471691287805537, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C49.31593823145984 31.5, 14.756876462919678 31.5, -83.875 31.5 M83.875 31.5 C29.263736711012065 31.5, -25.34752657797587 31.5, -83.875 31.5 M-83.875 31.5 C-84.59872528998315 31.47679153859606, -85.32245057996631 31.453583077192118, -85.89321192939244 31.435279871635593 M-83.875 31.5 C-84.35324662469469 31.484663561596623, -84.83149324938938 31.46932712319325, -85.89321192939244 31.435279871635593 M-85.89321192939244 31.435279871635593 C-86.69675098923443 31.357763424929743, -87.50029004907643 31.280246978223897, -87.90313059306195 31.24138543543225 M-85.89321192939244 31.435279871635593 C-86.67806958616141 31.359565597416523, -87.46292724293038 31.283851323197457, -87.90313059306195 31.24138543543225 M-87.90313059306195 31.24138543543225 C-88.32604977694069 31.17301114156999, -88.74896896081944 31.104636847707727, -89.89649680409323 30.919113445218557 M-87.90313059306195 31.24138543543225 C-88.45469399320997 31.15221294233437, -89.00625739335798 31.06304044923649, -89.89649680409323 30.919113445218557 M-89.89649680409323 30.919113445218557 C-90.68052288239744 30.74016460909392, -91.46454896070166 30.56121577296928, -91.86511939314947 30.469788185729428 M-89.89649680409323 30.919113445218557 C-90.36145160046087 30.812990547061244, -90.82640639682849 30.70686764890393, -91.86511939314947 30.469788185729428 M-91.86511939314947 30.469788185729428 C-92.53608454602332 30.27064925032443, -93.20704969889717 30.07151031491943, -93.80090886774403 29.89525603083607 M-91.86511939314947 30.469788185729428 C-92.25609481087062 30.353748734021636, -92.64707022859177 30.237709282313848, -93.80090886774403 29.89525603083607 M-93.80090886774403 29.89525603083607 C-94.46154720857194 29.65213501453752, -95.12218554939986 29.40901399823897, -95.69591065370028 29.197877856399685 M-93.80090886774403 29.89525603083607 C-94.19730016116604 29.74938037065582, -94.59369145458805 29.60350471047557, -95.69591065370028 29.197877856399685 M-95.69591065370028 29.197877856399685 C-96.28530896677051 28.93696870708325, -96.87470727984073 28.676059557766816, -97.54233778220308 28.380519338926206 M-95.69591065370028 29.197877856399685 C-96.33767224508247 28.913789037076008, -96.97943383646466 28.62970021775233, -97.54233778220308 28.380519338926206 M-97.54233778220308 28.380519338926206 C-98.23079627532994 28.021350984040637, -98.91925476845678 27.66218262915507, -99.33260288812403 27.446539179886773 M-97.54233778220308 28.380519338926206 C-98.18551830192159 28.04497247376584, -98.82869882164012 27.709425608605475, -99.33260288812403 27.446539179886773 M-99.33260288812403 27.446539179886773 C-99.75216785348212 27.192196432249276, -100.17173281884023 26.93785368461178, -101.05934938813226 26.399775304092994 M-99.33260288812403 27.446539179886773 C-99.99200392407036 27.04680639682549, -100.65140496001669 26.647073613764213, -101.05934938813226 26.399775304092994 M-101.05934938813226 26.399775304092994 C-101.56970254882403 26.04377503202667, -102.08005570951579 25.687774759960345, -102.7154817104733 25.244529088840636 M-101.05934938813226 26.399775304092994 C-101.41900890221692 26.14889239647697, -101.77866841630157 25.898009488860943, -102.7154817104733 25.244529088840636 M-102.7154817104733 25.244529088840636 C-103.05853576419291 24.97095261005101, -103.40158981791252 24.697376131261386, -104.29419445219533 23.98554768862774 M-102.7154817104733 25.244529088840636 C-103.29637641579295 24.781281019605526, -103.87727112111261 24.318032950370412, -104.29419445219533 23.98554768862774 M-104.29419445219533 23.98554768862774 C-104.64357205405318 23.66825219464522, -104.99294965591105 23.350956700662703, -105.7890003440098 22.628004528078435 M-104.29419445219533 23.98554768862774 C-104.70208821647735 23.61510936418441, -105.10998198075937 23.24467103974108, -105.7890003440098 22.628004528078435 M-105.7890003440098 22.628004528078435 C-106.1054877501532 22.301205297136104, -106.42197515629658 21.974406066193772, -107.19375690787244 21.177478043231478 M-105.7890003440098 22.628004528078435 C-106.17382017848654 22.23064645468523, -106.55864001296327 21.83328838129202, -107.19375690787244 21.177478043231478 M-107.19375690787244 21.177478043231478 C-107.66631140500498 20.622388641786987, -108.1388659021375 20.0672992403425, -108.50269169774293 19.639928758550113 M-107.19375690787244 21.177478043231478 C-107.47796322982822 20.84363312566438, -107.76216955178398 20.509788208097284, -108.50269169774293 19.639928758550113 M-108.50269169774293 19.639928758550113 C-108.98370767491578 18.995411170595514, -109.46472365208862 18.350893582640914, -109.7104260198041 18.021674793848355 M-108.50269169774293 19.639928758550113 C-108.95852878596727 19.029148587942533, -109.41436587419162 18.418368417334953, -109.7104260198041 18.021674793848355 M-109.7104260198041 18.021674793848355 C-110.00750622592746 17.565279820037677, -110.30458643205081 17.108884846227, -110.8119970346684 16.329365901781557 M-109.7104260198041 18.021674793848355 C-110.02264445400931 17.542023436520537, -110.33486288821452 17.06237207919272, -110.8119970346684 16.329365901781557 M-110.8119970346684 16.329365901781557 C-111.03215065933388 15.938460848216133, -111.25230428399935 15.54755579465071, -111.8028781507495 14.569956142586314 M-110.8119970346684 16.329365901781557 C-111.06290753420392 15.883848902413073, -111.31381803373944 15.43833190304459, -111.8028781507495 14.569956142586314 M-111.8028781507495 14.569956142586314 C-112.00013930438763 14.160339136344199, -112.19740045802575 13.750722130102083, -112.67899762499809 12.750675308355417 M-111.8028781507495 14.569956142586314 C-112.14509010700888 13.859345693250827, -112.48730206326827 13.14873524391534, -112.67899762499809 12.750675308355417 M-112.67899762499809 12.750675308355417 C-112.9271042989368 12.137847026910583, -113.17521097287552 11.525018745465747, -113.43675529456745 10.878999214271209 M-112.67899762499809 12.750675308355417 C-112.92585807811056 12.14092521644542, -113.17271853122304 11.531175124535425, -113.43675529456745 10.878999214271209 M-113.43675529456745 10.878999214271209 C-113.6454272467162 10.250512541759663, -113.85409919886496 9.62202586924812, -114.07303737065482 8.962618978877522 M-113.43675529456745 10.878999214271209 C-113.66395875714697 10.19469858493741, -113.89116221972648 9.510397955603612, -114.07303737065482 8.962618978877522 M-114.07303737065482 8.962618978877522 C-114.23583951380705 8.341783848142862, -114.39864165695928 7.7209487174082, -114.58522923372743 7.009409419623911 M-114.07303737065482 8.962618978877522 C-114.1820287251711 8.546987706955077, -114.29102007968737 8.131356435032632, -114.58522923372743 7.009409419623911 M-114.58522923372743 7.009409419623911 C-114.66315180619337 6.609293478952828, -114.74107437865932 6.209177538281744, -114.97122617755518 5.027396693551461 M-114.58522923372743 7.009409419623911 C-114.68184900116066 6.5132873344493705, -114.7784687685939 6.017165249274829, -114.97122617755518 5.027396693551461 M-114.97122617755518 5.027396693551461 C-115.05502919088643 4.3774370709310295, -115.13883220421769 3.727477448310598, -115.22944205789975 3.024725316091999 M-114.97122617755518 5.027396693551461 C-115.03888938434717 4.502614223284304, -115.10655259113915 3.9778317530171474, -115.22944205789975 3.024725316091999 M-115.22944205789975 3.024725316091999 C-115.25957154993463 2.555434157560322, -115.28970104196954 2.0861429990286453, -115.35881581032167 1.0096246935071416 M-115.22944205789975 3.024725316091999 C-115.25647280778618 2.6036995677820967, -115.28350355767263 2.1826738194721944, -115.35881581032167 1.0096246935071416 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.29431895723781154, -115.35881581032167 -0.4209867790315185, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.5820581764212578, -115.35881581032167 0.154491659335374, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 -1.0096246935071262 C-115.31457000494974 -1.6987888267461133, -115.27032419957783 -2.3879529599851, -115.22944205789975 -3.024725316091956 M-115.35881581032167 -1.0096246935071262 C-115.3146201680456 -1.6980074960374665, -115.2704245257695 -2.3863902985678065, -115.22944205789975 -3.024725316091956 M-115.22944205789975 -3.024725316091956 C-115.15753010696118 -3.582460206950608, -115.0856181560226 -4.14019509780926, -114.97122617755518 -5.027396693551446 M-115.22944205789975 -3.024725316091956 C-115.16444781599009 -3.5288078217784937, -115.09945357408044 -4.032890327465031, -114.97122617755518 -5.027396693551446 M-114.97122617755518 -5.027396693551446 C-114.81952067379417 -5.806372392394665, -114.66781517003317 -6.585348091237885, -114.58522923372745 -7.009409419623896 M-114.97122617755518 -5.027396693551446 C-114.89289607736865 -5.429605202936734, -114.81456597718213 -5.831813712322021, -114.58522923372745 -7.009409419623896 M-114.58522923372745 -7.009409419623896 C-114.432769325796 -7.590805125108583, -114.28030941786456 -8.172200830593269, -114.07303737065482 -8.962618978877506 M-114.58522923372745 -7.009409419623896 C-114.41239698698212 -7.668493682433407, -114.23956474023679 -8.327577945242918, -114.07303737065482 -8.962618978877506 M-114.07303737065482 -8.962618978877506 C-113.86908396494432 -9.576894141315295, -113.66513055923383 -10.191169303753083, -113.43675529456746 -10.878999214271168 M-114.07303737065482 -8.962618978877506 C-113.93127469441781 -9.389585572888263, -113.7895120181808 -9.81655216689902, -113.43675529456746 -10.878999214271168 M-113.43675529456746 -10.878999214271168 C-113.21773096323159 -11.419993547218155, -112.99870663189571 -11.96098788016514, -112.67899762499809 -12.750675308355401 M-113.43675529456746 -10.878999214271168 C-113.18350668733234 -11.504528170370666, -112.9302580800972 -12.130057126470161, -112.67899762499809 -12.750675308355401 M-112.67899762499809 -12.750675308355401 C-112.42548082944856 -13.277108358704467, -112.17196403389902 -13.803541409053533, -111.8028781507495 -14.5699561425863 M-112.67899762499809 -12.750675308355401 C-112.35044993042253 -13.432911625936061, -112.02190223584698 -14.115147943516721, -111.8028781507495 -14.5699561425863 M-111.8028781507495 -14.5699561425863 C-111.50596023456406 -15.097163968972836, -111.20904231837862 -15.624371795359373, -110.8119970346684 -16.329365901781546 M-111.8028781507495 -14.5699561425863 C-111.59138081611742 -14.945491076653022, -111.37988348148532 -15.321026010719747, -110.8119970346684 -16.329365901781546 M-110.8119970346684 -16.329365901781546 C-110.3948892346917 -16.9701554916728, -109.97778143471501 -17.610945081564047, -109.71042601980412 -18.021674793848344 M-110.8119970346684 -16.329365901781546 C-110.56447521801027 -16.70962588108272, -110.31695340135215 -17.08988586038389, -109.71042601980412 -18.021674793848344 M-109.71042601980412 -18.021674793848344 C-109.37225217545874 -18.474796937000132, -109.03407833111338 -18.927919080151923, -108.50269169774295 -19.639928758550102 M-109.71042601980412 -18.021674793848344 C-109.3309984969088 -18.53007310796963, -108.95157097401348 -19.03847142209092, -108.50269169774295 -19.639928758550102 M-108.50269169774295 -19.639928758550102 C-108.08320210576409 -20.13268510292246, -107.66371251378521 -20.625441447294815, -107.19375690787246 -21.177478043231467 M-108.50269169774295 -19.639928758550102 C-108.1086296949188 -20.102816409830517, -107.71456769209465 -20.565704061110928, -107.19375690787246 -21.177478043231467 M-107.19375690787246 -21.177478043231467 C-106.64000518374746 -21.74927216225258, -106.08625345962247 -22.321066281273698, -105.78900034400984 -22.628004528078403 M-107.19375690787246 -21.177478043231467 C-106.90628232206048 -21.47431915518477, -106.6188077362485 -21.77116026713807, -105.78900034400984 -22.628004528078403 M-105.78900034400984 -22.628004528078403 C-105.3819754933574 -22.997653728153534, -104.97495064270497 -23.367302928228668, -104.29419445219536 -23.98554768862771 M-105.78900034400984 -22.628004528078403 C-105.39389539653828 -22.98682838746802, -104.99879044906672 -23.345652246857636, -104.29419445219536 -23.98554768862771 M-104.29419445219536 -23.98554768862771 C-103.9564664979565 -24.2548767448149, -103.61873854371763 -24.52420580100209, -102.71548171047331 -25.244529088840626 M-104.29419445219536 -23.98554768862771 C-103.87888707891236 -24.316744267027552, -103.46357970562937 -24.647940845427392, -102.71548171047331 -25.244529088840626 M-102.71548171047331 -25.244529088840626 C-102.0641355082106 -25.698880003216445, -101.4127893059479 -26.15323091759226, -101.0593493881323 -26.39977530409297 M-102.71548171047331 -25.244529088840626 C-102.35189850072791 -25.49814899669554, -101.98831529098251 -25.751768904550453, -101.0593493881323 -26.39977530409297 M-101.0593493881323 -26.39977530409297 C-100.50878119362152 -26.733532979103252, -99.95821299911073 -27.06729065411354, -99.33260288812404 -27.446539179886763 M-101.0593493881323 -26.39977530409297 C-100.49614783126556 -26.741191397605316, -99.9329462743988 -27.082607491117663, -99.33260288812404 -27.446539179886763 M-99.33260288812404 -27.446539179886763 C-98.6680145759853 -27.793254476640417, -98.00342626384656 -28.139969773394068, -97.54233778220309 -28.3805193389262 M-99.33260288812404 -27.446539179886763 C-98.8621760875951 -27.69196054039997, -98.39174928706616 -27.93738190091317, -97.54233778220309 -28.3805193389262 M-97.54233778220309 -28.3805193389262 C-97.13440311247628 -28.56109991626223, -96.72646844274945 -28.74168049359826, -95.6959106537003 -29.19787785639968 M-97.54233778220309 -28.3805193389262 C-97.11404670151785 -28.57011109554205, -96.6857556208326 -28.7597028521579, -95.6959106537003 -29.19787785639968 M-95.6959106537003 -29.19787785639968 C-95.10418626344396 -29.41563790185431, -94.51246187318763 -29.633397947308943, -93.80090886774407 -29.895256030836055 M-95.6959106537003 -29.19787785639968 C-94.95329475875965 -29.471167370403915, -94.21067886381901 -29.744456884408155, -93.80090886774407 -29.895256030836055 M-93.80090886774407 -29.895256030836055 C-93.0466689277563 -30.119110485938194, -92.29242898776852 -30.34296494104033, -91.86511939314951 -30.469788185729417 M-93.80090886774407 -29.895256030836055 C-93.15855722614948 -30.085902626288757, -92.51620558455491 -30.276549221741455, -91.86511939314951 -30.469788185729417 M-91.86511939314951 -30.469788185729417 C-91.22496775642261 -30.615898619432507, -90.58481611969572 -30.762009053135596, -89.89649680409325 -30.919113445218553 M-91.86511939314951 -30.469788185729417 C-91.46253174722571 -30.561676188781618, -91.05994410130191 -30.653564191833816, -89.89649680409325 -30.919113445218553 M-89.89649680409325 -30.919113445218553 C-89.42273368058811 -30.99570779293897, -88.94897055708297 -31.072302140659385, -87.90313059306196 -31.24138543543225 M-89.89649680409325 -30.919113445218553 C-89.10468713592843 -31.047127091791754, -88.31287746776361 -31.17514073836496, -87.90313059306196 -31.24138543543225 M-87.90313059306196 -31.24138543543225 C-87.15175974096215 -31.31386927787866, -86.40038888886234 -31.38635312032507, -85.89321192939246 -31.435279871635593 M-87.90313059306196 -31.24138543543225 C-87.40899701956413 -31.289053906985018, -86.91486344606628 -31.336722378537786, -85.89321192939246 -31.435279871635593 M-85.89321192939246 -31.435279871635593 C-85.29054384297984 -31.45460626414458, -84.68787575656721 -31.473932656653567, -83.87500000000001 -31.5 M-85.89321192939246 -31.435279871635593 C-85.39045064544914 -31.451402447446185, -84.88768936150579 -31.467525023256773, -83.87500000000001 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Webhook: order status updates</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-f133e7d424a3460d081f071689b4e2725febac543c6fef059b73c26c950f5749-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 276px;\" viewBox=\"0 0 276 1032\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .error-icon{fill:#a44141;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .error-text{fill:#ddd;stroke:#ddd;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-thickness-normal{stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-thickness-thick{stroke-width:3.5px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-pattern-solid{stroke-dasharray:0;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .marker.cross{stroke:lightgrey;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 p{margin:0;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster-label text{fill:#F9FFFE;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster-label span{color:#F9FFFE;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster-label span p{background-color:transparent;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .label text,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 span{fill:#ccc;color:#ccc;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node rect,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node circle,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node ellipse,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node polygon,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .rough-node .label text,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node .label text,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .image-shape .label,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .icon-shape .label{text-anchor:middle;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .rough-node .label,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node .label,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .image-shape .label,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .icon-shape .label{text-align:center;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node.clickable{cursor:pointer;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .arrowheadPath{fill:lightgrey;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster text{fill:#F9FFFE;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .cluster span{color:#F9FFFE;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 rect.text{fill:none;stroke-width:0;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .icon-shape,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .icon-shape p,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .icon-shape .label rect,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 .node .neo-node{stroke:#ccc;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node rect,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].cluster rect,#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node polygon{stroke:url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node path{stroke:url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient);stroke-width:1px;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node circle{stroke:url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M138.5,47.5L138.417,51.583C138.333,55.667,138.167,63.833,138.083,71.417C138,79,138,86,138,89.5L138,93\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTM4LjUsInkiOjQ3LjV9LHsieCI6MTM4LCJ5Ijo3Mn0seyJ4IjoxMzgsInkiOjk3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,199L138,203.167C138,207.333,138,215.667,138,223.333C138,231,138,238,138,241.5L138,245\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LCJ5IjoxOTl9LHsieCI6MTM4LCJ5IjoyMjR9LHsieCI6MTM4LCJ5IjoyNDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,351L138,355.167C138,359.333,138,367.667,138,375.333C138,383,138,390,138,393.5L138,397\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6MTM4LCJ5IjozNTF9LHsieCI6MTM4LCJ5IjozNzZ9LHsieCI6MTM4LCJ5Ijo0MDF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,479L138,483.167C138,487.333,138,495.667,138,503.333C138,511,138,518,138,521.5L138,525\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo0Nzl9LHsieCI6MTM4LCJ5Ijo1MDR9LHsieCI6MTM4LCJ5Ijo1Mjl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,631L138,635.167C138,639.333,138,647.667,138,655.333C138,663,138,670,138,673.5L138,677\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo2MzF9LHsieCI6MTM4LCJ5Ijo2NTZ9LHsieCI6MTM4LCJ5Ijo2ODF9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,783L138,787.167C138,791.333,138,799.667,138,807.333C138,815,138,822,138,825.5L138,829\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo3ODN9LHsieCI6MTM4LCJ5Ijo4MDh9LHsieCI6MTM4LCJ5Ijo4MzN9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path><path d=\"M138,911L138,915.167C138,919.333,138,927.667,138.07,935.417C138.141,943.167,138.281,950.334,138.351,953.917L138.422,957.501\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6MTM4LCJ5Ijo5MTF9LHsieCI6MTM4LCJ5Ijo5MzZ9LHsieCI6MTM4LjUsInkiOjk2MS41fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" 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=\"L_B_C_0\" 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=\"L_C_D_0\" 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=\"L_D_E_0\" 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=\"L_E_F_0\" 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=\"L_F_G_0\" 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=\"L_G_H_0\" 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=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-A-0\" data-look=\"classic\" transform=\"translate(138, 27.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-76.8828125 -19.5 C-21.5604996197359 -19.5, 33.7618132605282 -19.5, 76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 C77.14949398780495 -19.491448043750122, 77.41617547560988 -19.482896087500244, 78.1321817896239 -19.45993515863156 C78.48900498061332 -19.42551285453948, 78.84582817160275 -19.391090550447405, 79.37641715284786 -19.3399052695533 C79.77903583734421 -19.27481300299846, 80.18165452184056 -19.209720736443625, 80.61040575967675 -19.140403561325776 C80.98062488471585 -19.05590346194117, 81.35084400975495 -18.971403362556565, 81.82907688623538 -18.862249829261074 C82.07011861372355 -18.790709909796433, 82.31116034121172 -18.719169990331796, 83.0274227514606 -18.50658706670804 C83.41999318123696 -18.362117519669066, 83.81256361101332 -18.217647972630093, 84.2005190951478 -18.074876768247425 C84.45636144689817 -17.961622948421248, 84.71220379864856 -17.848369128595074, 85.34354541279238 -17.568892924097174 C85.71262027005545 -17.376346807466756, 86.08169512731854 -17.183800690836335, 86.45180476407678 -16.990714730406097 C86.8599707343861 -16.7432821205551, 87.26813670469541 -16.495849510704108, 87.5207430736057 -16.342718045390892 C87.88221278245904 -16.090572424266302, 88.24368249131238 -15.83842680314171, 88.54596784457871 -15.627565626425154 C88.7842743101191 -15.437522561758069, 89.02258077565949 -15.247479497090984, 89.52326620850187 -14.848196188198123 C89.73982014829218 -14.651527629783828, 89.9563740880825 -14.454859071369532, 90.44862223676799 -14.007812326905688 C90.67955221250763 -13.769358167250896, 90.91048218824727 -13.530904007596105, 91.31823344296865 -13.10986736009568 C91.5306212326351 -12.860384577145876, 91.74300902230155 -12.61090179419607, 92.12852640812658 -12.158051136245305 C92.27822704133247 -11.957465925757642, 92.42792767453838 -11.756880715269979, 92.87617146464063 -11.156274872382312 C93.03295417033769 -10.915414534380314, 93.18973687603474 -10.674554196378317, 93.55809637860425 -10.108655082055241 C93.79206932120427 -9.693212430139365, 94.02604226380429 -9.27776977822349, 94.1714989742735 -9.019496659696287 C94.29555209825011 -8.761897693447224, 94.41960522222672 -8.504298727198162, 94.71385864880834 -7.893275190886684 C94.89903293908529 -7.435891113801293, 95.08420722936222 -6.978507036715901, 95.18294672997033 -6.734618561215508 C95.31415187017633 -6.339449583615201, 95.44535701038234 -5.944280606014894, 95.57683563421489 -5.548287939305138 C95.65062841034214 -5.266884101940436, 95.7244211864694 -4.985480264575733, 95.89390678754556 -4.339158212148133 C95.98111162026218 -3.891379826896227, 96.06831645297879 -3.4436014416443212, 96.13285727658177 -3.1121979531509023 C96.17485296315881 -2.7864877010457048, 96.21684864973585 -2.460777448940507, 96.29270520250937 -1.872449005199798 C96.31668377870646 -1.498963325771614, 96.34066235490357 -1.1254776463434302, 96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.26611336285337556, 96.37279371591342 0.09277903694052458, 96.37279371591342 0.625005762647271 C96.34837980658418 1.005272107003186, 96.32396589725492 1.3855384513591007, 96.29270520250937 1.8724490051997846 C96.23101382775657 2.350915125442614, 96.16932245300377 2.8293812456854432, 96.13285727658177 3.1121979531508885 C96.07607323724699 3.4037719938240705, 96.0192891979122 3.6953460344972524, 95.89390678754556 4.339158212148129 C95.8147363116564 4.64106954941479, 95.73556583576725 4.942980886681451, 95.57683563421489 5.548287939305125 C95.42249753520272 6.013129703093123, 95.26815943619056 6.477971466881121, 95.18294672997033 6.734618561215495 C95.07784817207728 6.994214031153697, 94.97274961418424 7.253809501091899, 94.71385864880834 7.893275190886679 C94.56489396064235 8.20260355319708, 94.41592927247636 8.511931915507478, 94.1714989742735 9.019496659696284 C94.01170383100191 9.303229117587854, 93.85190868773033 9.586961575479425, 93.55809637860425 10.108655082055236 C93.3066579992691 10.49493195337265, 93.05521961993396 10.881208824690065, 92.87617146464065 11.156274872382301 C92.72559312405356 11.358036130799972, 92.57501478346647 11.559797389217644, 92.12852640812659 12.158051136245302 C91.84384512130435 12.49245397457081, 91.55916383448212 12.826856812896317, 91.31823344296866 13.10986736009567 C91.05002205220848 13.386817641620263, 90.7818106614483 13.663767923144857, 90.44862223676799 14.007812326905684 C90.22388367069564 14.211913946355976, 89.9991451046233 14.416015565806267, 89.5232662085019 14.848196188198111 C89.24271418210775 15.07192896344447, 88.96216215571361 15.295661738690832, 88.54596784457871 15.627565626425152 C88.16147743811143 15.895769489655288, 87.77698703164415 16.163973352885424, 87.5207430736057 16.34271804539089 C87.23528348679822 16.515765324460318, 86.94982389999075 16.688812603529744, 86.45180476407678 16.990714730406093 C86.04223694011849 17.20438600182442, 85.6326691161602 17.418057273242752, 85.34354541279238 17.56889292409717 C85.00285662545018 17.719705744079764, 84.66216783810796 17.870518564062355, 84.2005190951478 18.07487676824742 C83.86738337664842 18.19747379212802, 83.53424765814904 18.320070816008613, 83.02742275146062 18.506587066708033 C82.7382325437182 18.592417202375607, 82.44904233597578 18.67824733804318, 81.82907688623541 18.86224982926107 C81.4537686375529 18.94791148790765, 81.0784603888704 19.033573146554225, 80.61040575967677 19.140403561325773 C80.24365029246864 19.199697741032857, 79.8768948252605 19.25899192073994, 79.37641715284788 19.3399052695533 C78.94758800950532 19.381273901269054, 78.51875886616277 19.42264253298481, 78.1321817896239 19.45993515863156 C77.79067504254195 19.47088661530792, 77.44916829546001 19.481838071984278, 76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 C42.17432836602355 19.5, 7.465844232047104 19.5, -76.8828125 19.5 C-77.16166390173841 19.491057778297577, -77.4405153034768 19.482115556595154, -78.1321817896239 19.45993515863156 C-78.57847942564875 19.416881362435678, -79.0247770616736 19.373827566239797, -79.37641715284786 19.3399052695533 C-79.63657429541095 19.297845080292472, -79.89673143797403 19.255784891031645, -80.61040575967675 19.140403561325773 C-80.94058510056841 19.065042281388813, -81.27076444146007 18.98968100145185, -81.82907688623538 18.862249829261074 C-82.18427602903388 18.756828588156832, -82.53947517183236 18.651407347052587, -83.02742275146059 18.506587066708043 C-83.38093298729159 18.37649203210944, -83.73444322312258 18.246396997510836, -84.2005190951478 18.074876768247425 C-84.58095596445276 17.90646865146488, -84.96139283375771 17.73806053468234, -85.34354541279238 17.568892924097174 C-85.61799473675124 17.42571288758102, -85.89244406071009 17.282532851064868, -86.45180476407678 16.990714730406097 C-86.73423319630815 16.819504955053745, -87.01666162853952 16.648295179701392, -87.52074307360569 16.3427180453909 C-87.87458085882 16.095896123816242, -88.22841864403432 15.849074202241587, -88.54596784457871 15.627565626425156 C-88.93592301280577 15.316586756906913, -89.32587818103283 15.00560788738867, -89.52326620850187 14.848196188198125 C-89.80159554439416 14.595424849531431, -90.07992488028644 14.342653510864737, -90.44862223676797 14.007812326905697 C-90.71887862693659 13.728750415594327, -90.98913501710518 13.449688504282957, -91.31823344296865 13.109867360095677 C-91.62262674969715 12.75230966154256, -91.92702005642565 12.394751962989444, -92.12852640812658 12.158051136245307 C-92.29898548274689 11.929651505395253, -92.4694445573672 11.701251874545198, -92.87617146464063 11.156274872382316 C-93.03349603713409 10.914582081469435, -93.19082060962755 10.672889290556553, -93.55809637860425 10.108655082055249 C-93.719915347854 9.821329116204852, -93.88173431710375 9.534003150354456, -94.1714989742735 9.019496659696289 C-94.3242909141742 8.702220927268714, -94.47708285407488 8.384945194841139, -94.71385864880834 7.893275190886686 C-94.84811693208889 7.561654635476412, -94.98237521536943 7.2300340800661385, -95.18294672997033 6.73461856121551 C-95.31908067481588 6.324604809339248, -95.45521461966143 5.914591057462987, -95.57683563421489 5.5482879393051325 C-95.68293902897754 5.143669709572938, -95.7890424237402 4.739051479840745, -95.89390678754556 4.339158212148136 C-95.94519681716892 4.075794750183787, -95.99648684679228 3.812431288219438, -96.13285727658177 3.112197953150904 C-96.17797387376115 2.762282534707536, -96.22309047094052 2.4123671162641678, -96.29270520250937 1.872449005199809 C-96.3152822991844 1.5207925005815999, -96.33785939585945 1.1691359959633905, -96.37279371591342 0.6250057626472781 C-96.37279371591342 0.2578483453911681, -96.37279371591342 -0.10930907186494199, -96.37279371591342 -0.6250057626472687 C-96.35008717760017 -0.9786784252638479, -96.32738063928693 -1.332351087880427, -96.29270520250937 -1.8724490051997822 C-96.25033490917113 -2.201064633370385, -96.20796461583289 -2.529680261540988, -96.13285727658177 -3.112197953150895 C-96.08112579919116 -3.3778281561000894, -96.02939432180054 -3.6434583590492835, -95.89390678754556 -4.339158212148126 C-95.79312896987493 -4.723467708308719, -95.6923511522043 -5.10777720446931, -95.57683563421489 -5.548287939305123 C-95.43675214665753 -5.970197084555183, -95.29666865910015 -6.392106229805244, -95.18294672997033 -6.734618561215485 C-95.07800824824024 -6.9938186399363245, -94.97306976651015 -7.253018718657164, -94.71385864880834 -7.893275190886676 C-94.51739436981164 -8.301237469885482, -94.32093009081494 -8.709199748884288, -94.1714989742735 -9.019496659696282 C-93.92750232299683 -9.452737421378137, -93.68350567172016 -9.885978183059992, -93.55809637860425 -10.108655082055243 C-93.39268649310934 -10.362769084948887, -93.22727660761443 -10.616883087842531, -92.87617146464063 -11.156274872382308 C-92.62104942410673 -11.498115164601717, -92.36592738357282 -11.839955456821126, -92.12852640812659 -12.158051136245302 C-91.84459621153083 -12.491571701252548, -91.56066601493507 -12.825092266259794, -91.31823344296866 -13.10986736009567 C-91.0916155221576 -13.343868969010417, -90.86499760134652 -13.577870577925163, -90.44862223676799 -14.007812326905677 C-90.23277788437228 -14.203836456822842, -90.01693353197658 -14.399860586740008, -89.5232662085019 -14.848196188198107 C-89.31791171085122 -15.011960935361829, -89.11255721320056 -15.17572568252555, -88.54596784457871 -15.627565626425149 C-88.26946357331016 -15.820443036385102, -87.99295930204163 -16.013320446345055, -87.52074307360571 -16.342718045390885 C-87.10831664952983 -16.592733367352384, -86.69589022545392 -16.84274868931388, -86.45180476407678 -16.99071473040609 C-86.04964094626293 -17.200523336561364, -85.64747712844905 -17.410331942716642, -85.3435454127924 -17.56889292409717 C-85.04360168864564 -17.701669113262493, -84.74365796449887 -17.834445302427817, -84.20051909514781 -18.07487676824742 C-83.94135465178587 -18.170251679094466, -83.68219020842392 -18.265626589941515, -83.02742275146062 -18.506587066708033 C-82.55787456561619 -18.645946503557937, -82.08832637977176 -18.78530594040784, -81.82907688623541 -18.862249829261067 C-81.38929983703133 -18.962626070928454, -80.94952278782725 -19.063002312595845, -80.61040575967677 -19.140403561325773 C-80.25025339172478 -19.198630203152923, -79.8901010237728 -19.25685684498007, -79.37641715284788 -19.3399052695533 C-79.00606043621906 -19.37563313658736, -78.63570371959024 -19.411361003621426, -78.1321817896239 -19.45993515863156 C-77.83591216874582 -19.469435948719287, -77.53964254786774 -19.47893673880701, -76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-76.8828125 -19.5 C-27.63758536426377 -19.5, 21.60764177147246 -19.5, 76.8828125 -19.5 M-76.8828125 -19.5 C-20.4859216699003 -19.5, 35.9109691601994 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C76.8828125 -19.5, 76.8828125 -19.5, 76.8828125 -19.5 M76.8828125 -19.5 C77.22428901012545 -19.489049512963984, 77.56576552025089 -19.478099025927964, 78.1321817896239 -19.45993515863156 M76.8828125 -19.5 C77.29818874949375 -19.48667969215956, 77.7135649989875 -19.473359384319117, 78.1321817896239 -19.45993515863156 M78.1321817896239 -19.45993515863156 C78.57318853196485 -19.417391768586135, 79.01419527430579 -19.374848378540708, 79.37641715284786 -19.3399052695533 M78.1321817896239 -19.45993515863156 C78.54456529291046 -19.42015301803323, 78.95694879619701 -19.3803708774349, 79.37641715284786 -19.3399052695533 M79.37641715284786 -19.3399052695533 C79.71599669889346 -19.285004682027356, 80.05557624493906 -19.230104094501417, 80.61040575967675 -19.140403561325776 M79.37641715284786 -19.3399052695533 C79.78029269940424 -19.274609803287706, 80.1841682459606 -19.209314337022114, 80.61040575967675 -19.140403561325776 M80.61040575967675 -19.140403561325776 C81.08122861060973 -19.032941318006557, 81.55205146154269 -18.925479074687342, 81.82907688623538 -18.862249829261074 M80.61040575967675 -19.140403561325776 C80.9493401002418 -19.063044009845076, 81.28827444080684 -18.985684458364375, 81.82907688623538 -18.862249829261074 M81.82907688623538 -18.862249829261074 C82.19638445068753 -18.753234872168427, 82.5636920151397 -18.64421991507578, 83.0274227514606 -18.50658706670804 M81.82907688623538 -18.862249829261074 C82.11805077567776 -18.77648389572948, 82.40702466512012 -18.690717962197883, 83.0274227514606 -18.50658706670804 M83.0274227514606 -18.50658706670804 C83.47061842768083 -18.343486961003073, 83.91381410390106 -18.18038685529811, 84.2005190951478 -18.074876768247425 M83.0274227514606 -18.50658706670804 C83.28946814481199 -18.410151939633668, 83.55151353816338 -18.313716812559296, 84.2005190951478 -18.074876768247425 M84.2005190951478 -18.074876768247425 C84.58671784970109 -17.903918035785697, 84.97291660425438 -17.73295930332397, 85.34354541279238 -17.568892924097174 M84.2005190951478 -18.074876768247425 C84.54541186102819 -17.922202971672572, 84.89030462690857 -17.769529175097723, 85.34354541279238 -17.568892924097174 M85.34354541279238 -17.568892924097174 C85.73406739432933 -17.365157856470617, 86.12458937586628 -17.161422788844057, 86.45180476407678 -16.990714730406097 M85.34354541279238 -17.568892924097174 C85.74915613816783 -17.357286068474867, 86.1547668635433 -17.14567921285256, 86.45180476407678 -16.990714730406097 M86.45180476407678 -16.990714730406097 C86.77468709134476 -16.79498156614908, 87.09756941861274 -16.599248401892062, 87.5207430736057 -16.342718045390892 M86.45180476407678 -16.990714730406097 C86.7810605575894 -16.79111793345693, 87.11031635110203 -16.59152113650776, 87.5207430736057 -16.342718045390892 M87.5207430736057 -16.342718045390892 C87.75946142775092 -16.176198455490187, 87.99817978189613 -16.009678865589485, 88.54596784457871 -15.627565626425154 M87.5207430736057 -16.342718045390892 C87.77767045658321 -16.163496625232938, 88.0345978395607 -15.984275205074983, 88.54596784457871 -15.627565626425154 M88.54596784457871 -15.627565626425154 C88.79190293785636 -15.431438934143916, 89.03783803113402 -15.235312241862678, 89.52326620850187 -14.848196188198123 M88.54596784457871 -15.627565626425154 C88.9341187088164 -15.318025641323896, 89.32226957305407 -15.008485656222637, 89.52326620850187 -14.848196188198123 M89.52326620850187 -14.848196188198123 C89.84921143289995 -14.55218135943784, 90.17515665729803 -14.256166530677556, 90.44862223676799 -14.007812326905688 M89.52326620850187 -14.848196188198123 C89.77509828502917 -14.619488959407647, 90.02693036155647 -14.390781730617169, 90.44862223676799 -14.007812326905688 M90.44862223676799 -14.007812326905688 C90.62755384988107 -13.823050745807796, 90.80648546299413 -13.638289164709905, 91.31823344296865 -13.10986736009568 M90.44862223676799 -14.007812326905688 C90.7345622306189 -13.712555807144524, 91.02050222446982 -13.41729928738336, 91.31823344296865 -13.10986736009568 M91.31823344296865 -13.10986736009568 C91.59206307445734 -12.788211493601626, 91.86589270594604 -12.46655562710757, 92.12852640812658 -12.158051136245305 M91.31823344296865 -13.10986736009568 C91.4870037806246 -12.911620118180737, 91.65577411828055 -12.713372876265794, 92.12852640812658 -12.158051136245305 M92.12852640812658 -12.158051136245305 C92.40679277730504 -11.785199552133907, 92.68505914648351 -11.412347968022507, 92.87617146464063 -11.156274872382312 M92.12852640812658 -12.158051136245305 C92.34814174805481 -11.863786588110534, 92.56775708798304 -11.56952203997576, 92.87617146464063 -11.156274872382312 M92.87617146464063 -11.156274872382312 C93.128589663838 -10.768492734638055, 93.38100786303536 -10.3807105968938, 93.55809637860425 -10.108655082055241 M92.87617146464063 -11.156274872382312 C93.08287692353593 -10.838719779331534, 93.28958238243125 -10.521164686280754, 93.55809637860425 -10.108655082055241 M93.55809637860425 -10.108655082055241 C93.73776907816399 -9.789628010153224, 93.91744177772372 -9.47060093825121, 94.1714989742735 -9.019496659696287 M93.55809637860425 -10.108655082055241 C93.72863135313719 -9.8058529662333, 93.89916632767013 -9.503050850411357, 94.1714989742735 -9.019496659696287 M94.1714989742735 -9.019496659696287 C94.31403083936004 -8.723526192150713, 94.4565627044466 -8.427555724605138, 94.71385864880834 -7.893275190886684 M94.1714989742735 -9.019496659696287 C94.37995521047493 -8.586632824975078, 94.58841144667636 -8.15376899025387, 94.71385864880834 -7.893275190886684 M94.71385864880834 -7.893275190886684 C94.89997264142994 -7.433570030842075, 95.08608663405154 -6.973864870797465, 95.18294672997033 -6.734618561215508 M94.71385864880834 -7.893275190886684 C94.83847968892354 -7.585458812418251, 94.96310072903873 -7.277642433949818, 95.18294672997033 -6.734618561215508 M95.18294672997033 -6.734618561215508 C95.27923743756273 -6.444606291787989, 95.37552814515513 -6.154594022360469, 95.57683563421489 -5.548287939305138 M95.18294672997033 -6.734618561215508 C95.31514698601794 -6.336452453250466, 95.44734724206555 -5.938286345285423, 95.57683563421489 -5.548287939305138 M95.57683563421489 -5.548287939305138 C95.69439053295308 -5.100000161801024, 95.81194543169126 -4.65171238429691, 95.89390678754556 -4.339158212148133 M95.57683563421489 -5.548287939305138 C95.66555287216833 -5.209970660694479, 95.75427011012178 -4.871653382083821, 95.89390678754556 -4.339158212148133 M95.89390678754556 -4.339158212148133 C95.96351069118282 -3.981756877761072, 96.03311459482006 -3.6243555433740116, 96.13285727658177 -3.1121979531509023 M95.89390678754556 -4.339158212148133 C95.95401772328798 -4.030501261561594, 96.01412865903039 -3.721844310975054, 96.13285727658177 -3.1121979531509023 M96.13285727658177 -3.1121979531509023 C96.17421362727804 -2.79144626388588, 96.2155699779743 -2.470694574620858, 96.29270520250937 -1.872449005199798 M96.13285727658177 -3.1121979531509023 C96.16964194061318 -2.826903362876845, 96.20642660464459 -2.541608772602788, 96.29270520250937 -1.872449005199798 M96.29270520250937 -1.872449005199798 C96.31843711690178 -1.4716536681106498, 96.34416903129417 -1.0708583310215014, 96.37279371591342 -0.6250057626472757 M96.29270520250937 -1.872449005199798 C96.31120281570749 -1.584333748634414, 96.32970042890561 -1.2962184920690303, 96.37279371591342 -0.6250057626472757 M96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.3356498268135245, 96.37279371591342 -0.04629389097977332, 96.37279371591342 0.625005762647271 M96.37279371591342 -0.6250057626472757 C96.37279371591342 -0.21756225888561376, 96.37279371591342 0.18988124487604818, 96.37279371591342 0.625005762647271 M96.37279371591342 0.625005762647271 C96.34696635025246 1.0272878302909605, 96.32113898459151 1.4295698979346498, 96.29270520250937 1.8724490051997846 M96.37279371591342 0.625005762647271 C96.34711993359055 1.0248956458300547, 96.32144615126768 1.4247855290128384, 96.29270520250937 1.8724490051997846 M96.29270520250937 1.8724490051997846 C96.24450028921022 2.246316793611137, 96.19629537591108 2.620184582022489, 96.13285727658177 3.1121979531508885 M96.29270520250937 1.8724490051997846 C96.24986437765179 2.2047139829174336, 96.2070235527942 2.536978960635083, 96.13285727658177 3.1121979531508885 M96.13285727658177 3.1121979531508885 C96.05008002772422 3.537241631056699, 95.96730277886667 3.96228530896251, 95.89390678754556 4.339158212148129 M96.13285727658177 3.1121979531508885 C96.07651593464905 3.4014988362285674, 96.02017459271634 3.6907997193062467, 95.89390678754556 4.339158212148129 M95.89390678754556 4.339158212148129 C95.7928958384348 4.724356739529717, 95.69188488932404 5.109555266911304, 95.57683563421489 5.548287939305125 M95.89390678754556 4.339158212148129 C95.7824978661362 4.764008714414023, 95.67108894472683 5.188859216679917, 95.57683563421489 5.548287939305125 M95.57683563421489 5.548287939305125 C95.45290462822047 5.921548383636045, 95.32897362222603 6.294808827966965, 95.18294672997033 6.734618561215495 M95.57683563421489 5.548287939305125 C95.46216430946664 5.893659699052418, 95.34749298471839 6.239031458799712, 95.18294672997033 6.734618561215495 M95.18294672997033 6.734618561215495 C95.0647351499066 7.026603449438339, 94.94652356984285 7.318588337661182, 94.71385864880834 7.893275190886679 M95.18294672997033 6.734618561215495 C95.0275712115925 7.118399095590011, 94.87219569321468 7.502179629964527, 94.71385864880834 7.893275190886679 M94.71385864880834 7.893275190886679 C94.50409754471482 8.328848611705515, 94.2943364406213 8.764422032524351, 94.1714989742735 9.019496659696284 M94.71385864880834 7.893275190886679 C94.5813407200258 8.168451505433055, 94.44882279124327 8.443627819979431, 94.1714989742735 9.019496659696284 M94.1714989742735 9.019496659696284 C93.95228986536524 9.408724629892175, 93.73308075645697 9.797952600088067, 93.55809637860425 10.108655082055236 M94.1714989742735 9.019496659696284 C93.96739712546979 9.381900159800573, 93.76329527666608 9.744303659904864, 93.55809637860425 10.108655082055236 M93.55809637860425 10.108655082055236 C93.35515483287219 10.42042779373507, 93.15221328714013 10.732200505414905, 92.87617146464065 11.156274872382301 M93.55809637860425 10.108655082055236 C93.32484328892404 10.466994465028653, 93.09159019924384 10.82533384800207, 92.87617146464065 11.156274872382301 M92.87617146464065 11.156274872382301 C92.68222377522007 11.416147107207898, 92.48827608579947 11.676019342033497, 92.12852640812659 12.158051136245302 M92.87617146464065 11.156274872382301 C92.62397961931724 11.494188969965913, 92.37178777399384 11.832103067549525, 92.12852640812659 12.158051136245302 M92.12852640812659 12.158051136245302 C91.82675750662656 12.512526059084156, 91.52498860512655 12.86700098192301, 91.31823344296866 13.10986736009567 M92.12852640812659 12.158051136245302 C91.8416388006931 12.49504564430399, 91.5547511932596 12.832040152362682, 91.31823344296866 13.10986736009567 M91.31823344296866 13.10986736009567 C91.11752221153401 13.317118185250507, 90.91681098009937 13.524369010405342, 90.44862223676799 14.007812326905684 M91.31823344296866 13.10986736009567 C91.00976865235444 13.42838258183515, 90.70130386174023 13.74689780357463, 90.44862223676799 14.007812326905684 M90.44862223676799 14.007812326905684 C90.16170201509284 14.268385680737985, 89.87478179341771 14.528959034570285, 89.5232662085019 14.848196188198111 M90.44862223676799 14.007812326905684 C90.14736778959907 14.281403645068604, 89.84611334243017 14.554994963231524, 89.5232662085019 14.848196188198111 M89.5232662085019 14.848196188198111 C89.175384886813 15.125622284734233, 88.82750356512413 15.403048381270352, 88.54596784457871 15.627565626425152 M89.5232662085019 14.848196188198111 C89.15258243110294 15.143806636364186, 88.78189865370398 15.43941708453026, 88.54596784457871 15.627565626425152 M88.54596784457871 15.627565626425152 C88.24981487887963 15.834149115041573, 87.95366191318055 16.040732603657993, 87.5207430736057 16.34271804539089 M88.54596784457871 15.627565626425152 C88.34008703384994 15.771179167552885, 88.13420622312118 15.914792708680618, 87.5207430736057 16.34271804539089 M87.5207430736057 16.34271804539089 C87.13463764695612 16.576777424033207, 86.74853222030654 16.810836802675524, 86.45180476407678 16.990714730406093 M87.5207430736057 16.34271804539089 C87.29413124914524 16.480091465097725, 87.06751942468476 16.61746488480456, 86.45180476407678 16.990714730406093 M86.45180476407678 16.990714730406093 C86.13167898462252 17.157724144497028, 85.81155320516828 17.324733558587965, 85.34354541279238 17.56889292409717 M86.45180476407678 16.990714730406093 C86.21834945169651 17.112508217339613, 85.98489413931625 17.234301704273133, 85.34354541279238 17.56889292409717 M85.34354541279238 17.56889292409717 C84.97472246599709 17.732159901899454, 84.6058995192018 17.89542687970174, 84.2005190951478 18.07487676824742 M85.34354541279238 17.56889292409717 C85.0934970128979 17.679581933308214, 84.84344861300343 17.790270942519257, 84.2005190951478 18.07487676824742 M84.2005190951478 18.07487676824742 C83.88375725136635 18.191448054873383, 83.5669954075849 18.308019341499342, 83.02742275146062 18.506587066708033 M84.2005190951478 18.07487676824742 C83.82986709245881 18.21128013150652, 83.45921508976983 18.347683494765622, 83.02742275146062 18.506587066708033 M83.02742275146062 18.506587066708033 C82.5639293463653 18.644149476413794, 82.10043594126998 18.78171188611956, 81.82907688623541 18.86224982926107 M83.02742275146062 18.506587066708033 C82.5510859782249 18.647961320661647, 82.0747492049892 18.78933557461526, 81.82907688623541 18.86224982926107 M81.82907688623541 18.86224982926107 C81.38812109083426 18.9628951120559, 80.94716529543311 19.063540394850733, 80.61040575967677 19.140403561325773 M81.82907688623541 18.86224982926107 C81.5377065178633 18.92875321447266, 81.24633614949117 18.99525659968425, 80.61040575967677 19.140403561325773 M80.61040575967677 19.140403561325773 C80.29138107812925 19.191980997765018, 79.97235639658174 19.243558434204267, 79.37641715284788 19.3399052695533 M80.61040575967677 19.140403561325773 C80.2752569434651 19.194587822812988, 79.94010812725342 19.248772084300203, 79.37641715284788 19.3399052695533 M79.37641715284788 19.3399052695533 C78.89855521306326 19.386004036171254, 78.42069327327863 19.432102802789213, 78.1321817896239 19.45993515863156 M79.37641715284788 19.3399052695533 C78.94307131531069 19.381709621325893, 78.5097254777735 19.423513973098483, 78.1321817896239 19.45993515863156 M78.1321817896239 19.45993515863156 C77.80625311417833 19.470387056871417, 77.48032443873275 19.480838955111274, 76.8828125 19.5 M78.1321817896239 19.45993515863156 C77.76048795479903 19.471854656456234, 77.38879411997415 19.483774154280905, 76.8828125 19.5 M76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 M76.8828125 19.5 C76.8828125 19.5, 76.8828125 19.5, 76.8828125 19.5 M76.8828125 19.5 C26.173840727431106 19.5, -24.53513104513779 19.5, -76.8828125 19.5 M76.8828125 19.5 C40.778103775602276 19.5, 4.673395051204551 19.5, -76.8828125 19.5 M-76.8828125 19.5 C-77.36948306384012 19.484393422264436, -77.85615362768024 19.468786844528868, -78.1321817896239 19.45993515863156 M-76.8828125 19.5 C-77.16517018872791 19.490945338498396, -77.44752787745581 19.481890676996795, -78.1321817896239 19.45993515863156 M-78.1321817896239 19.45993515863156 C-78.44895303991535 19.42937661708911, -78.7657242902068 19.398818075546657, -79.37641715284786 19.3399052695533 M-78.1321817896239 19.45993515863156 C-78.61171545618787 19.413675122541743, -79.09124912275183 19.367415086451928, -79.37641715284786 19.3399052695533 M-79.37641715284786 19.3399052695533 C-79.77779194533592 19.275014105811834, -80.17916673782398 19.210122942070367, -80.61040575967675 19.140403561325773 M-79.37641715284786 19.3399052695533 C-79.71930241923488 19.2844702387988, -80.06218768562191 19.2290352080443, -80.61040575967675 19.140403561325773 M-80.61040575967675 19.140403561325773 C-80.97353635055792 19.05752137360571, -81.33666694143908 18.974639185885643, -81.82907688623538 18.862249829261074 M-80.61040575967675 19.140403561325773 C-80.88618425859532 19.0774589185705, -81.16196275751389 19.014514275815223, -81.82907688623538 18.862249829261074 M-81.82907688623538 18.862249829261074 C-82.15555111183309 18.765353992801856, -82.48202533743078 18.66845815634264, -83.02742275146059 18.506587066708043 M-81.82907688623538 18.862249829261074 C-82.12002174552634 18.77589892222425, -82.41096660481729 18.689548015187427, -83.02742275146059 18.506587066708043 M-83.02742275146059 18.506587066708043 C-83.4792687608406 18.340303558437476, -83.9311147702206 18.17402005016691, -84.2005190951478 18.074876768247425 M-83.02742275146059 18.506587066708043 C-83.33652093897743 18.392836076429525, -83.64561912649427 18.279085086151007, -84.2005190951478 18.074876768247425 M-84.2005190951478 18.074876768247425 C-84.63521941220417 17.882447832813316, -85.06991972926053 17.69001889737921, -85.34354541279238 17.568892924097174 M-84.2005190951478 18.074876768247425 C-84.54778792454191 17.92115115883847, -84.895056753936 17.767425549429515, -85.34354541279238 17.568892924097174 M-85.34354541279238 17.568892924097174 C-85.78611863556813 17.338002757256746, -86.22869185834388 17.107112590416317, -86.45180476407678 16.990714730406097 M-85.34354541279238 17.568892924097174 C-85.57546595260753 17.447900127027804, -85.8073864924227 17.326907329958434, -86.45180476407678 16.990714730406097 M-86.45180476407678 16.990714730406097 C-86.80368992032668 16.777399880780703, -87.15557507657655 16.564085031155308, -87.52074307360569 16.3427180453909 M-86.45180476407678 16.990714730406097 C-86.69829997353276 16.84128788586725, -86.94479518298873 16.6918610413284, -87.52074307360569 16.3427180453909 M-87.52074307360569 16.3427180453909 C-87.7321463789936 16.19525225105388, -87.94354968438154 16.047786456716857, -88.54596784457871 15.627565626425156 M-87.52074307360569 16.3427180453909 C-87.89729939612776 16.080048655659976, -88.27385571864986 15.817379265929048, -88.54596784457871 15.627565626425156 M-88.54596784457871 15.627565626425156 C-88.85919604148448 15.377774474745184, -89.17242423839025 15.127983323065214, -89.52326620850187 14.848196188198125 M-88.54596784457871 15.627565626425156 C-88.74812010114863 15.46635458130812, -88.95027235771855 15.305143536191084, -89.52326620850187 14.848196188198125 M-89.52326620850187 14.848196188198125 C-89.77668044132659 14.618052086919892, -90.03009467415131 14.387907985641657, -90.44862223676797 14.007812326905697 M-89.52326620850187 14.848196188198125 C-89.85699323313989 14.54511413435508, -90.19072025777791 14.242032080512034, -90.44862223676797 14.007812326905697 M-90.44862223676797 14.007812326905697 C-90.69342743711411 13.755030858667572, -90.93823263746025 13.502249390429448, -91.31823344296865 13.109867360095677 M-90.44862223676797 14.007812326905697 C-90.679819652428 13.769082013575883, -90.91101706808803 13.530351700246069, -91.31823344296865 13.109867360095677 M-91.31823344296865 13.109867360095677 C-91.51056093513115 12.883948544057269, -91.70288842729367 12.658029728018859, -92.12852640812658 12.158051136245307 M-91.31823344296865 13.109867360095677 C-91.55311950841269 12.833956822229354, -91.78800557385674 12.55804628436303, -92.12852640812658 12.158051136245307 M-92.12852640812658 12.158051136245307 C-92.29878624097127 11.929918471223294, -92.46904607381595 11.70178580620128, -92.87617146464063 11.156274872382316 M-92.12852640812658 12.158051136245307 C-92.30385849581467 11.923122111825055, -92.47919058350276 11.688193087404803, -92.87617146464063 11.156274872382316 M-92.87617146464063 11.156274872382316 C-93.0369716260995 10.909242643492245, -93.19777178755838 10.662210414602175, -93.55809637860425 10.108655082055249 M-92.87617146464063 11.156274872382316 C-93.01880551497695 10.937150668460365, -93.16143956531324 10.718026464538415, -93.55809637860425 10.108655082055249 M-93.55809637860425 10.108655082055249 C-93.71101958587641 9.83712444238964, -93.86394279314857 9.565593802724031, -94.1714989742735 9.019496659696289 M-93.55809637860425 10.108655082055249 C-93.71299798605793 9.833611592532602, -93.86789959351161 9.558568103009957, -94.1714989742735 9.019496659696289 M-94.1714989742735 9.019496659696289 C-94.34753379109229 8.653956596030374, -94.52356860791109 8.288416532364462, -94.71385864880834 7.893275190886686 M-94.1714989742735 9.019496659696289 C-94.33312341979916 8.683880040353099, -94.49474786532484 8.348263421009909, -94.71385864880834 7.893275190886686 M-94.71385864880834 7.893275190886686 C-94.8327707496441 7.59956000281329, -94.95168285047986 7.305844814739894, -95.18294672997033 6.73461856121551 M-94.71385864880834 7.893275190886686 C-94.88370595774413 7.4737490540409866, -95.0535532666799 7.054222917195287, -95.18294672997033 6.73461856121551 M-95.18294672997033 6.73461856121551 C-95.30193187157313 6.376254272415683, -95.42091701317592 6.017889983615857, -95.57683563421489 5.5482879393051325 M-95.18294672997033 6.73461856121551 C-95.32341373229845 6.311554330580709, -95.46388073462657 5.888490099945908, -95.57683563421489 5.5482879393051325 M-95.57683563421489 5.5482879393051325 C-95.69579202632781 5.094655660152114, -95.81474841844071 4.641023380999096, -95.89390678754556 4.339158212148136 M-95.57683563421489 5.5482879393051325 C-95.6642928229083 5.214775774631814, -95.7517500116017 4.881263609958497, -95.89390678754556 4.339158212148136 M-95.89390678754556 4.339158212148136 C-95.95853341664784 4.007314130550855, -96.0231600457501 3.6754700489535743, -96.13285727658177 3.112197953150904 M-95.89390678754556 4.339158212148136 C-95.98670764526014 3.862645421252026, -96.0795085029747 3.3861326303559163, -96.13285727658177 3.112197953150904 M-96.13285727658177 3.112197953150904 C-96.17001341705013 2.8240222649881894, -96.20716955751848 2.5358465768254748, -96.29270520250937 1.872449005199809 M-96.13285727658177 3.112197953150904 C-96.16485804547386 2.8640063088904597, -96.19685881436595 2.615814664630015, -96.29270520250937 1.872449005199809 M-96.29270520250937 1.872449005199809 C-96.32032356863489 1.44227065965096, -96.3479419347604 1.012092314102111, -96.37279371591342 0.6250057626472781 M-96.29270520250937 1.872449005199809 C-96.32468694530388 1.3743075459770844, -96.3566686880984 0.8761660867543598, -96.37279371591342 0.6250057626472781 M-96.37279371591342 0.6250057626472781 C-96.37279371591342 0.32011367001665614, -96.37279371591342 0.015221577386034135, -96.37279371591342 -0.6250057626472687 M-96.37279371591342 0.6250057626472781 C-96.37279371591342 0.35174178985687693, -96.37279371591342 0.07847781706647572, -96.37279371591342 -0.6250057626472687 M-96.37279371591342 -0.6250057626472687 C-96.35442261401525 -0.9111505035977419, -96.33605151211708 -1.197295244548215, -96.29270520250937 -1.8724490051997822 M-96.37279371591342 -0.6250057626472687 C-96.35225233221246 -0.9449543944961191, -96.33171094851151 -1.2649030263449694, -96.29270520250937 -1.8724490051997822 M-96.29270520250937 -1.8724490051997822 C-96.25117260638388 -2.1945676192103325, -96.20964001025838 -2.5166862332208826, -96.13285727658177 -3.112197953150895 M-96.29270520250937 -1.8724490051997822 C-96.25213505569434 -2.187103052415528, -96.2115649088793 -2.501757099631274, -96.13285727658177 -3.112197953150895 M-96.13285727658177 -3.112197953150895 C-96.0639433396608 -3.4660564542744323, -95.9950294027398 -3.8199149553979694, -95.89390678754556 -4.339158212148126 M-96.13285727658177 -3.112197953150895 C-96.03997900546906 -3.589108245485102, -95.94710073435635 -4.066018537819309, -95.89390678754556 -4.339158212148126 M-95.89390678754556 -4.339158212148126 C-95.80783685944398 -4.66738015094228, -95.72176693134239 -4.995602089736432, -95.57683563421489 -5.548287939305123 M-95.89390678754556 -4.339158212148126 C-95.8263577249896 -4.5967520636228905, -95.75880866243365 -4.854345915097655, -95.57683563421489 -5.548287939305123 M-95.57683563421489 -5.548287939305123 C-95.45316361054529 -5.9207683701368925, -95.32949158687569 -6.293248800968662, -95.18294672997033 -6.734618561215485 M-95.57683563421489 -5.548287939305123 C-95.48444631868274 -5.826549837449565, -95.3920570031506 -6.104811735594008, -95.18294672997033 -6.734618561215485 M-95.18294672997033 -6.734618561215485 C-95.01127660077442 -7.158647099345524, -94.83960647157852 -7.582675637475563, -94.71385864880834 -7.893275190886676 M-95.18294672997033 -6.734618561215485 C-95.06995155916893 -7.013718817707939, -94.95695638836754 -7.292819074200391, -94.71385864880834 -7.893275190886676 M-94.71385864880834 -7.893275190886676 C-94.57910012813974 -8.173104142425444, -94.44434160747116 -8.452933093964212, -94.1714989742735 -9.019496659696282 M-94.71385864880834 -7.893275190886676 C-94.56868196286484 -8.194737685531818, -94.42350527692135 -8.496200180176958, -94.1714989742735 -9.019496659696282 M-94.1714989742735 -9.019496659696282 C-93.9535106406711 -9.406557019719719, -93.73552230706869 -9.793617379743155, -93.55809637860425 -10.108655082055243 M-94.1714989742735 -9.019496659696282 C-94.00449933308323 -9.316021433176994, -93.83749969189296 -9.612546206657704, -93.55809637860425 -10.108655082055243 M-93.55809637860425 -10.108655082055243 C-93.39924123124695 -10.352699246975895, -93.24038608388963 -10.596743411896547, -92.87617146464063 -11.156274872382308 M-93.55809637860425 -10.108655082055243 C-93.4041660503615 -10.345133402316833, -93.25023572211875 -10.581611722578423, -92.87617146464063 -11.156274872382308 M-92.87617146464063 -11.156274872382308 C-92.57811075800471 -11.555649065385476, -92.28005005136878 -11.95502325838864, -92.12852640812659 -12.158051136245302 M-92.87617146464063 -11.156274872382308 C-92.71781017350206 -11.368464575497597, -92.55944888236347 -11.580654278612887, -92.12852640812659 -12.158051136245302 M-92.12852640812659 -12.158051136245302 C-91.88773724293067 -12.440895790976063, -91.64694807773476 -12.723740445706825, -91.31823344296866 -13.10986736009567 M-92.12852640812659 -12.158051136245302 C-91.83012164525911 -12.508574350421455, -91.53171688239165 -12.859097564597608, -91.31823344296866 -13.10986736009567 M-91.31823344296866 -13.10986736009567 C-90.99220954731435 -13.446513799418385, -90.66618565166002 -13.7831602387411, -90.44862223676799 -14.007812326905677 M-91.31823344296866 -13.10986736009567 C-91.01380624465828 -13.42421343628893, -90.70937904634792 -13.73855951248219, -90.44862223676799 -14.007812326905677 M-90.44862223676799 -14.007812326905677 C-90.14135208454384 -14.286866949232925, -89.8340819323197 -14.565921571560173, -89.5232662085019 -14.848196188198107 M-90.44862223676799 -14.007812326905677 C-90.15071660031917 -14.27836234377728, -89.85281096387037 -14.548912360648883, -89.5232662085019 -14.848196188198107 M-89.5232662085019 -14.848196188198107 C-89.30456627016898 -15.022603569168828, -89.08586633183607 -15.197010950139546, -88.54596784457871 -15.627565626425149 M-89.5232662085019 -14.848196188198107 C-89.19494084984564 -15.110026924621739, -88.86661549118938 -15.37185766104537, -88.54596784457871 -15.627565626425149 M-88.54596784457871 -15.627565626425149 C-88.27834009255149 -15.814251160820678, -88.01071234052428 -16.000936695216208, -87.52074307360571 -16.342718045390885 M-88.54596784457871 -15.627565626425149 C-88.27521297022457 -15.816432505984995, -88.00445809587043 -16.00529938554484, -87.52074307360571 -16.342718045390885 M-87.52074307360571 -16.342718045390885 C-87.28557375048763 -16.485279071073414, -87.05040442736954 -16.62784009675594, -86.45180476407678 -16.99071473040609 M-87.52074307360571 -16.342718045390885 C-87.19399840976315 -16.540792580777023, -86.86725374592059 -16.73886711616316, -86.45180476407678 -16.99071473040609 M-86.45180476407678 -16.99071473040609 C-86.10939344693072 -17.16935049523628, -85.76698212978465 -17.347986260066467, -85.3435454127924 -17.56889292409717 M-86.45180476407678 -16.99071473040609 C-86.09145380783181 -17.178709593463292, -85.73110285158684 -17.36670445652049, -85.3435454127924 -17.56889292409717 M-85.3435454127924 -17.56889292409717 C-84.9159085030256 -17.758195098652713, -84.48827159325882 -17.947497273208256, -84.20051909514781 -18.07487676824742 M-85.3435454127924 -17.56889292409717 C-85.0784734907738 -17.68623240089561, -84.81340156875522 -17.803571877694043, -84.20051909514781 -18.07487676824742 M-84.20051909514781 -18.07487676824742 C-83.93779459073681 -18.17156181446936, -83.67507008632583 -18.268246860691303, -83.02742275146062 -18.506587066708033 M-84.20051909514781 -18.07487676824742 C-83.78321609154366 -18.228448131080427, -83.3659130879395 -18.382019493913432, -83.02742275146062 -18.506587066708033 M-83.02742275146062 -18.506587066708033 C-82.5831547153813 -18.63844348780587, -82.13888667930196 -18.770299908903702, -81.82907688623541 -18.862249829261067 M-83.02742275146062 -18.506587066708033 C-82.6679915454196 -18.613264361968106, -82.30856033937857 -18.71994165722818, -81.82907688623541 -18.862249829261067 M-81.82907688623541 -18.862249829261067 C-81.52544326388794 -18.931552222167323, -81.22180964154047 -19.000854615073575, -80.61040575967677 -19.140403561325773 M-81.82907688623541 -18.862249829261067 C-81.46617640388888 -18.9450794962097, -81.10327592154235 -19.027909163158334, -80.61040575967677 -19.140403561325773 M-80.61040575967677 -19.140403561325773 C-80.33046361498495 -19.18566243629579, -80.05052147029312 -19.23092131126581, -79.37641715284788 -19.3399052695533 M-80.61040575967677 -19.140403561325773 C-80.29367090395444 -19.191610796483467, -79.9769360482321 -19.242818031641164, -79.37641715284788 -19.3399052695533 M-79.37641715284788 -19.3399052695533 C-79.08140405803691 -19.368364828004555, -78.78639096322595 -19.396824386455815, -78.1321817896239 -19.45993515863156 M-79.37641715284788 -19.3399052695533 C-79.00542172177792 -19.375694752601333, -78.63442629070795 -19.411484235649368, -78.1321817896239 -19.45993515863156 M-78.1321817896239 -19.45993515863156 C-77.71536323703161 -19.4733017183251, -77.29854468443932 -19.486668278018637, -76.8828125 -19.5 M-78.1321817896239 -19.45993515863156 C-77.65567018624681 -19.47521595827829, -77.17915858286973 -19.490496757925026, -76.8828125 -19.5 M-76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5 M-76.8828125 -19.5 C-76.8828125 -19.5, -76.8828125 -19.5, -76.8828125 -19.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-84.0078125, -12)\"><rect></rect><foreignObject width=\"168.015625\" 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>Customer initiates buy</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-B-1\" data-look=\"classic\" transform=\"translate(138, 148)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>GET /v2/quotes/{orderType}<br>Fetch live quote</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-C-3\" data-look=\"classic\" transform=\"translate(138, 300)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>POST /v2/buy<br>Create order → checkoutUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-D-5\" data-look=\"classic\" transform=\"translate(138, 440)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Redirect or embed checkoutUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-E-7\" data-look=\"classic\" transform=\"translate(138, 580)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>Customer completes checkout<br>KYC + payment</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-F-9\" data-look=\"classic\" transform=\"translate(138, 732)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-51\" width=\"260\" height=\"102\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -36)\"><rect></rect><foreignObject width=\"200\" height=\"72\"><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>Banxa processes payment<br>and delivers crypto to wallet</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-G-11\" data-look=\"classic\" transform=\"translate(138, 872)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Customer redirected to redirectUrl</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-flowchart-H-13\" data-look=\"classic\" transform=\"translate(138, 992.5)\"><g class=\"basic label-container outer-path\"><path d=\"M-83.875 -31.5 C-47.19019749029995 -31.5, -10.505394980599903 -31.5, 83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 C84.28048980547818 -31.48699673117634, 84.68597961095637 -31.47399346235268, 85.89321192939245 -31.435279871635593 C86.57820142219879 -31.36919975908496, 87.26319091500511 -31.303119646534327, 87.90313059306193 -31.241385435432253 C88.50958759517691 -31.143338170474596, 89.11604459729189 -31.04529090551694, 89.89649680409322 -30.91911344521856 C90.30557167421446 -30.82574477557639, 90.71464654433571 -30.732376105934215, 91.86511939314947 -30.469788185729428 C92.46575397588694 -30.291522994368208, 93.06638855862441 -30.11325780300699, 93.80090886774406 -29.895256030836062 C94.28257786875841 -29.71799738596334, 94.76424686977278 -29.540738741090617, 95.69591065370028 -29.197877856399685 C96.33144375130182 -28.916546206511, 96.96697684890334 -28.635214556622316, 97.54233778220308 -28.380519338926202 C97.98719846000543 -28.148435808263578, 98.43205913780778 -27.916352277600954, 99.33260288812403 -27.44653917988677 C99.83206077356068 -27.14376487459474, 100.33151865899734 -26.84099056930271, 101.05934938813228 -26.399775304092984 C101.51351175592093 -26.082971296695646, 101.96767412370959 -25.766167289298313, 102.7154817104733 -25.244529088840633 C103.22927080570216 -24.834795957897647, 103.74305990093103 -24.42506282695466, 104.29419445219533 -23.985547688627737 C104.59435885188012 -23.71294632274883, 104.89452325156489 -23.440344956869925, 105.78900034400982 -22.62800452807842 C106.21519811387104 -22.187920339209054, 106.64139588373226 -21.747836150339683, 107.19375690787243 -21.177478043231485 C107.47218701153416 -20.850418200348706, 107.75061711519588 -20.523358357465924, 108.50269169774293 -19.63992875855011 C108.88299776201693 -19.130353279018156, 109.26330382629094 -18.620777799486202, 109.7104260198041 -18.02167479384835 C109.95680197637851 -17.643175163342264, 110.20317793295294 -17.26467553283618, 110.8119970346684 -16.329365901781543 C111.18148355261367 -15.673305174602676, 111.55097007055895 -15.017244447423808, 111.8028781507495 -14.56995614258631 C112.14540514183136 -13.858691516701299, 112.48793213291322 -13.14742689081629, 112.67899762499809 -12.750675308355413 C112.97416018776063 -12.02161807175201, 113.26932275052316 -11.292560835148608, 113.43675529456745 -10.878999214271206 C113.62236089292813 -10.319984724244954, 113.80796649128881 -9.760970234218703, 114.07303737065482 -8.962618978877531 C114.25706338983431 -8.260848010364864, 114.44108940901381 -7.5590770418521975, 114.58522923372745 -7.009409419623907 C114.70095968493786 -6.415158012298003, 114.81669013614825 -5.8209066049721, 114.97122617755518 -5.027396693551458 C115.02377879588984 -4.619808963436107, 115.0763314142245 -4.212221233320755, 115.22944205789975 -3.024725316091981 C115.27220432417715 -2.3586685017414055, 115.31496659045455 -1.6926116873908295, 115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.47960988518995773, 115.35881581032167 0.050404923127222334, 115.35881581032167 1.00962469350713 C115.32376380520935 1.5555879666006955, 115.28871180009705 2.1015512396942606, 115.22944205789975 3.02472531609196 C115.16253637052694 3.5436326153331463, 115.09563068315413 4.062539914574333, 114.97122617755518 5.027396693551435 C114.82234241413127 5.791883352138657, 114.67345865070737 6.55637001072588, 114.58522923372745 7.0094094196239 C114.40856089859233 7.683122350034906, 114.23189256345721 8.356835280445912, 114.07303737065482 8.96261897887751 C113.83216641977174 9.68808390536309, 113.59129546888866 10.413548831848669, 113.43675529456746 10.878999214271184 C113.2838318202307 11.256723152457232, 113.13090834589393 11.63444709064328, 112.67899762499809 12.750675308355405 C112.36581995422392 13.400995442646662, 112.05264228344974 14.05131557693792, 111.8028781507495 14.569956142586303 C111.52156368866642 15.069458456193045, 111.24024922658333 15.568960769799787, 110.81199703466841 16.329365901781536 C110.44518511904633 16.892887506968094, 110.07837320342423 17.45640911215465, 109.71042601980412 18.021674793848334 C109.23296459282795 18.661429608365573, 108.75550316585178 19.301184422882816, 108.50269169774295 19.639928758550102 C108.13655551063214 20.070013157669695, 107.77041932352134 20.500097556789285, 107.19375690787246 21.177478043231467 C106.64051311829326 21.74874767813185, 106.08726932871406 22.32001731303223, 105.78900034400982 22.628004528078414 C105.39869385401852 22.98247055534469, 105.00838736402721 23.336936582610967, 104.29419445219536 23.985547688627715 C103.83376893723678 24.352724784369652, 103.37334342227823 24.71990188011159, 102.71548171047331 25.24452908884063 C102.30624941318624 25.52999182404746, 101.89701711589917 25.81545455925429, 101.05934938813229 26.399775304092973 C100.71330423797525 26.6095499077052, 100.36725908781821 26.81932451131743, 99.33260288812404 27.446539179886766 C98.96148968032618 27.640148702685558, 98.59037647252832 27.83375822548435, 97.54233778220309 28.3805193389262 C97.1311391660086 28.56254476854194, 96.7199405498141 28.744570198157685, 95.6959106537003 29.197877856399682 C95.23519896019317 29.36742401838251, 94.77448726668605 29.53697018036534, 93.80090886774407 29.895256030836055 C93.15532807249708 30.086861022142617, 92.5097472772501 30.27846601344918, 91.86511939314951 30.46978818572942 C91.42215628683844 30.57089162414051, 90.97919318052737 30.671995062551602, 89.89649680409323 30.919113445218557 C89.2315907055964 31.026610306799718, 88.56668460709956 31.134107168380883, 87.90313059306196 31.24138543543225 C87.3798478954733 31.29186588792911, 86.85656519788463 31.342346340425966, 85.89321192939245 31.435279871635593 C85.26890352778712 31.45530022693249, 84.6445951261818 31.47532058222939, 83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 C24.78213839053386 31.5, -34.31072321893228 31.5, -83.875 31.5 C-84.38857246736967 31.48353073057962, -84.90214493473934 31.46706146115924, -85.89321192939244 31.435279871635593 C-86.55552827369458 31.371387010452708, -87.21784461799673 31.307494149269825, -87.90313059306195 31.24138543543225 C-88.62075405911013 31.125365638694678, -89.3383775251583 31.009345841957106, -89.89649680409323 30.919113445218557 C-90.32088669596997 30.82224922180055, -90.7452765878467 30.72538499838254, -91.86511939314947 30.469788185729428 C-92.3460942508365 30.327037372656466, -92.82706910852353 30.184286559583505, -93.80090886774403 29.89525603083607 C-94.44691952871835 29.65751813594043, -95.0929301896927 29.419780241044787, -95.69591065370028 29.197877856399685 C-96.26869876967326 28.944321548614212, -96.84148688564623 28.69076524082874, -97.54233778220308 28.380519338926206 C-98.20561776944984 28.03448659443067, -98.86889775669663 27.68845384993514, -99.33260288812403 27.446539179886773 C-99.80542922157014 27.159909077915785, -100.27825555501624 26.873278975944796, -101.05934938813226 26.399775304092994 C-101.455223427572 26.1236307112908, -101.85109746701173 25.847486118488607, -102.7154817104733 25.244529088840636 C-103.23685090507182 24.828751030365268, -103.75822009967034 24.412972971889896, -104.29419445219533 23.98554768862774 C-104.68674387021463 23.629044693471066, -105.07929328823391 23.27254169831439, -105.7890003440098 22.628004528078435 C-106.17186434083577 22.232666017636905, -106.55472833766173 21.837327507195376, -107.19375690787244 21.177478043231478 C-107.59205144965838 20.709618610848246, -107.99034599144433 20.241759178465013, -108.50269169774293 19.639928758550113 C-108.96157591324115 19.025065714994543, -109.42046012873938 18.410202671438974, -109.7104260198041 18.021674793848355 C-110.11963894793138 17.39301384718775, -110.52885187605864 16.764352900527143, -110.8119970346684 16.329365901781557 C-111.19769061243035 15.644527898755411, -111.5833841901923 14.959689895729264, -111.8028781507495 14.569956142586314 C-112.10715331842917 13.938122246453851, -112.41142848610883 13.30628835032139, -112.67899762499809 12.750675308355417 C-112.8573341981143 12.31018052485528, -113.03567077123053 11.869685741355141, -113.43675529456745 10.878999214271209 C-113.64575471245048 10.2495262671426, -113.8547541303335 9.620053320013994, -114.07303737065482 8.962618978877522 C-114.27591140782094 8.188972348999156, -114.47878544498707 7.4153257191207915, -114.58522923372743 7.009409419623911 C-114.70469322530619 6.3959870715905565, -114.82415721688496 5.782564723557202, -114.97122617755518 5.027396693551461 C-115.03409909878219 4.539766732177372, -115.0969720200092 4.052136770803283, -115.22944205789975 3.024725316091999 C-115.2652877230069 2.466400147947964, -115.30113338811405 1.908074979803929, -115.35881581032167 1.0096246935071416 C-115.35881581032167 0.36953591580844913, -115.35881581032167 -0.2705528618902433, -115.35881581032167 -1.0096246935071262 C-115.30888702123926 -1.7873058852589838, -115.25895823215683 -2.564987077010841, -115.22944205789975 -3.024725316091956 C-115.1377075167115 -3.7362003025138355, -115.04597297552327 -4.447675288935715, -114.97122617755518 -5.027396693551446 C-114.84652441361392 -5.667713895662703, -114.72182264967265 -6.308031097773961, -114.58522923372745 -7.009409419623896 C-114.44975101746651 -7.526046574857219, -114.31427280120556 -8.042683730090541, -114.07303737065482 -8.962618978877506 C-113.92242952780789 -9.416225805431417, -113.77182168496097 -9.869832631985325, -113.43675529456746 -10.878999214271168 C-113.26395112999948 -11.305828841695305, -113.0911469654315 -11.732658469119444, -112.67899762499809 -12.750675308355401 C-112.48585157282062 -13.151747218365394, -112.29270552064315 -13.552819128375384, -111.8028781507495 -14.5699561425863 C-111.59715589589524 -14.935236837717254, -111.39143364104098 -15.300517532848207, -110.8119970346684 -16.329365901781546 C-110.4134675876666 -16.941614152517058, -110.01493814066481 -17.553862403252573, -109.71042601980412 -18.021674793848344 C-109.41955686727947 -18.411412959506446, -109.12868771475482 -18.801151125164548, -108.50269169774295 -19.639928758550102 C-108.12829940698825 -20.07971124679542, -107.75390711623355 -20.51949373504074, -107.19375690787246 -21.177478043231467 C-106.76625597613325 -21.618907853731432, -106.33875504439405 -22.0603376642314, -105.78900034400984 -22.628004528078403 C-105.37480715531655 -23.004163823098406, -104.96061396662327 -23.380323118118405, -104.29419445219536 -23.98554768862771 C-103.89354166966937 -24.30505762087387, -103.4928888871434 -24.624567553120034, -102.71548171047331 -25.244529088840626 C-102.1794021509696 -25.61847498304032, -101.64332259146586 -25.992420877240008, -101.0593493881323 -26.39977530409297 C-100.59383218178957 -26.6819745702607, -100.12831497544683 -26.96417383642843, -99.33260288812404 -27.446539179886763 C-98.96545032588631 -27.638082436433752, -98.59829776364857 -27.82962569298074, -97.54233778220309 -28.3805193389262 C-96.95406060054461 -28.640932196623833, -96.36578341888614 -28.901345054321467, -95.6959106537003 -29.19787785639968 C-95.05142921894263 -29.43505298191158, -94.40694778418495 -29.672228107423475, -93.80090886774407 -29.895256030836055 C-93.12923917427956 -30.094604070190154, -92.45756948081507 -30.29395210954425, -91.86511939314951 -30.469788185729417 C-91.11095677662328 -30.64192088158053, -90.35679416009707 -30.814053577431643, -89.89649680409325 -30.919113445218553 C-89.20663470966278 -31.030644998685627, -88.51677261523231 -31.1421765521527, -87.90313059306196 -31.24138543543225 C-87.17994901502333 -31.31114989251254, -86.4567674369847 -31.380914349592828, -85.89321192939246 -31.435279871635593 C-85.19810515105188 -31.45757059307371, -84.5029983727113 -31.479861314511826, -83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.87500000000001 -31.5, -83.875 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" style=\"\"></path><path d=\"M-83.875 -31.5 C-24.206286383643622 -31.5, 35.462427232712756 -31.5, 83.875 -31.5 M-83.875 -31.5 C-48.45842176005501 -31.5, -13.041843520110021 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C84.41249294337476 -31.482763647472517, 84.94998588674953 -31.465527294945037, 85.89321192939245 -31.435279871635593 M83.875 -31.5 C84.41172431833678 -31.482788295781447, 84.94844863667358 -31.465576591562897, 85.89321192939245 -31.435279871635593 M85.89321192939245 -31.435279871635593 C86.30168319878874 -31.39587513953551, 86.71015446818504 -31.356470407435424, 87.90313059306193 -31.241385435432253 M85.89321192939245 -31.435279871635593 C86.671574847431 -31.36019213705078, 87.44993776546956 -31.285104402465972, 87.90313059306193 -31.241385435432253 M87.90313059306193 -31.241385435432253 C88.57933961743677 -31.132061204450633, 89.25554864181163 -31.022736973469012, 89.89649680409322 -30.91911344521856 M87.90313059306193 -31.241385435432253 C88.34305863434008 -31.170261281411314, 88.78298667561825 -31.099137127390378, 89.89649680409322 -30.91911344521856 M89.89649680409322 -30.91911344521856 C90.51575692142853 -30.777771364486696, 91.13501703876385 -30.63642928375483, 91.86511939314947 -30.469788185729428 M89.89649680409322 -30.91911344521856 C90.63085601667287 -30.751500747088965, 91.36521522925251 -30.583888048959373, 91.86511939314947 -30.469788185729428 M91.86511939314947 -30.469788185729428 C92.25879460697887 -30.35294744870823, 92.65246982080826 -30.23610671168703, 93.80090886774406 -29.895256030836062 M91.86511939314947 -30.469788185729428 C92.35273890583316 -30.325065273931962, 92.84035841851686 -30.180342362134496, 93.80090886774406 -29.895256030836062 M93.80090886774406 -29.895256030836062 C94.23937836659178 -29.733895202092487, 94.67784786543949 -29.57253437334891, 95.69591065370028 -29.197877856399685 M93.80090886774406 -29.895256030836062 C94.42576023514073 -29.66530495157136, 95.05061160253742 -29.43535387230666, 95.69591065370028 -29.197877856399685 M95.69591065370028 -29.197877856399685 C96.34610482362145 -28.910056184700355, 96.99629899354261 -28.622234513001025, 97.54233778220308 -28.380519338926202 M95.69591065370028 -29.197877856399685 C96.13139271378648 -29.005102866515855, 96.56687477387268 -28.81232787663203, 97.54233778220308 -28.380519338926202 M97.54233778220308 -28.380519338926202 C97.9137354896225 -28.186761392857075, 98.28513319704192 -27.99300344678795, 99.33260288812403 -27.44653917988677 M97.54233778220308 -28.380519338926202 C97.99195766674963 -28.14595293315355, 98.44157755129618 -27.911386527380895, 99.33260288812403 -27.44653917988677 M99.33260288812403 -27.44653917988677 C99.79288669423251 -27.167512431695922, 100.25317050034099 -26.888485683505078, 101.05934938813228 -26.399775304092984 M99.33260288812403 -27.44653917988677 C99.72905325853036 -27.206208635545476, 100.12550362893668 -26.965878091204182, 101.05934938813228 -26.399775304092984 M101.05934938813228 -26.399775304092984 C101.60547943141408 -26.01881862748813, 102.1516094746959 -25.637861950883273, 102.7154817104733 -25.244529088840633 M101.05934938813228 -26.399775304092984 C101.48639178071717 -26.101889017392985, 101.91343417330208 -25.804002730692986, 102.7154817104733 -25.244529088840633 M102.7154817104733 -25.244529088840633 C103.16195255914165 -24.88848046811588, 103.60842340781 -24.53243184739113, 104.29419445219533 -23.985547688627737 M102.7154817104733 -25.244529088840633 C103.16492106324209 -24.88611316509099, 103.61436041601088 -24.52769724134135, 104.29419445219533 -23.985547688627737 M104.29419445219533 -23.985547688627737 C104.6261150602372 -23.684106174542155, 104.95803566827907 -23.382664660456577, 105.78900034400982 -22.62800452807842 M104.29419445219533 -23.985547688627737 C104.82618383764077 -23.502409004434007, 105.35817322308621 -23.019270320240278, 105.78900034400982 -22.62800452807842 M105.78900034400982 -22.62800452807842 C106.26427484095603 -22.13724458921957, 106.73954933790225 -21.64648465036072, 107.19375690787243 -21.177478043231485 M105.78900034400982 -22.62800452807842 C106.10776049088042 -22.298858505739755, 106.42652063775103 -21.96971248340109, 107.19375690787243 -21.177478043231485 M107.19375690787243 -21.177478043231485 C107.50411182016188 -20.812917503561504, 107.81446673245134 -20.448356963891523, 108.50269169774293 -19.63992875855011 M107.19375690787243 -21.177478043231485 C107.59336947876423 -20.70807037886253, 107.99298204965604 -20.238662714493575, 108.50269169774293 -19.63992875855011 M108.50269169774293 -19.63992875855011 C108.8770744979159 -19.138289913293068, 109.25145729808888 -18.636651068036027, 109.7104260198041 -18.02167479384835 M108.50269169774293 -19.63992875855011 C108.81871271977224 -19.216489379138213, 109.13473374180155 -18.793049999726318, 109.7104260198041 -18.02167479384835 M109.7104260198041 -18.02167479384835 C110.015083052848 -17.553639779224813, 110.3197400858919 -17.08560476460127, 110.8119970346684 -16.329365901781543 M109.7104260198041 -18.02167479384835 C110.02790473856078 -17.53394222686529, 110.34538345731745 -17.046209659882226, 110.8119970346684 -16.329365901781543 M110.8119970346684 -16.329365901781543 C111.11546787807183 -15.790522689563632, 111.41893872147527 -15.251679477345723, 111.8028781507495 -14.56995614258631 M110.8119970346684 -16.329365901781543 C111.0215329120627 -15.957313733659587, 111.23106878945701 -15.585261565537634, 111.8028781507495 -14.56995614258631 M111.8028781507495 -14.56995614258631 C112.04357474125408 -14.070144522321574, 112.28427133175863 -13.570332902056837, 112.67899762499809 -12.750675308355413 M111.8028781507495 -14.56995614258631 C112.04600435547033 -14.065099376416095, 112.28913056019115 -13.56024261024588, 112.67899762499809 -12.750675308355413 M112.67899762499809 -12.750675308355413 C112.87150918869293 -12.275168024071299, 113.06402075238775 -11.799660739787186, 113.43675529456745 -10.878999214271206 M112.67899762499809 -12.750675308355413 C112.83457255197233 -12.366402230892433, 112.99014747894658 -11.982129153429453, 113.43675529456745 -10.878999214271206 M113.43675529456745 -10.878999214271206 C113.67862361550087 -10.15053036810334, 113.92049193643429 -9.422061521935474, 114.07303737065482 -8.962618978877531 M113.43675529456745 -10.878999214271206 C113.57122964368813 -10.473983900297592, 113.70570399280882 -10.06896858632398, 114.07303737065482 -8.962618978877531 M114.07303737065482 -8.962618978877531 C114.2433105530073 -8.313293537703423, 114.41358373535981 -7.663968096529315, 114.58522923372745 -7.009409419623907 M114.07303737065482 -8.962618978877531 C114.21843369631311 -8.408159773976301, 114.3638300219714 -7.853700569075071, 114.58522923372745 -7.009409419623907 M114.58522923372745 -7.009409419623907 C114.69596812846893 -6.4407885998000625, 114.80670702321042 -5.872167779976218, 114.97122617755518 -5.027396693551458 M114.58522923372745 -7.009409419623907 C114.73657500955102 -6.232280847710899, 114.88792078537459 -5.455152275797891, 114.97122617755518 -5.027396693551458 M114.97122617755518 -5.027396693551458 C115.07210553939262 -4.244996284023479, 115.17298490123005 -3.4625958744955003, 115.22944205789975 -3.024725316091981 M114.97122617755518 -5.027396693551458 C115.06183494643126 -4.324652974873754, 115.15244371530736 -3.621909256196049, 115.22944205789975 -3.024725316091981 M115.22944205789975 -3.024725316091981 C115.276109626749 -2.2978402618811433, 115.32277719559828 -1.5709552076703055, 115.35881581032167 -1.0096246935071378 M115.22944205789975 -3.024725316091981 C115.25979624114008 -2.5519344106679682, 115.29015042438043 -2.0791435052439553, 115.35881581032167 -1.0096246935071378 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.5146997429392475, 115.35881581032167 -0.019774792371357264, 115.35881581032167 1.00962469350713 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.4265510100110558, 115.35881581032167 0.15652267348502624, 115.35881581032167 1.00962469350713 M115.35881581032167 1.00962469350713 C115.3164629602529 1.6693045199333398, 115.27411011018415 2.32898434635955, 115.22944205789975 3.02472531609196 M115.35881581032167 1.00962469350713 C115.32272379646166 1.5717869423261073, 115.28663178260165 2.133949191145085, 115.22944205789975 3.02472531609196 M115.22944205789975 3.02472531609196 C115.1384463037936 3.73047041579512, 115.04745054968745 4.43621551549828, 114.97122617755518 5.027396693551435 M115.22944205789975 3.02472531609196 C115.16428837114354 3.5300444445223773, 115.09913468438734 4.035363572952795, 114.97122617755518 5.027396693551435 M114.97122617755518 5.027396693551435 C114.82833259959278 5.761125015819971, 114.68543902163037 6.494853338088507, 114.58522923372745 7.0094094196239 M114.97122617755518 5.027396693551435 C114.84261605420456 5.687782495197727, 114.71400593085392 6.348168296844019, 114.58522923372745 7.0094094196239 M114.58522923372745 7.0094094196239 C114.47508217714767 7.429447884398908, 114.36493512056788 7.849486349173915, 114.07303737065482 8.96261897887751 M114.58522923372745 7.0094094196239 C114.43825973021328 7.5698678335091865, 114.2912902266991 8.130326247394473, 114.07303737065482 8.96261897887751 M114.07303737065482 8.96261897887751 C113.90974165189525 9.454439666141829, 113.74644593313567 9.94626035340615, 113.43675529456746 10.878999214271184 M114.07303737065482 8.96261897887751 C113.86893328400565 9.577347968294829, 113.6648291973565 10.192076957712148, 113.43675529456746 10.878999214271184 M113.43675529456746 10.878999214271184 C113.20597389103939 11.449033742840403, 112.97519248751132 12.01906827140962, 112.67899762499809 12.750675308355405 M113.43675529456746 10.878999214271184 C113.26207267015766 11.310468673822157, 113.08739004574788 11.74193813337313, 112.67899762499809 12.750675308355405 M112.67899762499809 12.750675308355405 C112.49356844953606 13.135722958751094, 112.30813927407401 13.520770609146782, 111.8028781507495 14.569956142586303 M112.67899762499809 12.750675308355405 C112.34089321759373 13.452756344605959, 112.00278881018939 14.154837380856513, 111.8028781507495 14.569956142586303 M111.8028781507495 14.569956142586303 C111.49455817906606 15.117409473092854, 111.18623820738262 15.664862803599407, 110.81199703466841 16.329365901781536 M111.8028781507495 14.569956142586303 C111.45217017117405 15.192673673356357, 111.1014621915986 15.81539120412641, 110.81199703466841 16.329365901781536 M110.81199703466841 16.329365901781536 C110.52794782565238 16.7657417647227, 110.24389861663633 17.202117627663867, 109.71042601980412 18.021674793848334 M110.81199703466841 16.329365901781536 C110.42410404283534 16.925273701089747, 110.03621105100227 17.521181500397958, 109.71042601980412 18.021674793848334 M109.71042601980412 18.021674793848334 C109.45458222400839 18.364482172365317, 109.19873842821268 18.7072895508823, 108.50269169774295 19.639928758550102 M109.71042601980412 18.021674793848334 C109.4647869056244 18.3508088286655, 109.21914779144467 18.679942863482665, 108.50269169774295 19.639928758550102 M108.50269169774295 19.639928758550102 C108.0299238780756 20.195268740782375, 107.55715605840827 20.750608723014647, 107.19375690787246 21.177478043231467 M108.50269169774295 19.639928758550102 C108.01118930919827 20.21727543141287, 107.51968692065358 20.794622104275636, 107.19375690787246 21.177478043231467 M107.19375690787246 21.177478043231467 C106.89085808013755 21.490245951324, 106.58795925240265 21.80301385941653, 105.78900034400982 22.628004528078414 M107.19375690787246 21.177478043231467 C106.89253648109208 21.488512864539175, 106.59131605431169 21.799547685846882, 105.78900034400982 22.628004528078414 M105.78900034400982 22.628004528078414 C105.23422990161123 23.131832365443262, 104.67945945921264 23.635660202808108, 104.29419445219536 23.985547688627715 M105.78900034400982 22.628004528078414 C105.44789026056556 22.93779168058426, 105.10678017712128 23.24757883309011, 104.29419445219536 23.985547688627715 M104.29419445219536 23.985547688627715 C103.8431767679784 24.345222289706097, 103.39215908376147 24.70489689078448, 102.71548171047331 25.24452908884063 M104.29419445219536 23.985547688627715 C103.77351829516113 24.40077306808807, 103.2528421381269 24.815998447548427, 102.71548171047331 25.24452908884063 M102.71548171047331 25.24452908884063 C102.13644962324697 25.648436806994656, 101.55741753602064 26.05234452514868, 101.05934938813229 26.399775304092973 M102.71548171047331 25.24452908884063 C102.37551133319685 25.481677706948247, 102.03554095592041 25.718826325055865, 101.05934938813229 26.399775304092973 M101.05934938813229 26.399775304092973 C100.39592784317438 26.80194534334421, 99.73250629821645 27.204115382595454, 99.33260288812404 27.446539179886766 M101.05934938813229 26.399775304092973 C100.38969369647204 26.80572451971108, 99.72003800481178 27.21167373532919, 99.33260288812404 27.446539179886766 M99.33260288812404 27.446539179886766 C98.81225329133045 27.718005231234162, 98.29190369453686 27.989471282581555, 97.54233778220309 28.3805193389262 M99.33260288812404 27.446539179886766 C98.8337683528069 27.70678083744295, 98.33493381748976 27.96702249499913, 97.54233778220309 28.3805193389262 M97.54233778220309 28.3805193389262 C97.02127368818662 28.611178956530118, 96.50020959417017 28.84183857413404, 95.6959106537003 29.197877856399682 M97.54233778220309 28.3805193389262 C97.13202035039826 28.56215469435204, 96.72170291859345 28.74379004977788, 95.6959106537003 29.197877856399682 M95.6959106537003 29.197877856399682 C95.06312802455342 29.430747713304235, 94.43034539540653 29.66361757020879, 93.80090886774407 29.895256030836055 M95.6959106537003 29.197877856399682 C95.08415071425058 29.423011169164067, 94.47239077480086 29.64814448192845, 93.80090886774407 29.895256030836055 M93.80090886774407 29.895256030836055 C93.14893912442786 30.08875722839329, 92.49696938111164 30.282258425950527, 91.86511939314951 30.46978818572942 M93.80090886774407 29.895256030836055 C93.16890643186233 30.082831036357277, 92.53690399598058 30.2704060418785, 91.86511939314951 30.46978818572942 M91.86511939314951 30.46978818572942 C91.08936183693802 30.64684978564354, 90.31360428072655 30.82391138555766, 89.89649680409323 30.919113445218557 M91.86511939314951 30.46978818572942 C91.40491300029167 30.57482729177185, 90.94470660743384 30.679866397814283, 89.89649680409323 30.919113445218557 M89.89649680409323 30.919113445218557 C89.16522738663066 31.037339413554875, 88.43395796916809 31.155565381891194, 87.90313059306196 31.24138543543225 M89.89649680409323 30.919113445218557 C89.35232623853612 31.007090722152068, 88.80815567297903 31.095067999085575, 87.90313059306196 31.24138543543225 M87.90313059306196 31.24138543543225 C87.49211627361451 31.281035492512306, 87.08110195416705 31.32068554959236, 85.89321192939245 31.435279871635593 M87.90313059306196 31.24138543543225 C87.21615837308724 31.307656819288237, 86.52918615311252 31.373928203144228, 85.89321192939245 31.435279871635593 M85.89321192939245 31.435279871635593 C85.12466723266022 31.459925604178295, 84.35612253592798 31.484571336720993, 83.875 31.5 M85.89321192939245 31.435279871635593 C85.41665900027762 31.4505619965183, 84.94010607116279 31.46584412140101, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C19.880798909597083 31.5, -44.113402180805835 31.5, -83.875 31.5 M83.875 31.5 C27.588769204811868 31.5, -28.697461590376264 31.5, -83.875 31.5 M-83.875 31.5 C-84.66711953282373 31.474598268349478, -85.45923906564748 31.44919653669896, -85.89321192939244 31.435279871635593 M-83.875 31.5 C-84.6483369925498 31.47520058785807, -85.4216739850996 31.450401175716134, -85.89321192939244 31.435279871635593 M-85.89321192939244 31.435279871635593 C-86.69699471508812 31.35773991298976, -87.50077750078381 31.28019995434393, -87.90313059306195 31.24138543543225 M-85.89321192939244 31.435279871635593 C-86.30554986486845 31.395502126909143, -86.71788780034446 31.355724382182693, -87.90313059306195 31.24138543543225 M-87.90313059306195 31.24138543543225 C-88.60347381589817 31.1281593744069, -89.3038170387344 31.014933313381547, -89.89649680409323 30.919113445218557 M-87.90313059306195 31.24138543543225 C-88.5693247090223 31.13368033717631, -89.23551882498266 31.02597523892037, -89.89649680409323 30.919113445218557 M-89.89649680409323 30.919113445218557 C-90.30459864991371 30.825966862023456, -90.71270049573421 30.732820278828353, -91.86511939314947 30.469788185729428 M-89.89649680409323 30.919113445218557 C-90.350737581518 30.815435951969445, -90.80497835894278 30.71175845872033, -91.86511939314947 30.469788185729428 M-91.86511939314947 30.469788185729428 C-92.58914182503605 30.25490212841679, -93.31316425692263 30.04001607110415, -93.80090886774403 29.89525603083607 M-91.86511939314947 30.469788185729428 C-92.32628289511476 30.332917279042753, -92.78744639708003 30.196046372356076, -93.80090886774403 29.89525603083607 M-93.80090886774403 29.89525603083607 C-94.28622122893611 29.716656595739092, -94.77153359012821 29.53805716064211, -95.69591065370028 29.197877856399685 M-93.80090886774403 29.89525603083607 C-94.28645465791357 29.716570691717596, -94.7720004480831 29.537885352599126, -95.69591065370028 29.197877856399685 M-95.69591065370028 29.197877856399685 C-96.23711267552588 28.958303775525064, -96.77831469735148 28.718729694650445, -97.54233778220308 28.380519338926206 M-95.69591065370028 29.197877856399685 C-96.35834966793286 28.904635755354096, -97.02078868216545 28.611393654308504, -97.54233778220308 28.380519338926206 M-97.54233778220308 28.380519338926206 C-98.23256435733983 28.020428576788586, -98.92279093247657 27.66033781465097, -99.33260288812403 27.446539179886773 M-97.54233778220308 28.380519338926206 C-98.1909204037206 28.042154200717512, -98.83950302523812 27.703789062508815, -99.33260288812403 27.446539179886773 M-99.33260288812403 27.446539179886773 C-99.90440432957848 27.09990978579883, -100.47620577103294 26.753280391710884, -101.05934938813226 26.399775304092994 M-99.33260288812403 27.446539179886773 C-99.89818581892767 27.10367948349937, -100.46376874973133 26.76081978711197, -101.05934938813226 26.399775304092994 M-101.05934938813226 26.399775304092994 C-101.61764791863948 26.010330417565022, -102.17594644914669 25.620885531037054, -102.7154817104733 25.244529088840636 M-101.05934938813226 26.399775304092994 C-101.69547241687876 25.95604341656153, -102.33159544562524 25.51231152903007, -102.7154817104733 25.244529088840636 M-102.7154817104733 25.244529088840636 C-103.29833160679073 24.77972180681462, -103.88118150310815 24.314914524788605, -104.29419445219533 23.98554768862774 M-102.7154817104733 25.244529088840636 C-103.06029735477242 24.969547788441748, -103.40511299907153 24.69456648804286, -104.29419445219533 23.98554768862774 M-104.29419445219533 23.98554768862774 C-104.66612969477214 23.647765942186737, -105.03806493734895 23.309984195745738, -105.7890003440098 22.628004528078435 M-104.29419445219533 23.98554768862774 C-104.76051291469904 23.562049599092287, -105.22683137720274 23.138551509556834, -105.7890003440098 22.628004528078435 M-105.7890003440098 22.628004528078435 C-106.21105694615316 22.192196434873953, -106.63311354829652 21.75638834166947, -107.19375690787244 21.177478043231478 M-105.7890003440098 22.628004528078435 C-106.28338967657795 22.117506952082746, -106.7777790091461 21.607009376087056, -107.19375690787244 21.177478043231478 M-107.19375690787244 21.177478043231478 C-107.46751163579384 20.855910162729703, -107.74126636371524 20.53434228222793, -108.50269169774293 19.639928758550113 M-107.19375690787244 21.177478043231478 C-107.48328097383262 20.837386600968596, -107.7728050397928 20.49729515870571, -108.50269169774293 19.639928758550113 M-108.50269169774293 19.639928758550113 C-108.97442883619995 19.00784396915513, -109.44616597465696 18.37575917976014, -109.7104260198041 18.021674793848355 M-108.50269169774293 19.639928758550113 C-108.80712528003299 19.232015492751334, -109.11155886232305 18.824102226952554, -109.7104260198041 18.021674793848355 M-109.7104260198041 18.021674793848355 C-110.08309762117827 17.449151137800666, -110.45576922255242 16.87662748175298, -110.8119970346684 16.329365901781557 M-109.7104260198041 18.021674793848355 C-110.06515165271158 17.476720964532774, -110.41987728561905 16.931767135217196, -110.8119970346684 16.329365901781557 M-110.8119970346684 16.329365901781557 C-111.17903166664829 15.677658746414615, -111.54606629862816 15.025951591047672, -111.8028781507495 14.569956142586314 M-110.8119970346684 16.329365901781557 C-111.17123600420399 15.691500734480865, -111.53047497373959 15.053635567180171, -111.8028781507495 14.569956142586314 M-111.8028781507495 14.569956142586314 C-112.05874543279272 14.038642256740761, -112.31461271483595 13.507328370895209, -112.67899762499809 12.750675308355417 M-111.8028781507495 14.569956142586314 C-112.00260011423696 14.155229212039181, -112.2023220777244 13.74050228149205, -112.67899762499809 12.750675308355417 M-112.67899762499809 12.750675308355417 C-112.85026127510953 12.32765078142273, -113.02152492522097 11.904626254490042, -113.43675529456745 10.878999214271209 M-112.67899762499809 12.750675308355417 C-112.92369659438631 12.146264123033761, -113.16839556377455 11.541852937712106, -113.43675529456745 10.878999214271209 M-113.43675529456745 10.878999214271209 C-113.64616132619653 10.24830161132458, -113.85556735782562 9.617604008377949, -114.07303737065482 8.962618978877522 M-113.43675529456745 10.878999214271209 C-113.68243438946831 10.13905292407776, -113.92811348436919 9.39910663388431, -114.07303737065482 8.962618978877522 M-114.07303737065482 8.962618978877522 C-114.27153301320398 8.205669065281871, -114.47002865575314 7.448719151686219, -114.58522923372743 7.009409419623911 M-114.07303737065482 8.962618978877522 C-114.2377558673209 8.334475961641692, -114.40247436398698 7.706332944405863, -114.58522923372743 7.009409419623911 M-114.58522923372743 7.009409419623911 C-114.69269960618485 6.457571770926398, -114.80016997864224 5.905734122228885, -114.97122617755518 5.027396693551461 M-114.58522923372743 7.009409419623911 C-114.70424622295377 6.398282334196239, -114.82326321218012 5.787155248768567, -114.97122617755518 5.027396693551461 M-114.97122617755518 5.027396693551461 C-115.04714345231578 4.438597302069854, -115.12306072707636 3.8497979105882476, -115.22944205789975 3.024725316091999 M-114.97122617755518 5.027396693551461 C-115.05941067088617 4.343455177274185, -115.14759516421715 3.6595136609969092, -115.22944205789975 3.024725316091999 M-115.22944205789975 3.024725316091999 C-115.26064702530836 2.5386827605066165, -115.29185199271696 2.052640204921234, -115.35881581032167 1.0096246935071416 M-115.22944205789975 3.024725316091999 C-115.27420759108557 2.327466002634689, -115.31897312427141 1.630206689177379, -115.35881581032167 1.0096246935071416 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.3550625792235045, -115.35881581032167 -0.2994995350601326, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.5401466564419621, -115.35881581032167 0.07066861937678282, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 -1.0096246935071262 C-115.33105788315088 -1.4419768149877035, -115.3032999559801 -1.874328936468281, -115.22944205789975 -3.024725316091956 M-115.35881581032167 -1.0096246935071262 C-115.31464036361076 -1.69769293380834, -115.27046491689985 -2.385761174109554, -115.22944205789975 -3.024725316091956 M-115.22944205789975 -3.024725316091956 C-115.13397058814908 -3.7651831825039985, -115.03849911839842 -4.505641048916042, -114.97122617755518 -5.027396693551446 M-115.22944205789975 -3.024725316091956 C-115.14468355969473 -3.6820954907115393, -115.0599250614897 -4.339465665331122, -114.97122617755518 -5.027396693551446 M-114.97122617755518 -5.027396693551446 C-114.836050533018 -5.72149505886731, -114.70087488848081 -6.415593424183174, -114.58522923372745 -7.009409419623896 M-114.97122617755518 -5.027396693551446 C-114.83951040254284 -5.70372936010091, -114.7077946275305 -6.380062026650374, -114.58522923372745 -7.009409419623896 M-114.58522923372745 -7.009409419623896 C-114.46216116246049 -7.478721313404269, -114.33909309119355 -7.948033207184641, -114.07303737065482 -8.962618978877506 M-114.58522923372745 -7.009409419623896 C-114.42015768789236 -7.638898766353616, -114.25508614205727 -8.268388113083336, -114.07303737065482 -8.962618978877506 M-114.07303737065482 -8.962618978877506 C-113.82031210249092 -9.723787220283974, -113.567586834327 -10.484955461690442, -113.43675529456746 -10.878999214271168 M-114.07303737065482 -8.962618978877506 C-113.87273648378569 -9.565893336514957, -113.67243559691656 -10.16916769415241, -113.43675529456746 -10.878999214271168 M-113.43675529456746 -10.878999214271168 C-113.21412291576868 -11.428905494208383, -112.99149053696989 -11.9788117741456, -112.67899762499809 -12.750675308355401 M-113.43675529456746 -10.878999214271168 C-113.18224610805706 -11.507641825552225, -112.92773692154667 -12.136284436833284, -112.67899762499809 -12.750675308355401 M-112.67899762499809 -12.750675308355401 C-112.34602273190278 -13.442104798389218, -112.01304783880745 -14.133534288423034, -111.8028781507495 -14.5699561425863 M-112.67899762499809 -12.750675308355401 C-112.481495966546 -13.160791727989672, -112.28399430809392 -13.570908147623943, -111.8028781507495 -14.5699561425863 M-111.8028781507495 -14.5699561425863 C-111.49962566292852 -15.108411642356671, -111.19637317510754 -15.646867142127045, -110.8119970346684 -16.329365901781546 M-111.8028781507495 -14.5699561425863 C-111.4233041838966 -15.24392815676564, -111.04373021704369 -15.917900170944984, -110.8119970346684 -16.329365901781546 M-110.8119970346684 -16.329365901781546 C-110.47462430220558 -16.847661016107903, -110.13725156974279 -17.36595613043426, -109.71042601980412 -18.021674793848344 M-110.8119970346684 -16.329365901781546 C-110.45214284674366 -16.882198568813497, -110.09228865881892 -17.435031235845447, -109.71042601980412 -18.021674793848344 M-109.71042601980412 -18.021674793848344 C-109.4365493321232 -18.388644604661234, -109.1626726444423 -18.75561441547412, -108.50269169774295 -19.639928758550102 M-109.71042601980412 -18.021674793848344 C-109.36246405352674 -18.487912128672775, -109.01450208724935 -18.954149463497206, -108.50269169774295 -19.639928758550102 M-108.50269169774295 -19.639928758550102 C-108.20491716703626 -19.98971166616898, -107.90714263632957 -20.339494573787853, -107.19375690787246 -21.177478043231467 M-108.50269169774295 -19.639928758550102 C-108.15580249906745 -20.04740454986892, -107.80891330039195 -20.45488034118774, -107.19375690787246 -21.177478043231467 M-107.19375690787246 -21.177478043231467 C-106.8187835667218 -21.564668803853365, -106.44381022557114 -21.951859564475264, -105.78900034400984 -22.628004528078403 M-107.19375690787246 -21.177478043231467 C-106.84399169028713 -21.53863934664673, -106.4942264727018 -21.89980065006199, -105.78900034400984 -22.628004528078403 M-105.78900034400984 -22.628004528078403 C-105.46935640285294 -22.918296698121864, -105.14971246169604 -23.208588868165325, -104.29419445219536 -23.98554768862771 M-105.78900034400984 -22.628004528078403 C-105.43462534019183 -22.949838530297118, -105.08025033637382 -23.27167253251583, -104.29419445219536 -23.98554768862771 M-104.29419445219536 -23.98554768862771 C-103.77568070157 -24.399048606521042, -103.25716695094465 -24.81254952441437, -102.71548171047331 -25.244529088840626 M-104.29419445219536 -23.98554768862771 C-103.93906759510675 -24.268751906833323, -103.58394073801814 -24.551956125038934, -102.71548171047331 -25.244529088840626 M-102.71548171047331 -25.244529088840626 C-102.36583250719437 -25.48842923697796, -102.01618330391543 -25.732329385115296, -101.0593493881323 -26.39977530409297 M-102.71548171047331 -25.244529088840626 C-102.11227844971734 -25.665297571295696, -101.50907518896135 -26.08606605375077, -101.0593493881323 -26.39977530409297 M-101.0593493881323 -26.39977530409297 C-100.54052881022334 -26.714287387349525, -100.02170823231437 -27.02879947060608, -99.33260288812404 -27.446539179886763 M-101.0593493881323 -26.39977530409297 C-100.43234506677449 -26.779869008386463, -99.80534074541667 -27.15996271267996, -99.33260288812404 -27.446539179886763 M-99.33260288812404 -27.446539179886763 C-98.6930801434302 -27.780177786159676, -98.05355739873636 -28.113816392432586, -97.54233778220309 -28.3805193389262 M-99.33260288812404 -27.446539179886763 C-98.95816375413865 -27.64188383624723, -98.58372462015326 -27.837228492607696, -97.54233778220309 -28.3805193389262 M-97.54233778220309 -28.3805193389262 C-96.97838218375874 -28.630165753209074, -96.41442658531437 -28.879812167491952, -95.6959106537003 -29.19787785639968 M-97.54233778220309 -28.3805193389262 C-96.8841946070636 -28.671859799436813, -96.22605143192412 -28.963200259947428, -95.6959106537003 -29.19787785639968 M-95.6959106537003 -29.19787785639968 C-95.0389262629506 -29.4396541852927, -94.38194187220091 -29.681430514185724, -93.80090886774407 -29.895256030836055 M-95.6959106537003 -29.19787785639968 C-95.103791919428 -29.41578302409746, -94.51167318515571 -29.633688191795244, -93.80090886774407 -29.895256030836055 M-93.80090886774407 -29.895256030836055 C-93.08903944893032 -30.106535137661147, -92.37717003011657 -30.317814244486236, -91.86511939314951 -30.469788185729417 M-93.80090886774407 -29.895256030836055 C-93.08916932977696 -30.106496589707618, -92.37742979180987 -30.31773714857918, -91.86511939314951 -30.469788185729417 M-91.86511939314951 -30.469788185729417 C-91.3725313117293 -30.582218200875946, -90.8799432303091 -30.694648216022472, -89.89649680409325 -30.919113445218553 M-91.86511939314951 -30.469788185729417 C-91.30773479860358 -30.597007582160128, -90.75035020405763 -30.72422697859084, -89.89649680409325 -30.919113445218553 M-89.89649680409325 -30.919113445218553 C-89.36888878280683 -31.004413018438825, -88.84128076152042 -31.0897125916591, -87.90313059306196 -31.24138543543225 M-89.89649680409325 -30.919113445218553 C-89.21027962117334 -31.030055717659312, -88.52406243825344 -31.140997990100068, -87.90313059306196 -31.24138543543225 M-87.90313059306196 -31.24138543543225 C-87.21265433161392 -31.307994849954945, -86.52217807016588 -31.374604264477636, -85.89321192939246 -31.435279871635593 M-87.90313059306196 -31.24138543543225 C-87.24016067680242 -31.305341345915828, -86.57719076054289 -31.369297256399406, -85.89321192939246 -31.435279871635593 M-85.89321192939246 -31.435279871635593 C-85.247380521917 -31.455990427838756, -84.60154911444151 -31.476700984041923, -83.87500000000001 -31.5 M-85.89321192939246 -31.435279871635593 C-85.29592029405406 -31.454433851823257, -84.69862865871563 -31.47358783201092, -83.87500000000001 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><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>Webhook: order status updates</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-ac7c29dc050e6891a20575dfd6be0333a20dbbb8ff81782543a4a8a415a4b3d9-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A([Customer initiates buy]) --> B[\"GET /v2/quotes/{orderType}<br/>Fetch live quote\"]\n    B --> C[\"POST /v2/buy<br/>Create order → checkoutUrl\"]\n    C --> D[Redirect or embed checkoutUrl]\n    D --> E[Customer completes checkout<br/>KYC + payment]\n    E --> F[Banxa processes payment<br/>and delivers crypto to wallet]\n    F --> G[Customer redirected to redirectUrl]\n    G --> H([Webhook: order status updates])\n"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Your customer selects a crypto asset and enters the amount they want to spend in their local currency."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["They complete identity verification (KYC) if required."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["They pay using their preferred payment method (card, bank transfer, Apple Pay, etc.)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Banxa processes the payment and delivers the purchased crypto to the customer's wallet address."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The customer's wallet address is provided at order creation — either by you (via the API or referral URL) or by the customer in the checkout flow."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-banxa-handles","__idx":2},"children":["What Banxa handles"]},{"$$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":"Responsibility"},"children":["Responsibility"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Details"},"children":["Details"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payment processing"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card, bank transfers, Apple Pay, Google Pay, and local payment methods"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["KYC / AML compliance"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Identity verification, document collection, sanctions screening"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Crypto liquidity"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Exchange rate sourcing and crypto delivery"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Regulatory coverage"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Licences and compliance obligations in supported jurisdictions"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer support"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Transaction disputes, payment issues, and KYC queries"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"supported-payment-methods","__idx":3},"children":["Supported payment methods"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Payment method availability depends on the customer's country and your partner configuration. Retrieve the full list of available methods using:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET /{partnerRef}/v2/payment-methods\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Common methods include: debit/credit card, Apple Pay, Google Pay, SEPA, GBP bank transfer, ACH, PayID, UPI, PIX, and PayPal."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"supported-currencies-and-crypto","__idx":4},"children":["Supported currencies and crypto"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Retrieve the full lists from the API:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET /{partnerRef}/v2/fiats    → supported fiat currencies\nGET /{partnerRef}/v2/crypto   → supported cryptocurrencies\nGET /{partnerRef}/v2/countries → supported countries\n"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"integration","__idx":5},"children":["Integration"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["→ ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/hosted-checkout/docs/api-integration/create-buy-order"},"children":["API Integration: Create Buy Order"]}," ","→ ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/hosted-checkout/docs/referral-integration/overview"},"children":["Referral Integration"]}]}]},"headings":[{"value":"On-Ramp Overview","id":"on-ramp-overview","depth":1},{"value":"How it works","id":"how-it-works","depth":2},{"value":"What Banxa handles","id":"what-banxa-handles","depth":2},{"value":"Supported payment methods","id":"supported-payment-methods","depth":2},{"value":"Supported currencies and crypto","id":"supported-currencies-and-crypto","depth":2},{"value":"Integration","id":"integration","depth":2}],"frontmatter":{"title":"Crypto On-Ramp Integration Overview | Banxa Docs","description":"How Banxa's fiat-to-crypto on-ramp works: payment processing, KYC/AML compliance, liquidity handling, and supported currencies and payment methods by region.","seo":{"title":"On-Ramp Overview"}},"lastModified":"2026-05-19T23:30:38.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/hosted-checkout/docs/on-ramp-off-ramp/on-ramp-overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}