{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["tabs","tab","partial"]},"type":"markdown"},"seo":{"title":"Statusy w SimPay","description":"Znajdziesz tutaj wszystkie niezbędne informacje dotyczące integracji i obsługi systemu płatności SimPay.pl","siteUrl":"https://docs.simpay.pl","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"statusy-w-simpay","__idx":0},"children":["Statusy w SimPay"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Wybierz interesujący Cię rodzaj statusów, aby dowiedzieć się więcej o ich znaczeniu i zastosowaniu w naszym systemie."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"id":"statusGroup","size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"Statusy transakcji","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Każda transakcja w systemie SimPay posiada swój cykl życia, który jest reprezentowany przez odpowiednie statusy. Zmiana"," ","statusu informuje o aktualnym etapie procesowania płatności – od momentu jej zainicjowania, aż po udane zakończenie,"," ","odrzucenie lub zwrot."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższy diagram przedstawia możliwe ścieżki przejść pomiędzy poszczególnymi statusami transakcji w naszym API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cykl-życia-transakcji","__idx":1},"children":["Cykl życia transakcji"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"file":"/_diagrams/pl/payment_transaction_statuses.mermaid","type":"mermaid","diagramType":"mermaid","diagramSource":"flowchart LR\n%% Węzeł startowy\n    Start([Start]) --> NEW[transaction_new]\n\n%% Przejścia z NEW\n    NEW -->|Generowanie| GENERATED[transaction_generated]\n    NEW -->|Upłynął czas| EXPIRED[transaction_expired]\n\n%% Przejścia z GENERATED\n    GENERATED -->|Potwierdzenie| CONFIRMED[transaction_confirmed]\n    GENERATED -->|Upłynął czas| EXPIRED\n\n%% Przejścia z CONFIRMED\n    CONFIRMED -->|Płatność zaakceptowana| PAID[transaction_paid]\n    CONFIRMED -->|Płatność odrzucona| FAILURE[transaction_failure]\n    CONFIRMED -->|Podejrzenie oszustwa| FRAUD_POSSIBILITY[transaction_fraud_possibility]\n    CONFIRMED -->|Upłynął czas| EXPIRED\n\n%% Przejścia z PAID\n    PAID -->|100% kwoty zwrócone| REFUNDED[transaction_refunded]\n    PAID -->|Potwierdzono oszustwo| FRAUD[transaction_fraud]\n\n%% Przejścia z FRAUD_POSSIBILITY\n    FRAUD_POSSIBILITY -->|Wyjaśnione pozytywnie| PAID\n    FRAUD_POSSIBILITY -->|Brak autoryzacji| FAILURE\n    FRAUD_POSSIBILITY -->|Potwierdzono| FRAUD\n\n%% STYLE FIRMOWE SIMPAY ORAZ DODATKOWE\n    classDef pendingNode fill:#e6efff,stroke:#0057FF,stroke-width:2px,color:#000\n    classDef successNode fill:#e6faee,stroke:#00D14F,stroke-width:2px,color:#000\n    classDef refundNode fill:#f0fdf4,stroke:#4ade80,stroke-width:2px,color:#000\n    classDef failNode fill:#ffe4e6,stroke:#e11d48,stroke-width:2px,color:#000\n    classDef warningNode fill:#fef3c7,stroke:#d97706,stroke-width:2px,color:#000\n    classDef plainNode fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000\n\n    class Start plainNode\n    class NEW,GENERATED,CONFIRMED pendingNode\n    class PAID successNode\n    class REFUNDED refundNode\n    class EXPIRED,FAILURE failNode\n    class FRAUD_POSSIBILITY,FRAUD warningNode","diagramHtml":"<svg id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 2336.22998046875px;\" viewBox=\"-0.0000019073486328125 0 2336.22998046875 371\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .error-icon{fill:#552222;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .error-text{fill:#552222;stroke:#552222;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-thickness-normal{stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-thickness-thick{stroke-width:3.5px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-pattern-solid{stroke-dasharray:0;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-pattern-dashed{stroke-dasharray:3;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edge-pattern-dotted{stroke-dasharray:2;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .marker{fill:#333333;stroke:#333333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .marker.cross{stroke:#333333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e p{margin:0;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster-label text{fill:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster-label span{color:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster-label span p{background-color:transparent;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .label text,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e span{fill:#333;color:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node rect,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node circle,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node ellipse,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node polygon,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .rough-node .label text,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node .label text,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .image-shape .label,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .icon-shape .label{text-anchor:middle;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .rough-node .label,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node .label,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .image-shape .label,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .icon-shape .label{text-align:center;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node.clickable{cursor:pointer;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .arrowheadPath{fill:#333333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .flowchart-link{stroke:#333333;fill:none;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster text{fill:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .cluster span{color:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e rect.text{fill:none;stroke-width:0;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .icon-shape,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .icon-shape p,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .icon-shape .label rect,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .node .neo-node{stroke:#9370DB;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node rect,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].cluster rect,#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .refundNode&gt;*{fill:rgb(240, 253, 244)!important;stroke:rgb(74, 222, 128)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .refundNode span{fill:rgb(240, 253, 244)!important;stroke:rgb(74, 222, 128)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .refundNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .warningNode&gt;*{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .warningNode span{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .warningNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_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=\"M67.027,104.5L71.11,104.417C75.194,104.333,83.36,104.167,90.944,104.083C98.527,104,105.527,104,109.027,104L112.527,104\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_Start_NEW_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_Start_NEW_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI3NDUsInkiOjEwNC41MDAwMDAwMDAwMDAwMX0seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MTA0fSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MTA0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M293.042,121.01L305.14,123.342C317.238,125.673,341.433,130.337,364.962,132.668C388.49,135,411.352,135,422.783,135L434.214,135\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_NEW_GENERATED_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_NEW_GENERATED_0\" data-points=\"W3sieCI6MjkzLjA0MjQ2MTM5NTI2MzcsInkiOjEyMS4wMTAyNDg2ODg1NTY0NH0seyJ4IjozNjUuNjI4Mzk4ODk1MjYzNywieSI6MTM1fSx7IngiOjQzOC4yMTQzMzYzOTUyNjM3LCJ5IjoxMzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M256.484,77L274.675,67.5C292.866,58,329.247,39,377.805,29.5C426.363,20,487.097,20,548.276,20C609.454,20,671.076,20,732.548,20C794.019,20,855.339,20,921.255,20C987.17,20,1057.68,20,1114.599,22.873C1171.518,25.746,1214.844,31.491,1236.508,34.364L1258.171,37.237\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_NEW_EXPIRED_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_NEW_EXPIRED_0\" data-points=\"W3sieCI6MjU2LjQ4NDQyNTY4MDk3Nzk1LCJ5Ijo3N30seyJ4IjozNjUuNjI4Mzk4ODk1MjYzNywieSI6MjB9LHsieCI6NTQ3LjgzMTUyMzg5NTI2MzcsInkiOjIwfSx7IngiOjczMi42OTg3MTEzOTUyNjM3LCJ5IjoyMH0seyJ4Ijo5MTYuNjU5NjQ4ODk1MjYzNywieSI6MjB9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoyMH0seyJ4IjoxMjYyLjEzNjIxMTM5NTI2MzcsInkiOjM3Ljc2MjY4Mjk3NTczNjkxNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M657.449,156.939L669.99,159.449C682.532,161.959,707.615,166.98,732.032,169.49C756.449,172,780.199,172,792.074,172L803.949,172\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_GENERATED_CONFIRMED_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_GENERATED_CONFIRMED_0\" data-points=\"W3sieCI6NjU3LjQ0ODcxMTM5NTI2MzcsInkiOjE1Ni45MzkxODc3NjE0ODQxNn0seyJ4Ijo3MzIuNjk4NzExMzk1MjYzNywieSI6MTcyfSx7IngiOjgwNy45NDg3MTEzOTUyNjM3LCJ5IjoxNzJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M621.235,108L639.812,101.167C658.389,94.333,695.544,80.667,744.782,73.833C794.019,67,855.339,67,921.255,67C987.17,67,1057.68,67,1114.595,65.518C1171.509,64.035,1214.827,61.07,1236.486,59.588L1258.146,58.105\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_GENERATED_EXPIRED_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_GENERATED_EXPIRED_0\" data-points=\"W3sieCI6NjIxLjIzNDY3MTg3MzIwNDksInkiOjEwOH0seyJ4Ijo3MzIuNjk4NzExMzk1MjYzNywieSI6Njd9LHsieCI6OTE2LjY1OTY0ODg5NTI2MzcsInkiOjY3fSx7IngiOjExMjguMTkwODk4ODk1MjYzNywieSI6Njd9LHsieCI6MTI2Mi4xMzYyMTEzOTUyNjM3LCJ5Ijo1Ny44MzIxNjM2MjU0MjYxMDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1025.371,156.068L1042.507,153.557C1059.644,151.046,1093.917,146.023,1150.015,143.511C1206.113,141,1284.035,141,1362.833,141C1441.631,141,1521.305,141,1579.602,142.452C1637.898,143.903,1674.816,146.807,1693.275,148.258L1711.734,149.71\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_CONFIRMED_PAID_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_CONFIRMED_PAID_0\" data-points=\"W3sieCI6MTAyNS4zNzA1ODYzOTUyNjM3LCJ5IjoxNTYuMDY4MzYzMTI2MDE1Njd9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoxNDF9LHsieCI6MTM2MS45NTY1MjM4OTUyNjM3LCJ5IjoxNDF9LHsieCI6MTYwMC45Nzk5NjEzOTUyNjM3LCJ5IjoxNDF9LHsieCI6MTcxNS43MjIxNDg4OTUyNjM3LCJ5IjoxNTAuMDIzNTc3Mjk4MjEwNTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1024.421,199L1041.716,203.333C1059.011,207.667,1093.601,216.333,1149.857,220.667C1206.113,225,1284.035,225,1362.833,225C1441.631,225,1521.305,225,1578.5,228.157C1635.694,231.313,1670.408,237.626,1687.766,240.783L1705.123,243.939\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_CONFIRMED_FAILURE_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_CONFIRMED_FAILURE_0\" data-points=\"W3sieCI6MTAyNC40MjA4NTE3MjU0NTI0LCJ5IjoxOTl9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoyMjV9LHsieCI6MTM2MS45NTY1MjM4OTUyNjM3LCJ5IjoyMjV9LHsieCI6MTYwMC45Nzk5NjEzOTUyNjM3LCJ5IjoyMjV9LHsieCI6MTcwOS4wNTgwODYzOTUyNjM3LCJ5IjoyNDQuNjU1MDk1NjE0Nzc2MTR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M951.699,199L981.114,221.667C1010.529,244.333,1069.36,289.667,1115.246,312.333C1161.131,335,1194.071,335,1210.541,335L1227.011,335\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_CONFIRMED_FRAUD_POSSIBILITY_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_CONFIRMED_FRAUD_POSSIBILITY_0\" data-points=\"W3sieCI6OTUxLjY5ODU2NzYwNjkyMDIsInkiOjE5OX0seyJ4IjoxMTI4LjE5MDg5ODg5NTI2MzcsInkiOjMzNX0seyJ4IjoxMjMxLjAxMTIxMTM5NTI2MzcsInkiOjMzNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1000.65,145L1021.907,138.167C1043.164,131.333,1085.677,117.667,1128.608,105.919C1171.539,94.172,1214.887,84.344,1236.561,79.43L1258.235,74.516\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_CONFIRMED_EXPIRED_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_CONFIRMED_EXPIRED_0\" data-points=\"W3sieCI6MTAwMC42NDk5OTgxNTk5Njk1LCJ5IjoxNDV9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoxMDR9LHsieCI6MTI2Mi4xMzYyMTEzOTUyNjM3LCJ5Ijo3My42MzE1NDIwMDkyMjM5OH1d\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1893.144,147.453L1912.429,145.377C1931.714,143.302,1970.285,139.151,2007.078,137.075C2043.871,135,2078.886,135,2096.394,135L2113.902,135\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_PAID_REFUNDED_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_PAID_REFUNDED_0\" data-points=\"W3sieCI6MTg5My4xNDQwMjM4OTUyNjM3LCJ5IjoxNDcuNDUyODc3NzgwMzI1NjJ9LHsieCI6MjAwOC44NTQ5NjEzOTUyNjM3LCJ5IjoxMzV9LHsieCI6MjExNy45MDE4MzYzOTUyNjM3LCJ5IjoxMzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1866.449,184L1890.183,194.333C1913.917,204.667,1961.386,225.333,2009.497,245.908C2057.608,266.484,2106.362,286.967,2130.738,297.209L2155.115,307.451\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_PAID_FRAUD_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_PAID_FRAUD_0\" data-points=\"W3sieCI6MTg2Ni40NDg3MTEzOTUyNjM3LCJ5IjoxODR9LHsieCI6MjAwOC44NTQ5NjEzOTUyNjM3LCJ5IjoyNDZ9LHsieCI6MjE1OC44MDI2MTc2NDUyNjM2LCJ5IjozMDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1407.405,308L1439.667,288.833C1471.93,269.667,1536.455,231.333,1587.185,208.899C1637.914,186.465,1674.849,179.929,1693.316,176.662L1711.783,173.394\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_FRAUD_POSSIBILITY_PAID_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_FRAUD_POSSIBILITY_PAID_0\" data-points=\"W3sieCI6MTQwNy40MDQ2NDIyOTMxNTEsInkiOjMwOH0seyJ4IjoxNjAwLjk3OTk2MTM5NTI2MzcsInkiOjE5M30seyJ4IjoxNzE1LjcyMjE0ODg5NTI2MzcsInkiOjE3Mi42OTY5NTEwNzkwMjYxOH1d\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1492.902,314.73L1510.915,311.942C1528.928,309.153,1564.954,303.577,1600.323,297.717C1635.693,291.858,1670.406,285.715,1687.763,282.644L1705.119,279.573\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_FRAUD_POSSIBILITY_FAILURE_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_FRAUD_POSSIBILITY_FAILURE_0\" data-points=\"W3sieCI6MTQ5Mi45MDE4MzYzOTUyNjM3LCJ5IjozMTQuNzMwMTE5MzAwNTM5M30seyJ4IjoxNjAwLjk3OTk2MTM5NTI2MzcsInkiOjI5OH0seyJ4IjoxNzA5LjA1ODA4NjM5NTI2MzcsInkiOjI3OC44NzYxMjMxODU2MjMyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path><path d=\"M1492.902,343.765L1510.915,344.971C1528.928,346.177,1564.954,348.588,1616.876,349.794C1668.798,351,1736.615,351,1804.595,351C1872.574,351,1940.714,351,1994.518,349.618C2048.322,348.236,2087.789,345.473,2107.522,344.091L2127.255,342.709\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-L_FRAUD_POSSIBILITY_FRAUD_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_FRAUD_POSSIBILITY_FRAUD_0\" data-points=\"W3sieCI6MTQ5Mi45MDE4MzYzOTUyNjM3LCJ5IjozNDMuNzY1MzUzODE1OTgzfSx7IngiOjE2MDAuOTc5OTYxMzk1MjYzNywieSI6MzUxfSx7IngiOjE4MDQuNDMzMDg2Mzk1MjYzNywieSI6MzUxfSx7IngiOjIwMDguODU0OTYxMzk1MjYzNywieSI6MzUxfSx7IngiOjIxMzEuMjQ1NTg2Mzk1MjYzNywieSI6MzQyLjQyOTY2NTU2MDM3Nzh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_NEW_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\" transform=\"translate(365.6283988952637, 135)\"><g class=\"label\" data-id=\"L_NEW_GENERATED_0\" transform=\"translate(-47.5859375, -12)\"><foreignObject width=\"95.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Generowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(732.6987113952637, 20)\"><g class=\"label\" data-id=\"L_NEW_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(732.6987113952637, 172)\"><g class=\"label\" data-id=\"L_GENERATED_CONFIRMED_0\" transform=\"translate(-50.25, -12)\"><foreignObject width=\"100.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzenie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(916.6596488952637, 67)\"><g class=\"label\" data-id=\"L_GENERATED_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1361.9565238952637, 141)\"><g class=\"label\" data-id=\"L_CONFIRMED_PAID_0\" transform=\"translate(-88.5, -12)\"><foreignObject width=\"177\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Płatność zaakceptowana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1361.9565238952637, 225)\"><g class=\"label\" data-id=\"L_CONFIRMED_FAILURE_0\" transform=\"translate(-70.265625, -12)\"><foreignObject width=\"140.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Płatność odrzucona</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1128.1908988952637, 335)\"><g class=\"label\" data-id=\"L_CONFIRMED_FRAUD_POSSIBILITY_0\" transform=\"translate(-77.8203125, -12)\"><foreignObject width=\"155.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Podejrzenie oszustwa</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1128.1908988952637, 104)\"><g class=\"label\" data-id=\"L_CONFIRMED_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(2008.8549613952637, 135)\"><g class=\"label\" data-id=\"L_PAID_REFUNDED_0\" transform=\"translate(-79.59375, -12)\"><foreignObject width=\"159.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>100% kwoty zwrócone</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(2008.8549613952637, 246)\"><g class=\"label\" data-id=\"L_PAID_FRAUD_0\" transform=\"translate(-84.046875, -12)\"><foreignObject width=\"168.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzono oszustwo</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1554.28207, 220.74247)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_PAID_0\" transform=\"translate(-83.078125, -12)\"><foreignObject width=\"166.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Wyjaśnione pozytywnie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1600.9799613952637, 298)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_FAILURE_0\" transform=\"translate(-56.9140625, -12)\"><foreignObject width=\"113.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Brak autoryzacji</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1804.4330863952637, 351)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_FRAUD_0\" transform=\"translate(-48.4765625, -12)\"><foreignObject width=\"96.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzono</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 104)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-3.307309542514731 -19.5, 3.158818414970538 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.235423168271772 -19.485185018819077, 10.697408836543545 -19.470370037638155, 11.0228067896239 -19.45993515863156 C11.507824900402534 -19.413146044804364, 11.992843011181169 -19.36635693097717, 12.267042152847864 -19.3399052695533 C12.537479554108781 -19.296183047790805, 12.807916955369699 -19.252460826028308, 13.501030759676757 -19.140403561325776 C13.817203132645519 -19.068239280413206, 14.13337550561428 -18.99607499950064, 14.71970188623539 -18.862249829261074 C15.089467140215254 -18.752505442817277, 15.459232394195118 -18.64276105637348, 15.918047751460602 -18.50658706670804 C16.169556717021866 -18.4140294424581, 16.42106568258313 -18.321471818208167, 17.091144095147794 -18.074876768247425 C17.464997015960645 -17.909383170156445, 17.8388499367735 -17.743889572065463, 18.23417041279238 -17.568892924097174 C18.533799775536906 -17.412576477475124, 18.833429138281428 -17.25626003085307, 19.342429764076783 -16.990714730406097 C19.61756908749823 -16.823923655649878, 19.892708410919678 -16.65713258089366, 20.411368073605697 -16.342718045390892 C20.74428875231102 -16.110486991829962, 21.077209431016342 -15.878255938269032, 21.436592844578712 -15.627565626425154 C21.641757949698015 -15.463951914765248, 21.84692305481732 -15.300338203105342, 22.41389120850187 -14.848196188198123 C22.675163872455684 -14.610915267691142, 22.9364365364095 -14.373634347184161, 23.339247236767985 -14.007812326905688 C23.63279637803697 -13.704698737712745, 23.92634551930596 -13.401585148519803, 24.208858442968648 -13.10986736009568 C24.50675043018319 -12.759946481379222, 24.80464241739773 -12.410025602662765, 25.019151408126582 -12.158051136245305 C25.277402200795212 -11.812018601200553, 25.535652993463838 -11.4659860661558, 25.766796464640635 -11.156274872382312 C25.940309598391522 -10.889712104140651, 26.11382273214241 -10.623149335898988, 26.448721378604247 -10.108655082055241 C26.579365858166355 -9.876682579404639, 26.710010337728463 -9.644710076754036, 27.0621239742735 -9.019496659696287 C27.214995760860038 -8.702055123917106, 27.367867547446572 -8.384613588137924, 27.60448364880834 -7.893275190886684 C27.72689016485357 -7.590928729685972, 27.849296680898803 -7.28858226848526, 28.073571729970325 -6.734618561215508 C28.173842404390307 -6.432619265824919, 28.274113078810284 -6.1306199704343305, 28.46746063421488 -5.548287939305138 C28.569400480001622 -5.159547126311661, 28.67134032578836 -4.770806313318182, 28.78453178754556 -4.339158212148133 C28.85468181700765 -3.9789526370742854, 28.924831846469736 -3.618747062000437, 29.023482276581777 -3.1121979531509023 C29.073323592633333 -2.725638548136124, 29.123164908684892 -2.3390791431213462, 29.183330202509367 -1.872449005199798 C29.215147929683386 -1.3768622216573412, 29.2469656568574 -0.8812754381148845, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.23577459322855665, 29.263418715913414 0.1534565761901624, 29.263418715913414 0.625005762647271 C29.234949973055386 1.0684294122166693, 29.20648123019736 1.5118530617860675, 29.183330202509367 1.8724490051997846 C29.138981281961833 2.2164104752815454, 29.094632361414295 2.560371945363306, 29.023482276581777 3.1121979531508885 C28.939177019082717 3.54508763248608, 28.85487176158366 3.9779773118212716, 28.78453178754556 4.339158212148129 C28.682901976352106 4.726716728867574, 28.581272165158648 5.114275245587019, 28.467460634214884 5.548287939305125 C28.332329387583673 5.955281723918045, 28.197198140952462 6.362275508530965, 28.07357172997033 6.734618561215495 C27.97262067723142 6.98396961323643, 27.87166962449251 7.233320665257366, 27.604483648808344 7.893275190886679 C27.42195993098809 8.272289596322365, 27.23943621316784 8.65130400175805, 27.062123974273504 9.019496659696284 C26.922939787021285 9.266632278089853, 26.783755599769062 9.513767896483422, 26.44872137860425 10.108655082055236 C26.249801075336546 10.414250085455024, 26.05088077206884 10.719845088854813, 25.76679646464064 11.156274872382301 C25.531643947030805 11.471357823144421, 25.296491429420968 11.786440773906541, 25.019151408126582 12.158051136245302 C24.720032260654218 12.509413507227999, 24.42091311318185 12.860775878210697, 24.20885844296866 13.10986736009567 C23.995485743558064 13.330192190461528, 23.782113044147465 13.550517020827384, 23.33924723676799 14.007812326905684 C23.104942057409755 14.220602091423501, 22.870636878051524 14.433391855941318, 22.413891208501887 14.848196188198111 C22.062772829605255 15.128203751715704, 21.71165445070862 15.408211315233299, 21.436592844578715 15.627565626425152 C21.13550736915237 15.837589820302409, 20.834421893726024 16.047614014179665, 20.411368073605708 16.34271804539089 C20.133407326792927 16.511219483587457, 19.855446579980146 16.67972092178403, 19.342429764076787 16.990714730406093 C19.036975689904747 17.150069925248975, 18.73152161573271 17.309425120091856, 18.234170412792388 17.56889292409717 C17.834825740356884 17.745670964445555, 17.435481067921376 17.92244900479394, 17.091144095147804 18.07487676824742 C16.704968120054808 18.216993096853226, 16.31879214496181 18.359109425459028, 15.918047751460616 18.506587066708033 C15.67630992205549 18.578333585567716, 15.434572092650363 18.650080104427396, 14.719701886235413 18.86224982926107 C14.246347148449711 18.970289959232318, 13.772992410664008 19.078330089203565, 13.501030759676766 19.140403561325773 C13.026720894896085 19.217086301935577, 12.552411030115405 19.29376904254538, 12.267042152847878 19.3399052695533 C11.84873586556774 19.3802587740003, 11.430429578287601 19.4206122784473, 11.0228067896239 19.45993515863156 C10.702549609911262 19.470205183042157, 10.382292430198625 19.48047520745276, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C2.2621751836724764 19.5, -5.249087132655047 19.5, -9.773437499999996 19.5 C-10.200310652003747 19.486311008873425, -10.627183804007496 19.47262201774685, -11.022806789623893 19.45993515863156 C-11.462521327252402 19.41751642602064, -11.902235864880911 19.37509769340972, -12.267042152847871 19.3399052695533 C-12.582471470773484 19.28890910362198, -12.897900788699097 19.23791293769066, -13.501030759676759 19.140403561325773 C-13.932288415054563 19.041971815704994, -14.363546070432369 18.943540070084214, -14.719701886235388 18.862249829261074 C-15.064223451844386 18.759997637018927, -15.408745017453386 18.657745444776776, -15.918047751460593 18.506587066708043 C-16.364253044675596 18.342379394128407, -16.8104583378906 18.178171721548768, -17.091144095147797 18.074876768247425 C-17.459371766062855 17.91187330141909, -17.827599436977913 17.748869834590753, -18.23417041279238 17.568892924097174 C-18.6143020849865 17.37057847419946, -18.994433757180623 17.172264024301743, -19.34242976407678 16.990714730406097 C-19.733640717248193 16.753560351582838, -20.124851670419606 16.516405972759582, -20.411368073605686 16.3427180453909 C-20.783521193547998 16.083120139168056, -21.15567431349031 15.823522232945212, -21.436592844578712 15.627565626425156 C-21.658876116757348 15.450300632068988, -21.881159388935984 15.273035637712821, -22.41389120850187 14.848196188198125 C-22.644667723594672 14.63861106320283, -22.875444238687475 14.429025938207538, -23.339247236767974 14.007812326905697 C-23.543757892116506 13.796638284621274, -23.748268547465035 13.58546424233685, -24.208858442968655 13.109867360095677 C-24.413784649149196 12.86914937768455, -24.618710855329738 12.628431395273424, -25.01915140812658 12.158051136245307 C-25.313086133297944 11.764205382520018, -25.607020858469305 11.37035962879473, -25.766796464640635 11.156274872382316 C-25.97094372341961 10.842649861683137, -26.17509098219858 10.52902485098396, -26.448721378604244 10.108655082055249 C-26.590577897074596 9.85677446898101, -26.732434415544944 9.604893855906774, -27.0621239742735 9.019496659696289 C-27.24674496033799 8.6361272318771, -27.431365946402472 8.252757804057913, -27.60448364880834 7.893275190886686 C-27.726714259600797 7.591363219061223, -27.848944870393254 7.2894512472357595, -28.073571729970325 6.73461856121551 C-28.191771566388653 6.378619486509927, -28.309971402806976 6.022620411804343, -28.46746063421488 5.5482879393051325 C-28.556175226038008 5.209980751536232, -28.644889817861138 4.871673563767332, -28.784531787545557 4.339158212148136 C-28.865391696919595 3.9239596672603523, -28.946251606293632 3.5087611223725688, -29.023482276581777 3.112197953150904 C-29.06900837746842 2.759106504819573, -29.11453447835506 2.4060150564882417, -29.183330202509364 1.872449005199809 C-29.20169976824341 1.5863281912454277, -29.22006933397746 1.3002073772910463, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.14045758351084403, -29.263418715913414 -0.3440905956255901, -29.263418715913414 -0.6250057626472687 C-29.23586993336811 -1.0541002877674202, -29.208321150822805 -1.4831948128875716, -29.183330202509367 -1.8724490051997822 C-29.151183813937187 -2.121770046943167, -29.11903742536501 -2.3710910886865517, -29.023482276581777 -3.112197953150895 C-28.95221815540226 -3.478124153730371, -28.880954034222743 -3.844050354309847, -28.78453178754556 -4.339158212148126 C-28.717073566696946 -4.596405644821746, -28.649615345848336 -4.853653077495366, -28.467460634214884 -5.548287939305123 C-28.33075324581583 -5.960028811798702, -28.194045857416775 -6.371769684292282, -28.073571729970332 -6.734618561215485 C-27.946009456621816 -7.049699842635095, -27.818447183273303 -7.364781124054706, -27.604483648808344 -7.893275190886676 C-27.489996153859448 -8.13101092378803, -27.375508658910547 -8.368746656689385, -27.062123974273504 -9.019496659696282 C-26.85456708333427 -9.388034936973149, -26.647010192395037 -9.756573214250018, -26.448721378604247 -10.108655082055243 C-26.268725624120883 -10.3851768965694, -26.088729869637515 -10.661698711083556, -25.76679646464064 -11.156274872382308 C-25.542296730677364 -11.45708406354659, -25.317796996714087 -11.757893254710874, -25.019151408126586 -12.158051136245302 C-24.845524002488737 -12.362003766586776, -24.671896596850893 -12.565956396928252, -24.208858442968662 -13.10986736009567 C-24.00148983136616 -13.32399247685489, -23.794121219763664 -13.53811759361411, -23.339247236767996 -14.007812326905677 C-23.032572837192625 -14.28632590244006, -22.72589843761725 -14.564839477974441, -22.413891208501887 -14.848196188198107 C-22.140771799333205 -15.066001648997418, -21.867652390164523 -15.283807109796728, -21.43659284457872 -15.627565626425149 C-21.09596871353236 -15.865170274862109, -20.755344582486003 -16.10277492329907, -20.41136807360571 -16.342718045390885 C-19.998196704318534 -16.59318495751725, -19.585025335031357 -16.84365186964361, -19.34242976407679 -16.99071473040609 C-19.056414337844316 -17.13992879506995, -18.770398911611842 -17.289142859733808, -18.234170412792388 -17.56889292409717 C-17.823753106972593 -17.75057249078678, -17.413335801152797 -17.93225205747639, -17.091144095147804 -18.07487676824742 C-16.626655860831242 -18.245812732158086, -16.16216762651468 -18.41674869606875, -15.918047751460618 -18.506587066708033 C-15.670790561945946 -18.579971702676517, -15.423533372431272 -18.653356338644997, -14.719701886235413 -18.862249829261067 C-14.279410974678871 -18.96274335665714, -13.839120063122328 -19.06323688405321, -13.501030759676768 -19.140403561325773 C-13.052779766338526 -19.21287330569033, -12.604528773000286 -19.285343050054884, -12.26704215284788 -19.3399052695533 C-11.848362189995775 -19.380294822033317, -11.429682227143669 -19.420684374513332, -11.022806789623903 -19.45993515863156 C-10.733773101153426 -19.46920390645086, -10.44473941268295 -19.478472654270163, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-5.4326161795170425 -19.5, -1.091794859034085 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-4.014553493911095 -19.5, 1.7443305121778092 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.028574890772543 -19.49181824047273, 10.283712281545085 -19.48363648094546, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.266090333867657 -19.484201582508433, 10.758743167735314 -19.468403165016866, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.377182944977141 -19.425748917124313, 11.731559100330381 -19.391562675617067, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.357891778688288 -19.42760991273518, 11.692976767752677 -19.395284666838794, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.554648325950248 -19.29340733390529, 12.842254499052633 -19.24690939825728, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.758432076844517 -19.260461157427297, 13.249822000841172 -19.181017045301292, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.75688059990478 -19.082007504869967, 14.012730440132806 -19.023611448414158, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.813301464876027 -19.069129810620833, 14.125572170075294 -18.99785605991589, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.046385154275226 -18.765291950102316, 15.373068422315063 -18.668334070943562, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.119969383092087 -18.743452537240973, 15.520236879948786 -18.624655245220872, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.22386642311332 -18.394042968583026, 16.529685094766045 -18.281498870458012, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.220119198584 -18.39542198184878, 16.5221906457074 -18.284256896989522, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.400757135964312 -17.937820259422487, 17.71037017678083 -17.80076375059755, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.481283070250367 -17.90217381703102, 17.871422045352936 -17.72947086581462, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.624473763738 -17.36527191591007, 19.01477711468362 -17.161650907722972, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.475327075343863 -17.44308164771228, 18.71648373789535 -17.317270371327385, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.59834518371112 -16.83557729909782, 19.85426060334546 -16.680439867789545, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.74053929332806 -16.749378394222692, 20.138648822579338 -16.508042058039287, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.807804932816932 -16.066180853880176, 21.204241792028167 -15.78964366236946, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.81959597421297 -16.057955933828254, 21.227823874820245 -15.773193822265618, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.82562822509335 -15.31732026313099, 22.21466360560799 -15.007074899836823, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.777037579498188 -15.356070009941748, 22.117482314417664 -15.084574393458341, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.769332574483368 -14.525393744076922, 23.124773940464866 -14.20259129995572, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.70156326114702 -14.58694004137122, 22.98923531379217 -14.325683894544317, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.6367592183704 -13.700606779713238, 23.934271199972816 -13.393401232520787, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.642117821818548 -13.6950735817035, 23.94498840686911 -13.382334836501315, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.467705530829548 -12.805810841877719, 24.72655261869045 -12.501754323659757, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.52767396597112 -12.735368505659807, 24.84648948897359 -12.360869651223934, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.23916433932686 -11.863253852027302, 25.45917727052713 -11.568456567809301, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.315407900339782 -11.761094426201284, 25.61166439255298 -11.364137716157263, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C25.914538892835495 -10.929302828278098, 26.062281321030355 -10.702330784173883, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.910493222998657 -10.935518063561943, 26.054189981356682 -10.714761254741575, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.667942776465487 -9.719405291578942, 26.88716417432673 -9.330155501102643, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.580286934834078 -9.875047114511974, 26.711852491063905 -9.641439146968708, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.207266225541698 -8.718105669391194, 27.3524084768099 -8.416714679086102, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.244202203427072 -8.641407321008893, 27.426280432580647 -8.263317982321498, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.711836488905238 -7.628111600321381, 27.819189329002135 -7.362948009756076, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.757765107774073 -7.514667023745924, 27.911046566739806 -7.136058856605162, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.210633631800924 -6.321809950750165, 28.347695533631523 -5.909001340284822, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.221667978992528 -6.288576255093528, 28.369764228014727 -5.842533948971547, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.569291025184853 -5.159964524966015, 28.671121416154826 -4.771641110626892, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.58196732573196 -5.111624297036485, 28.696474017249038 -4.674960654767832, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.85799917524336 -3.96191870365781, 28.931466562941164 -3.584679195167487, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.847420874568865 -4.016236041896721, 28.910309961592166 -3.693313871645309, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.05835576691025 -2.841726048712858, 29.093229257238722 -2.571254144274814, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.07423331681082 -2.7185829070609113, 29.12498435703986 -2.3249678609709203, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.203198520854166 -1.5629839095616458, 29.223066839198964 -1.2535188139234936, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.204473488469585 -1.5431252598161629, 29.225616774429803 -1.2138015144325278, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.1978430397222397, 29.263418715913414 0.22931968320279628, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.3519301540494992, 29.263418715913414 -0.07885454545172266, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.237290529442937 1.0319733572174525, 29.211162342972465 1.4389409517876341, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.24484709006168 0.9142738260346415, 29.22627546420994 1.203541889422012, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.142136207653373 2.191941494628494, 29.100942212797378 2.5114339840572035, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.126766191920634 2.3111483014987266, 29.070202181331897 2.749847597797669, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.97073983289378 3.3830192543693327, 28.917997389205784 3.6538405555877764, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.949964501858716 3.4896961883666293, 28.87644672713565 3.8671944235823705, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.706089009750773 4.6382945211946005, 28.62764623195599 4.937430830241072, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.659599117626936 4.8155806287094975, 28.53466644770831 5.292003045270867, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.372492254442246 5.834317568023848, 28.27752387466961 6.12034719674257, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.343493998482007 5.9216556947314425, 28.21952736274913 6.2950234501577595, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.916739839368386 7.121996363140622, 27.759907948766447 7.509374165065749, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.965058761389905 7.002647691564672, 27.856545792809477 7.270676821913849, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.39056226274092 8.337487526240091, 27.176640876673503 8.781699861593502, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.44086139049053 8.233040311239108, 27.277239132172713 8.572805431591538, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.866135692515783 9.367493699922667, 26.670147410758062 9.71549074014905, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.86314786622603 9.372798888050346, 26.66417175817855 9.72610111640441, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.28816988006318 10.355305297928224, 26.12761838152211 10.60195551380121, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.263821982417316 10.39271020703824, 26.07892258623038 10.676765332021246, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.61131044951699 11.364611967580617, 25.455824434393335 11.572949062778932, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.541912896194326 11.457598366785815, 25.317029327748013 11.758921861189329, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.82416182728877 12.38709699311886, 24.629172246450956 12.616142849992418, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.77983085677673 12.439170673585984, 24.540510305426874 12.720290210926668, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.917900377291655 13.410305451008625, 23.626942311614652 13.710743541921582, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.866610043302437 13.463266931867231, 23.52436164363621 13.816666503638793, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.058175232842334 14.263074484113263, 22.77710322891668 14.518336641320841, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.007597226865848 14.3090080909204, 22.67594721696371 14.610203854935117, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.02469992301598 15.158565881558056, 21.635508637530073 15.468935574918001, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.21350734867896 15.007996983968438, 22.01312348885603 15.167797779738766, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.042576613983776 15.902414292200465, 20.64856038338884 16.177262957975778, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.120683866278156 15.84793005420836, 20.8047748879776 16.06829448199157, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.03364127281792 16.571698251797518, 19.65591447203013 16.800678458204146, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.000800077007927 16.591606777693823, 19.590232080410146 16.84049550999676, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C18.899574378805777 17.221752101239566, 18.456718993534764 17.45278947207304, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C18.983303576202665 17.17807063258872, 18.624177388328548 17.365426534771345, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.77877088167539 17.770484787575548, 17.323371350558393 17.972076651053925, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.786338317816345 17.767134908075963, 17.338506222840305 17.96537689205476, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.644396327026964 18.23928407660699, 16.197648558906128 18.403691384966553, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.718610244128648 18.21197266908764, 16.346076393109495 18.349068569927855, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.588368668325751 18.60443408806164, 15.258689585190885 18.70228110941525, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.496181650475547 18.63179471106005, 15.07431554949048 18.75700235541207, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.308358864857151 18.956136189626587, 13.89701584347889 19.0500225499921, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.417815170239598 18.93115350219219, 14.115928454243782 19.000057175123306, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.140421620599904 19.19870405036608, 12.77981248152304 19.25700453940639, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.015401446975636 19.218916342491724, 12.529772134274506 19.29742912365768, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.863226936109758 19.37886083785317, 11.459411719371635 19.417816406153047, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.822160504693395 19.3828224671023, 11.377278856538913 19.4257396646513, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.590602420348374 19.473795111519454, 10.158398051072846 19.48765506440735, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.623503142452698 19.47274004939894, 10.224199495281495 19.48554494016632, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C2.0159035099974005 19.5, -5.741630480005199 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C2.1876715255567163 19.5, -5.398094448886567 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.187697340678083 19.486715493217318, -10.60195718135617 19.473430986434636, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.046860930394338 19.491231842773676, -10.32028436078868 19.48246368554735, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.284619995788614 19.434678353509298, -11.546433201953333 19.409421548387034, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.336064180684225 19.4297155948631, -11.64932157174456 19.399496031094642, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.541830795006607 19.29547957290682, -12.816619437165345 19.251053876260343, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.587857329042771 19.288038359824956, -12.908672505237671 19.236171450096613, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.746502884154019 19.084376150769153, -13.99197500863128 19.02834874021253, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.896847476990423 19.050060978544398, -14.292664194304088 18.959718395763023, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.089024121015614 18.752636928590274, -15.45834635579584 18.643024027919473, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.066854803243553 18.7592166657359, -15.414007720251718 18.656183502210723, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.195780815045275 18.404378731972585, -16.473513878629955 18.302170397237127, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.307441384963106 18.363286610063827, -16.69683501846562 18.21998615341961, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.354714508781285 17.95820196467041, -17.61828492241477 17.84152716109339, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.408582120559814 17.93435637086198, -17.726020145971827 17.79383597347654, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.511415331099272 17.424254427800314, -18.788660249406167 17.279615931503454, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.507083255764975 17.42651446872739, -18.77999609873757 17.284136013357607, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.630319643221558 16.816194193839813, -19.918209522366336 16.64167365727353, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.627363098733877 16.81798646848283, -19.912296433390978 16.645258206559557, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.709110688753373 16.13502568613395, -21.00685330390106 15.927333326877, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.733170009772067 16.118242945302526, -21.05497194593845 15.893767845214157, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.795221776777538 15.34156859651328, -22.153850708976364 15.055571566601403, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.75494818733743 15.373685712366541, -22.073303530096148 15.119805798307928, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.6871550063698 14.600025237138361, -22.96041880423773 14.351854286078597, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.671442271902826 14.614295126845093, -22.928993335303787 14.38039406549206, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.596649511688373 13.742023344930592, -23.85405178660877 13.47623436295549, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.56812377585197 13.771478509188146, -23.797000314935968 13.535144691470595, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.527312410384514 12.735793209424932, -24.84576637780037 12.361719058754185, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.44557467768402 12.831807001263678, -24.682290912399385 12.55374664243168, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.174715056587754 11.949610019447254, -25.330278705048933 11.741168902649202, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.275636914642476 11.81438392382434, -25.53212242115837 11.470716711403375, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-25.98617176734324 10.819255496914085, -26.20554707004585 10.482236121445856, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-26.037084963525288 10.741039155471011, -26.307373462409945 10.325803438559705, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.608983823637942 9.824092882565616, -26.769246268671644 9.539530683075983, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.594121777597888 9.850481950255087, -26.73952217659153 9.592308818454926, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.26834707634546 8.591269975776346, -27.47457017841742 8.163043291856404, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.25640490589932 8.61606814822927, -27.45068583752514 8.212639636762251, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.783621331155345 7.450801652098109, -27.96275901350235 7.008328113309533, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.707127136862653 7.639743790915696, -27.809770624916965 7.386212390944706, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.15651702598691 6.48480054515177, -28.239462322003494 6.23498252908803, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.19799723040596 6.359868778414645, -28.3224227308416 5.985118995613781, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.555194120920625 5.213722130562461, -28.64292760762637 4.8791563218197895, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.590471028901707 5.0791959913219635, -28.713481423588533 4.6101040433387945, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.876113940118092 3.8689032145829816, -28.967696092690623 3.3986482170178274, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.875582835662158 3.8716303237152383, -28.966633883778755 3.4041024352823404, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.063702338074453 2.8002590985631994, -29.103922399567125 2.488320243975495, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.086065161446736 2.626817456526728, -29.148648046311692 2.141436959902552, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.20848567958912 1.480632144546955, -29.233641156668877 1.088815283894101, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.2062192906451 1.5159329817463072, -29.229108378780836 1.1594169582928053, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.21625592923273917, -29.263418715913414 -0.1924939041817998, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.1434331644780351, -29.263418715913414 -0.3381394336912079, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.239137077768845 -1.0032118765344789, -29.214855439624277 -1.381417990421689, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.2424609535613 -0.951439828082774, -29.22150319120918 -1.2778738935182794, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.145307871601627 -2.1673426953617314, -29.107285540693887 -2.4622363855236804, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.146266897765482 -2.159904677816014, -29.109203593021594 -2.4473603504322456, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.949210887948002 -3.493565836521792, -28.874939499314223 -3.874933719892689, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.932871291437788 -3.5774662112267794, -28.842260306293802 -4.042734469302664, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.720130706628144 -4.584747445291262, -28.65572962571073 -4.830336678434398, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.691378262893068 -4.694392974641053, -28.598224738240575 -5.04962773713398, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.34140145666411 -5.927958097285684, -28.215342279113337 -6.307628255266244, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.334933530592245 -5.947438460090071, -28.202406426969606 -6.346588980875018, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.94042291431395 -7.063498710143978, -27.807274098657565 -7.392378859072471, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.978718493219482 -6.968907889852662, -27.88386525646863 -7.203197218489841, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.480728046939348 -8.150256346113336, -27.35697244507035 -8.407237501339996, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.492680794698668 -8.125436209643278, -27.380877940588988 -8.35759722839988, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.84296841174271 -9.408629552876821, -26.623812849211916 -9.79776244605736, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.856156135590318 -9.385213413783548, -26.65018829690713 -9.750930167870814, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.20953884034027 -10.47610369033322, -25.97035630207629 -10.843552298611195, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.26747847150496 -10.387092857894825, -26.08623556440567 -10.665530633734406, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.580873806232855 -11.405394296746117, -25.394951147825065 -11.654513721109927, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.55930657722253 -11.434292418804972, -25.351816689804412 -11.712309965227636, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.7256099167212 -12.502861675034104, -24.432068425315812 -12.847672213822907, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.788471811247415 -12.429020516780483, -24.55779221436824 -12.699989897315666, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.977589015044284 -13.348672032000742, -23.74631958711991 -13.587476703905814, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.933170636979977 -13.3945376541688, -23.65748283099129 -13.679207948241931, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.14662316171602 -14.182748415314139, -22.953999086664044 -14.3576845037226, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.083006011513227 -14.240523827910756, -22.82676478625846 -14.473235328915836, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.08154296051887 -15.113235071806255, -21.749194712535854 -15.378273955414402, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.21651254736118 -15.005600417991058, -22.019133886220477 -15.16300464778401, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.131901834545687 -15.840104885162951, -20.827210824512655 -16.052644143900753, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.12146697480383 -15.847383791601073, -20.80634110502894 -16.067201956776998, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.07368952093272 -16.547420768440695, -19.73601096825973 -16.752123491490504, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.06571501171997 -16.552254962788883, -19.720061949834232 -16.761791880186877, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-19.09750472719653 -17.11849196526455, -18.852579690316265 -17.24626920012301, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-19.113452898180874 -17.110171814677308, -18.884476032284955 -17.229628898948526, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.856375743799177 -17.73613141717979, -17.478581074805966 -17.90336991026241, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.95413166559461 -17.69285777042734, -17.674092918396827 -17.816822616757513, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.641767220838403 -18.24025161198757, -16.192390346529 -18.40562645572772, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.708586561878082 -18.21566147681375, -16.32602902860836 -18.35644618538008, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.661960435383527 -18.58259243788996, -15.405873119306436 -18.65859780907189, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.551448778633212 -18.61539171752593, -15.184849805805806 -18.72419636834383, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.329095004690945 -18.95140330102548, -13.938488123146476 -19.04055677278989, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.328675835691413 -18.95149897361429, -13.937649785147414 -19.04074811796751, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.01046819206056 -19.21971391288843, -12.519905624444352 -19.29902426445109, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.18370346567922 -19.19170657730938, -12.86637617168167 -19.24300959329298, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.835247760870223 -19.38155995523865, -11.403453368892565 -19.423214640924, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.795468721415254 -19.385397391333576, -11.323895289982628 -19.430889513113854, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.546078253662515 -19.47522291488404, -10.069349717701126 -19.490510671136516, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.763900986761845 -19.46823776379977, -10.504995183899787 -19.476540368967985, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000004 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-NEW-1\" data-look=\"classic\" transform=\"translate(204.78464889526367, 104)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-88.2578125\" y=\"-27\" width=\"176.515625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-58.2578125, -12)\"><rect></rect><foreignObject width=\"116.515625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_new</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-GENERATED-3\" data-look=\"classic\" transform=\"translate(547.8315238952637, 135)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-109.6171875\" y=\"-27\" width=\"219.234375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-79.6171875, -12)\"><rect></rect><foreignObject width=\"159.234375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_generated</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-EXPIRED-5\" data-look=\"classic\" transform=\"translate(1361.9565238952637, 51)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-99.8203125\" y=\"-27\" width=\"199.640625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-69.8203125, -12)\"><rect></rect><foreignObject width=\"139.640625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_expired</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-CONFIRMED-7\" data-look=\"classic\" transform=\"translate(916.6596488952637, 172)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-108.7109375\" y=\"-27\" width=\"217.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-78.7109375, -12)\"><rect></rect><foreignObject width=\"157.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_confirmed</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-PAID-11\" data-look=\"classic\" transform=\"translate(1804.4330863952637, 157)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-88.7109375\" y=\"-27\" width=\"177.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-58.7109375, -12)\"><rect></rect><foreignObject width=\"117.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_paid</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-FAILURE-13\" data-look=\"classic\" transform=\"translate(1804.4330863952637, 262)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-95.375\" y=\"-27\" width=\"190.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-65.375, -12)\"><rect></rect><foreignObject width=\"130.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_failure</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-FRAUD_POSSIBILITY-15\" data-look=\"classic\" transform=\"translate(1361.9565238952637, 335)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-130.9453125\" y=\"-27\" width=\"261.890625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-100.9453125, -12)\"><rect></rect><foreignObject width=\"201.890625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_fraud_possibility</p></span></div></foreignObject></g></g><g class=\"node default refundNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-REFUNDED-19\" data-look=\"classic\" transform=\"translate(2223.0658988952637, 135)\"><rect class=\"basic label-container\" style=\"fill:#f0fdf4 !important;stroke:#4ade80 !important;stroke-width:2px !important\" x=\"-105.1640625\" y=\"-27\" width=\"210.328125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-75.1640625, -12)\"><rect></rect><foreignObject width=\"150.328125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_refunded</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-flowchart-FRAUD-21\" data-look=\"classic\" transform=\"translate(2223.0658988952637, 336)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-91.8203125\" y=\"-27\" width=\"183.640625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-61.8203125, -12)\"><rect></rect><foreignObject width=\"123.640625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_fraud</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-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-c00b9809d192dfa27e827dab335b254c605623428517e4dee3eec031d650cd9e-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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 2336.22998046875px;\" viewBox=\"-0.0000019073486328125 0 2336.22998046875 371\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .error-icon{fill:#a44141;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .error-text{fill:#ddd;stroke:#ddd;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-thickness-normal{stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-thickness-thick{stroke-width:3.5px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-pattern-solid{stroke-dasharray:0;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .marker.cross{stroke:lightgrey;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 p{margin:0;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster-label text{fill:#F9FFFE;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster-label span{color:#F9FFFE;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster-label span p{background-color:transparent;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .label text,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 span{fill:#ccc;color:#ccc;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node rect,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node circle,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node ellipse,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node polygon,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .rough-node .label text,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node .label text,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .image-shape .label,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .icon-shape .label{text-anchor:middle;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .rough-node .label,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node .label,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .image-shape .label,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .icon-shape .label{text-align:center;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node.clickable{cursor:pointer;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .arrowheadPath{fill:lightgrey;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster text{fill:#F9FFFE;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .cluster span{color:#F9FFFE;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 rect.text{fill:none;stroke-width:0;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .icon-shape,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .icon-shape p,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .icon-shape .label rect,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .node .neo-node{stroke:#ccc;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node rect,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].cluster rect,#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node polygon{stroke:url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node path{stroke:url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-gradient);stroke-width:1px;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node circle{stroke:url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .refundNode&gt;*{fill:rgb(240, 253, 244)!important;stroke:rgb(74, 222, 128)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .refundNode span{fill:rgb(240, 253, 244)!important;stroke:rgb(74, 222, 128)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .refundNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .warningNode&gt;*{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .warningNode span{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .warningNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288 .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_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=\"M67.027,104.5L71.11,104.417C75.194,104.333,83.36,104.167,90.944,104.083C98.527,104,105.527,104,109.027,104L112.527,104\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_Start_NEW_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_Start_NEW_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI3NDUsInkiOjEwNC41MDAwMDAwMDAwMDAwMX0seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MTA0fSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MTA0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M293.042,121.01L305.14,123.342C317.238,125.673,341.433,130.337,364.962,132.668C388.49,135,411.352,135,422.783,135L434.214,135\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_NEW_GENERATED_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_NEW_GENERATED_0\" data-points=\"W3sieCI6MjkzLjA0MjQ2MTM5NTI2MzcsInkiOjEyMS4wMTAyNDg2ODg1NTY0NH0seyJ4IjozNjUuNjI4Mzk4ODk1MjYzNywieSI6MTM1fSx7IngiOjQzOC4yMTQzMzYzOTUyNjM3LCJ5IjoxMzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M256.484,77L274.675,67.5C292.866,58,329.247,39,377.805,29.5C426.363,20,487.097,20,548.276,20C609.454,20,671.076,20,732.548,20C794.019,20,855.339,20,921.255,20C987.17,20,1057.68,20,1114.599,22.873C1171.518,25.746,1214.844,31.491,1236.508,34.364L1258.171,37.237\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_NEW_EXPIRED_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_NEW_EXPIRED_0\" data-points=\"W3sieCI6MjU2LjQ4NDQyNTY4MDk3Nzk1LCJ5Ijo3N30seyJ4IjozNjUuNjI4Mzk4ODk1MjYzNywieSI6MjB9LHsieCI6NTQ3LjgzMTUyMzg5NTI2MzcsInkiOjIwfSx7IngiOjczMi42OTg3MTEzOTUyNjM3LCJ5IjoyMH0seyJ4Ijo5MTYuNjU5NjQ4ODk1MjYzNywieSI6MjB9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoyMH0seyJ4IjoxMjYyLjEzNjIxMTM5NTI2MzcsInkiOjM3Ljc2MjY4Mjk3NTczNjkxNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M657.449,156.939L669.99,159.449C682.532,161.959,707.615,166.98,732.032,169.49C756.449,172,780.199,172,792.074,172L803.949,172\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_GENERATED_CONFIRMED_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_GENERATED_CONFIRMED_0\" data-points=\"W3sieCI6NjU3LjQ0ODcxMTM5NTI2MzcsInkiOjE1Ni45MzkxODc3NjE0ODQxNn0seyJ4Ijo3MzIuNjk4NzExMzk1MjYzNywieSI6MTcyfSx7IngiOjgwNy45NDg3MTEzOTUyNjM3LCJ5IjoxNzJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M621.235,108L639.812,101.167C658.389,94.333,695.544,80.667,744.782,73.833C794.019,67,855.339,67,921.255,67C987.17,67,1057.68,67,1114.595,65.518C1171.509,64.035,1214.827,61.07,1236.486,59.588L1258.146,58.105\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_GENERATED_EXPIRED_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_GENERATED_EXPIRED_0\" data-points=\"W3sieCI6NjIxLjIzNDY3MTg3MzIwNDksInkiOjEwOH0seyJ4Ijo3MzIuNjk4NzExMzk1MjYzNywieSI6Njd9LHsieCI6OTE2LjY1OTY0ODg5NTI2MzcsInkiOjY3fSx7IngiOjExMjguMTkwODk4ODk1MjYzNywieSI6Njd9LHsieCI6MTI2Mi4xMzYyMTEzOTUyNjM3LCJ5Ijo1Ny44MzIxNjM2MjU0MjYxMDV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1025.371,156.068L1042.507,153.557C1059.644,151.046,1093.917,146.023,1150.015,143.511C1206.113,141,1284.035,141,1362.833,141C1441.631,141,1521.305,141,1579.602,142.452C1637.898,143.903,1674.816,146.807,1693.275,148.258L1711.734,149.71\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_CONFIRMED_PAID_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_CONFIRMED_PAID_0\" data-points=\"W3sieCI6MTAyNS4zNzA1ODYzOTUyNjM3LCJ5IjoxNTYuMDY4MzYzMTI2MDE1Njd9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoxNDF9LHsieCI6MTM2MS45NTY1MjM4OTUyNjM3LCJ5IjoxNDF9LHsieCI6MTYwMC45Nzk5NjEzOTUyNjM3LCJ5IjoxNDF9LHsieCI6MTcxNS43MjIxNDg4OTUyNjM3LCJ5IjoxNTAuMDIzNTc3Mjk4MjEwNTd9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1024.421,199L1041.716,203.333C1059.011,207.667,1093.601,216.333,1149.857,220.667C1206.113,225,1284.035,225,1362.833,225C1441.631,225,1521.305,225,1578.5,228.157C1635.694,231.313,1670.408,237.626,1687.766,240.783L1705.123,243.939\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_CONFIRMED_FAILURE_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_CONFIRMED_FAILURE_0\" data-points=\"W3sieCI6MTAyNC40MjA4NTE3MjU0NTI0LCJ5IjoxOTl9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoyMjV9LHsieCI6MTM2MS45NTY1MjM4OTUyNjM3LCJ5IjoyMjV9LHsieCI6MTYwMC45Nzk5NjEzOTUyNjM3LCJ5IjoyMjV9LHsieCI6MTcwOS4wNTgwODYzOTUyNjM3LCJ5IjoyNDQuNjU1MDk1NjE0Nzc2MTR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M951.699,199L981.114,221.667C1010.529,244.333,1069.36,289.667,1115.246,312.333C1161.131,335,1194.071,335,1210.541,335L1227.011,335\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_CONFIRMED_FRAUD_POSSIBILITY_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_CONFIRMED_FRAUD_POSSIBILITY_0\" data-points=\"W3sieCI6OTUxLjY5ODU2NzYwNjkyMDIsInkiOjE5OX0seyJ4IjoxMTI4LjE5MDg5ODg5NTI2MzcsInkiOjMzNX0seyJ4IjoxMjMxLjAxMTIxMTM5NTI2MzcsInkiOjMzNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1000.65,145L1021.907,138.167C1043.164,131.333,1085.677,117.667,1128.608,105.919C1171.539,94.172,1214.887,84.344,1236.561,79.43L1258.235,74.516\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_CONFIRMED_EXPIRED_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_CONFIRMED_EXPIRED_0\" data-points=\"W3sieCI6MTAwMC42NDk5OTgxNTk5Njk1LCJ5IjoxNDV9LHsieCI6MTEyOC4xOTA4OTg4OTUyNjM3LCJ5IjoxMDR9LHsieCI6MTI2Mi4xMzYyMTEzOTUyNjM3LCJ5Ijo3My42MzE1NDIwMDkyMjM5OH1d\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1893.144,147.453L1912.429,145.377C1931.714,143.302,1970.285,139.151,2007.078,137.075C2043.871,135,2078.886,135,2096.394,135L2113.902,135\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_PAID_REFUNDED_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_PAID_REFUNDED_0\" data-points=\"W3sieCI6MTg5My4xNDQwMjM4OTUyNjM3LCJ5IjoxNDcuNDUyODc3NzgwMzI1NjJ9LHsieCI6MjAwOC44NTQ5NjEzOTUyNjM3LCJ5IjoxMzV9LHsieCI6MjExNy45MDE4MzYzOTUyNjM3LCJ5IjoxMzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1866.449,184L1890.183,194.333C1913.917,204.667,1961.386,225.333,2009.497,245.908C2057.608,266.484,2106.362,286.967,2130.738,297.209L2155.115,307.451\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_PAID_FRAUD_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_PAID_FRAUD_0\" data-points=\"W3sieCI6MTg2Ni40NDg3MTEzOTUyNjM3LCJ5IjoxODR9LHsieCI6MjAwOC44NTQ5NjEzOTUyNjM3LCJ5IjoyNDZ9LHsieCI6MjE1OC44MDI2MTc2NDUyNjM2LCJ5IjozMDl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1407.405,308L1439.667,288.833C1471.93,269.667,1536.455,231.333,1587.185,208.899C1637.914,186.465,1674.849,179.929,1693.316,176.662L1711.783,173.394\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_FRAUD_POSSIBILITY_PAID_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_FRAUD_POSSIBILITY_PAID_0\" data-points=\"W3sieCI6MTQwNy40MDQ2NDIyOTMxNTEsInkiOjMwOH0seyJ4IjoxNjAwLjk3OTk2MTM5NTI2MzcsInkiOjE5M30seyJ4IjoxNzE1LjcyMjE0ODg5NTI2MzcsInkiOjE3Mi42OTY5NTEwNzkwMjYxOH1d\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1492.902,314.73L1510.915,311.942C1528.928,309.153,1564.954,303.577,1600.323,297.717C1635.693,291.858,1670.406,285.715,1687.763,282.644L1705.119,279.573\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_FRAUD_POSSIBILITY_FAILURE_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_FRAUD_POSSIBILITY_FAILURE_0\" data-points=\"W3sieCI6MTQ5Mi45MDE4MzYzOTUyNjM3LCJ5IjozMTQuNzMwMTE5MzAwNTM5M30seyJ4IjoxNjAwLjk3OTk2MTM5NTI2MzcsInkiOjI5OH0seyJ4IjoxNzA5LjA1ODA4NjM5NTI2MzcsInkiOjI3OC44NzYxMjMxODU2MjMyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path><path d=\"M1492.902,343.765L1510.915,344.971C1528.928,346.177,1564.954,348.588,1616.876,349.794C1668.798,351,1736.615,351,1804.595,351C1872.574,351,1940.714,351,1994.518,349.618C2048.322,348.236,2087.789,345.473,2107.522,344.091L2127.255,342.709\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-L_FRAUD_POSSIBILITY_FRAUD_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_FRAUD_POSSIBILITY_FRAUD_0\" data-points=\"W3sieCI6MTQ5Mi45MDE4MzYzOTUyNjM3LCJ5IjozNDMuNzY1MzUzODE1OTgzfSx7IngiOjE2MDAuOTc5OTYxMzk1MjYzNywieSI6MzUxfSx7IngiOjE4MDQuNDMzMDg2Mzk1MjYzNywieSI6MzUxfSx7IngiOjIwMDguODU0OTYxMzk1MjYzNywieSI6MzUxfSx7IngiOjIxMzEuMjQ1NTg2Mzk1MjYzNywieSI6MzQyLjQyOTY2NTU2MDM3Nzh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_NEW_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\" transform=\"translate(365.6283988952637, 135)\"><g class=\"label\" data-id=\"L_NEW_GENERATED_0\" transform=\"translate(-47.5859375, -12)\"><foreignObject width=\"95.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Generowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(732.6987113952637, 20)\"><g class=\"label\" data-id=\"L_NEW_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(732.6987113952637, 172)\"><g class=\"label\" data-id=\"L_GENERATED_CONFIRMED_0\" transform=\"translate(-50.25, -12)\"><foreignObject width=\"100.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzenie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(916.6596488952637, 67)\"><g class=\"label\" data-id=\"L_GENERATED_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1361.9565238952637, 141)\"><g class=\"label\" data-id=\"L_CONFIRMED_PAID_0\" transform=\"translate(-88.5, -12)\"><foreignObject width=\"177\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Płatność zaakceptowana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1361.9565238952637, 225)\"><g class=\"label\" data-id=\"L_CONFIRMED_FAILURE_0\" transform=\"translate(-70.265625, -12)\"><foreignObject width=\"140.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Płatność odrzucona</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1128.1908988952637, 335)\"><g class=\"label\" data-id=\"L_CONFIRMED_FRAUD_POSSIBILITY_0\" transform=\"translate(-77.8203125, -12)\"><foreignObject width=\"155.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Podejrzenie oszustwa</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1128.1908988952637, 104)\"><g class=\"label\" data-id=\"L_CONFIRMED_EXPIRED_0\" transform=\"translate(-45.3515625, -12)\"><foreignObject width=\"90.703125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Upłynął czas</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(2008.8549613952637, 135)\"><g class=\"label\" data-id=\"L_PAID_REFUNDED_0\" transform=\"translate(-79.59375, -12)\"><foreignObject width=\"159.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>100% kwoty zwrócone</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(2008.8549613952637, 246)\"><g class=\"label\" data-id=\"L_PAID_FRAUD_0\" transform=\"translate(-84.046875, -12)\"><foreignObject width=\"168.09375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzono oszustwo</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1554.28207, 220.74247)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_PAID_0\" transform=\"translate(-83.078125, -12)\"><foreignObject width=\"166.15625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Wyjaśnione pozytywnie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1600.9799613952637, 298)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_FAILURE_0\" transform=\"translate(-56.9140625, -12)\"><foreignObject width=\"113.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Brak autoryzacji</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1804.4330863952637, 351)\"><g class=\"label\" data-id=\"L_FRAUD_POSSIBILITY_FRAUD_0\" transform=\"translate(-48.4765625, -12)\"><foreignObject width=\"96.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Potwierdzono</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 104)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-4.078140638782602 -19.5, 1.6171562224347955 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.145325638529277 -19.488074271233714, 10.517213777058558 -19.47614854246743, 11.0228067896239 -19.45993515863156 C11.453622443898869 -19.41837489059528, 11.88443809817384 -19.376814622559003, 12.267042152847864 -19.3399052695533 C12.553635295848348 -19.293571112756, 12.840228438848833 -19.247236955958698, 13.501030759676757 -19.140403561325776 C13.826592713023256 -19.066096169964727, 14.152154666369753 -18.991788778603677, 14.71970188623539 -18.862249829261074 C15.075360067303496 -18.75669234800795, 15.431018248371602 -18.651134866754823, 15.918047751460602 -18.50658706670804 C16.169854407888174 -18.413919889467476, 16.42166106431575 -18.321252712226915, 17.091144095147794 -18.074876768247425 C17.3272109444544 -17.970376976733668, 17.563277793761007 -17.865877185219915, 18.23417041279238 -17.568892924097174 C18.51351010439076 -17.423161585915913, 18.792849795989138 -17.27743024773465, 19.342429764076783 -16.990714730406097 C19.695426265472907 -16.776726176822063, 20.04842276686903 -16.562737623238032, 20.411368073605697 -16.342718045390892 C20.737102244074087 -16.11549998887712, 21.062836414542478 -15.888281932363345, 21.436592844578712 -15.627565626425154 C21.75985924812837 -15.36976927207458, 22.083125651678035 -15.111972917724003, 22.41389120850187 -14.848196188198123 C22.615269326163286 -14.665309909911045, 22.8166474438247 -14.482423631623966, 23.339247236767985 -14.007812326905688 C23.644890265616485 -13.692210805860261, 23.950533294464986 -13.376609284814837, 24.208858442968648 -13.10986736009568 C24.520862289395446 -12.74336988856097, 24.832866135822243 -12.37687241702626, 25.019151408126582 -12.158051136245305 C25.28224782957035 -11.80552590008773, 25.545344251014114 -11.453000663930156, 25.766796464640635 -11.156274872382312 C25.99602974843304 -10.804110990721584, 26.225263032225442 -10.451947109060857, 26.448721378604247 -10.108655082055241 C26.607856802501242 -9.82609402271709, 26.76699222639824 -9.543532963378938, 27.0621239742735 -9.019496659696287 C27.21879008507266 -8.694176128504063, 27.375456195871816 -8.368855597311839, 27.60448364880834 -7.893275190886684 C27.71884665051566 -7.610796365611389, 27.833209652222976 -7.3283175403360925, 28.073571729970325 -6.734618561215508 C28.194411801111254 -6.370667520189723, 28.315251872252183 -6.00671647916394, 28.46746063421488 -5.548287939305138 C28.550768869024445 -5.230597533958904, 28.634077103834013 -4.91290712861267, 28.78453178754556 -4.339158212148133 C28.845794062403606 -4.024589378538447, 28.90705633726165 -3.710020544928759, 29.023482276581777 -3.1121979531509023 C29.068421966072883 -2.763654595803328, 29.113361655563992 -2.4151112384557534, 29.183330202509367 -1.872449005199798 C29.20614573738619 -1.51707863312497, 29.228961272263017 -1.161708261050142, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.24609493776333363, 29.263418715913414 0.13281588712060843, 29.263418715913414 0.625005762647271 C29.236789633668845 1.0397752132147289, 29.210160551424277 1.4545446637821866, 29.183330202509367 1.8724490051997846 C29.121784793711253 2.349783042322329, 29.06023938491314 2.8271170794448737, 29.023482276581777 3.1121979531508885 C28.967879237298174 3.3977078081656735, 28.912276198014574 3.683217663180458, 28.78453178754556 4.339158212148129 C28.691709203749927 4.693130953723179, 28.598886619954293 5.047103695298229, 28.467460634214884 5.548287939305125 C28.34399222529168 5.920155114962371, 28.220523816368473 6.292022290619615, 28.07357172997033 6.734618561215495 C27.923268271083433 7.105871010585822, 27.772964812196534 7.477123459956149, 27.604483648808344 7.893275190886679 C27.45994985486983 8.193402706527781, 27.315416060931316 8.493530222168884, 27.062123974273504 9.019496659696284 C26.864362066654355 9.370642952238725, 26.66660015903521 9.721789244781167, 26.44872137860425 10.108655082055236 C26.18672302751418 10.511154905737678, 25.92472467642411 10.91365472942012, 25.76679646464064 11.156274872382301 C25.567783256389124 11.422934440963084, 25.36877004813761 11.689594009543866, 25.019151408126582 12.158051136245302 C24.733018024427576 12.49415969018892, 24.44688464072857 12.830268244132538, 24.20885844296866 13.10986736009567 C23.893670055936095 13.435325247154623, 23.578481668903528 13.760783134213577, 23.33924723676799 14.007812326905684 C23.153687799605404 14.176332498103077, 22.968128362442815 14.344852669300472, 22.413891208501887 14.848196188198111 C22.11133226764936 15.089478892096446, 21.808773326796835 15.330761595994781, 21.436592844578715 15.627565626425152 C21.17874576609556 15.807428586354874, 20.920898687612407 15.987291546284597, 20.411368073605708 16.34271804539089 C20.12149730954032 16.518439406037018, 19.831626545474933 16.694160766683147, 19.342429764076787 16.990714730406093 C19.074320209369066 17.130587313364746, 18.806210654661346 17.2704598963234, 18.234170412792388 17.56889292409717 C17.87628536397283 17.727318018926812, 17.518400315153276 17.885743113756455, 17.091144095147804 18.07487676824742 C16.839439055909143 18.167506549423123, 16.58773401667048 18.26013633059883, 15.918047751460616 18.506587066708033 C15.505552950492497 18.629013358405977, 15.09305814952438 18.751439650103922, 14.719701886235413 18.86224982926107 C14.364745973303688 18.943266200083933, 14.009790060371964 19.0242825709068, 13.501030759676766 19.140403561325773 C13.243543703733469 19.182032071688745, 12.98605664779017 19.223660582051714, 12.267042152847878 19.3399052695533 C11.826654286918522 19.382388957335607, 11.386266420989164 19.42487264511791, 11.0228067896239 19.45993515863156 C10.69214755653279 19.470538756647638, 10.36148832344168 19.481142354663717, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C5.187262473776091 19.5, 0.6010874475521817 19.5, -9.773437499999996 19.5 C-10.04934040247016 19.491152330930202, -10.325243304940324 19.482304661860407, -11.022806789623893 19.45993515863156 C-11.506944787838869 19.41323094820489, -11.991082786053843 19.366526737778223, -12.267042152847871 19.3399052695533 C-12.533324249274191 19.29685484525159, -12.799606345700512 19.25380442094988, -13.501030759676759 19.140403561325773 C-13.74810864302442 19.08400964678554, -13.995186526372082 19.027615732245305, -14.719701886235388 18.862249829261074 C-15.016199767101982 18.774250814569005, -15.312697647968578 18.68625179987694, -15.918047751460593 18.506587066708043 C-16.205248021225685 18.4008947125843, -16.49244829099078 18.295202358460553, -17.091144095147797 18.074876768247425 C-17.420229111334386 17.929200593541783, -17.74931412752098 17.78352441883614, -18.23417041279238 17.568892924097174 C-18.63009001693872 17.36234192021264, -19.02600962108506 17.155790916328105, -19.34242976407678 16.990714730406097 C-19.72462748626173 16.759024225174457, -20.106825208446683 16.527333719942817, -20.411368073605686 16.3427180453909 C-20.77832479960453 16.08674491863475, -21.145281525603377 15.830771791878599, -21.436592844578712 15.627565626425156 C-21.776244819540025 15.356702214912154, -22.11589679450134 15.085838803399154, -22.41389120850187 14.848196188198125 C-22.722976557444436 14.56749305223868, -23.032061906387003 14.286789916279236, -23.339247236767974 14.007812326905697 C-23.64605880618061 13.691004191788842, -23.95287037559324 13.374196056671988, -24.208858442968655 13.109867360095677 C-24.380583153906993 12.908149743214638, -24.552307864845336 12.706432126333599, -25.01915140812658 12.158051136245307 C-25.271980391687727 11.81928333146761, -25.524809375248875 11.480515526689912, -25.766796464640635 11.156274872382316 C-25.954793166038783 10.867461454851982, -26.14278986743693 10.578648037321651, -26.448721378604244 10.108655082055249 C-26.6664792992998 9.72200384347975, -26.884237219995363 9.335352604904255, -27.0621239742735 9.019496659696289 C-27.25279737910965 8.623559254796724, -27.443470783945802 8.22762184989716, -27.60448364880834 7.893275190886686 C-27.706213824755032 7.641999689479208, -27.807944000701724 7.39072418807173, -28.073571729970325 6.73461856121551 C-28.199325095945603 6.3558694589758815, -28.325078461920885 5.977120356736253, -28.46746063421488 5.5482879393051325 C-28.5630518772701 5.183757100028758, -28.658643120325326 4.819226260752383, -28.784531787545557 4.339158212148136 C-28.853756748948488 3.983702666044861, -28.92298171035142 3.6282471199415864, -29.023482276581777 3.112197953150904 C-29.060340972273686 2.826329187937179, -29.097199667965597 2.5404604227234544, -29.183330202509364 1.872449005199809 C-29.20060962842526 1.6033079988581878, -29.217889054341153 1.3341669925165662, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.3360260659529272, -29.263418715913414 0.047046369258576304, -29.263418715913414 -0.6250057626472687 C-29.246753640630587 -0.8845777619839805, -29.230088565347756 -1.1441497613206923, -29.183330202509367 -1.8724490051997822 C-29.141654388537518 -2.1956783885451316, -29.099978574565665 -2.5189077718904813, -29.023482276581777 -3.112197953150895 C-28.9515453964094 -3.481578628971045, -28.879608516237024 -3.850959304791195, -28.78453178754556 -4.339158212148126 C-28.658733633096 -4.818881096329334, -28.532935478646433 -5.298603980510543, -28.467460634214884 -5.548287939305123 C-28.328854154977453 -5.965748570824855, -28.190247675740025 -6.383209202344588, -28.073571729970332 -6.734618561215485 C-27.95110751352872 -7.037107543510824, -27.828643297087105 -7.339596525806162, -27.604483648808344 -7.893275190886676 C-27.404352089037182 -8.308852656880893, -27.204220529266017 -8.72443012287511, -27.062123974273504 -9.019496659696282 C-26.862682735105658 -9.373624775454196, -26.66324149593781 -9.727752891212111, -26.448721378604247 -10.108655082055243 C-26.297919637994447 -10.340327051569217, -26.147117897384646 -10.57199902108319, -25.76679646464064 -11.156274872382308 C-25.548220248073797 -11.44914708987891, -25.329644031506948 -11.74201930737551, -25.019151408126586 -12.158051136245302 C-24.774353765627236 -12.445604376505498, -24.529556123127886 -12.733157616765695, -24.208858442968662 -13.10986736009567 C-23.862154496634577 -13.46786764960898, -23.515450550300493 -13.825867939122292, -23.339247236767996 -14.007812326905677 C-23.114459371700246 -14.211958718399215, -22.889671506632496 -14.416105109892753, -22.413891208501887 -14.848196188198107 C-22.089779103579776 -15.106666966888154, -21.765666998657665 -15.3651377455782, -21.43659284457872 -15.627565626425149 C-21.096350559735228 -15.864903915480845, -20.75610827489174 -16.10224220453654, -20.41136807360571 -16.342718045390885 C-20.0708111214639 -16.549165671114046, -19.73025416932209 -16.755613296837204, -19.34242976407679 -16.99071473040609 C-18.962406019589018 -17.188972874488538, -18.582382275101242 -17.387231018570983, -18.234170412792388 -17.56889292409717 C-17.965482655132824 -17.687833024073914, -17.69679489747326 -17.806773124050657, -17.091144095147804 -18.07487676824742 C-16.653230214879912 -18.23603312421754, -16.21531633461202 -18.397189480187656, -15.918047751460618 -18.506587066708033 C-15.637395542401922 -18.589883169183146, -15.356743333343228 -18.67317927165826, -14.719701886235413 -18.862249829261067 C-14.444098469007649 -18.92515451076293, -14.168495051779884 -18.988059192264796, -13.501030759676768 -19.140403561325773 C-13.150528267541821 -19.197070086066727, -12.800025775406874 -19.253736610807685, -12.26704215284788 -19.3399052695533 C-11.796938590945185 -19.3852555947878, -11.326835029042492 -19.430605920022302, -11.022806789623903 -19.45993515863156 C-10.553607838133848 -19.474981455765487, -10.084408886643793 -19.49002775289942, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-5.80156333826405 -19.5, -1.8296891765281007 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-5.545635183801222 -19.5, -1.3178328676024442 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.238934333422261 -19.485072422586768, 10.704431166844525 -19.470144845173536, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.07390998091908 -19.49036443237113, 10.374382461838161 -19.48072886474226, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.395459279829012 -19.42398582108166, 11.768111770034123 -19.388036483531764, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.344156195483487 -19.42893496792749, 11.665505601343074 -19.39793477722342, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.614115707632697 -19.283793108811302, 12.961189262417532 -19.22768094806931, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.729910640558106 -19.26507228205904, 13.19277912826835 -19.190239294564783, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.817453286184948 -19.068182184500237, 14.13387581269314 -18.9959608076747, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.838306713076099 -19.06342252589366, 14.17558266647544 -18.986441490461544, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.088644078325261 -18.752749723265886, 15.457586270415135 -18.643249617270698, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.036418166331643 -18.768250099806185, 15.353134446427896 -18.6742503703513, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.316481382840173 -18.359959807280244, 16.71491501421974 -18.21333254785245, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.282182079229607 -18.372582268068218, 16.646316406998615 -18.238577469428396, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.39964693073017 -17.938311714346575, 17.708149766312548 -17.801746660445723, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.340582743366536 -17.964457678015588, 17.590021391585278 -17.85403858778375, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.66775287510211 -17.34269323123301, 19.10133533741184 -17.116493538368847, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.542882195252524 -17.40783818492705, 18.851593977712664 -17.246783445756932, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.61438549203133 -16.825853569930796, 19.88634121998588 -16.660992409455492, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.696555738101747 -16.776041483876945, 20.050681712126707 -16.561368237347793, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.813891759439002 -16.0619349471231, 21.216415445272304 -15.781151848855306, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.73722663873823 -16.115413216544372, 21.06308520387076 -15.888108387697851, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.636583588930574 -15.46807832978176, 21.83657433328244 -15.308591033138365, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.75305154211429 -15.375198236460147, 22.069510239649862 -15.12283084649514, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.604213357593046 -14.675350648041636, 22.794535506684223 -14.50250510788515, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.60129101613753 -14.67800464123062, 22.78869082377319 -14.507813094263115, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.637849361614364 -13.699481117311423, 23.93645148646074 -13.391149907717157, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.65541312765721 -13.681345086860173, 23.971579018546436 -13.35487784681466, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.410095336702202 -12.87348305401261, 24.61133223043576 -12.637098747929539, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.46167137378758 -12.812898906092476, 24.714484304606515 -12.515930452089274, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.21469685022783 -11.896038058385884, 25.410242292329084 -11.634024980526462, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.195880235511915 -11.92125060787635, 25.372609062897244 -11.684450079507396, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C25.913001797917502 -10.931664218839911, 26.059207131194373 -10.707053565297509, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C26.025529726198336 -10.758791103020892, 26.28426298775604 -10.36130733365947, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.590328435980023 -9.857217412415096, 26.7319354933558 -9.60577974277495, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.650726656777913 -9.749974255405395, 26.852731934951574 -9.391293428755548, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.266214745212228 -8.595697806999077, 27.470305516150955 -8.171898954301867, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.19987512112123 -8.733453455864598, 27.33762626796896 -8.447410252032908, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.721236600009934 -7.6048931441539995, 27.837989551211525 -7.316511097421315, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.717923903038876 -7.613075569719152, 27.83136415726941 -7.332875948551621, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.16116958819471 -6.470787769066992, 28.248767446419098 -6.206956976918475, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.211519919569234 -6.319140593202797, 28.34946810916814 -5.903662625190085, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.571216299757502 -5.152622618601217, 28.674971965300127 -4.756957297897298, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.577893641702868 -5.127159019785238, 28.688326649190856 -4.706030100265339, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.86202204095026 -3.941262138485846, 28.939512294354966 -3.5433660648235588, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.85442808349382 -3.980255505041214, 28.924324379442076 -3.6213527979342945, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.086353198095644 -2.624583501157082, 29.149224119609507 -2.1369690491632616, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.061744373692363 -2.815444683666894, 29.100006470802946 -2.5186914141828862, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.21173483376068 -1.4300239456549395, 29.24013946501199 -0.987598886110081, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.21169246313619 -1.4306839023323243, 29.24005472376301 -0.9889187994648508, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.15740372201211406, 29.263418715913414 0.3101983186230476, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.15162114035925567, 29.263418715913414 0.32176348192876436, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.232616395459786 1.1047767668980737, 29.201814075006162 1.5845477711488762, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.234731073517942 1.0718389492049039, 29.20604343112247 1.5186721357625366, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.13849868960739 2.220153366283964, 29.09366717670541 2.567857727368143, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.133243063091903 2.260914967697216, 29.083155923674443 2.649380930194647, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.935743914420076 3.562715899341823, 28.848005552258375 4.013233845532757, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.958127312441423 3.44778188123505, 28.89277234830107 3.7833658093192115, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.718438678327562 4.5911998825310905, 28.652345569109563 4.843241552914052, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.692626760580083 4.689631911858151, 28.600721733614602 5.040105611568173, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.313906491812116 6.010768550692161, 28.160352349409344 6.473249162079196, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.337016403726523 5.941165178070387, 28.206572173238165 6.334042416835649, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.916252426519822 7.123200282300066, 27.758933123069315 7.511782003384637, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.947446219378094 7.046151010849179, 27.821320708785855 7.357683460482864, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.4011407142702 8.315521145296943, 27.197797779732056 8.737767099707208, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.451097513094023 8.211784783635018, 27.2977113773797 8.530294376383356, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.888653914883015 9.327510315892372, 26.715183855492526 9.635523972088462, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.833459810471215 9.42551303728465, 26.604795646668922 9.83152941487302, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.19752162584687 10.494565358868998, 25.94632187308949 10.88047563568276, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.238261213991457 10.431978411367737, 26.027801049378663 10.755301740680238, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.513994021609918 11.495007115267125, 25.261191578579194 11.833739358151947, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.496827974330174 11.518008054762902, 25.226859484019705 11.879741237143502, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.70604632107827 12.525842187676416, 24.392941234029955 12.893633239107528, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.734057007017764 12.492939242118702, 24.448962605908946 12.827827347992102, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.989472356803457 13.336401505993893, 23.770086270638252 13.562935651892115, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C24.004691625429547 13.320686361612262, 23.800524807890433 13.531505363128854, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.109374275474938 14.216576868246767, 22.879501314181887 14.425341409587848, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.011702739985072 14.305279572531447, 22.684158243202155 14.602746818157208, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.14177574009852 15.065201032953068, 21.869660271695153 15.282205877708023, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.149610468041125 15.058953045909707, 21.88532972758036 15.269709903621303, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.210641150089536 15.785179747209597, 20.984689455600357 15.942793867994041, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.180721969431552 15.806050072456152, 20.924851094284385 15.98453451848715, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.0733514437268 16.54762571282969, 19.73533481384789 16.75253338026849, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.085875067590784 16.540033818446357, 19.76038206157586 16.737349591501825, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C19.01185978562849 17.163172876422394, 18.681289807180192 17.335631022438694, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.02897839204566 17.154242110419545, 18.715527020014534 17.317769490432998, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.986629255919702 17.67847205119719, 17.739088099047013 17.78805117829721, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.852891841074896 17.737673637569525, 17.47161326935741 17.906454351041884, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.654659547184288 18.235507116716924, 16.218174999220775 18.396137465186428, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.691292639233648 18.22202580021017, 16.291441183319492 18.36917483217292, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.669376397795851 18.580391419173164, 15.420705044131084 18.654195771638296, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.500418905433158 18.630537116030435, 15.082790059405701 18.75448716535284, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.38036120105819 18.939702126247855, 14.041020515880968 19.017154423234636, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.434660102865672 18.927308756243743, 14.149618319495934 18.99236768322642, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.010912923582625 19.219642012144888, 12.520795087488484 19.298880462964004, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.206305780949112 19.188052410260113, 12.91158080222146 19.235701259194457, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.946482653080206 19.370829258966683, 11.625923153312534 19.401753248380068, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.89487840624118 19.375807458596057, 11.522714659634481 19.411709647638816, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.58876904108764 19.47385390442389, 10.15473129255138 19.487772650216222, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.771069307582664 19.468007889703337, 10.519331825541427 19.476080620775118, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C4.6103945630432115 19.5, -0.552648373913577 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C4.838046578998507 19.5, -0.09734434200298558 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.152456643047651 19.48784559379847, -10.531475786095307 19.47569118759694, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.110846292120538 19.489179956763067, -10.44825508424108 19.478359913526134, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.423381916736489 19.42129215788108, -11.823957043849084 19.382649157130604, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.38815513549857 19.4246904431007, -11.753503481373247 19.389445727569843, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.747536094221054 19.26222273539825, -13.228030035594239 19.1845402012432, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.514134591980927 19.29995728022475, -12.761227031113982 19.260009290896203, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.889221528124022 19.051801551609188, -14.277412296571283 18.963199541892603, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.874159237010527 19.055239421265206, -14.247287714344294 18.970075281204643, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.006336625986398 18.77717814307943, -15.292971365737408 18.69210645689778, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.15897812265149 18.731874948100796, -15.598254359067594 18.601500066940513, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.32688332289737 18.356131797184716, -16.73571889433415 18.20567652766139, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.32942334438047 18.355197045799233, -16.740798937300347 18.203807024890423, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.444503468867712 17.918455055535013, -17.79786284258763 17.762033342822598, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.507672625062106 17.890491943934194, -17.924201154976416 17.706107119620963, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.676543658787107 17.338107085015313, -19.118916904781837 17.10732124593345, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.559325156453202 17.399259902600875, -18.884479900114027 17.22962688110458, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.670047972106943 16.792110647399916, -19.997666180137102 16.59350656439374, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.565155758984854 16.855696923409592, -19.787881753892925 16.720679116413088, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.678563689406005 16.156333950520384, -20.945759305206327 15.969949855649865, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.700550990379195 16.140996561176404, -20.989733907152704 15.93927507696191, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.794443625331454 15.342189151584051, -22.1522944060842 15.056812676742947, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.682784567687122 15.431234278683092, -21.928976290795532 15.234902930941029, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.61063584553606 14.669517914421512, -22.807380482570252 14.490839640644898, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.652460826657357 14.63153357319551, -22.89103044481284 14.414870958192894, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.612212851532547 13.725952918767517, -23.885178466297123 13.444093510629337, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.681988925674222 13.653903393494014, -24.024730614580466 13.299994460082331, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.480733836930963 12.79050705219938, -24.752609230893274 12.471146744303086, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.519006751448437 12.745549509016628, -24.82915505992822 12.38123165793758, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.205176904830793 11.908793917933048, -25.391202401535008 11.659536699620789, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.195874034455382 11.92125891672717, -25.37259666078419 11.684466697209034, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-25.916715116188335 10.925959564810343, -26.06663376773604 10.695644257238369, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-26.010858453018038 10.781330118414303, -26.25492044139544 10.406385364446292, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.647039545957714 9.756521094027114, -26.84535771331118 9.40438710599898, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.67203121666843 9.712145851999164, -26.89534105473261 9.315636621943078, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.181611186932273 8.771378905993561, -27.301098399591044 8.523261152290836, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.26109699824053 8.606324918088056, -27.460070022207557 8.193153176479825, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.736970132554173 7.566031014582568, -27.86945661630001 7.2387868382784495, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.74713314869671 7.540928168221948, -27.889782648585086 7.188581145557209, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.154725255681356 6.49019707183227, -28.235878781392387 6.24577558244903, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.163311122656204 6.4643378084761585, -28.253050515342082 6.194057055736807, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.570956178480415 5.153614573768025, -28.67445172274595 4.758941208230917, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.56423790635235 5.179234257109898, -28.66101517848982 4.810180574914663, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.851100126633046 3.9973438601573372, -28.917668465720535 3.6555295081665387, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.871901924377962 3.890531025198693, -28.95927206121037 3.44190383824925, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.05617150382214 2.858666761892715, -29.0888607310625 2.6051355706345265, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.05614307345522 2.8588872622043184, -29.088803870328665 2.6055765712577323, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.214077824309232 1.393529976633235, -29.244825446109104 0.9146109480666609, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.202099978571084 1.5800945923479477, -29.22086975463281 1.2877401794960863, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.1452819988849779, -29.263418715913414 -0.33444176487732236, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.2763394704579516, -29.263418715913414 -0.07232682173137495, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.24592067321581 -0.8975519018283038, -29.228422630518207 -1.170098041009339, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.246335387939645 -0.8910923852528851, -29.229252059965873 -1.1571790078585016, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.13813580174248 -2.2229678529038956, -29.09294140097559 -2.573486700608009, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.13512652658561 -2.2463071967719945, -29.086922850661846 -2.620165388344207, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.951833502577543 -3.4800992646888855, -28.88018472857331 -3.848000576226876, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.961729990811385 -3.4292828892316445, -28.899977705040993 -3.7463678253123938, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.71499940095206 -4.604315337756128, -28.645467014358555 -4.869472463364129, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.710043694788105 -4.623213593175924, -28.635555602030646 -4.907268974203723, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.312903579085052 -6.013789164033629, -28.15834652395522 -6.479290388762136, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.3529584671026 -5.893150223204509, -28.23845629999031 -6.238012507103896, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.96230290980673 -7.0094546982558725, -27.85103408964313 -7.284290835296261, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.96938797208742 -6.991954457442209, -27.865204214204507 -7.249290353668934, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.40619375595068 -8.305028396129648, -27.20790386309302 -8.71678160137262, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.435940686479825 -8.243258258403536, -27.2673977241513 -8.593241325920395, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.894618675645077 -9.316919279161809, -26.72711337701665 -9.614341898627337, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.826536607207533 -9.437805885729665, -26.590949240141562 -9.85611511176305, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.291616704613535 -10.350010049816897, -26.13451203062282 -10.591365017578548, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.31086906363762 -10.320433256373631, -26.173016748671 -10.53221143069202, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.498377519956207 -11.515931804790531, -25.229958575271777 -11.875588737198756, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.488760729919658 -11.528817427331916, -25.21072499519867 -11.901359982281523, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.786487609791383 -12.431351272715, -24.55382381145618 -12.704651409184699, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.74476645054802 -12.480359320363466, -24.470381492969455 -12.802667504481631, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.925368284477184 -13.40259422371299, -23.641878125985702 -13.695321087330308, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.99480290971688 -13.33089727246425, -23.7807473764651 -13.55192718483283, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-22.99481078469934 -14.320620399385303, -22.65037433263068 -14.633428471864928, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.033238514766097 -14.285721351680694, -22.7272297927642 -14.563630376455711, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.05402644265459 -15.135178762557727, -21.694161676807287 -15.422161336917346, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.12445145922616 -15.079016685930295, -21.835011709950436 -15.309837183662482, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.21522500926186 -15.781982245483047, -20.993857173945003 -15.936398864540946, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.099674151748378 -15.862585521568452, -20.762755458918033 -16.097605416711755, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.148767010249777 -16.501908353212393, -19.886165946893847 -16.661098661033904, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.048891573642607 -16.562453429816877, -19.686415073679502 -16.782188814242865, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-18.992973577586433 -17.17302579906074, -18.643517391096076 -17.355336867715387, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-18.95579055824311 -17.19242415643529, -18.569151352409424 -17.394133582464494, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.7913487359331 -17.76491694460445, -17.34852705907381 -17.96094096511173, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-18.0042534243124 -17.670670354652124, -17.774336435832407 -17.772447785207074, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.66909134566714 -18.230196081469153, -16.247038596186478 -18.385515394690884, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.702941697978506 -18.217738838909344, -16.314739300809208 -18.360600909571268, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.51533500303131 -18.626110096559497, -15.112622254602002 -18.745633126410965, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.473133954148622 -18.638635146350055, -15.028220156836628 -18.770683225992077, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.31040709367112 -18.955668694765738, -13.901112301106828 -19.049087560270408, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.38170828510418 -18.9393946631049, -14.043714683972949 -19.01653949694873, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.197649463060477 -19.1894518966056, -12.894268166444187 -19.23850023188543, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.14017292101213 -19.198744258186736, -12.779315082347493 -19.257084955047702, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.896212681710114 -19.37567874264627, -11.525383210572349 -19.411452215739242, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.915026997678323 -19.373863748212344, -11.563011842508768 -19.407822226871385, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.750498017497685 -19.468667570936777, -10.478189245371466 -19.477399983241995, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.738342976649966 -19.46905735943841, -10.453879163676028 -19.478179560245263, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-NEW-1\" data-look=\"classic\" transform=\"translate(204.78464889526367, 104)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-88.2578125\" y=\"-27\" width=\"176.515625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-58.2578125, -12)\"><rect></rect><foreignObject width=\"116.515625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_new</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-GENERATED-3\" data-look=\"classic\" transform=\"translate(547.8315238952637, 135)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-109.6171875\" y=\"-27\" width=\"219.234375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-79.6171875, -12)\"><rect></rect><foreignObject width=\"159.234375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_generated</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-EXPIRED-5\" data-look=\"classic\" transform=\"translate(1361.9565238952637, 51)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-99.8203125\" y=\"-27\" width=\"199.640625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-69.8203125, -12)\"><rect></rect><foreignObject width=\"139.640625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_expired</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-CONFIRMED-7\" data-look=\"classic\" transform=\"translate(916.6596488952637, 172)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-108.7109375\" y=\"-27\" width=\"217.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-78.7109375, -12)\"><rect></rect><foreignObject width=\"157.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_confirmed</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-PAID-11\" data-look=\"classic\" transform=\"translate(1804.4330863952637, 157)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-88.7109375\" y=\"-27\" width=\"177.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-58.7109375, -12)\"><rect></rect><foreignObject width=\"117.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_paid</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-FAILURE-13\" data-look=\"classic\" transform=\"translate(1804.4330863952637, 262)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-95.375\" y=\"-27\" width=\"190.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-65.375, -12)\"><rect></rect><foreignObject width=\"130.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_failure</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-FRAUD_POSSIBILITY-15\" data-look=\"classic\" transform=\"translate(1361.9565238952637, 335)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-130.9453125\" y=\"-27\" width=\"261.890625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-100.9453125, -12)\"><rect></rect><foreignObject width=\"201.890625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_fraud_possibility</p></span></div></foreignObject></g></g><g class=\"node default refundNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-REFUNDED-19\" data-look=\"classic\" transform=\"translate(2223.0658988952637, 135)\"><rect class=\"basic label-container\" style=\"fill:#f0fdf4 !important;stroke:#4ade80 !important;stroke-width:2px !important\" x=\"-105.1640625\" y=\"-27\" width=\"210.328125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-75.1640625, -12)\"><rect></rect><foreignObject width=\"150.328125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_refunded</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-flowchart-FRAUD-21\" data-look=\"classic\" transform=\"translate(2223.0658988952637, 336)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-91.8203125\" y=\"-27\" width=\"183.640625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-61.8203125, -12)\"><rect></rect><foreignObject width=\"123.640625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>transaction_fraud</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-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-d3bd604c39e7d780b53b092bab4792f6b99d88fb84a0954f8627187a6d50c288-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":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"opis-poszczególnych-statusów","__idx":2},"children":["Opis poszczególnych statusów"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["W odpowiedziach z naszego API status transakcji zwracany jest jako ciąg znaków (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["string"]},"). Poniższa tabela szczegółowo"," ","wyjaśnia znaczenie każdego z nich:"]},{"$$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":{"align":"left","data-label":"Status ( enum )"},"children":["Status (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["enum"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"Typ"},"children":["Typ"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"left","data-label":"Opis"},"children":["Opis"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_new"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Wstępny status po utworzeniu nowej transakcji w systemie. Płatność oczekuje na dalsze kroki."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_generated"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Klient wybrał interesującą go metodę płatności oraz przeszedł nią do zapłaty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_confirmed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Metoda płatności poinformowała nas o rozpoczęciu inicjacji płatności."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_paid"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sukces"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Płatność została pomyślnie zrealizowana i środki zostały zabezpieczone. To główny status udanej transakcji. Można przystąpić do realizacji zamówienia"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_failure"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Płatność została odrzucona (np. brak środków na koncie, odmowa autoryzacji przez bank, błąd autoryzacji 3D Secure)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_expired"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd / Wygaśnięcie"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Upłynął czas przeznaczony na opłacenie transakcji. Ścieżka płatności zostaje bezpowrotnie zamknięta."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_refunded"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Zwrot"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Dokonano pomyślnego i całkowitego zwrotu (100% kwoty) na konto płatnika."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_fraud_possibility"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Weryfikacja"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["System wykrył anomalię lub ryzyko. Transakcja wymaga dodatkowej weryfikacji przed ostatecznym zatwierdzeniem lub odrzuceniem."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_fraud"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd krytyczny"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Transakcja została oznaczona jako oszustwo (np. kradziona karta, chargeback). Środki nie zostaną przekazane."]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Wskazówka integracyjna"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transaction_paid"]}," jest jedynym statusem oznaczającym poprawne i ostateczne opłacenie zamówienia przez klienta ("," ","chyba, że później nastąpi zwrot)."," ","Twoja aplikacja powinna realizować zamówienie (wydawać towar/usługę) dopiero po otrzymaniu webhooka z tym statusem."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"jak-zostajesz-informowany-o-zmianach-statusu","__idx":3},"children":["Jak zostajesz informowany o zmianach statusu?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zmiany statusów transakcji oraz zwrotów zachodzą w naszym systemie asynchronicznie (np. po zatwierdzeniu płatności przez"," ","bank). Aby Twoja aplikacja mogła natychmiast zareagować na te zmiany – na przykład wydać klientowi zakupiony towar –"," ","udostępniamy dwa sposoby synchronizacji:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Powiadomienia IPN"]}," – jest to rekomendowana, najszybsza i najbezpieczniejsza metoda. Za każdym razem, gdy"," ","transakcja zmieni swój status, SimPay wyśle automatyczne powiadomienie (żądanie POST) na skonfigurowany"," ","przez Ciebie adres URL."," ","Szczegóły dotyczące struktury tych powiadomień oraz eventów znajdziesz w sekcji:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/notifications/payment/events/transaction_status_changed"},"children":["Zmiana statusu transakcji"]}]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Weryfikacja przez API (Polling)"]}," – w dowolnym momencie możesz również samodzielnie pobrać aktualny status"," ","konkretnej operacji, wysyłając zapytanie bezpośrednio do naszego API."," ","Dokładny opis endpointu służącego do sprawdzania statusu znajdziesz tutaj:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/payment/paymentgettransaction"},"children":["Status transakcji"]}]},"."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Dobra praktyka"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zalecamy opieranie logiki biznesowej (np. realizacji zamówień) przede wszystkim na powiadomieniach IPN. Odpytywanie"," ","API (polling) powinno służyć jedynie jako mechanizm awaryjny (fallback) lub do jednorazowego upewnienia się o statusie"," ","przed podjęciem kluczowych akcji."]}]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Statusy zwrotów","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Podobnie jak w przypadku samych transakcji, proces zwrotu środków (refundacji) posiada własny, uproszczony cykl życia."," ","Śledzenie tych statusów pozwala na weryfikację, czy środki zostały już pomyślnie odesłane na konto klienta, czy też"," ","wystąpił problem po drodze."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższy diagram prezentuje możliwe przejścia między poszczególnymi etapami zwrotu:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cykl-życia-zwrotu","__idx":4},"children":["Cykl życia zwrotu"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"file":"/_diagrams/pl/payment_transaction_refund_statuses.mermaid","type":"mermaid","diagramType":"mermaid","diagramSource":"flowchart LR\n%% Węzeł startowy\n    Start([Start]) --> NEW[refund_new]\n\n%% Przejścia z NEW\n    NEW -->|Przekazanie do realizacji| PENDING[refund_pending]\n    NEW -->|Odrzucenie zwrotu| FAILED[refund_failed]\n\n%% Przejścia z PENDING\n    PENDING -->|Zatwierdzono zwrot| COMPLETED[refund_completed]\n    PENDING -->|Zwrot odrzucony| REJECTED[refund_rejected]\n    PENDING -->|Błąd realizacji| FAILED\n\n%% STYLE FIRMOWE SIMPAY\n%% Niebieski (Secondary #0057FF) dla procesów w toku\n    classDef pendingNode fill:#e6efff,stroke:#0057FF,stroke-width:2px,color:#000\n\n%% Zielony (Primary #00D14F) dla pełnego sukcesu\n    classDef successNode fill:#e6faee,stroke:#00D14F,stroke-width:2px,color:#000\n\n%% Czerwony dla błędów i odrzuceń\n    classDef failNode fill:#ffe4e6,stroke:#e11d48,stroke-width:2px,color:#000\n\n%% Neutralny dla startu\n    classDef plainNode fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000\n\n%% Przypisanie stylów\n    class Start plainNode\n    class NEW,PENDING pendingNode\n    class COMPLETED successNode\n    class REJECTED,FAILED failNode","diagramHtml":"<svg id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1043.16748046875px;\" viewBox=\"-0.0000019073486328125 0 1043.16748046875 279\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .error-icon{fill:#552222;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .error-text{fill:#552222;stroke:#552222;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-thickness-normal{stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-thickness-thick{stroke-width:3.5px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-pattern-solid{stroke-dasharray:0;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-pattern-dashed{stroke-dasharray:3;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edge-pattern-dotted{stroke-dasharray:2;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .marker{fill:#333333;stroke:#333333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .marker.cross{stroke:#333333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac p{margin:0;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster-label text{fill:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster-label span{color:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster-label span p{background-color:transparent;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .label text,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac span{fill:#333;color:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node rect,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node circle,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node ellipse,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node polygon,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .rough-node .label text,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node .label text,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .image-shape .label,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .icon-shape .label{text-anchor:middle;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .rough-node .label,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node .label,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .image-shape .label,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .icon-shape .label{text-align:center;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node.clickable{cursor:pointer;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .arrowheadPath{fill:#333333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .flowchart-link{stroke:#333333;fill:none;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster text{fill:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .cluster span{color:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac rect.text{fill:none;stroke-width:0;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .icon-shape,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .icon-shape p,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .icon-shape .label rect,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .node .neo-node{stroke:#9370DB;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node rect,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].cluster rect,#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_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=\"M67.027,191.5L71.11,191.417C75.194,191.333,83.36,191.167,90.944,191.083C98.527,191,105.527,191,109.027,191L112.527,191\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_Start_NEW_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_Start_NEW_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI1OTgsInkiOjE5MS41MDAwMDAwMDAwMDAwM30seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MTkxfSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MTkxfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path><path d=\"M260.152,170.848L279.067,165.54C297.983,160.232,335.813,149.616,372.977,144.308C410.141,139,446.639,139,464.888,139L483.136,139\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_NEW_PENDING_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_NEW_PENDING_0\" data-points=\"W3sieCI6MjYwLjE1MTgzNjM5NTI2MzcsInkiOjE3MC44NDgwNTQzMDI0NTc5NH0seyJ4IjozNzMuNjQ0MDIzODk1MjYzNywieSI6MTM5fSx7IngiOjQ4Ny4xMzYyMTEzOTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path><path d=\"M260.152,217.353L279.067,224.294C297.983,231.235,335.813,245.118,387.912,252.059C440.011,259,506.378,259,569.557,259C632.735,259,692.725,259,740.747,257.469C788.769,255.938,824.823,252.876,842.85,251.345L860.877,249.815\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_NEW_FAILED_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_NEW_FAILED_0\" data-points=\"W3sieCI6MjYwLjE1MTgzNjM5NTI2MzcsInkiOjIxNy4zNTI1NDQzNzM3MDg4NH0seyJ4IjozNzMuNjQ0MDIzODk1MjYzNywieSI6MjU5fSx7IngiOjU3Mi43NDU1ODYzOTUyNjM3LCJ5IjoyNTl9LHsieCI6NzUyLjcxNDMzNjM5NTI2MzcsInkiOjI1OX0seyJ4Ijo4NjQuODYyNzczODk1MjYzNywieSI6MjQ5LjQ3NjAzMjUwOTUzNzI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path><path d=\"M619.468,112L641.676,99.167C663.884,86.333,708.299,60.667,745.567,47.833C782.834,35,812.954,35,828.014,35L843.074,35\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_PENDING_COMPLETED_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_PENDING_COMPLETED_0\" data-points=\"W3sieCI6NjE5LjQ2ODI0MjY0NTI2MzcsInkiOjExMn0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MzV9LHsieCI6ODQ3LjA3MzcxMTM5NTI2MzcsInkiOjM1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path><path d=\"M658.355,139L674.082,139C689.808,139,721.261,139,753.457,139C785.652,139,818.589,139,835.058,139L851.527,139\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_PENDING_REJECTED_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_PENDING_REJECTED_0\" data-points=\"W3sieCI6NjU4LjM1NDk2MTM5NTI2MzcsInkiOjEzOX0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MTM5fSx7IngiOjg1NS41MjY4MzYzOTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path><path d=\"M638.41,166L657.461,173.833C676.511,181.667,714.613,197.333,751.697,208.038C788.78,218.743,824.846,224.486,842.88,227.357L860.913,230.228\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-L_PENDING_FAILED_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_PENDING_FAILED_0\" data-points=\"W3sieCI6NjM4LjQwOTg2MDA0MzkxMjMsInkiOjE2Nn0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MjEzfSx7IngiOjg2NC44NjI3NzM4OTUyNjM3LCJ5IjoyMzAuODU3NDM5MDQ0NjE3Njh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_NEW_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\" transform=\"translate(373.6440238952637, 139)\"><g class=\"label\" data-id=\"L_NEW_PENDING_0\" transform=\"translate(-88.4921875, -12)\"><foreignObject width=\"176.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Przekazanie do realizacji</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(572.7455863952637, 259)\"><g class=\"label\" data-id=\"L_NEW_FAILED_0\" transform=\"translate(-66.6953125, -12)\"><foreignObject width=\"133.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Odrzucenie zwrotu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(752.7143363952637, 35)\"><g class=\"label\" data-id=\"L_PENDING_COMPLETED_0\" transform=\"translate(-69.359375, -12)\"><foreignObject width=\"138.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Zatwierdzono zwrot</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(752.7143363952637, 139)\"><g class=\"label\" data-id=\"L_PENDING_REJECTED_0\" transform=\"translate(-59.1328125, -12)\"><foreignObject width=\"118.265625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Zwrot odrzucony</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(748.07666, 211.09307)\"><g class=\"label\" data-id=\"L_PENDING_FAILED_0\" transform=\"translate(-49.359375, -12)\"><foreignObject width=\"98.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Błąd realizacji</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 191)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-4.179515886552996 -19.5, 1.4144057268940085 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.127760456033945 -19.488637552447788, 10.482083412067894 -19.477275104895575, 11.0228067896239 -19.45993515863156 C11.47424123959865 -19.416385820171854, 11.9256756895734 -19.37283648171215, 12.267042152847864 -19.3399052695533 C12.55737205496342 -19.292966982521275, 12.847701957078973 -19.24602869548925, 13.501030759676757 -19.140403561325776 C13.762670761937251 -19.080685938170394, 14.024310764197745 -19.02096831501501, 14.71970188623539 -18.862249829261074 C15.132563662376084 -18.7397146212582, 15.54542543851678 -18.617179413255332, 15.918047751460602 -18.50658706670804 C16.17301376179274 -18.41275721802585, 16.42797977212487 -18.318927369343662, 17.091144095147794 -18.074876768247425 C17.494967994066943 -17.896115907206266, 17.89879189298609 -17.717355046165103, 18.23417041279238 -17.568892924097174 C18.47466940497714 -17.44342475392134, 18.7151683971619 -17.31795658374551, 19.342429764076783 -16.990714730406097 C19.601508817690558 -16.83365948558791, 19.860587871304336 -16.67660424076972, 20.411368073605697 -16.342718045390892 C20.751686532149833 -16.105326620859135, 21.09200499069397 -15.867935196327375, 21.436592844578712 -15.627565626425154 C21.747529332550226 -15.379602051635318, 22.058465820521736 -15.131638476845485, 22.41389120850187 -14.848196188198123 C22.752391438581892 -14.540779235464749, 23.090891668661914 -14.233362282731374, 23.339247236767985 -14.007812326905688 C23.514581122174906 -13.826765695043335, 23.689915007581828 -13.645719063180982, 24.208858442968648 -13.10986736009568 C24.489399594548576 -12.780327760206154, 24.76994074612851 -12.450788160316625, 25.019151408126582 -12.158051136245305 C25.267560913068852 -11.825205030194118, 25.51597041801112 -11.492358924142932, 25.766796464640635 -11.156274872382312 C26.025455363690885 -10.758905343801468, 26.284114262741134 -10.361535815220623, 26.448721378604247 -10.108655082055241 C26.57221260214671 -9.889383909813237, 26.695703825689172 -9.670112737571232, 27.0621239742735 -9.019496659696287 C27.220268693099225 -8.691105767299755, 27.37841341192495 -8.362714874903222, 27.60448364880834 -7.893275190886684 C27.74110213243302 -7.555824894995033, 27.8777206160577 -7.218374599103381, 28.073571729970325 -6.734618561215508 C28.183225452795647 -6.404359019013768, 28.29287917562097 -6.0740994768120276, 28.46746063421488 -5.548287939305138 C28.56305495420924 -5.183745366326284, 28.658649274203597 -4.819202793347431, 28.78453178754556 -4.339158212148133 C28.8324086759278 -4.093320509089267, 28.880285564310043 -3.847482806030401, 29.023482276581777 -3.1121979531509023 C29.07327769810378 -2.725994497044442, 29.123073119625783 -2.3397910409379823, 29.183330202509367 -1.872449005199798 C29.213848038453445 -1.3971090768169887, 29.24436587439752 -0.9217691484341792, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.26118864933783315, 29.263418715913414 0.10262846397160941, 29.263418715913414 0.625005762647271 C29.24517966991549 0.9090936263578848, 29.226940623917567 1.1931814900684987, 29.183330202509367 1.8724490051997846 C29.136394119071323 2.2364759997672294, 29.089458035633278 2.6005029943346747, 29.023482276581777 3.1121979531508885 C28.97517262988072 3.360257778713364, 28.926862983179667 3.6083176042758396, 28.78453178754556 4.339158212148129 C28.702876988541778 4.650543350163305, 28.621222189537995 4.961928488178482, 28.467460634214884 5.548287939305125 C28.347001686522674 5.911091097227145, 28.226542738830464 6.273894255149166, 28.07357172997033 6.734618561215495 C27.97619946788606 6.975129931128255, 27.87882720580179 7.215641301041017, 27.604483648808344 7.893275190886679 C27.431855447173298 8.251741345233656, 27.259227245538252 8.610207499580632, 27.062123974273504 9.019496659696284 C26.85757521109803 9.382693701522628, 26.653026447922556 9.745890743348973, 26.44872137860425 10.108655082055236 C26.19167495177194 10.503547420299908, 25.93462852493963 10.89843975854458, 25.76679646464064 11.156274872382301 C25.491527506477066 11.525110198803512, 25.21625854831349 11.893945525224723, 25.019151408126582 12.158051136245302 C24.71394089417412 12.516568772904096, 24.40873038022165 12.875086409562888, 24.20885844296866 13.10986736009567 C24.027704648824084 13.29692352555304, 23.846550854679514 13.483979691010411, 23.33924723676799 14.007812326905684 C23.136435680920595 14.192000415826573, 22.9336241250732 14.376188504747462, 22.413891208501887 14.848196188198111 C22.075599993572496 15.117974429797, 21.7373087786431 15.387752671395889, 21.436592844578715 15.627565626425152 C21.094284483398287 15.866345120894493, 20.751976122217858 16.105124615363835, 20.411368073605708 16.34271804539089 C20.177222805096573 16.484658283151457, 19.943077536587435 16.626598520912026, 19.342429764076787 16.990714730406093 C18.928730367504347 17.206541440610824, 18.51503097093191 17.422368150815554, 18.234170412792388 17.56889292409717 C17.78756172683232 17.766593341195733, 17.340953040872254 17.964293758294293, 17.091144095147804 18.07487676824742 C16.778552025074987 18.189913539603637, 16.465959955002173 18.304950310959853, 15.918047751460616 18.506587066708033 C15.564229956515605 18.611598331020208, 15.210412161570597 18.716609595332383, 14.719701886235413 18.86224982926107 C14.305104388685718 18.956879002575274, 13.890506891136026 19.051508175889477, 13.501030759676766 19.140403561325773 C13.140873570040037 19.19863098268552, 12.780716380403307 19.256858404045268, 12.267042152847878 19.3399052695533 C11.877854475685366 19.377449736702506, 11.488666798522855 19.41499420385171, 11.0228067896239 19.45993515863156 C10.65894130089424 19.47160361663391, 10.29507581216458 19.48327207463626, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C4.166346209506998 19.5, -1.4407450809860034 19.5, -9.773437499999996 19.5 C-10.15239096026834 19.487847700117356, -10.531344420536684 19.475695400234716, -11.022806789623893 19.45993515863156 C-11.345154288529448 19.428838683091726, -11.667501787435004 19.397742207551897, -12.267042152847871 19.3399052695533 C-12.74244268166835 19.263046198839767, -13.217843210488828 19.186187128126235, -13.501030759676759 19.140403561325773 C-13.958486175145392 19.035992347920622, -14.415941590614027 18.931581134515472, -14.719701886235388 18.862249829261074 C-14.960021557150963 18.790924212397027, -15.200341228066538 18.71959859553298, -15.918047751460593 18.506587066708043 C-16.1715400818265 18.413299545875976, -16.425032412192405 18.32001202504391, -17.091144095147797 18.074876768247425 C-17.409261971247524 17.934055421129585, -17.727379847347255 17.793234074011746, -18.23417041279238 17.568892924097174 C-18.465011485246286 17.448463284458736, -18.695852557700192 17.328033644820295, -19.34242976407678 16.990714730406097 C-19.769477591509474 16.7318358278048, -20.196525418942173 16.4729569252035, -20.411368073605686 16.3427180453909 C-20.68087230469808 16.154723560430977, -20.95037653579048 15.96672907547105, -21.436592844578712 15.627565626425156 C-21.694988714614784 15.421501796274272, -21.953384584650852 15.21543796612339, -22.41389120850187 14.848196188198125 C-22.7553974742465 14.538049233409499, -23.09690373999113 14.227902278620872, -23.339247236767974 14.007812326905697 C-23.608997275226294 13.72927326530745, -23.878747313684613 13.450734203709203, -24.208858442968655 13.109867360095677 C-24.411431262883898 12.871913799103242, -24.614004082799138 12.633960238110808, -25.01915140812658 12.158051136245307 C-25.169103394916952 11.957129134853236, -25.319055381707326 11.756207133461164, -25.766796464640635 11.156274872382316 C-25.904671750705496 10.944461408288433, -26.042547036770358 10.73264794419455, -26.448721378604244 10.108655082055249 C-26.676945517513065 9.703420013222587, -26.905169656421887 9.298184944389927, -27.0621239742735 9.019496659696289 C-27.246212255122742 8.63723340565462, -27.430300535971988 8.25497015161295, -27.60448364880834 7.893275190886686 C-27.743327933041144 7.550327124460039, -27.88217221727395 7.207379058033393, -28.073571729970325 6.73461856121551 C-28.19939267303541 6.355665927548336, -28.325213616100495 5.976713293881161, -28.46746063421488 5.5482879393051325 C-28.589573273100346 5.0826195232823785, -28.71168591198581 4.6169511072596245, -28.784531787545557 4.339158212148136 C-28.85946713794118 3.954381025458528, -28.934402488336804 3.56960383876892, -29.023482276581777 3.112197953150904 C-29.081258413383306 2.6640976453069314, -29.13903455018483 2.2159973374629587, -29.183330202509364 1.872449005199809 C-29.214570092084475 1.3858625086824743, -29.245809981659583 0.8992760121651397, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.1584554257318022, -29.263418715913414 -0.3080949111836737, -29.263418715913414 -0.6250057626472687 C-29.231626122043334 -1.120201074693655, -29.199833528173254 -1.6153963867400416, -29.183330202509367 -1.8724490051997822 C-29.124290309189497 -2.330350759043071, -29.065250415869627 -2.78825251288636, -29.023482276581777 -3.112197953150895 C-28.937855839775 -3.551871608999863, -28.852229402968224 -3.9915452648488308, -28.78453178754556 -4.339158212148126 C-28.699732161999577 -4.662535936745155, -28.614932536453594 -4.985913661342185, -28.467460634214884 -5.548287939305123 C-28.36414685279505 -5.859452588126016, -28.260833071375217 -6.170617236946911, -28.073571729970332 -6.734618561215485 C-27.922806237457007 -7.107012242575902, -27.77204074494368 -7.479405923936319, -27.604483648808344 -7.893275190886676 C-27.487272560592075 -8.136666523483285, -27.37006147237581 -8.380057856079894, -27.062123974273504 -9.019496659696282 C-26.85536953474861 -9.386610103229973, -26.648615095223715 -9.753723546763664, -26.448721378604247 -10.108655082055243 C-26.291030890604286 -10.350910017448186, -26.133340402604325 -10.59316495284113, -25.76679646464064 -11.156274872382308 C-25.504194630809337 -11.50813740619704, -25.241592796978036 -11.85999994001177, -25.019151408126586 -12.158051136245302 C-24.797352376216654 -12.418588899849151, -24.575553344306726 -12.679126663453, -24.208858442968662 -13.10986736009567 C-24.008624735538348 -13.316625102510583, -23.80839102810803 -13.523382844925496, -23.339247236767996 -14.007812326905677 C-23.04266768696629 -14.277158026970705, -22.74608813716458 -14.546503727035734, -22.413891208501887 -14.848196188198107 C-22.195392248284612 -15.02244329446986, -21.976893288067338 -15.19669040074161, -21.43659284457872 -15.627565626425149 C-21.055944292438003 -15.89308957838827, -20.675295740297287 -16.158613530351392, -20.41136807360571 -16.342718045390885 C-20.077740504660913 -16.544965038298443, -19.744112935716117 -16.747212031205997, -19.34242976407679 -16.99071473040609 C-18.901317667068692 -17.220842628869434, -18.460205570060594 -17.450970527332775, -18.234170412792388 -17.56889292409717 C-17.98166414616148 -17.680669958002404, -17.729157879530575 -17.79244699190764, -17.091144095147804 -18.07487676824742 C-16.683593899607015 -18.22485900755914, -16.276043704066225 -18.37484124687086, -15.918047751460618 -18.506587066708033 C-15.622685580400699 -18.594249008690944, -15.327323409340782 -18.681910950673853, -14.719701886235413 -18.862249829261067 C-14.24791993550289 -18.969930980850823, -13.77613798477037 -19.077612132440574, -13.501030759676768 -19.140403561325773 C-13.235722089047295 -19.183296609693677, -12.970413418417824 -19.226189658061582, -12.26704215284788 -19.3399052695533 C-11.93754237047021 -19.371691717277805, -11.60804258809254 -19.403478165002316, -11.022806789623903 -19.45993515863156 C-10.56330823201981 -19.47467038301424, -10.103809674415718 -19.489405607396915, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000004 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-2.492846394762794 -19.5, 4.787744710474412 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-4.337946700448613 -19.5, 1.0975440991027732 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.7734375 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.117578615059628 -19.488964064270082, 10.461719730119258 -19.477928128540164, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.204575298914165 -19.48617424994764, 10.635713097828333 -19.47234849989528, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.470643037643256 -19.41673293438702, 11.918479285662613 -19.37353071014248, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.425768097036322 -19.42106196593736, 11.828729404448744 -19.382188773243158, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.53697037954357 -19.2962653671858, 12.806898606239276 -19.2526254648183, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.617649190409471 -19.283221842718522, 12.96825622797108 -19.22653841588375, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.842608498217045 -19.06244067150701, 14.184186236757332 -18.984477781688245, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.877284428661822 -19.054526116664583, 14.253538097646889 -18.96864867200339, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.171632223975996 -18.728119277250414, 15.623562561716602 -18.593988725239754, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C14.966920969774772 -18.788876502946035, 15.214140053314154 -18.715503176631, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.311798792590313 -18.36168304377758, 16.705549833720024 -18.216779020847124, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.286102068287136 -18.371139675859066, 16.654156385113673 -18.235692285010092, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.409319587202983 -17.93402991625522, 17.727495079258176 -17.79318306426301, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.362578075587273 -17.954720996909817, 17.634012056026755 -17.834565225572206, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.51724467991934 -17.42121326025476, 18.8003189470463 -17.27353359641235, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.52550626647901 -17.41690319583838, 18.81684212016564 -17.26491346757959, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.705355443189106 -16.770707050940178, 20.068281122301432 -16.55069937147426, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.7638966680395 -16.73521901640945, 20.185363572002217 -16.479723302412797, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.789270451547004 -16.079109705669318, 21.167172829488308 -15.81550136594774, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.73422061201624 -16.117510090656832, 21.05707315042678 -15.89230213592277, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.80542793442408 -15.333429457387423, 22.174263024269447 -15.039293288349691, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.816655137134124 -15.324476061994574, 22.196717429689535 -15.021386497563993, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.740205691724714 -14.551846008343244, 23.06652017494756 -14.255495828488366, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.624357225525642 -14.657056520162794, 22.83482324254941 -14.465916852127464, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.608440512561305 -13.729848168470115, 23.87763378835463 -13.45188401003454, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.60392648330461 -13.73450927428635, 23.86860572984123 -13.46120622166701, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.481180475124145 -12.789982405563235, 24.75350250727964 -12.470097451030789, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.522276602168485 -12.74170855630108, 24.83569476136832 -12.373549752506483, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.21700910623373 -11.892939845988842, 25.41486680434087 -11.627828555732377, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.202707628685832 -11.912102523011612, 25.386263849245083 -11.66615390977792, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C26.000349165375354 -10.797475206372333, 26.233901866110074 -10.438675540362354, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.972461466435515 -10.840318200839635, 26.178126468230396 -10.524361529296957, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.660280915241803 -9.733009702029173, 26.87184045187936 -9.357364322003107, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.6169197841099 -9.81000178114452, 26.785118189615552 -9.511348480233796, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.271404713200614 -8.584920727423665, 27.48068545212773 -8.150344795151042, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.253291386000495 -8.62253343891783, 27.44445879772749 -8.225570218139374, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.703074709207453 -7.6497533655723995, 27.801665769606565 -7.406231540258116, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.706064802791527 -7.642367776610206, 27.807645956774714 -7.391460362333727, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.223233998149738 -6.2838596549032815, 28.372896266329146 -5.833100748591054, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.176373278253045 -6.424996676990334, 28.279174826535765 -6.115374792765159, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.575351114166892 -5.1368547792183215, 28.683241594118904 -4.725421619131504, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.533421898806807 -5.296749049623214, 28.59938316339873 -5.045210159941291, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.855275532772502 -3.97590403210363, 28.926019277999448 -3.6126498520591266, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.847309359220336 -4.01680864964263, 28.910086930895112 -3.694459087137126, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.068626934846087 -2.7620648984740255, 29.113771593110396 -2.411931843797148, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.079070022958973 -2.681070369291477, 29.13465776933617 -2.2499427854320517, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.202425451962 -1.5750250815671154, 29.22152070141463 -1.2776011579344329, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.212190597173173 -1.422925062619715, 29.241050991836982 -0.9734011200396319, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.33873551406547725, 29.263418715913414 -0.0524652654836788, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.2546805566068973, 29.263418715913414 0.11564464943348107, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.234650453317535 1.0730946739016805, 29.20588219072166 1.5211835851560898, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.23225394923381 1.1104221594289625, 29.20108918255421 1.595838556210654, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.132785352218928 2.2644648828427885, 29.08224050192849 2.6564807604857923, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.149401045092635 2.1355968500539984, 29.115471887675902 2.3987446949082116, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.94426059878764 3.5189845251162595, 28.865038920993502 3.925771097081631, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.973369034897214 3.36951885776375, 28.923255793212647 3.626839762376611, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.6740276585961 4.760558348624868, 28.563523529646638 5.181958485101607, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.716655231576578 4.598000937943299, 28.6487786756076 4.85684366373847, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.356849167489777 5.881432053537248, 28.24623770076467 6.21457616776937, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.327283850943726 5.970478076380475, 28.187107067672567 6.392668213455826, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.939512826300067 7.065746645133623, 27.805453922629805 7.39687472905175, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.915173833992284 7.125864426696253, 27.756775938014236 7.517110292177012, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.485813302490957 8.13969670415338, 27.367142956173574 8.386118217420082, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.4306525832227 8.254239117964243, 27.256821517637054 8.615203045041806, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.93724608350029 9.241230000021767, 26.812368192727078 9.462963340347253, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.84788816150541 9.399894038994464, 26.633652348737318 9.780291418292643, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.295152548130975 10.344578044667177, 26.141583717657696 10.580501007279116, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.290150339959457 10.3522627796996, 26.13157930131466 10.595870477343963, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.527672775365726 11.476678831394446, 25.288549086090807 11.797082790406591, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.60811390848127 11.3688950413576, 25.4494313523219 11.581515210332899, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.826305630423764 12.384578759970639, 24.63345985272095 12.611106383695978, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.765697788618198 12.455772179639355, 24.512244169109813 12.75349322303341, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.9576351703708 13.369276014867227, 23.706411897772945 13.628684669638782, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.93971093826932 13.387784256118826, 23.67056343356999 13.665701152141983, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.094656197714514 14.229943437049785, 22.850065158661042 14.452074547193885, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.144895299041995 14.18431761447795, 22.950543361315997 14.360822902050213, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.05053202707756 15.137965465990106, 21.687172845653233 15.4277347437821, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.123646414725627 15.079658687496341, 21.833401620949367 15.31112118679457, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.113057407437672 15.853249941751402, 20.78952197029663 16.078934257077652, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.13980592807896 15.834591331676835, 20.84301901157921 16.041617036928518, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.181714317585737 16.48193550188547, 19.952060561565762 16.621152958380048, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.051002856101263 16.561173557983167, 19.69063763859682 16.779629070575446, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C19.008395823075865 17.164980023467322, 18.674361882074948 17.33924531652855, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.012575007931424 17.162799745405074, 18.68272025178606 17.334884760404055, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.854454453045918 17.73698191560319, 17.474738493299448 17.905070907109216, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C18.00115179090388 17.672043355755388, 17.768133169015375 17.775193787413603, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.800923742129772 18.18168054092559, 16.51070338911174 18.28848431360376, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.838479801580696 18.167859563883244, 16.585815508013585 18.260842359519067, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.578628136740909 18.607325026706928, 15.2392085220212 18.708062986705826, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.606278092236158 18.599118665053517, 15.2945084330117 18.691650263399, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.347092493797767 18.947295491581443, 13.97448310136012 19.03234115390181, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.47249451709583 18.918673298088336, 14.22528714795625 18.975096766915602, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.053231023387859 19.212800349950143, 12.60543128709895 19.285197138574514, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.084871199767036 19.20768501160639, 12.668711639857307 19.274966461887008, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.837742262495937 19.381319313666893, 11.408442372143995 19.42273335778049, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.86699493348219 19.378497343678333, 11.4669477141165 19.41708941780337, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.678557370408063 19.470974567464964, 10.334307951192228 19.482013976298372, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.693545346379569 19.470493932247884, 10.364283903135238 19.48105270586421, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.7734375 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.7734375 19.5, 9.7734375 19.5 M9.7734375 19.5 C3.297166368292591 19.5, -3.179104763414818 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C2.7567046586647654 19.5, -4.260028182670469 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.028741336937701 19.49181290286818, -10.284045173875406 19.48362580573636, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.092845353383412 19.489757211831666, -10.41225320676683 19.47951442366333, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.296905912082076 19.433493145940442, -11.571005034540258 19.407051133249325, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.502976136866677 19.41361379919118, -11.983145484109459 19.367292439750795, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.597651206668795 19.286454961643035, -12.928260260489717 19.233004653732774, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.653883588654228 19.277363746212266, -13.040725024460583 19.214822222871234, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.97328609173723 19.032614363537018, -14.445541423797701 18.924825165748263, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.811243777800298 19.0695994642682, -14.121456795923836 18.998795367210633, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.003696816393363 18.777961624709995, -15.287691746551337 18.69367342015892, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.156826888974743 18.732513422963997, -15.5939518917141 18.60277701666692, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.232541609954463 18.39085041963294, -16.547035468448332 18.275113772557837, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.229454637419675 18.391986454061403, -16.540861523378755 18.277385841414763, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.36689397025685 17.95281047836606, -17.642643845365903 17.8307441884847, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.45800488478429 17.912478379214015, -17.82486567442079 17.750079990180605, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.498814134049535 17.43082846422971, -18.76345785530669 17.292764004362247, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.465700973859573 17.448103578690823, -18.697231534926765 17.32731423328447, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.566546477584843 16.85485386162151, -19.790663191092907 16.71899299283692, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.70756935405783 16.769364965161174, -20.072708944038883 16.548015199916247, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.774546846922995 16.089380254880453, -21.137725620240303 15.836042464370006, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.616641013682862 16.19952852851542, -20.82191395376004 16.05633901163994, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.801707449057673 15.336396445460858, -22.166822053536638 15.04522726449656, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.69983658652893 15.41763574743003, -21.963080328479148 15.207705868434903, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.775920005989803 14.519411213076667, -23.137948803477734 14.190626237955208, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.710455452713116 14.578864388265387, -23.007019696924367 14.30953258833265, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.541680406714104 13.798783458863975, -23.744113576660233 13.589754590822254, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.524479365980763 13.816544945652856, -23.709711495193556 13.625277564400015, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.509286359637144 12.756967634344134, -24.809714276305634 12.404067908592593, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.43669803101772 12.842234015533418, -24.664537619066785 12.574600670971158, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.246761414236033 11.85307446375677, -25.474371420345488 11.548097791268232, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.297628781582038 11.784916825625622, -25.576106155037497 11.411782515005935, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-26.008190552406354 10.785428730185476, -26.24958464017207 10.414582587988638, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-25.959518323749595 10.860202343725668, -26.15224018285856 10.564129815069018, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.65450354444565 9.743268008899978, -26.860285710287055 9.377880935744706, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.5886407161058 9.860214129951947, -26.728560053607357 9.611773177848645, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.265994862559637 8.596154398031919, -27.469865750845774 8.172812136367549, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.21546621026777 8.701078225655941, -27.368808446262044 8.382659791615593, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.781001323162624 7.457273122494544, -27.957518997516903 7.021271054102402, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.776891084112677 7.467425492413972, -27.949298519417017 7.041575793941258, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.194922591086726 6.369129102166932, -28.316273452203127 6.003639643118353, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.16124104665128 6.470572547581169, -28.248910363332232 6.206526533946827, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.54699856502188 5.244975337180773, -28.62653649582888 4.941662735056413, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.53720611391598 5.282318197322732, -28.606951593617076 5.0163484553403315, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.87517604621266 3.8737191015634367, -28.965820304879756 3.408279990978738, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.859537567183875 3.9540193861825306, -28.93454334682219 3.5688805602169253, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.08129279850454 2.6638309610967608, -29.139103320427296 2.215463969042618, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.061144594426015 2.820096453216857, -29.098806912270256 2.5279949532828097, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.206042112456572 1.5186926750482717, -29.228754022403784 1.164936344896734, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.200722391970743 1.601551615616203, -29.21811458143212 1.330654226032597, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.1432874164679535, -29.263418715913414 -0.3384309297113711, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.2336198241016057, -29.263418715913414 -0.15776611444406674, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.232311474033594 -1.1095261642391834, -29.201204232153774 -1.5940465658310983, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.242451682099276 -0.9515842385875591, -29.221484648285138 -1.2781627145278496, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.151358844569177 -2.1204125439251644, -29.119387486628987 -2.368376082650547, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.123467036957887 -2.3367358958979434, -29.063603871406407 -2.8010227865961044, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.95744389050965 -3.4512911084134292, -28.89140550443752 -3.7903842636759633, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.959723265386394 -3.4395870001674034, -28.89596425419101 -3.7669760471839115, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.702544779572214 -4.651810206944524, -28.620557771598868 -4.964462201740922, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.718587337818583 -4.5906329794623995, -28.652642888091602 -4.842107746776673, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.37572111329831 -5.824592759598166, -28.283981592381743 -6.100897579891209, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.382855934138963 -5.803103816005454, -28.29825123406304 -6.057919692705786, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.958891303954598 -7.017881430669549, -27.844210877938867 -7.301144300123613, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.896591663243864 -7.1717627477066745, -27.7196115965174 -7.608906934197865, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.493513091802196 -8.123707926899494, -27.38254253479605 -8.35414066291231, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.48007541802303 -8.151611544022087, -27.355667187237717 -8.4099478971575, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.85184863764343 -9.392861812569711, -26.64157330101336 -9.766226965443138, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.901157154265242 -9.30530954827895, -26.740190334256983 -9.591122436861617, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.19689863223395 -10.495522444355657, -25.945075885863652 -10.882389806656072, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.276069779123816 -10.373894302303139, -26.103418179643388 -10.639133522551036, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.534233648809256 -11.467887858687986, -25.301670832977873 -11.779500844993663, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.537537414456395 -11.463461113700063, -25.308278364272148 -11.770647355017816, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.7284769698148 -12.49949387133042, -24.43780253150301 -12.84093660641554, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.736752332332994 -12.48977315963508, -24.454353256539406 -12.821495183024856, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.880423779061513 -13.449003115567189, -23.55198911515436 -13.788138871038708, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.878429183134845 -13.451062699620845, -23.547999923301028 -13.792258039146018, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-22.988649578702663 -14.326215843654904, -22.638051920637334 -14.644619360404132, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.05042377285189 -14.270114154984192, -22.76160030893578 -14.532415983062705, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.03937261771038 -15.146864797996072, -21.664854026918878 -15.445533407794038, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.0941813670213 -15.103156278942688, -21.774471525540715 -15.35811636968727, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.093382276815685 -15.86697446115062, -20.75017170905265 -16.106383295876093, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.07747202914993 -15.87807276117873, -20.718351213721146 -16.12857989593231, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.019416976283697 -16.580321103947806, -19.627465878961683 -16.817924162504728, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.078952355081395 -16.54423040745192, -19.74653663655708 -16.745742769512958, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-19.007828287732615 -17.165276106292374, -18.67322681138844 -17.339837482178655, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-19.005335803100703 -17.166576433928327, -18.66824184212462 -17.342438137450564, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.954255662491136 -17.692802880679487, -17.67434091218988 -17.816712837261804, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.993147165215852 -17.675586766098693, -17.752123917639313 -17.782280608100216, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.663876717579285 -18.232115112808977, -16.236609340010766 -18.389353457370532, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.852639797806983 -18.1626485543784, -16.61413550046616 -18.25042034050938, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.462585352641458 -18.641765915906642, -15.0071229538223 -18.77694476510525, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.45336378735057 -18.644502828079993, -14.988679823240524 -18.782418589451954, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.244278969570983 -18.970762007565256, -13.768856052906553 -19.079274185869444, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.239681508556199 -18.971811348040642, -13.759661130876983 -19.08137286682022, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.059007458004023 -19.211866460798323, -12.616984156331277 -19.28332936027087, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.095575746047388 -19.20595438357878, -12.690120732418007 -19.271505205831787, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.985898905945072 -19.367026820457788, -11.704755659042265 -19.39414837136228, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.862023186188082 -19.378976962160397, -11.457004219528285 -19.418048654767492, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.6038457312499 -19.473370424315384, -10.184884672875894 -19.48680568999921, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.640190629653334 -19.47220491416464, -10.257574469682766 -19.48447466969772, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000004 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-NEW-1\" data-look=\"classic\" transform=\"translate(188.33933639526367, 191)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-71.8125\" y=\"-27\" width=\"143.625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-41.8125, -12)\"><rect></rect><foreignObject width=\"83.625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_new</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-PENDING-3\" data-look=\"classic\" transform=\"translate(572.7455863952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-85.609375\" y=\"-27\" width=\"171.21875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-55.609375, -12)\"><rect></rect><foreignObject width=\"111.21875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_pending</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-FAILED-5\" data-look=\"classic\" transform=\"translate(941.1205863952637, 243)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-76.2578125\" y=\"-27\" width=\"152.515625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-46.2578125, -12)\"><rect></rect><foreignObject width=\"92.515625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_failed</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-COMPLETED-7\" data-look=\"classic\" transform=\"translate(941.1205863952637, 35)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-94.046875\" y=\"-27\" width=\"188.09375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-64.046875, -12)\"><rect></rect><foreignObject width=\"128.09375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_completed</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-flowchart-REJECTED-9\" data-look=\"classic\" transform=\"translate(941.1205863952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-85.59375\" y=\"-27\" width=\"171.1875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-55.59375, -12)\"><rect></rect><foreignObject width=\"111.1875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_rejected</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-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-31b85e1446a63d98fdc4090713f5b5859fae4d378e238087ae6d6cbd1a0a59ac-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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1043.16748046875px;\" viewBox=\"-0.0000019073486328125 0 1043.16748046875 279\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .error-icon{fill:#a44141;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .error-text{fill:#ddd;stroke:#ddd;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-thickness-normal{stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-thickness-thick{stroke-width:3.5px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-pattern-solid{stroke-dasharray:0;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .marker.cross{stroke:lightgrey;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 p{margin:0;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster-label text{fill:#F9FFFE;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster-label span{color:#F9FFFE;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster-label span p{background-color:transparent;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .label text,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 span{fill:#ccc;color:#ccc;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node rect,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node circle,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node ellipse,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node polygon,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .rough-node .label text,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node .label text,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .image-shape .label,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .icon-shape .label{text-anchor:middle;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .rough-node .label,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node .label,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .image-shape .label,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .icon-shape .label{text-align:center;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node.clickable{cursor:pointer;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .arrowheadPath{fill:lightgrey;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster text{fill:#F9FFFE;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .cluster span{color:#F9FFFE;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 rect.text{fill:none;stroke-width:0;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .icon-shape,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .icon-shape p,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .icon-shape .label rect,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .node .neo-node{stroke:#ccc;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node rect,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].cluster rect,#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node polygon{stroke:url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node path{stroke:url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-gradient);stroke-width:1px;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node circle{stroke:url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410 .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_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=\"M67.027,191.5L71.11,191.417C75.194,191.333,83.36,191.167,90.944,191.083C98.527,191,105.527,191,109.027,191L112.527,191\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_Start_NEW_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_Start_NEW_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI1OTgsInkiOjE5MS41MDAwMDAwMDAwMDAwM30seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MTkxfSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MTkxfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path><path d=\"M260.152,170.848L279.067,165.54C297.983,160.232,335.813,149.616,372.977,144.308C410.141,139,446.639,139,464.888,139L483.136,139\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_NEW_PENDING_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_NEW_PENDING_0\" data-points=\"W3sieCI6MjYwLjE1MTgzNjM5NTI2MzcsInkiOjE3MC44NDgwNTQzMDI0NTc5NH0seyJ4IjozNzMuNjQ0MDIzODk1MjYzNywieSI6MTM5fSx7IngiOjQ4Ny4xMzYyMTEzOTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path><path d=\"M260.152,217.353L279.067,224.294C297.983,231.235,335.813,245.118,387.912,252.059C440.011,259,506.378,259,569.557,259C632.735,259,692.725,259,740.747,257.469C788.769,255.938,824.823,252.876,842.85,251.345L860.877,249.815\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_NEW_FAILED_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_NEW_FAILED_0\" data-points=\"W3sieCI6MjYwLjE1MTgzNjM5NTI2MzcsInkiOjIxNy4zNTI1NDQzNzM3MDg4NH0seyJ4IjozNzMuNjQ0MDIzODk1MjYzNywieSI6MjU5fSx7IngiOjU3Mi43NDU1ODYzOTUyNjM3LCJ5IjoyNTl9LHsieCI6NzUyLjcxNDMzNjM5NTI2MzcsInkiOjI1OX0seyJ4Ijo4NjQuODYyNzczODk1MjYzNywieSI6MjQ5LjQ3NjAzMjUwOTUzNzI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path><path d=\"M619.468,112L641.676,99.167C663.884,86.333,708.299,60.667,745.567,47.833C782.834,35,812.954,35,828.014,35L843.074,35\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_PENDING_COMPLETED_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_PENDING_COMPLETED_0\" data-points=\"W3sieCI6NjE5LjQ2ODI0MjY0NTI2MzcsInkiOjExMn0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MzV9LHsieCI6ODQ3LjA3MzcxMTM5NTI2MzcsInkiOjM1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path><path d=\"M658.355,139L674.082,139C689.808,139,721.261,139,753.457,139C785.652,139,818.589,139,835.058,139L851.527,139\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_PENDING_REJECTED_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_PENDING_REJECTED_0\" data-points=\"W3sieCI6NjU4LjM1NDk2MTM5NTI2MzcsInkiOjEzOX0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MTM5fSx7IngiOjg1NS41MjY4MzYzOTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path><path d=\"M638.41,166L657.461,173.833C676.511,181.667,714.613,197.333,751.697,208.038C788.78,218.743,824.846,224.486,842.88,227.357L860.913,230.228\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-L_PENDING_FAILED_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_PENDING_FAILED_0\" data-points=\"W3sieCI6NjM4LjQwOTg2MDA0MzkxMjMsInkiOjE2Nn0seyJ4Ijo3NTIuNzE0MzM2Mzk1MjYzNywieSI6MjEzfSx7IngiOjg2NC44NjI3NzM4OTUyNjM3LCJ5IjoyMzAuODU3NDM5MDQ0NjE3Njh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_NEW_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\" transform=\"translate(373.6440238952637, 139)\"><g class=\"label\" data-id=\"L_NEW_PENDING_0\" transform=\"translate(-88.4921875, -12)\"><foreignObject width=\"176.984375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Przekazanie do realizacji</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(572.7455863952637, 259)\"><g class=\"label\" data-id=\"L_NEW_FAILED_0\" transform=\"translate(-66.6953125, -12)\"><foreignObject width=\"133.390625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Odrzucenie zwrotu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(752.7143363952637, 35)\"><g class=\"label\" data-id=\"L_PENDING_COMPLETED_0\" transform=\"translate(-69.359375, -12)\"><foreignObject width=\"138.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Zatwierdzono zwrot</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(752.7143363952637, 139)\"><g class=\"label\" data-id=\"L_PENDING_REJECTED_0\" transform=\"translate(-59.1328125, -12)\"><foreignObject width=\"118.265625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Zwrot odrzucony</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(748.07666, 211.09307)\"><g class=\"label\" data-id=\"L_PENDING_FAILED_0\" transform=\"translate(-49.359375, -12)\"><foreignObject width=\"98.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Błąd realizacji</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 191)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-4.458597021570385 -19.5, 0.8562434568592305 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.165663273494323 -19.48742208286519, 10.557889046988645 -19.47484416573038, 11.0228067896239 -19.45993515863156 C11.394195400390219 -19.424107746011085, 11.765584011156538 -19.38828033339061, 12.267042152847864 -19.3399052695533 C12.640698419931306 -19.279495422038877, 13.014354687014748 -19.219085574524456, 13.501030759676757 -19.140403561325776 C13.959801808942213 -19.035692063091812, 14.418572858207668 -18.93098056485785, 14.71970188623539 -18.862249829261074 C15.191785930148034 -18.722137763047517, 15.66386997406068 -18.582025696833956, 15.918047751460602 -18.50658706670804 C16.381870586882087 -18.335895975741643, 16.845693422303572 -18.165204884775246, 17.091144095147794 -18.074876768247425 C17.470527139269294 -17.906935148612984, 17.849910183390794 -17.738993528978547, 18.23417041279238 -17.568892924097174 C18.514835299296077 -17.422470232582636, 18.795500185799778 -17.276047541068095, 19.342429764076783 -16.990714730406097 C19.737479599567283 -16.75123319856123, 20.132529435057787 -16.511751666716364, 20.411368073605697 -16.342718045390892 C20.779022291529227 -16.08625837846202, 21.146676509452753 -15.829798711533149, 21.436592844578712 -15.627565626425154 C21.668805129195945 -15.442382508871322, 21.90101741381318 -15.257199391317492, 22.41389120850187 -14.848196188198123 C22.743617531201483 -14.54874746600277, 23.073343853901093 -14.249298743807417, 23.339247236767985 -14.007812326905688 C23.65512341709909 -13.68164423679711, 23.970999597430197 -13.355476146688533, 24.208858442968648 -13.10986736009568 C24.41064099927759 -12.872842087702484, 24.612423555586528 -12.635816815309285, 25.019151408126582 -12.158051136245305 C25.18928136488652 -11.930092493344896, 25.35941132164646 -11.702133850444486, 25.766796464640635 -11.156274872382312 C26.017307801020436 -10.771422187990193, 26.267819137400235 -10.386569503598075, 26.448721378604247 -10.108655082055241 C26.663520705471228 -9.7272571264125, 26.878320032338205 -9.345859170769756, 27.0621239742735 -9.019496659696287 C27.194123399954435 -8.745397027934564, 27.326122825635373 -8.47129739617284, 27.60448364880834 -7.893275190886684 C27.699498574144737 -7.65858648831717, 27.794513499481134 -7.4238977857476565, 28.073571729970325 -6.734618561215508 C28.181255383336694 -6.410292554336192, 28.288939036703063 -6.085966547456877, 28.46746063421488 -5.548287939305138 C28.533735726689667 -5.295552287892002, 28.600010819164453 -5.042816636478866, 28.78453178754556 -4.339158212148133 C28.85592195066966 -3.972584812822197, 28.92731211379376 -3.6060114134962613, 29.023482276581777 -3.1121979531509023 C29.07689146791511 -2.6979668120073366, 29.13030065924844 -2.283735670863771, 29.183330202509367 -1.872449005199798 C29.208280092995917 -1.4838343216826773, 29.233229983482463 -1.0952196381655563, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.19865511815728448, 29.263418715913414 0.22769552633270673, 29.263418715913414 0.625005762647271 C29.235057779986544 1.0667502322437303, 29.20669684405967 1.5084947018401897, 29.183330202509367 1.8724490051997846 C29.132063746580933 2.2700615136739297, 29.080797290652498 2.6676740221480744, 29.023482276581777 3.1121979531508885 C28.970678153275802 3.3833359661716593, 28.917874029969827 3.65447397919243, 28.78453178754556 4.339158212148129 C28.681479084601996 4.732142831795923, 28.57842638165843 5.125127451443719, 28.467460634214884 5.548287939305125 C28.38414126749599 5.79923259672414, 28.300821900777102 6.050177254143154, 28.07357172997033 6.734618561215495 C27.89870558790111 7.166541312933331, 27.72383944583189 7.598464064651167, 27.604483648808344 7.893275190886679 C27.445936457652337 8.222501825688571, 27.28738926649633 8.551728460490464, 27.062123974273504 9.019496659696284 C26.832949934099748 9.42641837441277, 26.60377589392599 9.833340089129255, 26.44872137860425 10.108655082055236 C26.28805789916678 10.355477330656175, 26.12739441972931 10.602299579257114, 25.76679646464064 11.156274872382301 C25.598526392965532 11.381741438708058, 25.430256321290422 11.607208005033817, 25.019151408126582 12.158051136245302 C24.837906969081565 12.370951167448316, 24.65666253003655 12.583851198651331, 24.20885844296866 13.10986736009567 C24.00345282239104 13.321965527457142, 23.798047201813418 13.534063694818613, 23.33924723676799 14.007812326905684 C23.02829583375776 14.290210163796296, 22.71734443074753 14.572608000686907, 22.413891208501887 14.848196188198111 C22.179451160531002 15.035155887743207, 21.945011112560117 15.222115587288302, 21.436592844578715 15.627565626425152 C21.05200868495079 15.89583488780165, 20.66742452532286 16.164104149178147, 20.411368073605708 16.34271804539089 C20.029111839516297 16.574444020882865, 19.64685560542689 16.80616999637484, 19.342429764076787 16.990714730406093 C19.016181481835783 17.160918250279227, 18.689933199594776 17.33112177015236, 18.234170412792388 17.56889292409717 C17.90620099125193 17.71407525814591, 17.578231569711466 17.85925759219465, 17.091144095147804 18.07487676824742 C16.838739852675474 18.167763862676477, 16.586335610203147 18.260650957105536, 15.918047751460616 18.506587066708033 C15.67112285169456 18.57987308082335, 15.424197951928505 18.65315909493867, 14.719701886235413 18.86224982926107 C14.377854543349716 18.940274254512342, 14.036007200464022 19.018298679763614, 13.501030759676766 19.140403561325773 C13.009251575342857 19.219910606044344, 12.517472391008948 19.29941765076292, 12.267042152847878 19.3399052695533 C11.832529740482897 19.381822159396517, 11.398017328117916 19.423739049239735, 11.0228067896239 19.45993515863156 C10.61680337221334 19.472954897990203, 10.21079995480278 19.48597463734885, 9.773437500000004 19.5 C9.773437500000004 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C3.397738960582732 19.5, -2.977959578834536 19.5, -9.773437499999996 19.5 C-10.043312703469038 19.491345627504966, -10.31318790693808 19.48269125500993, -11.022806789623893 19.45993515863156 C-11.385006049663943 19.424994231623838, -11.747205309703993 19.390053304616117, -12.267042152847871 19.3399052695533 C-12.70551915901019 19.269015707636942, -13.14399616517251 19.198126145720586, -13.501030759676759 19.140403561325773 C-13.892255607036176 19.051109042896705, -14.283480454395592 18.961814524467634, -14.719701886235388 18.862249829261074 C-15.155404301480699 18.732935639464916, -15.59110671672601 18.603621449668754, -15.918047751460593 18.506587066708043 C-16.1741506241624 18.412338842164775, -16.430253496864207 18.318090617621504, -17.091144095147797 18.074876768247425 C-17.379945194754843 17.94703308843162, -17.668746294361892 17.819189408615813, -18.23417041279238 17.568892924097174 C-18.62639469016235 17.3642697698249, -19.018618967532316 17.159646615552628, -19.34242976407678 16.990714730406097 C-19.676337738371974 16.788297754127285, -20.010245712667164 16.585880777848477, -20.411368073605686 16.3427180453909 C-20.773949182799516 16.08979715950053, -21.136530291993346 15.836876273610159, -21.436592844578712 15.627565626425156 C-21.77011036760088 15.361594277089003, -22.103627890623045 15.09562292775285, -22.41389120850187 14.848196188198125 C-22.62169253813599 14.659476518746313, -22.829493867770108 14.4707568492945, -23.339247236767974 14.007812326905697 C-23.6141833651486 13.723918201676765, -23.88911949352923 13.440024076447836, -24.208858442968655 13.109867360095677 C-24.48016358483596 12.791176902758439, -24.751468726703262 12.4724864454212, -25.01915140812658 12.158051136245307 C-25.23926599631779 11.863117640920592, -25.459380584509006 11.568184145595875, -25.766796464640635 11.156274872382316 C-26.01417855320663 10.776229552952897, -26.261560641772622 10.396184233523478, -26.448721378604244 10.108655082055249 C-26.599349652808534 9.841199328438814, -26.749977927012825 9.573743574822378, -27.0621239742735 9.019496659696289 C-27.26420584582562 8.599869329558926, -27.466287717377742 8.180241999421565, -27.60448364880834 7.893275190886686 C-27.78561563058281 7.445875693955113, -27.96674761235728 6.998476197023539, -28.073571729970325 6.73461856121551 C-28.165406013139453 6.458028332116083, -28.257240296308577 6.181438103016656, -28.46746063421488 5.5482879393051325 C-28.54944254237567 5.235655392304294, -28.631424450536453 4.923022845303457, -28.784531787545557 4.339158212148136 C-28.848998711984624 4.008134180242844, -28.913465636423687 3.677110148337553, -29.023482276581777 3.112197953150904 C-29.082624913639766 2.65349933916381, -29.141767550697757 2.194800725176716, -29.183330202509364 1.872449005199809 C-29.20094818890721 1.598034646070713, -29.218566175305053 1.3236202869416174, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.17495091475807562, -29.263418715913414 -0.2751039331311269, -29.263418715913414 -0.6250057626472687 C-29.247380075748787 -0.8748205293686401, -29.231341435584163 -1.1246352960900114, -29.183330202509367 -1.8724490051997822 C-29.14464405388053 -2.1724911345209077, -29.105957905251696 -2.472533263842033, -29.023482276581777 -3.112197953150895 C-28.933298328255837 -3.575273467420371, -28.843114379929897 -4.038348981689847, -28.78453178754556 -4.339158212148126 C-28.69066175586631 -4.697125326470198, -28.596791724187057 -5.05509244079227, -28.467460634214884 -5.548287939305123 C-28.337856357577763 -5.938635370898931, -28.20825208094064 -6.328982802492738, -28.073571729970332 -6.734618561215485 C-27.963568905683253 -7.0063276639644965, -27.853566081396174 -7.278036766713507, -27.604483648808344 -7.893275190886676 C-27.403713636539706 -8.310178417152594, -27.202943624271068 -8.727081643418511, -27.062123974273504 -9.019496659696282 C-26.922521819657018 -9.26737442146889, -26.782919665040534 -9.515252183241497, -26.448721378604247 -10.108655082055243 C-26.221870653837573 -10.457158713245772, -25.9950199290709 -10.8056623444363, -25.76679646464064 -11.156274872382308 C-25.600719131289722 -11.37880336911622, -25.434641797938802 -11.601331865850131, -25.019151408126586 -12.158051136245302 C-24.850863495741635 -12.355731693986153, -24.682575583356684 -12.553412251727003, -24.208858442968662 -13.10986736009567 C-24.00955020481907 -13.315669479495794, -23.81024196666948 -13.52147159889592, -23.339247236767996 -14.007812326905677 C-23.06467945417615 -14.257167522390155, -22.790111671584306 -14.506522717874633, -22.413891208501887 -14.848196188198107 C-22.157228634005563 -15.052877761280975, -21.900566059509238 -15.257559334363842, -21.43659284457872 -15.627565626425149 C-21.046938273133787 -15.8993717875906, -20.657283701688854 -16.17117794875605, -20.41136807360571 -16.342718045390885 C-20.078331884763905 -16.544606540204672, -19.745295695922103 -16.74649503501846, -19.34242976407679 -16.99071473040609 C-18.959116436048042 -17.190689048114784, -18.57580310801929 -17.390663365823478, -18.234170412792388 -17.56889292409717 C-17.87758964071955 -17.726740654301036, -17.521008868646714 -17.884588384504898, -17.091144095147804 -18.07487676824742 C-16.70635543481923 -18.21648255219572, -16.321566774490655 -18.35808833614402, -15.918047751460618 -18.506587066708033 C-15.468841281546467 -18.639909189045675, -15.019634811632317 -18.77323131138332, -14.719701886235413 -18.862249829261067 C-14.3386077242609 -18.949232084859933, -13.957513562286387 -19.0362143404588, -13.501030759676768 -19.140403561325773 C-13.098542064595462 -19.20547481220007, -12.696053369514154 -19.27054606307437, -12.26704215284788 -19.3399052695533 C-11.885019597391151 -19.376758526028866, -11.502997041934423 -19.413611782504436, -11.022806789623903 -19.45993515863156 C-10.695779592710554 -19.470422284316747, -10.368752395797205 -19.480909410001935, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-5.012808672065633 -19.5, -0.25217984413126615 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-4.607871557821562 -19.5, 0.5576943843568767 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.145642690398152 -19.488064103997385, 10.517847880796307 -19.47612820799477, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.088712274347852 -19.489889751631786, 10.403987048695708 -19.479779503263572, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.318135690176756 -19.431445134780194, 11.613464590729611 -19.402955110928826, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.32993201973608 -19.430307157054767, 11.637057249848263 -19.400679155477974, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.571009385069962 -19.290762204748724, 12.874976617292058 -19.24161913994415, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.608511779863276 -19.284699108393955, 12.949981406878686 -19.22949294723461, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.75277152733942 -19.082945373868807, 14.00451229500208 -19.025487186411837, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.904453643018297 -19.04832492078341, 14.307876526359838 -18.956246280241043, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.0284536696469 -18.77061392061572, 15.337205453058411 -18.67897801197037, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.149210568755837 -18.73477390682609, 15.578719251276286 -18.6072979843911, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.380034095946225 -18.336571821382375, 16.84202044043185 -18.166556576056713, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.23540500581198 -18.389796663488433, 16.552762260163355 -18.273006260268826, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.372519387378688 -17.950320273078294, 17.65389467960958 -17.825763777909163, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.533357471870907 -17.879122024165845, 17.975570848594025 -17.68336728008427, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.61232571711415 -17.37160954405254, 18.99048102143592 -17.17432616400791, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.603107869396666 -17.376418489302438, 18.972045326000952 -17.183944054507702, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.678733327976815 -16.786845533630785, 20.015036891876846 -16.582976336855474, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.7489935016141 -16.744253403477252, 20.155557239151413 -16.497792076548407, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.694969120772413 -16.144890231778856, 20.97857016793913 -15.94706241816682, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.661644195682882 -16.168136256908557, 20.911920317760064 -15.99355446842622, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.669675458837503 -15.441688444142628, 21.90275807309629 -15.2558112618601, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.657605527867823 -15.451313892896595, 21.878618211156933 -15.275062159368034, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.615815469416752 -14.664813917058403, 22.81773973033164 -14.481431645918684, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.6325645963394 -14.64960280314487, 22.85123798417693 -14.451009418091616, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.68634541359888 -13.649404962037496, 24.03344359042977 -13.290997597169303, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.665165287816993 -13.671275180827955, 23.991083338866005 -13.334738034750224, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.386851133700223 -12.900787017491357, 24.564843824431797 -12.691706674887032, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.508152405802424 -12.758299641042196, 24.8074463686362 -12.406731921988712, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.23385301045331 -11.870370548845843, 25.448554612780036 -11.58268996144638, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.229034516152865 -11.876826892234575, 25.43891762417915 -11.595602648223844, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C26.02436708993783 -10.76057722452858, 26.281937715235024 -10.36487957667485, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.990207615414885 -10.813055350499088, 26.213618766189136 -10.469835828615862, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.587942618985593 -9.861453672078872, 26.72716385936694 -9.614252262102504, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.657155771724945 -9.738558710798456, 26.865590164845642 -9.36846233954167, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.242392832354533 -8.645164518755363, 27.422661690435564 -8.27083237781444, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.263065290233975 -8.602237717648958, 27.464006606194452 -8.184978775601628, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.72718123261493 -7.590209786688, 27.849878816421523 -7.287144382489315, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.778434220283046 -7.463613916238658, 27.952384791757748 -7.033952641590632, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.156716735789818 -6.484199051044852, 28.239861741609307 -6.233779540874195, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.199483168349857 -6.355393370079686, 28.325394606729393 -5.976168178943865, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.549218690784766 -5.236509035438299, 28.630976747354655 -4.924730131571461, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.5938679472456 -5.066242069442993, 28.720275260276317 -4.584196199580847, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.836128011502275 -4.074222506996201, 28.88772423545899 -3.80928680184427, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.85068519426693 -3.9994744501613604, 28.9168386009883 -3.6597906881745876, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.060699920032288 -2.823545260003712, 29.097917563482802 -2.5348925668565214, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.06839627338219 -2.763853863238746, 29.113310270182605 -2.4155097733265896, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.206367301303874 -1.5136275962638805, 29.22940440009838 -1.1548061873279634, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.209704284117144 -1.4616513953831818, 29.236078365724918 -1.0508537855665656, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.2551282261832053, 29.263418715913414 0.1147493102808651, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.19908496401049763, 29.263418715913414 0.22683583462628043, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.237642065636926 1.0264978972411627, 29.211865415360442 1.4279900318350545, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.23270068543811 1.103463882448049, 29.20198265496281 1.581922002248827, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.147904841288785 2.1472011112977922, 29.112479480068206 2.4219532173958, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.13319955337282 2.261252420486473, 29.083068904236274 2.6500558357731614, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.938371745813 3.5492225405315208, 28.85326121504422 3.9862471279121525, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.955152205554437 3.463058426310652, 28.886822134527097 3.813918899470415, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.691359126094994 4.694465951546049, 28.598186464644428 5.049773690943969, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.660575262236687 4.811858166248765, 28.536618736927814 5.284558120349402, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.37282077955245 5.833328102735284, 28.278180924890012 6.118368266165443, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.375507518854164 5.82523607203229, 28.283554403493444 6.102184204759455, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.919278679133484 7.115725379835709, 27.764985628296635 7.496832198455922, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.914755897944953 7.126896736813397, 27.75594006591958 7.5191749124113, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.400703433851522 8.31642916744263, 27.1969232188947 8.73958314399858, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.4054814420605 8.306507531163689, 27.206479235312656 8.7197398714407, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.818669337763197 9.4517750192755, 26.57521470125289 9.884053378854716, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.84009295130893 9.413735224048944, 26.618061928344353 9.807973788401602, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.214758836781755 10.468084374033781, 25.98079629495926 10.827513666012326, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.300059926070226 10.337038994336995, 26.151398473536204 10.565422906618755, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.47651242095655 11.545229045498573, 25.186228377272457 11.934183218614844, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.59795775486891 11.382503361953532, 25.42911904509718 11.608731851524764, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.845147250917574 12.362446320420032, 24.67114309370857 12.566841504594764, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.740454954625683 12.485423848804906, 24.461758501124784 12.812796561364511, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.909558021294366 13.418919618495993, 23.610257599620073 13.727971876896316, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C24.009385786505238 13.31583925490382, 23.809913130041814 13.52181114971197, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.00597758257868 14.310479009008567, 22.67270792838937 14.61314569111145, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.058359614836434 14.262907033264701, 22.77747199290488 14.518001739623717, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.09715011042852 15.100788785077013, 21.780409012355154 15.353381381955916, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.165294715223517 15.046445276157094, 21.91669822194515 15.244694364116077, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.225609306279914 15.774738609412227, 21.014625767981112 15.9219115923993, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.02679458867556 15.913423149862613, 20.616996332772406 16.199280673300073, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.028181428284547 16.575008041639258, 19.644994782963384 16.807298037887627, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.012344653016502 16.584608387873967, 19.613321232427296 16.826498730357045, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C19.08471713130506 17.125163245850285, 18.82700449853333 17.259611761294476, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.07705432137324 17.12916092888345, 18.811678878669692 17.267607127360808, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.916375160288712 17.709571455319328, 17.598579907785034 17.85024998654148, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.981396888610455 17.68078826499233, 17.72862336442852 17.792683605887493, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.69010301694734 18.22246359220828, 16.289061938746876 18.37005041616914, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.622861266062586 18.2472091781098, 16.154578436977367 18.41954158797218, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.469279071806602 18.639779255194476, 15.020510392152586 18.77297144368092, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.522950919707075 18.623849732466894, 15.127854087953532 18.741112398225756, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.429100892502149 18.92857760973198, 14.138499898768885 18.99490539020289, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.412749714831273 18.932309659333953, 14.105797543427133 19.002369489406835, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.106508534962801 19.20418685505198, 12.711986310248836 19.267970148778186, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.165040172733306 19.194723913776876, 12.829049585789845 19.249044266227976, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.9144592600787 19.373918517175774, 11.561876367309523 19.40793176479825, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.956246336127727 19.369887368205635, 11.645450519407575 19.39986946685797, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.556397767699192 19.474891988154596, 10.089988745774482 19.489848817677633, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.560174112118437 19.47477088813928, 10.097541434612973 19.489606617647002, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000004 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C5.567813705535575 19.5, 1.36218991107115 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C3.077218457220659 19.5, -3.619000585558682 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.143962842145463 19.48811797346122, -10.514488184290931 19.476235946922444, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.164097187872743 19.487472304182873, -10.55475687574549 19.47494460836575, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.351912159171707 19.428186759438397, -11.681017528719524 19.396438360245234, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.420966710197026 19.421525149951233, -11.81912663077016 19.383115141270906, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.629980112942178 19.281228274791168, -12.992918073036485 19.222551280029037, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.73114222186421 19.264873169544526, -13.195242290880552 19.189841069535753, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.823933936280238 19.06670301840618, -14.146837112883714 18.993002475486584, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.918459951063108 19.04512807237188, -14.335889142449455 18.949852583417993, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.168027159757596 18.72918924138707, -15.616352433279804 18.59612865351306, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.176104422691559 18.726791952146684, -15.632506959147728 18.591334075032297, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.186735020382518 18.407707668026887, -16.455422289304444 18.30882826934573, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.358014792379034 18.344675128639313, -16.797981833297477 18.182763190570583, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.395385855295917 17.94019796604101, -17.699627615444037 17.80551916383459, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.332081926762452 17.96822073735845, -17.573019758377107 17.86156470646948, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.590537664115885 17.382976357345818, -18.946904915439394 17.197059790594466, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.489374776393927 17.435752971072443, -18.74457913999547 17.302613018047715, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.69933222180046 16.77435836314235, -20.05623467952414 16.55800199587861, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.654190487867794 16.80172354753461, -19.965951211658805 16.612732364663124, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.68539664304294 16.151567577857055, -20.959425212480188 15.960417110323212, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.703875924794417 16.138677230862438, -20.99638377598315 15.934636416333973, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.73061708103731 15.393089122162955, -22.02464131749591 15.158612617900756, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.688553969098212 15.426633334587969, -21.940515093617712 15.225701042750782, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.709274803598685 14.579936622552852, -23.004658398695497 14.31167705690758, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.70468515646363 14.5841048186455, -22.995479104425392 14.320013449092873, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.630134425672377 13.707447422079545, -23.921021614576777 13.407082517253393, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.680679737192744 13.655255238087513, -24.022112237617513 13.302698149269329, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.49485046399522 12.77392485879087, -24.780842485021786 12.437982357486064, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.46650297189448 12.807223436030393, -24.72414750082031 12.504579511965108, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.19339499109594 11.924580608983328, -25.367638574065303 11.69111008172135, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.222968236098033 11.884955154858567, -25.426785064069488 11.611859173471828, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-26.022037505262976 10.764156092170236, -26.277278545885313 10.372037311958158, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-25.982100179711388 10.825510548890978, -26.19740389478214 10.494746225399641, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.596322850822748 9.846573721861516, -26.743924323041252 9.584492361667783, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.61616984543194 9.811333373206764, -26.783618312259634 9.514011664358279, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.22301404390924 8.685404987601657, -27.383904113544983 8.351313315507028, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.227994489185654 8.67506298642073, -27.39386500409781 8.33062931314517, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.758634554280754 7.5125194740648205, -27.912785459753163 7.131763757242955, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.74448485757943 7.547469498482865, -27.88448606635052 7.201663806079044, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.167652972261713 6.451260849244147, -28.2617342145531 6.167903137272785, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.219174271249074 6.296086905498433, -28.364776812527825 5.857555249781356, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.53341194910443 5.296786992150601, -28.59936326399398 5.045286044996069, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.557246253648444 5.205896459071339, -28.647031873082007 4.863504978837545, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.87670498951819 3.8658683008318238, -28.968878191490816 3.3925783895155117, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.832946458862985 4.090559107377558, -28.881361130180412 3.841960002606981, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.080750401141163 2.668037687938605, -29.138018525700552 2.2238774227263063, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.08629195382542 2.6250584996228854, -29.14910163106906 2.137919046094867, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.201248843167456 1.593351713283619, -29.219167483825547 1.314254421367429, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.214847297894597 1.3815448044333007, -29.24636439327983 0.8906406036667927, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.3247134915950982, -29.263418715913414 0.024421220542918287, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.18008233984888744, -29.263418715913414 -0.26484108294950326, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.23499398969368 -1.0677438175456286, -29.206569263473952 -1.5104818724439883, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.242135795946755 -0.9565044203917852, -29.220852875980096 -1.2880030781363017, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.148247394514353 -2.144544336125071, -29.11316458651934 -2.41663966705036, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.125281467596036 -2.3226635301683074, -29.067232732682708 -2.7728780551368324, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.97406787765697 -3.36593044789287, -28.924653478732164 -3.619662942634845, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.961322564257078 -3.4313749384783705, -28.89916285193238 -3.7505519238058453, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.688059075881913 -4.70705047325933, -28.59158636421827 -5.074942734370533, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.66095055960718 -4.810426994720164, -28.537369331668803 -5.281695777292201, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.3691235947332 -5.844463434344456, -28.270786555251515 -6.140638929383789, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.35832678483331 -5.8769817055248765, -28.249192935451738 -6.20567547174463, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.88688673043652 -7.19573411937293, -27.70020173090271 -7.656849677530375, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.919244815716866 -7.11580902312946, -27.764917901463395 -7.4969994850434345, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.47278196872309 -8.166756547548232, -27.341080288637833 -8.44023790420979, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.410738487599062 -8.295591163620106, -27.216993326389783 -8.697907136353535, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.922440628319542 -9.267518584910093, -26.78275728236558 -9.515540510123905, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.93761141571696 -9.24058131567717, -26.81309885716042 -9.461665971658059, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.25770066556591 -10.402114193525732, -26.066679952527576 -10.695573304996218, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.280748824711107 -10.366706031781394, -26.112776270817967 -10.624756981507545, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.509888483650414 -11.500508162110664, -25.252980502660183 -11.84474145183902, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.488790960402937 -11.528776921238373, -25.210785456165237 -11.901278970094436, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.80941497498221 -12.404419484957815, -24.599678541837836 -12.650787833670329, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.759115862308427 -12.463503684805032, -24.49908031649027 -12.768956233364761, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.872899577594385 -13.456772471330426, -23.536940712220108 -13.803677582565184, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.897126337790347 -13.431756352374093, -23.585394232612032 -13.753645344652513, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.008316355984356 -14.308354996882086, -22.677385475200715 -14.608897666858494, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.06660401609351 -14.255419686177927, -22.793960795419025 -14.503027045450175, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.184657802334986 -15.031003729459083, -21.955424396168084 -15.21381127072006, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.132124522180007 -15.072897622413382, -21.850357835858127 -15.297599056628659, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.077473587068802 -15.878071674441967, -20.718354329558885 -16.128577722458786, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.215502846087418 -15.781788438540902, -20.994412847596113 -15.936011250656655, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-19.984812945636666 -16.601298270681895, -19.558257817667624 -16.8598784959729, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.094627270829218 -16.534728181409562, -19.777886468052724 -16.72673831742824, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-19.09295680355824 -17.12086461411356, -18.84348384303969 -17.251014497821032, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-19.020029980950486 -17.158910490756167, -18.697630197824186 -17.32710625110624, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.77821348843848 -17.770731529027046, -17.32225656408458 -17.972570133956918, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.922543000303065 -17.706841135507446, -17.610915587813746 -17.844789346917718, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.744849584912494 -18.202316349125375, -16.39855507467718 -18.329755930003333, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.769358882821958 -18.193296700933228, -16.447573670496112 -18.311716633619035, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.59103221882991 -18.603643560253268, -15.264016686199204 -18.700700053798503, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.574524338900005 -18.608543012364834, -15.231000926339394 -18.710498958021635, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.36344355992491 -18.943563467438597, -14.007185233614408 -19.024877105616127, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.427007853540138 -18.929055332216702, -14.134313820844863 -18.995860835172337, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.114488765721536 -19.202896673230523, -12.727946771766305 -19.26538978513527, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.16188034046976 -19.19523477095238, -12.822729921262756 -19.250065980578988, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.906145295926201 -19.37472055529856, -11.545248439004522 -19.409535841043823, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.818249509116164 -19.383199756141973, -11.369456865384448 -19.42649424273065, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.77080969241156 -19.468016215056565, -10.51881259519922 -19.47609727148157, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.540655393453061 -19.475396815455998, -10.058503997282221 -19.490858472280436, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-NEW-1\" data-look=\"classic\" transform=\"translate(188.33933639526367, 191)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-71.8125\" y=\"-27\" width=\"143.625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-41.8125, -12)\"><rect></rect><foreignObject width=\"83.625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_new</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-PENDING-3\" data-look=\"classic\" transform=\"translate(572.7455863952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-85.609375\" y=\"-27\" width=\"171.21875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-55.609375, -12)\"><rect></rect><foreignObject width=\"111.21875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_pending</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-FAILED-5\" data-look=\"classic\" transform=\"translate(941.1205863952637, 243)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-76.2578125\" y=\"-27\" width=\"152.515625\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-46.2578125, -12)\"><rect></rect><foreignObject width=\"92.515625\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_failed</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-COMPLETED-7\" data-look=\"classic\" transform=\"translate(941.1205863952637, 35)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-94.046875\" y=\"-27\" width=\"188.09375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-64.046875, -12)\"><rect></rect><foreignObject width=\"128.09375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_completed</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-flowchart-REJECTED-9\" data-look=\"classic\" transform=\"translate(941.1205863952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-85.59375\" y=\"-27\" width=\"171.1875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-55.59375, -12)\"><rect></rect><foreignObject width=\"111.1875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>refund_rejected</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-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-049e58b8e6e35d3cb59e050591f851d7196b92cc068e71c87854dcadbe228410-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":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"opis-poszczególnych-statusów-zwrotów","__idx":5},"children":["Opis poszczególnych statusów zwrotów"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższa tabela szczegółowo wyjaśnia znaczenie każdego ze statusów pojawiających się w kontekście operacji zwrotu ("," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["RefundStatus"]},"):"]},{"$$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":{"align":"left","data-label":"Status ( enum )"},"children":["Status (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["enum"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"Typ"},"children":["Typ"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"left","data-label":"Opis"},"children":["Opis"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_new"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Zwrot został pomyślnie utworzony w systemie i oczekuje na przekazanie do realizacji."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_pending"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Żądanie zwrotu zostało wysłane do operatora płatności lub banku. Operacja jest w trakcie wykonywania."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_completed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Sukces"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Finalny status pozytywny. Zwrot został pomyślnie dokonany, a środki wracają na konto płatnika."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_rejected"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Żądanie zwrotu zostało odrzucone (np. przez bank lub z powodu braku wystarczającego salda na koncie sklepu)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_failed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Wystąpił techniczny błąd podczas próby wykonania zwrotu (np. błąd w komunikacji z zewnętrznym API). Proces został przerwany."]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Warto wiedzieć"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Status ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refund_completed"]}," oznacza, że SimPay z sukcesem przeprocesował zwrot. Należy jednak pamiętać, że czas"," ","księgowania środków na rachunku bankowym klienta zależy od jego banku lub wystawcy karty."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"jak-zostajesz-informowany-o-zmianach-statusu-1","__idx":6},"children":["Jak zostajesz informowany o zmianach statusu?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zmiany statusów transakcji oraz zwrotów zachodzą w naszym systemie asynchronicznie (np. po zatwierdzeniu płatności przez"," ","bank). Aby Twoja aplikacja mogła natychmiast zareagować na te zmiany – na przykład wydać klientowi zakupiony towar –"," ","udostępniamy dwa sposoby synchronizacji:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Powiadomienia IPN"]}," – jest to rekomendowana, najszybsza i najbezpieczniejsza metoda. Za każdym razem, gdy"," ","transakcja lub zwrot zmieni swój status, SimPay wyśle automatyczne powiadomienie (żądanie POST) na skonfigurowany"," ","przez Ciebie adres URL."," ","Szczegóły dotyczące struktury tych powiadomień oraz eventów znajdziesz w sekcji:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/notifications/payment/events/transaction_refund_status_changed"},"children":["Zmiana statusu zwrotu"]}]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Weryfikacja przez API (Polling)"]}," – w dowolnym momencie możesz również samodzielnie pobrać aktualny status"," ","konkretnej operacji, wysyłając zapytanie bezpośrednio do naszego API."," ","Dokładny opis endpointu służącego do sprawdzania statusu znajdziesz tutaj:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/payment/paymenttransactionrefundshow"},"children":["Status zwrotu"]}]},"."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Dobra praktyka"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zalecamy opieranie logiki biznesowej (np. realizacji zamówień) przede wszystkim na powiadomieniach IPN. Odpytywanie"," ","API (polling) powinno służyć jedynie jako mechanizm awaryjny (fallback) lub do jednorazowego upewnienia się o statusie"," ","przed podjęciem kluczowych akcji."]}]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Statusy aliasów BLIK","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Rejestracja i zarządzanie powiązanymi aliasami BLIK odbywa się w sposób asynchroniczny. Śledzenie statusu aliasu pozwala"," ","określić, czy klient może już dokonywać szybkich płatności (tzw. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["OneClick"]}," - alias ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["UID"]},") lub czy możesz automatycznie obciążać"," ","jego rachunek w ramach płatności powtarzalnych (",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Subskrypcje"]}," - alias ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PAYID"]},"), bez konieczności każdorazowego przepisywania"," ","sześciocyfrowego kodu z aplikacji bankowej."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższy diagram prezentuje cykl życia aliasu w naszym systemie:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cykl-życia-aliasu-blik","__idx":7},"children":["Cykl życia aliasu BLIK"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"file":"/_diagrams/pl/blik_alias_statuses.mermaid","type":"mermaid","diagramType":"mermaid","diagramSource":"flowchart LR\n%% Węzeł startowy\n    Start([Start]) --> PENDING[alias_pending_registration]\n\n%% Przejścia z PENDING\n    PENDING -->|Autoryzacja udana| ACTIVE[alias_active]\n    PENDING -->|Czas upłynął| EXPIRED[alias_expired]\n    PENDING -->|Odmowa / Wyrejestrowanie| UNREGISTERED[alias_unregistered]\n\n%% Przejścia z ACTIVE\n    ACTIVE -->|Czas upłynął| EXPIRED\n    ACTIVE -->|Wyrejestrowanie przez użytkownika| UNREGISTERED\n\n%% STYLE FIRMOWE SIMPAY\n    classDef pendingNode fill:#e6efff,stroke:#0057FF,stroke-width:2px,color:#000\n    classDef successNode fill:#e6faee,stroke:#00D14F,stroke-width:2px,color:#000\n    classDef failNode fill:#ffe4e6,stroke:#e11d48,stroke-width:2px,color:#000\n    classDef plainNode fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000\n\n    class Start plainNode\n    class PENDING pendingNode\n    class ACTIVE successNode\n    class EXPIRED,UNREGISTERED failNode","diagramHtml":"<svg id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1190.08935546875px;\" viewBox=\"-0.0000019073486328125 0 1190.08935546875 227.90345764160156\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .error-icon{fill:#552222;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .error-text{fill:#552222;stroke:#552222;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-thickness-normal{stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-thickness-thick{stroke-width:3.5px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-pattern-solid{stroke-dasharray:0;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-pattern-dashed{stroke-dasharray:3;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edge-pattern-dotted{stroke-dasharray:2;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .marker{fill:#333333;stroke:#333333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .marker.cross{stroke:#333333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f p{margin:0;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster-label text{fill:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster-label span{color:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster-label span p{background-color:transparent;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .label text,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f span{fill:#333;color:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node rect,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node circle,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node ellipse,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node polygon,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .rough-node .label text,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node .label text,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .image-shape .label,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .icon-shape .label{text-anchor:middle;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .rough-node .label,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node .label,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .image-shape .label,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .icon-shape .label{text-align:center;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node.clickable{cursor:pointer;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .arrowheadPath{fill:#333333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .flowchart-link{stroke:#333333;fill:none;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster text{fill:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .cluster span{color:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f rect.text{fill:none;stroke-width:0;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .icon-shape,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .icon-shape p,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .icon-shape .label rect,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .node .neo-node{stroke:#9370DB;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node rect,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].cluster rect,#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_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=\"M67.027,94.5L71.11,94.417C75.194,94.333,83.36,94.167,90.944,94.083C98.527,94,105.527,94,109.027,94L112.527,94\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_Start_PENDING_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_Start_PENDING_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI2NzIsInkiOjk0LjUwMDAwMDAwMDAwMDAxfSx7IngiOjkxLjUyNjgzNjM5NTI2MzY3LCJ5Ijo5NH0seyJ4IjoxMTYuNTI2ODM2Mzk1MjYzNjcsInkiOjk0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path><path d=\"M363.324,94L378.535,94C393.746,94,424.167,94,458.246,94C492.324,94,530.058,94,548.925,94L567.792,94\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_PENDING_ACTIVE_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_PENDING_ACTIVE_0\" data-points=\"W3sieCI6MzYzLjMyMzcxMTM5NTI2MzcsInkiOjk0fSx7IngiOjQ1NC41ODkzMzYzOTUyNjM3LCJ5Ijo5NH0seyJ4Ijo1NzEuNzkyNDYxMzk1MjYzNywieSI6OTR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path><path d=\"M318.249,67L340.972,59.167C363.696,51.333,409.142,35.667,463.367,27.833C517.592,20,580.595,20,649.22,20C717.845,20,792.092,20,852.431,23.898C912.769,27.795,959.199,35.591,982.414,39.488L1005.629,43.386\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_PENDING_EXPIRED_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_PENDING_EXPIRED_0\" data-points=\"W3sieCI6MzE4LjI0ODY0ODA1MDY2OTEsInkiOjY3fSx7IngiOjQ1NC41ODkzMzYzOTUyNjM3LCJ5IjoyMH0seyJ4Ijo2NDMuNTk3MTQ4ODk1MjYzNywieSI6MjB9LHsieCI6ODY2LjMzOTMzNjM5NTI2MzcsInkiOjIwfSx7IngiOjEwMDkuNTczNzExMzk1MjYzNywieSI6NDQuMDQ4NDI1OTc4NDQ1ODM1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path><path d=\"M318.249,121L340.972,128.833C363.696,136.667,409.142,152.333,463.367,160.167C517.592,168,580.595,168,649.22,168C717.845,168,792.092,168,849.386,170.014C906.679,172.027,947.019,176.054,967.189,178.068L987.359,180.081\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_PENDING_UNREGISTERED_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_PENDING_UNREGISTERED_0\" data-points=\"W3sieCI6MzE4LjI0ODY0ODA1MDY2OTEsInkiOjEyMX0seyJ4Ijo0NTQuNTg5MzM2Mzk1MjYzNywieSI6MTY4fSx7IngiOjY0My41OTcxNDg4OTUyNjM3LCJ5IjoxNjh9LHsieCI6ODY2LjMzOTMzNjM5NTI2MzcsInkiOjE2OH0seyJ4Ijo5OTEuMzM5MzM2Mzk1MjYzNywieSI6MTgwLjQ3ODcyOTQzODQ1NzE4fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path><path d=\"M715.402,94L740.558,94C765.714,94,816.027,94,864.398,90.102C912.769,86.205,959.199,78.409,982.414,74.512L1005.629,70.614\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_ACTIVE_EXPIRED_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_ACTIVE_EXPIRED_0\" data-points=\"W3sieCI6NzE1LjQwMTgzNjM5NTI2MzcsInkiOjk0fSx7IngiOjg2Ni4zMzkzMzYzOTUyNjM3LCJ5Ijo5NH0seyJ4IjoxMDA5LjU3MzcxMTM5NTI2MzcsInkiOjY5Ljk1MTU3NDAyMTU1NDE3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path><path d=\"M694.564,121L723.193,136.167C751.822,151.333,809.081,181.667,857.88,194.82C906.679,207.973,947.019,203.946,967.189,201.932L987.359,199.919\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-L_ACTIVE_UNREGISTERED_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_ACTIVE_UNREGISTERED_0\" data-points=\"W3sieCI6Njk0LjU2MzU4MTYyODMxNDUsInkiOjEyMX0seyJ4Ijo4NjYuMzM5MzM2Mzk1MjYzNywieSI6MjEyfSx7IngiOjk5MS4zMzkzMzYzOTUyNjM3LCJ5IjoxOTkuNTIxMjcwNTYxNTQyODJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_PENDING_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\" transform=\"translate(454.5893363952637, 94)\"><g class=\"label\" data-id=\"L_PENDING_ACTIVE_0\" transform=\"translate(-66.265625, -12)\"><foreignObject width=\"132.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Autoryzacja udana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(643.5971488952637, 20)\"><g class=\"label\" data-id=\"L_PENDING_EXPIRED_0\" transform=\"translate(-45.8046875, -12)\"><foreignObject width=\"91.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Czas upłynął</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(643.5971488952637, 168)\"><g class=\"label\" data-id=\"L_PENDING_UNREGISTERED_0\" transform=\"translate(-97.7421875, -12)\"><foreignObject width=\"195.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Odmowa / Wyrejestrowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(866.3393363952637, 94)\"><g class=\"label\" data-id=\"L_ACTIVE_EXPIRED_0\" transform=\"translate(-45.8046875, -12)\"><foreignObject width=\"91.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Czas upłynął</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.95476, 195.90345)\"><g class=\"label\" data-id=\"L_ACTIVE_UNREGISTERED_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Wyrejestrowanie przez użytkownika</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 94)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-5.538257857783941 -19.5, -1.3030782155678828 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.251720929118243 -19.484662381350397, 10.730004358236489 -19.469324762700793, 11.0228067896239 -19.45993515863156 C11.472371948349846 -19.416566148450475, 11.921937107075792 -19.37319713826939, 12.267042152847864 -19.3399052695533 C12.53524810792681 -19.29654381070438, 12.803454063005756 -19.253182351855465, 13.501030759676757 -19.140403561325776 C13.826580780462823 -19.066098893493777, 14.152130801248891 -18.99179422566178, 14.71970188623539 -18.862249829261074 C15.069889044444666 -18.758316118874465, 15.420076202653945 -18.654382408487855, 15.918047751460602 -18.50658706670804 C16.153680496646487 -18.419872038314416, 16.389313241832372 -18.33315700992079, 17.091144095147794 -18.074876768247425 C17.483717872105597 -17.90109600247554, 17.876291649063404 -17.727315236703657, 18.23417041279238 -17.568892924097174 C18.48097529840527 -17.440134973359005, 18.727780184018155 -17.311377022620835, 19.342429764076783 -16.990714730406097 C19.599804789806335 -16.834692477305303, 19.85717981553589 -16.678670224204513, 20.411368073605697 -16.342718045390892 C20.730859944805584 -16.11985434662205, 21.050351816005467 -15.896990647853203, 21.436592844578712 -15.627565626425154 C21.807919591539566 -15.331442427143603, 22.17924633850042 -15.03531922786205, 22.41389120850187 -14.848196188198123 C22.71594205562643 -14.573881600667073, 23.01799290275099 -14.299567013136025, 23.339247236767985 -14.007812326905688 C23.546660142264138 -13.793641473064675, 23.75407304776029 -13.579470619223661, 24.208858442968648 -13.10986736009568 C24.489592174169825 -12.780101545224943, 24.770325905371006 -12.450335730354205, 25.019151408126582 -12.158051136245305 C25.293120694667877 -11.790957251395428, 25.567089981209175 -11.42386336654555, 25.766796464640635 -11.156274872382312 C25.997234482336406 -10.802260195929659, 26.22767250003218 -10.448245519477007, 26.448721378604247 -10.108655082055241 C26.636886650808265 -9.774548587457073, 26.825051923012285 -9.440442092858905, 27.0621239742735 -9.019496659696287 C27.213733657399914 -8.704675908756737, 27.365343340526326 -8.389855157817188, 27.60448364880834 -7.893275190886684 C27.703888269906273 -7.6477438549171906, 27.8032928910042 -7.402212518947697, 28.073571729970325 -6.734618561215508 C28.19160674981368 -6.379115887773782, 28.309641769657038 -6.023613214332056, 28.46746063421488 -5.548287939305138 C28.534503545428105 -5.292624262267597, 28.601546456641326 -5.036960585230056, 28.78453178754556 -4.339158212148133 C28.840357189398727 -4.052506572334977, 28.896182591251897 -3.76585493252182, 29.023482276581777 -3.1121979531509023 C29.070331050054463 -2.748848117433467, 29.11717982352715 -2.385498281716032, 29.183330202509367 -1.872449005199798 C29.209652127240677 -1.4624637808344065, 29.235974051971986 -1.0524785564690151, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.35154391983156286, 29.263418715913414 -0.07808207701585002, 29.263418715913414 0.625005762647271 C29.237355119195588 1.030967319684049, 29.211291522477758 1.436928876720827, 29.183330202509367 1.8724490051997846 C29.15110564639527 2.1223762989623567, 29.118881090281175 2.372303592724929, 29.023482276581777 3.1121979531508885 C28.962566634907272 3.424986898624041, 28.90165099323277 3.7377758440971935, 28.78453178754556 4.339158212148129 C28.687939616788793 4.707506022555301, 28.591347446032028 5.0758538329624745, 28.467460634214884 5.548287939305125 C28.337382498027115 5.940062560366215, 28.207304361839345 6.331837181427304, 28.07357172997033 6.734618561215495 C27.945060201330577 7.052044521557062, 27.81654867269083 7.369470481898628, 27.604483648808344 7.893275190886679 C27.444246086502257 8.22601191754986, 27.28400852419617 8.55874864421304, 27.062123974273504 9.019496659696284 C26.88212662498543 9.339100180065312, 26.702129275697352 9.65870370043434, 26.44872137860425 10.108655082055236 C26.259528364978387 10.399306356422153, 26.070335351352522 10.68995763078907, 25.76679646464064 11.156274872382301 C25.5255987771661 11.47945780003682, 25.284401089691556 11.802640727691342, 25.019151408126582 12.158051136245302 C24.857019476752985 12.348500528404974, 24.694887545379384 12.538949920564649, 24.20885844296866 13.10986736009567 C23.999378810470393 13.326172279247807, 23.789899177972128 13.542477198399945, 23.33924723676799 14.007812326905684 C23.077963240536633 14.245103539087294, 22.816679244305277 14.482394751268902, 22.413891208501887 14.848196188198111 C22.081532334651165 15.113243545652987, 21.749173460800442 15.378290903107862, 21.436592844578715 15.627565626425152 C21.165791328125607 15.816465041494132, 20.894989811672502 16.00536445656311, 20.411368073605708 16.34271804539089 C19.9956486983279 16.594729573722518, 19.57992932305009 16.846741102054146, 19.342429764076787 16.990714730406093 C19.090028456296814 17.122392331004153, 18.837627148516837 17.25406993160221, 18.234170412792388 17.56889292409717 C17.917648909843987 17.709007604175643, 17.60112740689559 17.849122284254115, 17.091144095147804 18.07487676824742 C16.666969147714504 18.230977069933108, 16.242794200281203 18.38707737161879, 15.918047751460616 18.506587066708033 C15.539134887532285 18.61904641576775, 15.160222023603955 18.73150576482747, 14.719701886235413 18.86224982926107 C14.289524403920595 18.96043503242901, 13.859346921605775 19.05862023559695, 13.501030759676766 19.140403561325773 C13.241765846254983 19.182319501898373, 12.982500932833203 19.224235442470977, 12.267042152847878 19.3399052695533 C11.970529795410245 19.368509460067024, 11.674017437972614 19.39711365058075, 11.0228067896239 19.45993515863156 C10.563251635738613 19.474672197946816, 10.103696481853325 19.489409237262077, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C5.233753428536864 19.5, 0.6940693570737277 19.5, -9.773437499999996 19.5 C-10.060317676683958 19.490800311112135, -10.347197853367918 19.48160062222427, -11.022806789623893 19.45993515863156 C-11.378004061773867 19.42566970497447, -11.73320133392384 19.391404251317383, -12.267042152847871 19.3399052695533 C-12.665872510422323 19.27542547031628, -13.064702867996775 19.210945671079255, -13.501030759676759 19.140403561325773 C-13.797960336800864 19.072631322993768, -14.094889913924971 19.004859084661764, -14.719701886235388 18.862249829261074 C-15.00749219269901 18.776835176944818, -15.29528249916263 18.691420524628562, -15.918047751460593 18.506587066708043 C-16.29589544218441 18.367535623735915, -16.673743132908225 18.228484180763786, -17.091144095147797 18.074876768247425 C-17.46691583518293 17.90853376580649, -17.842687575218065 17.742190763365553, -18.23417041279238 17.568892924097174 C-18.604815160038044 17.375527796868404, -18.975459907283707 17.18216266963963, -19.34242976407678 16.990714730406097 C-19.564726557417313 16.855957107922105, -19.78702335075785 16.72119948543811, -20.411368073605686 16.3427180453909 C-20.72549503623278 16.123596674599284, -21.03962199885987 15.904475303807672, -21.436592844578712 15.627565626425156 C-21.672218183640048 15.439660688777346, -21.907843522701384 15.251755751129537, -22.41389120850187 14.848196188198125 C-22.706600216423737 14.58236561185944, -22.999309224345602 14.316535035520758, -23.339247236767974 14.007812326905697 C-23.514296294057225 13.827059803459663, -23.689345351346475 13.64630728001363, -24.208858442968655 13.109867360095677 C-24.425846382032802 12.854980979907422, -24.64283432109695 12.600094599719167, -25.01915140812658 12.158051136245307 C-25.264693333292083 11.829047325853095, -25.510235258457588 11.500043515460884, -25.766796464640635 11.156274872382316 C-25.955398509573136 10.866531484625714, -26.14400055450564 10.576788096869114, -26.448721378604244 10.108655082055249 C-26.593832377757344 9.850995808976881, -26.73894337691045 9.593336535898514, -27.0621239742735 9.019496659696289 C-27.22163315361855 8.6882724358366, -27.3811423329636 8.357048211976911, -27.60448364880834 7.893275190886686 C-27.73489551874452 7.571155350802342, -27.8653073886807 7.249035510717997, -28.073571729970325 6.73461856121551 C-28.166477440227133 6.454801364436711, -28.25938315048394 6.174984167657912, -28.46746063421488 5.5482879393051325 C-28.588737605987895 5.085806284162577, -28.71001457776091 4.623324629020021, -28.784531787545557 4.339158212148136 C-28.842628112526956 4.040845862031284, -28.90072443750836 3.7425335119144316, -29.023482276581777 3.112197953150904 C-29.085727496263534 2.6294363210081055, -29.14797271594529 2.1466746888653065, -29.183330202509364 1.872449005199809 C-29.2074573302085 1.496649516218854, -29.23158445790763 1.120850027237899, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.3428233985949582, -29.263418715913414 0.06064103454263825, -29.263418715913414 -0.6250057626472687 C-29.240105927599053 -0.988121258387489, -29.21679313928469 -1.3512367541277093, -29.183330202509367 -1.8724490051997822 C-29.129514138208986 -2.289835772729634, -29.075698073908605 -2.7072225402594863, -29.023482276581777 -3.112197953150895 C-28.964094601617646 -3.4171411125021676, -28.904706926653514 -3.72208427185344, -28.78453178754556 -4.339158212148126 C-28.702120348170126 -4.653428747830414, -28.619708908794696 -4.967699283512704, -28.467460634214884 -5.548287939305123 C-28.324041566108043 -5.980243321717612, -28.180622498001206 -6.412198704130102, -28.073571729970332 -6.734618561215485 C-27.932035693668606 -7.084215307293854, -27.79049965736688 -7.433812053372222, -27.604483648808344 -7.893275190886676 C-27.403611414321453 -8.310390683776001, -27.202739179834563 -8.727506176665328, -27.062123974273504 -9.019496659696282 C-26.898303274929546 -9.310376900026101, -26.734482575585584 -9.601257140355921, -26.448721378604247 -10.108655082055243 C-26.187047541986846 -10.510656364363326, -25.92537370536945 -10.91265764667141, -25.76679646464064 -11.156274872382308 C-25.58326134567207 -11.402195211406884, -25.3997262267035 -11.648115550431461, -25.019151408126586 -12.158051136245302 C-24.79273467802181 -12.42401311090329, -24.56631794791703 -12.689975085561278, -24.208858442968662 -13.10986736009567 C-23.92473755870601 -13.403245499855274, -23.64061667444336 -13.696623639614876, -23.339247236767996 -14.007812326905677 C-22.970567557729016 -14.342637456679112, -22.60188787869004 -14.677462586452549, -22.413891208501887 -14.848196188198107 C-22.18990972182684 -15.026815463423777, -21.965928235151797 -15.205434738649444, -21.43659284457872 -15.627565626425149 C-21.160997784587696 -15.819808809957022, -20.885402724596677 -16.012051993488896, -20.41136807360571 -16.342718045390885 C-20.03712951559445 -16.569583658527193, -19.66289095758319 -16.7964492716635, -19.34242976407679 -16.99071473040609 C-18.936470158763207 -17.20250359646865, -18.530510553449624 -17.414292462531208, -18.234170412792388 -17.56889292409717 C-17.96897323417379 -17.686287848276827, -17.703776055555192 -17.803682772456487, -17.091144095147804 -18.07487676824742 C-16.624952470530378 -18.24643959553477, -16.15876084591295 -18.41800242282212, -15.918047751460618 -18.506587066708033 C-15.530693408496138 -18.62155180243545, -15.143339065531658 -18.736516538162874, -14.719701886235413 -18.862249829261067 C-14.301398622453307 -18.957724819535436, -13.883095358671202 -19.053199809809804, -13.501030759676768 -19.140403561325773 C-13.246039678332702 -19.18162854187211, -12.991048596988636 -19.22285352241845, -12.26704215284788 -19.3399052695533 C-11.926648008813524 -19.37274268324444, -11.58625386477917 -19.40558009693558, -11.022806789623903 -19.45993515863156 C-10.694051904142317 -19.470477687926387, -10.365297018660732 -19.481020217221218, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-4.705423520562405 -19.5, 0.36259045887518937 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-4.246062490343576 -19.5, 1.2813125193128485 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.241556844106102 -19.484988323773546, 10.709676188212205 -19.469976647547092, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.213143533291994 -19.4858994833482, 10.65284956658399 -19.471798966696397, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.30051748004981 -19.433144742322142, 11.57822817047572 -19.406354326012725, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.44349646600619 -19.419351731504317, 11.864186142388478 -19.37876830437708, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.639301255111222 -19.279721304811815, 13.01156035737458 -19.219537340070328, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.638967010478332 -19.279775342891952, 13.0108918681088 -19.21964541623061, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.748594352808498 -19.083898786696878, 13.996157945940238 -19.02739401206798, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.78684449062198 -19.075168442346428, 14.072658221567204 -19.009933323367076, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.109918535557968 -18.746435576031125, 15.500135184880547 -18.630621322801172, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.119316409430295 -18.743646336396264, 15.518930932625201 -18.625042843531453, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.15394979014847 -18.419772935816365, 16.38985182883634 -18.332958804924687, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.291501924356137 -18.369152478909953, 16.66495609725167 -18.231717891111863, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.35165925455491 -17.959554435085526, 17.61217441396203 -17.844232101923623, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.500663589589458 -17.893594636022286, 17.91018308403112 -17.712312503797147, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.477387159267565 -17.44200690324883, 18.720603905742752 -17.31512088240049, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.546720454384953 -17.405835767596187, 18.859270495977523 -17.242778611095197, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.65708500728958 -16.79996887285104, 19.97174025050238 -16.60922301529598, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.68431679659531 -16.783460802142148, 20.026203829113836 -16.576206873878203, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.635842262792 -16.18613456834556, 20.860316451978303 -16.02955109130023, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.788191015332192 -16.079862673644726, 21.165013957058687 -15.817007301898563, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.660683433496295 -15.448859345064395, 21.884774022413875 -15.270153063703638, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.792514783408823 -15.34372735168871, 22.14843672223893 -15.059889076952267, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.66402112778124 -14.621034813583604, 22.914151047060614 -14.393873438969083, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.758545183574405 -14.535190567081719, 23.10319915864694 -14.222184945965314, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.526765920873192 -13.814183889996778, 23.714284604978396 -13.62055545308787, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.683245453365142 -13.652605925490297, 24.027243669962296 -13.297399524074905, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.38703893178122 -12.900566419179405, 24.565219420593788 -12.69126547826313, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.50003565586595 -12.767834037373735, 24.791212868763253 -12.425800714651787, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.203950402100194 -11.910437319855356, 25.388749396073802 -11.662823503465408, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.2660712910089 -11.827200988047094, 25.512991173891212 -11.496350839848885, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C25.93707554623223 -10.894680476721923, 26.107354627823828 -10.633086081061535, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.983263069184495 -10.823724038380737, 26.199729673728353 -10.491173204379162, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.69072993536921 -9.678944383495338, 26.93273849213417 -9.249233684935435, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.633594301390584 -9.780394487234696, 26.81846722417692 -9.452133892414151, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.17517180982802 -8.784750410331139, 27.288219645382537 -8.550004160965992, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.20588303923837 -8.720977885345505, 27.349642104203237 -8.422459110994723, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.75638747766919 -7.518069796739648, 27.90829130653004 -7.142864402592613, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.705884228079032 -7.642813799641241, 27.807284807349728 -7.392352408395798, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.228793019235397 -6.267116769102999, 28.38401430850047 -5.7996149769904894, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.15777021337909 -6.481026144394817, 28.241968696787858 -6.227433727574126, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.589071652235518 -5.084532421043832, 28.710682670256155 -4.620776902782527, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.533524347203148 -5.2963583694865495, 28.599588060191415 -5.044428799667961, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.84092937347157 -4.049568528052082, 28.897326959397578 -3.7599788439560307, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.866936972841412 -3.9160250019960263, 28.94934215813726 -3.4928917918439195, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.076468877750305 -2.7012443378757065, 29.12945547891883 -2.2902907226005107, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.084526305877088 -2.6387525164435184, 29.145570335172398 -2.165307079736135, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.203674104619243 -1.5555763085362693, 29.224018006729118 -1.2387036118727406, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.20080376109562 -1.6002842258162608, 29.218277319681874 -1.3281194464327237, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.3144424682513885, 29.263418715913414 -0.0038791738555012945, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.36029599281912483, 29.263418715913414 -0.09558622299097397, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.24295131706587 0.943802020684783, 29.222483918218323 1.262598278722295, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.234940608869593 1.0685752669690265, 29.206462501825776 1.512144771290782, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.140693300389504 2.203132398432802, 29.09805639826964 2.533815791665819, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.14302452436853 2.185051885603713, 29.102718846227692 2.4976547660076416, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.96568480272479 3.4089757659060913, 28.907887328867805 3.7057535786612936, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.96286628579331 3.4234482546554847, 28.90225029500484 3.7346985561600814, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.68348588228808 4.724490042467271, 28.582439977030596 5.109821872786413, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.720092026972925 4.584894947580489, 28.65565226640029 4.830631683012848, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.31367912502295 6.011453343235145, 28.159897615831017 6.474618747165165, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.310381496395863 6.021385275254162, 28.15330235857684 6.494482611203198, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.966929330938964 6.99802734861349, 27.8602869319076 7.261436136011484, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.943529450349185 7.055825506076159, 27.81348717072804 7.377032450936825, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.44418005472238 8.226149033953629, 27.283876460636417 8.559022877020578, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.425940350673237 8.264024169678821, 27.247397052538133 8.634773148470963, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.870395466428512 9.359930039991738, 26.678666958583516 9.700363420287191, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.886680546130183 9.331014231938283, 26.71123711798686 9.642531804180283, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.183389965944393 10.516275383361224, 25.91805855328453 10.92389568466721, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.244522530023946 10.422359348543061, 26.040323681443642 10.736063615030886, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.519970334978517 11.486999399806551, 25.27314420531639 11.8177239272308, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.59590363729743 11.38525569236536, 25.425010809954212 11.61423651234842, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.845925624423288 12.361531998609518, 24.67269984071999 12.565012860973733, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.82589111281983 12.385065675934943, 24.63263081751308 12.612080215624584, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.870220710060376 13.459538621998403, 23.53158297715209 13.809209883901138, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.960389696160636 13.366431740838449, 23.711920949352614 13.622996121581227, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.094855995865927 14.229761985655042, 22.850464754963866 14.4517116444044, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.040147005129025 14.279447243521723, 22.741046773490062 14.551082160137762, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.116957316533984 15.084993065299798, 21.820023424566077 15.321789942401484, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.03706357168426 15.148706200755612, 21.660235934866634 15.449216213313113, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.200648607027603 15.792150112679384, 20.96470436947649 15.956734598933615, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.124461112145745 15.84529521100547, 20.812329379712775 16.063024795585786, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.072038185884857 16.548421817451032, 19.732708298164006 16.75412558951118, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.16182008744233 16.493995501109875, 19.912272101278955 16.645272956828858, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C19.01356972873408 17.16228080019948, 18.684709693391373 17.33384686999286, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.02426358325222 17.156701823147106, 18.706097402427655 17.322688915888115, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.91995106407269 17.707988508789576, 17.605731715352995 17.847084093481982, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.796084680913822 17.7628204822483, 17.35799894903526 17.95674804039943, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.812299397649237 18.17749419453902, 16.53345470015067 18.28011162083062, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.666691687059163 18.23107917801909, 16.242239278970526 18.387281587790756, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.47211251279538 18.63893830478204, 15.026177274130145 18.771289542856053, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.501396857363792 18.6302468650308, 15.084745963266968 18.753906663353565, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.240769966165884 18.971562914694086, 13.761838046096354 19.0808760001271, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.395026348482455 18.936354902047295, 14.070350810729497 19.01045997483352, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.253567801724513 19.18041145326359, 13.006104843772262 19.22041934520141, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.21891213364189 19.18601431292047, 12.936793507607014 19.23162506451517, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.860002167537322 19.379171927399003, 11.452962182226768 19.418438585244708, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.967661024178684 19.368786206977532, 11.66827989550949 19.397667144401762, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.613575183702244 19.47305841971247, 10.204343577780588 19.486181680793376, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.741941753588792 19.468941953666576, 10.461076717553683 19.477948748701593, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.7734375 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C2.267532902775228 19.5, -5.238371694449544 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C3.2283028738034156 19.5, -3.3168317523931687 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.077330373858077 19.490254747026967, -10.381223247716159 19.480509494053933, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.079800124279434 19.49017554693803, -10.38616274855887 19.480351093876063, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.465156069622992 19.417262255592888, -11.90750534962209 19.37458935255422, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.38712991644408 19.424789344749883, -11.751453043264267 19.389643530868202, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.656671332652387 19.27691304538192, -13.046300512456902 19.213920821210543, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.546099839758368 19.29478938685829, -12.825157526668864 19.249673504163287, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.792607084616572 19.073853167871597, -14.084183409556383 19.007302774417425, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.829246657074355 19.065490424553666, -14.157462554471953 18.990577287781555, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-14.994102966384741 18.78080902903341, -15.268504046534096 18.699368228805742, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.167207129401648 18.729432622092286, -15.614712372567906 18.596615414923495, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.191958015302678 18.405785557615435, -16.46586827914476 18.304984048522822, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.269127981797602 18.37738629659395, -16.620208212134614 18.24818552647986, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.345539064220418 17.96226366179761, -17.59993403329304 17.849650555347797, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.449321979642182 17.916322043751197, -17.80749986413657 17.75776731925497, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.476413429790988 17.44251489729306, -18.718656446789595 17.316136870488943, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.54039715531834 17.40913462866897, -18.846623897844307 17.249376333240765, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.614570729502088 16.825741277887445, -19.886711694927392 16.660767825368794, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.595044013879303 16.837578487649697, -19.847658263681826 16.684442244893294, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.675342527433944 16.15858089367024, -20.939316981262202 15.97444374194958, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.699822367820666 16.141504816731672, -20.988276662035645 15.940291588072448, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.635766310462305 15.468730087611513, -21.834939776345895 15.309894548797873, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.670132849012923 15.441323687649394, -21.90367285344713 15.255081748873634, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.642287988921368 14.6407722752688, -22.870684769340862 14.433348362339473, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.65749234868973 14.626964078012486, -22.90109348887759 14.405731967826847, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.582813317450647 13.75631035145372, -23.826379398133316 13.504808376001742, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.605894097416506 13.732477551171693, -23.872540958065038 13.457142775437688, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.525101913594817 12.738389784734936, -24.841345384220983 12.366912209374197, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.393051420830837 12.893503807421409, -24.577244398693015 12.67714025474714, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.17748699126889 11.945895879502979, -25.3358225744112 11.733740622760651, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.29447506703568 11.789142515808434, -25.569798725944782 11.420233895371561, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-25.913044092204093 10.931599243458104, -26.059291719767554 10.706923614533894, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-25.94372708038789 10.884461934071819, -26.12065769613515 10.612648995761322, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.689704644706765 9.680764890888446, -26.930687910809286 9.252874699721643, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.654173020670658 9.743854887331636, -26.859624662737072 9.379054692608022, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.266397504263885 8.595318303917898, -27.470671034254266 8.171139948139507, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.228328908302988 8.674368557968164, -27.394533842332475 8.32924045624004, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.775567894268622 7.470693796910923, -27.946652139728908 7.048112402935159, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.699154456448905 7.659436465678944, -27.79382526408947 7.425597740471202, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.170065201490832 6.443995599142573, -28.266558673011343 6.153372637069637, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.219014452654157 6.296568253642694, -28.364457175337986 5.858517946069878, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.549808434479857 5.2342600871323866, -28.63215623474483 4.92023223495964, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.564001554978972 5.180135567331924, -28.66054247574306 4.811983195358715, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.868370139115115 3.9086659960803343, -28.952208490684676 3.4781737800125327, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.849447518222682 4.005829655065636, -28.914363248899807 3.6725010979831363, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.07836852408454 2.6865110560349725, -29.1332547715873 2.260824158919041, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.07045629341584 2.7478767546547083, -29.117430310249908 2.383555556158512, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.19985834725204 1.615009809554343, -29.21638649199471 1.357570613908877, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.205571466998588 1.5260233579545577, -29.227812731487816 1.1795977107093063, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.13664089385492972, -29.263418715913414 -0.3517239749374187, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.2691737855343668, -29.263418715913414 -0.08665819157854449, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.243214398165904 -0.9397043201965147, -29.22301008041839 -1.2544028777457608, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.23150234555231 -1.122128993451895, -29.199585975191212 -1.6192522242565213, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.142837556918053 -2.186501968228709, -29.10234491132674 -2.500554931257636, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.132695163670842 -2.2651643674120034, -29.082060124832317 -2.6578797296242245, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.94345964147681 -3.5230972716249798, -28.863437006371843 -3.933996590099064, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.93094118936894 -3.587376877423103, -28.838400102156104 -4.062555801695311, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.669872281535053 -4.776404602310439, -28.55521277552455 -5.213650992472752, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.696746131981776 -4.673922963356626, -28.608960476417995 -5.008687714565125, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.36059825491745 -5.870140399541068, -28.25373587562001 -6.191992859777014, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.352793230122465 -5.893647890661732, -28.238125826030046 -6.23900784201834, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.94788629145874 -7.045064024301765, -27.822200852947148 -7.355509487388046, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.90507340090272 -7.150812691706064, -27.736575071835105 -7.567006822196643, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.42634735528714 -8.263179015889545, -27.24821106176594 -8.633082840892413, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.466172420668993 -8.18048141550424, -27.32786119252964 -8.467687640121802, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.887679251001845 -9.32924093030881, -26.713234527730187 -9.63898520092134, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.851896985922206 -9.392775965304953, -26.641669997570908 -9.766055270913624, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.221530218686983 -10.457681713056715, -25.99433905876972 -10.806708344058187, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.204904957671374 -10.483222578484362, -25.961088536738504 -10.857790074913481, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.47421823487286 -11.548303045846069, -25.18164000510508 -11.94033121930983, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.53907141328931 -11.461405695014127, -25.311346361937975 -11.766536517645944, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.745636973294737 -12.479336754811026, -24.472122538462887 -12.80062237337675, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.751222834810378 -12.472775284030229, -24.48329426149417 -12.787499431815156, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.97605946812078 -13.350251414777398, -23.7432604932729 -13.590635469459126, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.95307969257451 -13.373979919703583, -23.697300942180355 -13.638092479311496, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.031935169324974 -14.286905015525692, -22.72462310188195 -14.565997704145708, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.017929141054623 -14.299624919821625, -22.69661104534125 -14.59143751273757, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.079229950474666 -15.115079635764726, -21.74456869244744 -15.381963083331344, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.136464436992274 -15.069436655840585, -21.85903766548266 -15.290677123483063, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.086878303516325 -15.871511351371787, -20.737163762453935 -16.115457076318425, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.150661717828402 -15.827018802687189, -20.864730591078086 -16.02647197894923, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.186006537124197 -16.47933353317737, -19.960645000642682 -16.615949020963857, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-19.989948775472566 -16.598184900453884, -19.568529477339425 -16.853651755516882, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-18.959129616661436 -17.19068217179722, -18.57582946924608 -17.390649613188348, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-19.038491994296816 -17.14927887021887, -18.73455422451684 -17.30784301003165, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.859293070071526 -17.73484000337843, -17.484415727350665 -17.90078708265969, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.875153073284732 -17.727819250426226, -17.516135733777073 -17.886745576755278, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.672304263493594 -18.229013698009133, -16.253464431839383 -18.383150627770842, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.666683239483863 -18.231082286804888, -16.242222383819918 -18.38728780536236, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.45267363769583 -18.64470766087485, -14.987299523931041 -18.782828255041668, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.528048206767693 -18.622336884423508, -15.13804866207477 -18.738086702138983, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.455495487954671 -18.92255321556077, -14.191289089673932 -18.982856601860476, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.41981932347672 -18.930696067294136, -14.119936760718026 -18.9991423053272, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.058047158974926 -19.212021714498118, -12.615063558273082 -19.28363986767046, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.162676621957663 -19.19510603433667, -12.824322484238559 -19.24980850734757, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.878502626922188 -19.377387210332206, -11.489963100996496 -19.41486915111111, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.821511356333675 -19.382885089663848, -11.37598055981947 -19.425864909774393, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.527905954758975 -19.47580566513964, -10.033005119894046 -19.491676171647722, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.575611333234761 -19.474275846504806, -10.128415876845617 -19.488616534378057, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-flowchart-PENDING-1\" data-look=\"classic\" transform=\"translate(239.92527389526367, 94)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-123.3984375\" y=\"-27\" width=\"246.796875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-93.3984375, -12)\"><rect></rect><foreignObject width=\"186.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_pending_registration</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-flowchart-ACTIVE-3\" data-look=\"classic\" transform=\"translate(643.5971488952637, 94)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-71.8046875\" y=\"-27\" width=\"143.609375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-41.8046875, -12)\"><rect></rect><foreignObject width=\"83.609375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_active</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-flowchart-EXPIRED-5\" data-look=\"classic\" transform=\"translate(1086.7143363952637, 57)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-77.140625\" y=\"-27\" width=\"154.28125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-47.140625, -12)\"><rect></rect><foreignObject width=\"94.28125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_expired</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-flowchart-UNREGISTERED-7\" data-look=\"classic\" transform=\"translate(1086.7143363952637, 190)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-95.375\" y=\"-27\" width=\"190.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-65.375, -12)\"><rect></rect><foreignObject width=\"130.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_unregistered</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-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-41fe9f9da41ae4931db67747bed2747c80f955e525b89c7d385d8725d697a62f-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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1190.08935546875px;\" viewBox=\"-0.0000019073486328125 0 1190.08935546875 227.90345764160156\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .error-icon{fill:#a44141;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .error-text{fill:#ddd;stroke:#ddd;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-thickness-normal{stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-thickness-thick{stroke-width:3.5px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-pattern-solid{stroke-dasharray:0;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .marker.cross{stroke:lightgrey;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 p{margin:0;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster-label text{fill:#F9FFFE;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster-label span{color:#F9FFFE;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster-label span p{background-color:transparent;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .label text,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 span{fill:#ccc;color:#ccc;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node rect,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node circle,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node ellipse,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node polygon,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .rough-node .label text,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node .label text,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .image-shape .label,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .icon-shape .label{text-anchor:middle;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .rough-node .label,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node .label,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .image-shape .label,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .icon-shape .label{text-align:center;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node.clickable{cursor:pointer;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .arrowheadPath{fill:lightgrey;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster text{fill:#F9FFFE;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .cluster span{color:#F9FFFE;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 rect.text{fill:none;stroke-width:0;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .icon-shape,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .icon-shape p,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .icon-shape .label rect,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .node .neo-node{stroke:#ccc;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node rect,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].cluster rect,#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node polygon{stroke:url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node path{stroke:url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-gradient);stroke-width:1px;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node circle{stroke:url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717 .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_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=\"M67.027,94.5L71.11,94.417C75.194,94.333,83.36,94.167,90.944,94.083C98.527,94,105.527,94,109.027,94L112.527,94\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_Start_PENDING_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_Start_PENDING_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI2NzIsInkiOjk0LjUwMDAwMDAwMDAwMDAxfSx7IngiOjkxLjUyNjgzNjM5NTI2MzY3LCJ5Ijo5NH0seyJ4IjoxMTYuNTI2ODM2Mzk1MjYzNjcsInkiOjk0fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path><path d=\"M363.324,94L378.535,94C393.746,94,424.167,94,458.246,94C492.324,94,530.058,94,548.925,94L567.792,94\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_PENDING_ACTIVE_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_PENDING_ACTIVE_0\" data-points=\"W3sieCI6MzYzLjMyMzcxMTM5NTI2MzcsInkiOjk0fSx7IngiOjQ1NC41ODkzMzYzOTUyNjM3LCJ5Ijo5NH0seyJ4Ijo1NzEuNzkyNDYxMzk1MjYzNywieSI6OTR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path><path d=\"M318.249,67L340.972,59.167C363.696,51.333,409.142,35.667,463.367,27.833C517.592,20,580.595,20,649.22,20C717.845,20,792.092,20,852.431,23.898C912.769,27.795,959.199,35.591,982.414,39.488L1005.629,43.386\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_PENDING_EXPIRED_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_PENDING_EXPIRED_0\" data-points=\"W3sieCI6MzE4LjI0ODY0ODA1MDY2OTEsInkiOjY3fSx7IngiOjQ1NC41ODkzMzYzOTUyNjM3LCJ5IjoyMH0seyJ4Ijo2NDMuNTk3MTQ4ODk1MjYzNywieSI6MjB9LHsieCI6ODY2LjMzOTMzNjM5NTI2MzcsInkiOjIwfSx7IngiOjEwMDkuNTczNzExMzk1MjYzNywieSI6NDQuMDQ4NDI1OTc4NDQ1ODM1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path><path d=\"M318.249,121L340.972,128.833C363.696,136.667,409.142,152.333,463.367,160.167C517.592,168,580.595,168,649.22,168C717.845,168,792.092,168,849.386,170.014C906.679,172.027,947.019,176.054,967.189,178.068L987.359,180.081\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_PENDING_UNREGISTERED_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_PENDING_UNREGISTERED_0\" data-points=\"W3sieCI6MzE4LjI0ODY0ODA1MDY2OTEsInkiOjEyMX0seyJ4Ijo0NTQuNTg5MzM2Mzk1MjYzNywieSI6MTY4fSx7IngiOjY0My41OTcxNDg4OTUyNjM3LCJ5IjoxNjh9LHsieCI6ODY2LjMzOTMzNjM5NTI2MzcsInkiOjE2OH0seyJ4Ijo5OTEuMzM5MzM2Mzk1MjYzNywieSI6MTgwLjQ3ODcyOTQzODQ1NzE4fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path><path d=\"M715.402,94L740.558,94C765.714,94,816.027,94,864.398,90.102C912.769,86.205,959.199,78.409,982.414,74.512L1005.629,70.614\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_ACTIVE_EXPIRED_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_ACTIVE_EXPIRED_0\" data-points=\"W3sieCI6NzE1LjQwMTgzNjM5NTI2MzcsInkiOjk0fSx7IngiOjg2Ni4zMzkzMzYzOTUyNjM3LCJ5Ijo5NH0seyJ4IjoxMDA5LjU3MzcxMTM5NTI2MzcsInkiOjY5Ljk1MTU3NDAyMTU1NDE3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path><path d=\"M694.564,121L723.193,136.167C751.822,151.333,809.081,181.667,857.88,194.82C906.679,207.973,947.019,203.946,967.189,201.932L987.359,199.919\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-L_ACTIVE_UNREGISTERED_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_ACTIVE_UNREGISTERED_0\" data-points=\"W3sieCI6Njk0LjU2MzU4MTYyODMxNDUsInkiOjEyMX0seyJ4Ijo4NjYuMzM5MzM2Mzk1MjYzNywieSI6MjEyfSx7IngiOjk5MS4zMzkzMzYzOTUyNjM3LCJ5IjoxOTkuNTIxMjcwNTYxNTQyODJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_PENDING_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\" transform=\"translate(454.5893363952637, 94)\"><g class=\"label\" data-id=\"L_PENDING_ACTIVE_0\" transform=\"translate(-66.265625, -12)\"><foreignObject width=\"132.53125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Autoryzacja udana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(643.5971488952637, 20)\"><g class=\"label\" data-id=\"L_PENDING_EXPIRED_0\" transform=\"translate(-45.8046875, -12)\"><foreignObject width=\"91.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Czas upłynął</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(643.5971488952637, 168)\"><g class=\"label\" data-id=\"L_PENDING_UNREGISTERED_0\" transform=\"translate(-97.7421875, -12)\"><foreignObject width=\"195.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Odmowa / Wyrejestrowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(866.3393363952637, 94)\"><g class=\"label\" data-id=\"L_ACTIVE_EXPIRED_0\" transform=\"translate(-45.8046875, -12)\"><foreignObject width=\"91.609375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Czas upłynął</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.95476, 195.90345)\"><g class=\"label\" data-id=\"L_ACTIVE_UNREGISTERED_0\" transform=\"translate(-100, -24)\"><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"edgeLabel\"><p>Wyrejestrowanie przez użytkownika</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 94)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-4.879181834394495 -19.5, 0.015073831211010358 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.064437821477984 -19.490668186087966, 10.35543814295597 -19.48133637217593, 11.0228067896239 -19.45993515863156 C11.494805021016335 -19.414402056910056, 11.96680325240877 -19.368868955188553, 12.267042152847864 -19.3399052695533 C12.516658714159226 -19.299549199725824, 12.766275275470587 -19.259193129898346, 13.501030759676757 -19.140403561325776 C13.803160035730565 -19.071444525644274, 14.105289311784375 -19.002485489962773, 14.71970188623539 -18.862249829261074 C15.09304916260749 -18.75144231737368, 15.466396438979594 -18.640634805486286, 15.918047751460602 -18.50658706670804 C16.31465988344415 -18.360630135895736, 16.711272015427696 -18.214673205083432, 17.091144095147794 -18.074876768247425 C17.41541411519624 -17.931332049500355, 17.739684135244687 -17.787787330753286, 18.23417041279238 -17.568892924097174 C18.482347636186926 -17.439419025617337, 18.73052485958147 -17.309945127137503, 19.342429764076783 -16.990714730406097 C19.61711644286318 -16.82419805148768, 19.891803121649573 -16.657681372569265, 20.411368073605697 -16.342718045390892 C20.628033776274155 -16.19158143051648, 20.844699478942612 -16.04044481564206, 21.436592844578712 -15.627565626425154 C21.705534359452656 -15.413091925147462, 21.9744758743266 -15.198618223869769, 22.41389120850187 -14.848196188198123 C22.64540186923782 -14.637944331554156, 22.876912529973765 -14.427692474910186, 23.339247236767985 -14.007812326905688 C23.626761634040086 -13.710930106351224, 23.91427603131219 -13.414047885796762, 24.208858442968648 -13.10986736009568 C24.440369154648675 -12.837921704823643, 24.671879866328705 -12.565976049551605, 25.019151408126582 -12.158051136245305 C25.207642616326666 -11.90549008915952, 25.39613382452675 -11.652929042073731, 25.766796464640635 -11.156274872382312 C26.01906976472581 -10.768715338585238, 26.27134306481098 -10.381155804788165, 26.448721378604247 -10.108655082055241 C26.676468432594735 -9.704267125805167, 26.904215486585223 -9.299879169555092, 27.0621239742735 -9.019496659696287 C27.231523661399716 -8.667734584806038, 27.400923348525936 -8.31597250991579, 27.60448364880834 -7.893275190886684 C27.751690809391086 -7.529670658190472, 27.89889796997383 -7.16606612549426, 28.073571729970325 -6.734618561215508 C28.21312744792825 -6.314298973910297, 28.352683165886177 -5.8939793866050865, 28.46746063421488 -5.548287939305138 C28.565025294817048 -5.176231603637692, 28.662589955419215 -4.804175267970248, 28.78453178754556 -4.339158212148133 C28.836820643932803 -4.070665985853355, 28.889109500320046 -3.802173759558578, 29.023482276581777 -3.1121979531509023 C29.063821392075777 -2.7993357392387863, 29.10416050756978 -2.4864735253266703, 29.183330202509367 -1.872449005199798 C29.20448816320294 -1.5428966889989282, 29.22564612389651 -1.2133443727980584, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.27168968406620264, 29.263418715913414 0.08162639451487042, 29.263418715913414 0.625005762647271 C29.232406741769474 1.1080422923541184, 29.201394767625533 1.591078822060966, 29.183330202509367 1.8724490051997846 C29.13457238464914 2.250605012203525, 29.085814566788915 2.628761019207266, 29.023482276581777 3.1121979531508885 C28.938237569219684 3.5499115089799615, 28.85299286185759 3.9876250648090346, 28.78453178754556 4.339158212148129 C28.66855190632086 4.7814397652564, 28.55257202509616 5.223721318364673, 28.467460634214884 5.548287939305125 C28.386422262013166 5.792362604665534, 28.30538388981145 6.036437270025942, 28.07357172997033 6.734618561215495 C27.96329422942639 7.007006119629455, 27.85301672888245 7.279393678043417, 27.604483648808344 7.893275190886679 C27.438371707548118 8.238210191139705, 27.272259766287892 8.583145191392733, 27.062123974273504 9.019496659696284 C26.848575299658457 9.398673955623448, 26.63502662504341 9.77785125155061, 26.44872137860425 10.108655082055236 C26.24690107537483 10.418705264155248, 26.045080772145408 10.72875544625526, 25.76679646464064 11.156274872382301 C25.484659524448983 11.53431266903511, 25.202522584257324 11.912350465687918, 25.019151408126582 12.158051136245302 C24.760363565187976 12.462038062006407, 24.501575722249367 12.766024987767512, 24.20885844296866 13.10986736009567 C23.96949399837993 13.357030801319912, 23.73012955379121 13.604194242544152, 23.33924723676799 14.007812326905684 C23.058590373181072 14.262697464641631, 22.777933509594156 14.517582602377578, 22.413891208501887 14.848196188198111 C22.04177360998569 15.144950070549605, 21.669656011469495 15.441703952901097, 21.436592844578715 15.627565626425152 C21.15134854468108 15.826539702007015, 20.866104244783447 16.025513777588877, 20.411368073605708 16.34271804539089 C20.18259687245745 16.48140049193577, 19.953825671309186 16.62008293848065, 19.342429764076787 16.990714730406093 C18.94238671499419 17.199416932872683, 18.54234366591159 17.408119135339273, 18.234170412792388 17.56889292409717 C17.973383619233974 17.68433550164011, 17.71259682567556 17.799778079183046, 17.091144095147804 18.07487676824742 C16.651754840149533 18.23657607575653, 16.21236558515126 18.398275383265645, 15.918047751460616 18.506587066708033 C15.578747055543385 18.607289732230573, 15.239446359626154 18.70799239775311, 14.719701886235413 18.86224982926107 C14.457146513997591 18.92217637964043, 14.19459114175977 18.98210293001979, 13.501030759676766 19.140403561325773 C13.110991489055476 19.203462085800105, 12.720952218434185 19.266520610274437, 12.267042152847878 19.3399052695533 C11.923256304728913 19.373069876858363, 11.579470456609947 19.406234484163424, 11.0228067896239 19.45993515863156 C10.671004070476242 19.47121678709217, 10.319201351328585 19.482498415552786, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C3.56898734166103 19.5, -2.63546281667794 19.5, -9.773437499999996 19.5 C-10.194903054213237 19.486484420009315, -10.616368608426479 19.472968840018634, -11.022806789623893 19.45993515863156 C-11.305987242832726 19.432617080884825, -11.58916769604156 19.405299003138094, -12.267042152847871 19.3399052695533 C-12.613797337163332 19.28384458047979, -12.960552521478792 19.227783891406283, -13.501030759676759 19.140403561325773 C-13.82389936761667 19.066710908478058, -14.146767975556582 18.99301825563034, -14.719701886235388 18.862249829261074 C-15.058122539697237 18.761808355719857, -15.396543193159086 18.66136688217864, -15.918047751460593 18.506587066708043 C-16.200945620031302 18.402478035994793, -16.483843488602012 18.29836900528154, -17.091144095147797 18.074876768247425 C-17.3912536220028 17.942027183141526, -17.6913631488578 17.809177598035625, -18.23417041279238 17.568892924097174 C-18.531764229877272 17.413638420341922, -18.829358046962167 17.25838391658667, -19.34242976407678 16.990714730406097 C-19.733577807387878 16.753598487909862, -20.124725850698976 16.516482245413627, -20.411368073605686 16.3427180453909 C-20.716249230464268 16.130046148458916, -21.021130387322852 15.917374251526937, -21.436592844578712 15.627565626425156 C-21.687842835669514 15.4272004445733, -21.939092826760316 15.226835262721444, -22.41389120850187 14.848196188198125 C-22.633748307073713 14.648527788375239, -22.853605405645553 14.448859388552354, -23.339247236767974 14.007812326905697 C-23.639323105078038 13.697959356188587, -23.939398973388105 13.38810638547148, -24.208858442968655 13.109867360095677 C-24.413213398267573 12.8698204014752, -24.61756835356649 12.629773442854724, -25.01915140812658 12.158051136245307 C-25.26216673962704 11.832432731186834, -25.5051820711275 11.506814326128362, -25.766796464640635 11.156274872382316 C-25.953320350112406 10.869724095621347, -26.13984423558418 10.58317331886038, -26.448721378604244 10.108655082055249 C-26.67732049111159 9.70275420962821, -26.905919603618937 9.296853337201174, -27.0621239742735 9.019496659696289 C-27.17977582407839 8.77519007623012, -27.29742767388328 8.530883492763952, -27.60448364880834 7.893275190886686 C-27.735919479113132 7.568626148894944, -27.867355309417924 7.2439771069032, -28.073571729970325 6.73461856121551 C-28.206448384562428 6.334415248603919, -28.339325039154534 5.9342119359923275, -28.46746063421488 5.5482879393051325 C-28.58211122977661 5.111075528545813, -28.696761825338342 4.673863117786494, -28.784531787545557 4.339158212148136 C-28.868957579276156 3.9056496150089224, -28.953383371006755 3.472141017869709, -29.023482276581777 3.112197953150904 C-29.05809536200639 2.8437456977244335, -29.092708447431 2.575293442297963, -29.183330202509364 1.872449005199809 C-29.21010346259729 1.4554338683438064, -29.236876722685214 1.0384187314878037, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.126750007291133, -29.263418715913414 -0.37150574806501213, -29.263418715913414 -0.6250057626472687 C-29.24694763426819 -0.8815561544894586, -29.230476552622964 -1.1381065463316484, -29.183330202509367 -1.8724490051997822 C-29.15049496539651 -2.1271126201961192, -29.11765972828366 -2.3817762351924565, -29.023482276581777 -3.112197953150895 C-28.943075364936515 -3.5250704504425143, -28.862668453291256 -3.937942947734134, -28.78453178754556 -4.339158212148126 C-28.677643316706686 -4.746770277213066, -28.570754845867807 -5.154382342278007, -28.467460634214884 -5.548287939305123 C-28.348037451260694 -5.907971538862922, -28.228614268306508 -6.267655138420721, -28.073571729970332 -6.734618561215485 C-27.906896271070845 -7.146310167147997, -27.74022081217136 -7.55800177308051, -27.604483648808344 -7.893275190886676 C-27.39098612226468 -8.33660737286986, -27.17748859572102 -8.779939554853046, -27.062123974273504 -9.019496659696282 C-26.8414293668285 -9.411362282967199, -26.620734759383495 -9.803227906238114, -26.448721378604247 -10.108655082055243 C-26.24561653100314 -10.420678669258626, -26.042511683402033 -10.732702256462009, -25.76679646464064 -11.156274872382308 C-25.577209682208807 -11.410303889129773, -25.387622899776975 -11.664332905877238, -25.019151408126586 -12.158051136245302 C-24.820420326727117 -12.391491972575993, -24.621689245327648 -12.624932808906685, -24.208858442968662 -13.10986736009567 C-23.867270291193588 -13.462585171712258, -23.525682139418514 -13.815302983328845, -23.339247236767996 -14.007812326905677 C-22.98973746377498 -14.325227855216092, -22.64022769078196 -14.642643383526506, -22.413891208501887 -14.848196188198107 C-22.058639057618805 -15.131500324870602, -21.703386906735723 -15.414804461543099, -21.43659284457872 -15.627565626425149 C-21.172375240936173 -15.811872388930473, -20.908157637293627 -15.996179151435795, -20.41136807360571 -16.342718045390885 C-20.15834123380958 -16.49610440262606, -19.90531439401345 -16.649490759861234, -19.34242976407679 -16.99071473040609 C-19.014173079934462 -17.1619660322647, -18.685916395792134 -17.333217334123315, -18.234170412792388 -17.56889292409717 C-17.945444561343436 -17.696703293785543, -17.656718709894488 -17.824513663473915, -17.091144095147804 -18.07487676824742 C-16.755130689201284 -18.198532807709615, -16.419117283254764 -18.32218884717181, -15.918047751460618 -18.506587066708033 C-15.521883390815049 -18.624166569438472, -15.125719030169478 -18.741746072168915, -14.719701886235413 -18.862249829261067 C-14.378204659299245 -18.94019434283158, -14.036707432363077 -19.018138856402093, -13.501030759676768 -19.140403561325773 C-13.24218276103101 -19.18225209835061, -12.983334762385253 -19.224100635375446, -12.26704215284788 -19.3399052695533 C-11.858182046567153 -19.37934751227998, -11.449321940286426 -19.418789755006664, -11.022806789623903 -19.45993515863156 C-10.670707805492434 -19.471226287733558, -10.318608821360966 -19.482517416835556, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-5.37095801611268 -19.5, -0.96847853222536 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-5.070078033578211 -19.5, -0.3667185671564219 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.7734375 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.184096330275965 -19.486830970611972, 10.594755160551932 -19.473661941223945, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.063863311554874 -19.490686609502983, 10.354289123109748 -19.481373219005967, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.287095548547523 -19.43443953991193, 11.551384307471148 -19.408943921192307, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.465379653106098 -19.417240686763172, 11.907952516588297 -19.37454621489479, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.56074234468406 -19.29242210021623, 12.854442536520258 -19.244938930879158, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.667736431713847 -19.27512412597679, 13.068430710579827 -19.21034298240028, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.920445255396167 -19.044674939613184, 14.339859751115577 -18.948946317900592, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.76803668411794 -19.079461201448566, 14.035042608559124 -19.018518841571357, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.138220212811893 -18.738035786780696, 15.556738539388396 -18.613821744300314, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.083781201958141 -18.754192999445888, 15.447860517680894 -18.6461361696307, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.301020179801508 -18.365649672920267, 16.683992608142415 -18.224712279132493, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.33039765798381 -18.354838489386747, 16.74274756450702 -18.203089912065455, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.531421108905054 -17.879979194610666, 17.971698122662314 -17.685081620973904, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.327938602292058 -17.97005486419414, 17.56473310943632 -17.865232960140858, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.49574213053853 -17.43243112649369, 18.75731384828468 -17.295969328890205, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.540122830549524 -17.40927774372515, 18.846075248306672 -17.249662563353123, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.63298805014852 -16.81457658987939, 19.923546336220255 -16.638438449352684, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.60935501445333 -16.828903075000948, 19.876280264829877 -16.6670914195958, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.66199591136086 -16.167890915277123, 20.91262374911603 -15.993063785163352, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.777419793805528 -16.087376211503063, 21.143471514005356 -15.832034377615237, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.63223097345042 -15.471549424799223, 21.827869102322122 -15.315533223173292, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.63403657251615 -15.47010950759331, 21.831480300453585 -15.312653388761468, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.73658541934489 -14.55513384393144, 23.059279630187916 -14.262071499664758, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.705739478106157 -14.583147311625579, 22.997587747710444 -14.318098435053033, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.562838929012134 -13.776935547444275, 23.78643062125628 -13.54605876798286, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.65852573778044 -13.678131061357893, 23.9778042387929 -13.3484497958101, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.51331194261294 -12.752238955518603, 24.817765442257233 -12.394610550941525, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.456654980304496 -12.818791447318583, 24.704451517640347 -12.527715534541487, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.27222558056262 -11.818954800712422, 25.525299752998652 -11.47985846517954, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.20676178426515 -11.906670323876495, 25.394372160403723 -11.655289511507684, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C25.906466297798534 -10.941704502050158, 26.046136130956434 -10.727134131718001, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.955401867101102 -10.866526326561132, 26.144007269561573 -10.576777780739954, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.59860602033006 -9.842519723205296, 26.748490662055875 -9.576384364355352, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.62125130560944 -9.802310726107969, 26.793781232614634 -9.495966370160698, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.264977558990978 -8.598266850659048, 27.467831143708455 -8.177037041621807, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.257964459729212 -8.612829701332387, 27.453804945184924 -8.206162742968488, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.700467541443377 -7.6561931203558276, 27.79645143407841 -7.419111049824972, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.742406499615598 -7.552603082835842, 27.88032935042286 -7.211930974784999, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.16848592401171 -6.448752131286003, 28.26340011805309 -6.1628857013564975, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.217627870577015 -6.300744417937194, 28.3616840111837 -5.866870274658881, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.553861207228554 -5.218805108158783, 28.640261780242227 -4.889322277012427, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.54757462709143 -5.24277856284271, 28.627688619967977 -4.9372691863802824, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.873450241549076 -3.8825807437619893, 28.96236869555259 -3.426003275375846, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.871336190708153 -3.8934359480253335, 28.95814059387074 -3.447713683902534, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.0742097339484 -2.7187658110848654, 29.124937191315023 -2.3253336690188284, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.061095891725845 -2.8204741817419614, 29.09870950686991 -2.5287504103330205, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.212883062779863 -1.412139351847355, 29.24243592305036 -0.9518296984949124, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.215290671742263 -1.3746388988710152, 29.247251140975155 -0.8768287925422326, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.23431499050862398, 29.263418715913414 0.15637578163002774, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.17073556076984608, 29.263418715913414 0.28353464110758353, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.246913296385745 0.8820909947255329, 29.23040787685808 1.1391762268037948, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.23271393226473 1.1032575524308297, 29.202009148616042 1.5815093422143884, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.14494107884735 2.170187467532495, 29.106551955185328 2.4679259298652054, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.130703101594676 2.2806144074976027, 29.07807600067998 2.6887798097954203, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.953003446417647 3.474091850337678, 28.882524616253512 3.835985747524468, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.94969264331448 3.4910921245339344, 28.87590301004719 3.86998629591698, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.69139233660115 4.694339305492544, 28.598252885656745 5.049520398836959, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.693723928610932 4.68544793464088, 28.602916069676308 5.0317376571336325, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.360543134331785 5.870306413962813, 28.253625634448685 6.1923248886205, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.31475288560782 6.008219347434028, 28.16204513700076 6.468150755562931, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.922238632121015 7.108414238729705, 27.7709055342717 7.482209916243916, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.949673107980264 7.040650552947855, 27.8257744859902 7.346682544680216, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.44354955168006 8.227458287011608, 27.28261545455178 8.561641383136536, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.482321676311972 8.146947140622876, 27.3601597038156 8.400619090359074, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.84072262579098 9.412617173244605, 26.619321277308458 9.805737686792925, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.81924929121237 9.45074525319984, 26.576374608151237 9.881993846703393, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.305770047907966 10.328266713811823, 26.162818717211678 10.54787834556841, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.280198326213263 10.367551745303624, 26.11167527382228 10.626448408552013, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.573384207087923 11.4154296772838, 25.379971949535204 11.674584482185299, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.562501285848633 11.430011800289927, 25.358206107056624 11.703748728197555, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.79312573337965 12.423553755028284, 24.567100058632718 12.689056373811265, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.71647187543207 12.513595738301591, 24.41379234273756 12.86914034035788, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.96158912095797 13.365193236260595, 23.71431979894728 13.62051911242552, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.981832534740338 13.344290249515119, 23.754806626512018 13.578713138934567, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.14360470474657 14.1854896980698, 22.94796217272515 14.363167069233915, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.103506845416735 14.221905512981934, 22.867766454065485 14.435998699058182, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.07669170618288 15.117103818041908, 21.73949220386388 15.386011447885705, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.076271221752457 15.117439143185612, 21.738651235003026 15.386682098173114, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.111148338655134 15.854581625491845, 20.78570383273155 16.081597624558537, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.188829625327344 15.800394522678012, 20.941066406075972 15.973223418930873, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.055376640862093 16.55852214395794, 19.69938520811848 16.77432624252499, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.13264217611939 16.51168332242228, 19.853916278633076 16.680648599453672, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C18.927810091620657 17.207021547949882, 18.513190419164527 17.42332836549367, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.05540406281904 17.140455854903525, 18.76837836156129 17.290196979400957, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.970573250476857 17.685579568522257, 17.706976088161326 17.802266212947345, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.808163078749857 17.75747373381923, 17.382155744707326 17.94605454354129, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.8096995524167 18.1784509616173, 16.528255009685594 18.28202515498718, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.711621299945584 18.214544665152097, 16.332098504743367 18.354212562056773, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.561997703777456 18.612260851915558, 15.205947656094297 18.717934637123083, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.669815479967843 18.580261101889306, 15.42158320847507 18.65393513707058, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.450434306313698 18.92370839724303, 14.181166726391984 18.985166965224987, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.285154375606027 18.96143246287471, 13.850606864976639 19.060615096488352, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.201388284601487 19.188847432933844, 12.901745809526208 19.237291304541916, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.036340041045651 19.215531152983708, 12.571649322414537 19.290658744641643, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C12.00090940416607 19.365578775747174, 11.734776655484259 19.39125228194105, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.853260252966413 19.379822311789322, 11.439478353084947 19.419739354025342, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.574741803712348 19.474303730624154, 10.126676817800794 19.48867230261675, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.617026468159393 19.472947743737443, 10.211246146694887 19.48596032884333, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000004 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C5.099835491243922 19.5, 0.4262334824878433 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C5.396256900746837 19.5, 1.0190763014936746 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.106024437571463 19.489334584253285, -10.438611375142932 19.47866916850657, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.08244310687163 19.490090791630553, -10.39144871374326 19.480181583261107, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.303133690722227 19.432892359625026, -11.583460591820561 19.405849560618496, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.383916838519221 19.425099306513, -11.745026887414548 19.390263454394443, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.669687571840061 19.2748086807725, -13.072332990832251 19.2097120919917, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.756928216981015 19.26070428982742, -13.246814281114158 19.18150331010154, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.776207378455982 19.07759629378467, -14.051383997235208 19.014789026243566, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.980271110975387 19.031020078477418, -14.459511462274017 18.921636595629064, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.125459409991286 18.74182312607503, -15.531216933747187 18.621396422888985, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.040851042677604 18.766934445375348, -15.36200019911982 18.671619061489622, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.16304067365801 18.416427406649646, -16.408033595855425 18.326267746591252, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.36490689466793 18.342138771287107, -16.811766037875262 18.177690475866168, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.54149003444487 17.875521979958254, -17.99183597374194 17.67616719166908, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.413796384595283 17.932048170849125, -17.73644867404277 17.789219573450826, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.496392097164755 17.432092039321113, -18.758613781537132 17.295291154545048, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.495062257886058 17.432785815621006, -18.755954102979736 17.296678707144835, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.74709014486068 16.74540722952654, -20.151750525644584 16.50009972864698, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.60043055221302 16.834313136456984, -19.858431340349256 16.67791154250787, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.65746363311907 16.171052436379433, -20.903559192632457 15.999386827367966, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.78859896784383 16.079578103632592, -21.16582986208197 15.81643816187428, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.664875079980323 15.445516618537782, -21.893157315381934 15.263467610650407, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.78392782148353 15.35057522531548, -22.131262798388345 15.073584824205803, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.702852972262864 14.585768759859697, -22.991814736023862 14.323341331521267, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.633667085509046 14.648601551651263, -22.853442962516223 14.4490069151044, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.594833688071766 13.743898331896633, -23.850420139375558 13.479984336887567, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.600415609504058 13.738134539733519, -23.86158398224014 13.46845675256134, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.454744249764 12.821035900135099, -24.700630056559348 12.532204440174523, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.43166204952523 12.848149565949964, -24.654465656081804 12.586431771804248, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.20328049318196 11.911334936775827, -25.387409578237346 11.664618737306347, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.30505369524785 11.774968117736984, -25.59095598236912 11.391885099228661, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-25.95681071320941 10.864361960610626, -26.146824961778186 10.572449048838939, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-26.016473502894502 10.772703893952045, -26.26615054114837 10.389132915521776, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.607113047791906 9.827414634516854, -26.765504716979564 9.54617418697846, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.592217170809775 9.853863772469731, -26.735712963015306 9.599072462884216, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.262420778108684 8.603576060867477, -27.46271758194387 8.187655462038665, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.199120055339225 8.735021366116756, -27.336116136404947 8.450546072537223, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.724870221497927 7.595918028827368, -27.84525679418751 7.298560866768051, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.76622114239942 7.493780454735009, -27.9279586359905 7.094285718583331, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.1697963233201 6.444805417352901, -28.266020916669877 6.154992273490293, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.22213308234286 6.287175437906477, -28.370694434715396 5.839732314597444, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.534081181668384 5.294234918337009, -28.60070172912189 5.0401818973688854, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.53643465148196 5.285260117937574, -28.605408668749043 5.0222322965700155, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.87769706911456 3.8607741817805343, -28.970862350683568 3.3823901514129333, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.836908161503146 4.0702166016264725, -28.889284535460735 3.8012749911048096, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.066162051220658 2.781182049126513, -29.108841825859542 2.4501661451021217, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.059798665572483 2.8305352116211515, -29.096115054563185 2.548872470091399, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.20684470099909 1.5061917106608016, -29.230359199488813 1.1399344161217944, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.201104493724877 1.5956000723685828, -29.218878784940387 1.3187511395373568, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.18296560690875935, -29.263418715913414 -0.25907454882975944, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.2058416515598992, -29.263418715913414 -0.21332245952747975, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.241408239964866 -0.9678366920823014, -29.21939776401632 -1.310667621517334, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.24590668706074 -0.8977697474829627, -29.228394658208064 -1.1705337323186567, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.14825137169247 -2.144513489916986, -29.113172540875574 -2.41657797463419, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.13430204245868 -2.252701732847648, -29.08527388240799 -2.632954460495514, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.972524585983102 -3.373854924463376, -28.921566895384426 -3.635511895775857, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.93324272053498 -3.5755590013142746, -28.843003164488184 -4.038920049477654, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.69360392729806 -4.685905551655769, -28.602676067050556 -5.032652891163412, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.71907290484475 -4.588781301945542, -28.653614022143937 -4.838404391742958, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.35152074395291 -5.897480416261291, -28.235580853690937 -6.246672893217459, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.363695906700407 -5.860810765914582, -28.259931179185926 -6.173333592524042, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.92728980325136 -7.095937748380005, -27.781007876532385 -7.457256935544526, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.933251722328034 -7.081211692994756, -27.792931714685732 -7.427804824774029, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.398389223290884 -8.321234675187965, -27.192294797773425 -8.749194159489253, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.424235298254423 -8.267564747508763, -27.243986947700506 -8.641854304130849, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.86405063610375 -9.371195928717086, -26.665977297934 -9.722895197737888, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.910715576075045 -9.288337602460482, -26.759307177876586 -9.557178545224682, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.186774569255757 -10.511075723781724, -25.924827759907267 -10.913496365508205, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.232696888025284 -10.440526710282517, -26.01667239744632 -10.77239833850979, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.52490047937917 -11.480393455455074, -25.2830044941177 -11.804512038527841, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.50507553314629 -11.506957077317377, -25.24335460165194 -11.857639282252446, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.712222614021528 -12.518587162544241, -24.40529381991647 -12.879123188843181, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.812946078197804 -12.400271650195313, -24.606740748269026 -12.642492164145326, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-24.013818172565855 -13.31126245239057, -23.81877790216305 -13.512657544685473, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.94339668209595 -13.383978423012639, -23.67793492122324 -13.658089485929608, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.1218721297808 -14.205226647641284, -22.90449702279361 -14.40264096837689, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.02521155663523 -14.293011222673472, -22.711175876502466 -14.578210118441268, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.06411171464436 -15.127136026526244, -21.714332220786826 -15.406075864854383, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.075987383787496 -15.117665496409423, -21.7380835590731 -15.387134804620736, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.041714880170375 -15.903015400404838, -20.64683691576203 -16.178465174384527, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.182577282351904 -15.804755886478112, -20.928561720125092 -15.981946146531078, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.100885478988747 -16.53093441884594, -19.790402884371783 -16.719150792300997, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.125209761350096 -16.516188895933144, -19.839051449094477 -16.6896597464754, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-19.023155027916236 -17.157280155755824, -18.70388029175568 -17.323845581105555, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-18.978115483886437 -17.180777257026964, -18.613801203696084 -17.37083978364784, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.901208411080653 -17.716285325288105, -17.568246409368918 -17.863677726479036, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.869485398305038 -17.73032816201413, -17.50480038381769 -17.891763399931087, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.690209506997967 -18.222424402885267, -16.28927491884813 -18.36997203752311, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.84582605694534 -18.165156074001015, -16.60050801874288 -18.255435379754605, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.44816754267807 -18.646045046223147, -14.978287333895521 -18.78550302573826, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.592364763263081 -18.60324806806017, -15.266681775065543 -18.69990906941231, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.267287760643837 -18.96551040114927, -13.81487363505226 -19.068770973037473, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.400669301732838 -18.935066934791603, -14.081636717230266 -19.007884040322143, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.161772320831261 -19.19525223472983, -12.822513881985753 -19.25010090813388, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.08224773922378 -19.208109152361786, -12.663464718770792 -19.275814743397795, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.953169233545003 -19.370184212591035, -11.639296314242124 -19.400463155628767, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.912833210333815 -19.374075380239052, -11.55862426781975 -19.408245490924806, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.679620311024829 -19.470940481028276, -10.336433832425755 -19.48194580342499, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.597350593272198 -19.47357871074831, -10.171894396920491 -19.48722226286506, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-flowchart-PENDING-1\" data-look=\"classic\" transform=\"translate(239.92527389526367, 94)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-123.3984375\" y=\"-27\" width=\"246.796875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-93.3984375, -12)\"><rect></rect><foreignObject width=\"186.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_pending_registration</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-flowchart-ACTIVE-3\" data-look=\"classic\" transform=\"translate(643.5971488952637, 94)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-71.8046875\" y=\"-27\" width=\"143.609375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-41.8046875, -12)\"><rect></rect><foreignObject width=\"83.609375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_active</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-flowchart-EXPIRED-5\" data-look=\"classic\" transform=\"translate(1086.7143363952637, 57)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-77.140625\" y=\"-27\" width=\"154.28125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-47.140625, -12)\"><rect></rect><foreignObject width=\"94.28125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_expired</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-flowchart-UNREGISTERED-7\" data-look=\"classic\" transform=\"translate(1086.7143363952637, 190)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-95.375\" y=\"-27\" width=\"190.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-65.375, -12)\"><rect></rect><foreignObject width=\"130.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>alias_unregistered</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-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-6a8ff87bcfa094e8201168743292a294951ced5a27f2c5db1bc7de8d3bc0f717-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":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"opis-poszczególnych-statusów-1","__idx":8},"children":["Opis poszczególnych statusów"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższa tabela szczegółowo wyjaśnia znaczenie każdego ze statusów pojawiających się w cyklu życia aliasu BLIK ("," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AliasStatus"]},"):"]},{"$$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":{"align":"left","data-label":"Status ( enum )"},"children":["Status (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["enum"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"Typ"},"children":["Typ"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"left","data-label":"Opis"},"children":["Opis"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["alias_pending_registration"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Alias został zainicjowany w systemie i oczekuje na zatwierdzenie (rejestrację) przez kupującego w aplikacji mobilnej jego banku."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["alias_active"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Aktywny"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Alias został pomyślnie zarejestrowany. Możesz go używać do inicjowania szybkich płatności (OneClick) oraz realizowania płatności powtarzalnych (Subskrypcje)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["alias_expired"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Zakończony"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Aktywny alias wygasł. Należy poprosić klienta o ponowną rejestrację."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["alias_unregistered"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Zakończony"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Kupujący wyrejestrował alias w aplikacji mobilnej banku lub w Panelu Billingowym SimPay."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"jak-zostajesz-informowany-o-zmianach-statusu-2","__idx":9},"children":["Jak zostajesz informowany o zmianach statusu?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Podobnie jak w przypadku standardowych transakcji, cykl życia aliasów opiera się na zdarzeniach zależnych od akcji"," ","klienta. Aby Twoja aplikacja na bieżąco wiedziała, czy dany alias jest już aktywny lub czy nie został wyrejestrowany,"," ","udostępniamy dwie metody synchronizacji:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Powiadomienia IPN"]}," – jest to rekomendowana, najszybsza i najbezpieczniejsza metoda. Za każdym razem, gdy"," ","transakcja lub zwrot zmieni swój status, SimPay wyśle automatyczne powiadomienie (żądanie POST) na skonfigurowany"," ","przez Ciebie adres URL."," ","Szczegóły dotyczące struktury tych powiadomień oraz eventów znajdziesz w sekcji:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/notifications/payment/events/blik_alias_status_changed"},"children":["Zmiana statusu aliasu BLIK"]}]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Weryfikacja przez API (Polling)"]}," – w dowolnym momencie możesz również samodzielnie pobrać aktualny status"," ","konkretnej operacji, wysyłając zapytanie bezpośrednio do naszego API."," ","Dokładny opis endpointu służącego do sprawdzania statusu znajdziesz tutaj:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/payment/paymentblikaliasesindex"},"children":["Status aliasu BLIK"]}]},"."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Dobra praktyka"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zalecamy opieranie logiki biznesowej (np. realizacji zamówień) przede wszystkim na powiadomieniach IPN. Odpytywanie"," ","API (polling) powinno służyć jedynie jako mechanizm awaryjny (fallback) lub do jednorazowego upewnienia się o statusie"," ","przed podjęciem kluczowych akcji."]}]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Statusy subskrypcji","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["System subskrypcji pozwala na cykliczne, automatyczne obciążanie wybranej metody płatności klienta. Każda subskrypcja"," ","przechodzi przez swój cykl życia – od momentu jej utworzenia i autoryzacji, poprzez okres aktywności, aż po jej"," ","zakończenie (naturalne, anulowanie lub wygaśnięcie np. z powodu braku środków)."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższy diagram przedstawia możliwe przejścia pomiędzy statusami subskrypcji:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cykl-życia-subskrypcji","__idx":10},"children":["Cykl życia subskrypcji"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"file":"/_diagrams/pl/subscription_statuses.mermaid","type":"mermaid","diagramType":"mermaid","diagramSource":"flowchart LR\n%% Węzeł startowy\n    Start([Start]) --> PENDING[subscription_pending]\n\n%% Przejścia z PENDING\n    PENDING -->|Aktywacja udana| ACTIVE[subscription_active]\n    PENDING -->|Anulowanie| CANCELLED[subscription_cancelled]\n    PENDING -->|Podejrzenie oszustwa| FRAUDULENT[subscription_fraudulent]\n\n%% Przejścia z ACTIVE\n    ACTIVE -->|Brak środków / Ważności| EXPIRED[subscription_expired]\n    ACTIVE -->|Plan zrealizowany| FINISHED[subscription_finished]\n    ACTIVE -->|Wykryto oszustwo| FRAUDULENT\n\n%% STYLE FIRMOWE SIMPAY\n    classDef pendingNode fill:#e6efff,stroke:#0057FF,stroke-width:2px,color:#000\n    classDef successNode fill:#e6faee,stroke:#00D14F,stroke-width:2px,color:#000\n    classDef failNode fill:#ffe4e6,stroke:#e11d48,stroke-width:2px,color:#000\n    classDef warningNode fill:#fef3c7,stroke:#d97706,stroke-width:2px,color:#000\n%% Neutralny szary dla zakończonych naturalnie\n    classDef finishedNode fill:#f3f4f6,stroke:#4b5563,stroke-width:2px,color:#000\n    classDef plainNode fill:#ffffff,stroke:#000000,stroke-width:2px,color:#000\n\n    class Start plainNode\n    class PENDING pendingNode\n    class ACTIVE successNode\n    class CANCELLED,EXPIRED failNode\n    class FRAUDULENT warningNode\n    class FINISHED finishedNode","diagramHtml":"<svg id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1183.04248046875px;\" viewBox=\"-0.0000019073486328125 0 1183.04248046875 331\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .error-icon{fill:#552222;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .error-text{fill:#552222;stroke:#552222;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-thickness-normal{stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-thickness-thick{stroke-width:3.5px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-pattern-solid{stroke-dasharray:0;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .marker{fill:#333333;stroke:#333333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .marker.cross{stroke:#333333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 p{margin:0;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster-label text{fill:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster-label span{color:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster-label span p{background-color:transparent;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .label text,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 span{fill:#333;color:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node rect,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node circle,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node ellipse,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node polygon,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .rough-node .label text,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node .label text,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .image-shape .label,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .icon-shape .label{text-anchor:middle;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .rough-node .label,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node .label,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .image-shape .label,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .icon-shape .label{text-align:center;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node.clickable{cursor:pointer;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .arrowheadPath{fill:#333333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .flowchart-link{stroke:#333333;fill:none;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster text{fill:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .cluster span{color:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 rect.text{fill:none;stroke-width:0;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .icon-shape,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .icon-shape p,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .icon-shape .label rect,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .node .neo-node{stroke:#9370DB;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node rect,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].cluster rect,#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .warningNode&gt;*{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .warningNode span{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .warningNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .finishedNode&gt;*{fill:rgb(243, 244, 246)!important;stroke:rgb(75, 85, 99)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .finishedNode span{fill:rgb(243, 244, 246)!important;stroke:rgb(75, 85, 99)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .finishedNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55 .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_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=\"M67.027,243.5L71.11,243.417C75.194,243.333,83.36,243.167,90.944,243.083C98.527,243,105.527,243,109.027,243L112.527,243\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_Start_PENDING_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_Start_PENDING_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI3NDUsInkiOjI0My41MDAwMDAwMDAwMDAwNn0seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MjQzfSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MjQzfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M263.412,216L288.382,199.667C313.352,183.333,363.291,150.667,403.991,134.333C444.691,118,476.152,118,491.882,118L507.613,118\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_PENDING_ACTIVE_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_PENDING_ACTIVE_0\" data-points=\"W3sieCI6MjYzLjQxMjQ2MTM5NTI2MzcsInkiOjIxNn0seyJ4Ijo0MTMuMjI5OTYxMzk1MjYzNywieSI6MTE4fSx7IngiOjUxMS42MTI3NzM4OTUyNjM3LCJ5IjoxMTh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M327.746,231.394L341.993,229.828C356.24,228.263,384.735,225.131,412.563,223.566C440.391,222,467.553,222,481.134,222L494.714,222\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_PENDING_CANCELLED_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_PENDING_CANCELLED_0\" data-points=\"W3sieCI6MzI3Ljc0NTU4NjM5NTI2MzcsInkiOjIzMS4zOTQxOTQ2MDM0MzQyfSx7IngiOjQxMy4yMjk5NjEzOTUyNjM3LCJ5IjoyMjJ9LHsieCI6NDk4LjcxNDMzNjM5NTI2MzcsInkiOjIyMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M319.486,270L335.11,274.333C350.734,278.667,381.982,287.333,430.343,291.667C478.704,296,544.178,296,614.489,296C684.8,296,759.949,296,815.941,296C871.933,296,908.769,296,927.187,296L945.605,296\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_PENDING_FRAUDULENT_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_PENDING_FRAUDULENT_0\" data-points=\"W3sieCI6MzE5LjQ4NTg1NzYyMTY3ODc1LCJ5IjoyNzB9LHsieCI6NDEzLjIyOTk2MTM5NTI2MzcsInkiOjI5Nn0seyJ4Ijo2MDkuNjUxODM2Mzk1MjYzNywieSI6Mjk2fSx7IngiOjgzNS4wOTcxNDg4OTUyNjM3LCJ5IjoyOTZ9LHsieCI6OTQ5LjYwNDk2MTM5NTI2MzcsInkiOjI5Nn1d\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M682.989,91L708.341,81.667C733.692,72.333,784.395,53.667,829.721,44.333C875.048,35,914.998,35,934.973,35L954.949,35\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_ACTIVE_EXPIRED_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_ACTIVE_EXPIRED_0\" data-points=\"W3sieCI6NjgyLjk4OTQ2ODE3MjM3MjEsInkiOjkxfSx7IngiOjgzNS4wOTcxNDg4OTUyNjM3LCJ5IjozNX0seyJ4Ijo5NTguOTQ4NzExMzk1MjYzNywieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M707.691,127.132L728.925,129.11C750.16,131.088,792.628,135.044,833.615,137.022C874.602,139,914.108,139,933.86,139L953.613,139\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_ACTIVE_FINISHED_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_ACTIVE_FINISHED_0\" data-points=\"W3sieCI6NzA3LjY5MDg5ODg5NTI2MzcsInkiOjEyNy4xMzIyMzgyNzg0MDczMX0seyJ4Ijo4MzUuMDk3MTQ4ODk1MjYzNywieSI6MTM5fSx7IngiOjk1Ny42MTI3NzM4OTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path><path d=\"M673.726,145L700.621,156.333C727.516,167.667,781.307,190.333,833.127,210.771C884.948,231.209,934.799,249.418,959.724,258.523L984.649,267.628\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-L_ACTIVE_FRAUDULENT_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_ACTIVE_FRAUDULENT_0\" data-points=\"W3sieCI6NjczLjcyNTc2NzMxNjMxNjMsInkiOjE0NX0seyJ4Ijo4MzUuMDk3MTQ4ODk1MjYzNywieSI6MjEzfSx7IngiOjk4OC40MDY2MzY4NDcwNzA5LCJ5IjoyNjl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_PENDING_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\" transform=\"translate(413.2299613952637, 118)\"><g class=\"label\" data-id=\"L_PENDING_ACTIVE_0\" transform=\"translate(-60.484375, -12)\"><foreignObject width=\"120.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Aktywacja udana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(413.2299613952637, 222)\"><g class=\"label\" data-id=\"L_PENDING_CANCELLED_0\" transform=\"translate(-41.3671875, -12)\"><foreignObject width=\"82.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Anulowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(609.6518363952637, 296)\"><g class=\"label\" data-id=\"L_PENDING_FRAUDULENT_0\" transform=\"translate(-77.8203125, -12)\"><foreignObject width=\"155.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Podejrzenie oszustwa</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.0971488952637, 35)\"><g class=\"label\" data-id=\"L_ACTIVE_EXPIRED_0\" transform=\"translate(-89.5078125, -12)\"><foreignObject width=\"179.015625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Brak środków / Ważności</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.0971488952637, 139)\"><g class=\"label\" data-id=\"L_ACTIVE_FINISHED_0\" transform=\"translate(-64.4765625, -12)\"><foreignObject width=\"128.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Plan zrealizowany</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(829.61572, 210.69019)\"><g class=\"label\" data-id=\"L_ACTIVE_FRAUDULENT_0\" transform=\"translate(-64.390625, -12)\"><foreignObject width=\"128.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Wykryto oszustwo</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 243)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-4.707639373147807 -19.5, 0.35815875370438555 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 C10.257481880273035 -19.484477638859875, 10.741526260546074 -19.468955277719747, 11.0228067896239 -19.45993515863156 C11.332159657293527 -19.430092259538725, 11.641512524963153 -19.400249360445894, 12.267042152847864 -19.3399052695533 C12.725790672184813 -19.265738366594803, 13.18453919152176 -19.191571463636308, 13.501030759676757 -19.140403561325776 C13.877994488853112 -19.054364050059498, 14.254958218029467 -18.96832453879322, 14.71970188623539 -18.862249829261074 C14.981233514968835 -18.78462861466052, 15.24276514370228 -18.707007400059968, 15.918047751460602 -18.50658706670804 C16.164194736247783 -18.416002700948574, 16.41034172103496 -18.325418335189106, 17.091144095147794 -18.074876768247425 C17.39696160236233 -17.93950042955758, 17.702779109576873 -17.804124090867735, 18.23417041279238 -17.568892924097174 C18.654414254971346 -17.349651980811437, 19.074658097150312 -17.130411037525697, 19.342429764076783 -16.990714730406097 C19.639989289489794 -16.81033239744686, 19.937548814902808 -16.629950064487623, 20.411368073605697 -16.342718045390892 C20.800268886388466 -16.071437673638485, 21.18916969917123 -15.800157301886074, 21.436592844578712 -15.627565626425154 C21.704354815408408 -15.414032580133766, 21.972116786238104 -15.200499533842377, 22.41389120850187 -14.848196188198123 C22.605941612519874 -14.67378109264421, 22.797992016537883 -14.499365997090296, 23.339247236767985 -14.007812326905688 C23.63194115162501 -13.70558182919849, 23.924635066482036 -13.403351331491292, 24.208858442968648 -13.10986736009568 C24.492755103072458 -12.77638618896016, 24.776651763176268 -12.442905017824637, 25.019151408126582 -12.158051136245305 C25.213802675426816 -11.897236171158244, 25.40845394272705 -11.636421206071185, 25.766796464640635 -11.156274872382312 C25.943652922220462 -10.884575860931244, 26.12050937980029 -10.612876849480177, 26.448721378604247 -10.108655082055241 C26.60614451214659 -9.829134367629978, 26.763567645688934 -9.549613653204712, 27.0621239742735 -9.019496659696287 C27.171962244972928 -8.791415140426421, 27.281800515672355 -8.563333621156556, 27.60448364880834 -7.893275190886684 C27.74061928874939 -7.55701752822875, 27.87675492869044 -7.220759865570815, 28.073571729970325 -6.734618561215508 C28.190017886899245 -6.383901289721136, 28.306464043828164 -6.033184018226763, 28.46746063421488 -5.548287939305138 C28.589313433719763 -5.083610403455649, 28.711166233224645 -4.6189328676061585, 28.78453178754556 -4.339158212148133 C28.8560270058386 -3.9720453767331088, 28.927522224131643 -3.6049325413180844, 29.023482276581777 -3.1121979531509023 C29.087015927057692 -2.619443506198051, 29.15054957753361 -2.1266890592451997, 29.183330202509367 -1.872449005199798 C29.207479389125538 -1.4963059307803186, 29.231628575741713 -1.1201628563608392, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.17552882068765602, 29.263418715913414 0.27394812127196366, 29.263418715913414 0.625005762647271 C29.237764209038666 1.0245954151667322, 29.212109702163914 1.4241850676861934, 29.183330202509367 1.8724490051997846 C29.133295647874725 2.260507130505711, 29.08326109324008 2.6485652558116373, 29.023482276581777 3.1121979531508885 C28.935754818635303 3.5626599085012374, 28.84802736068883 4.013121863851586, 28.78453178754556 4.339158212148129 C28.69635988240272 4.675395900403196, 28.60818797725988 5.011633588658264, 28.467460634214884 5.548287939305125 C28.339971885394498 5.932263738178511, 28.212483136574107 6.316239537051897, 28.07357172997033 6.734618561215495 C27.89936667851501 7.164908406335682, 27.725161627059688 7.595198251455869, 27.604483648808344 7.893275190886679 C27.456693884167017 8.200163799358785, 27.30890411952569 8.50705240783089, 27.062123974273504 9.019496659696284 C26.868806321925295 9.362751726975528, 26.675488669577085 9.706006794254773, 26.44872137860425 10.108655082055236 C26.27297577942163 10.378647516700948, 26.09723018023901 10.64863995134666, 25.76679646464064 11.156274872382301 C25.61033210248175 11.365922863478588, 25.45386774032286 11.575570854574872, 25.019151408126582 12.158051136245302 C24.762019871545398 12.460092470312476, 24.504888334964214 12.762133804379651, 24.20885844296866 13.10986736009567 C23.975639189860278 13.350685386586852, 23.742419936751894 13.591503413078035, 23.33924723676799 14.007812326905684 C22.98728745963258 14.327452884154663, 22.635327682497167 14.647093441403642, 22.413891208501887 14.848196188198111 C22.21643209031667 15.005664580343009, 22.018972972131447 15.163132972487908, 21.436592844578715 15.627565626425152 C21.06968488519431 15.883504735702145, 20.702776925809903 16.139443844979137, 20.411368073605708 16.34271804539089 C20.17344037930523 16.48695121189417, 19.93551268500475 16.631184378397453, 19.342429764076787 16.990714730406093 C18.99648389125188 17.17119447066994, 18.65053801842698 17.351674210933783, 18.234170412792388 17.56889292409717 C17.938233694980678 17.699895330421587, 17.642296977168968 17.830897736746003, 17.091144095147804 18.07487676824742 C16.754164020267964 18.198888550812867, 16.417183945388125 18.32290033337831, 15.918047751460616 18.506587066708033 C15.504698513554414 18.62926695080417, 15.091349275648213 18.751946834900306, 14.719701886235413 18.86224982926107 C14.430383494616635 18.92828486416911, 14.141065102997857 18.99431989907715, 13.501030759676766 19.140403561325773 C13.098546737595587 19.20547405670565, 12.696062715514408 19.27054455208553, 12.267042152847878 19.3399052695533 C11.833620825204012 19.381716903765692, 11.400199497560147 19.423528537978086, 11.0228067896239 19.45993515863156 C10.698312256204419 19.47034106672803, 10.373817722784938 19.4807469748245, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C2.3888513143302905 19.5, -4.995734871339419 19.5, -9.773437499999996 19.5 C-10.027765812796174 19.491844186028658, -10.282094125592353 19.483688372057312, -11.022806789623893 19.45993515863156 C-11.495914393896571 19.414295037042514, -11.96902199816925 19.36865491545347, -12.267042152847871 19.3399052695533 C-12.569208388705132 19.291053375874053, -12.871374624562392 19.242201482194808, -13.501030759676759 19.140403561325773 C-13.84661669510285 19.061525826723752, -14.192202630528945 18.98264809212173, -14.719701886235388 18.862249829261074 C-14.985904394111259 18.783242322248995, -15.252106901987132 18.704234815236916, -15.918047751460593 18.506587066708043 C-16.253085126089296 18.38329021579314, -16.588122500718 18.259993364878234, -17.091144095147797 18.074876768247425 C-17.490582721791522 17.898057137158112, -17.890021348435248 17.721237506068803, -18.23417041279238 17.568892924097174 C-18.60925873995486 17.373209584072047, -18.98434706711734 17.177526244046923, -19.34242976407678 16.990714730406097 C-19.762475507562037 16.73608053224255, -20.18252125104729 16.481446334079003, -20.411368073605686 16.3427180453909 C-20.69411097649468 16.145488836078535, -20.976853879383675 15.94825962676617, -21.436592844578712 15.627565626425156 C-21.670182910164 15.441283765213592, -21.90377297574929 15.255001904002027, -22.41389120850187 14.848196188198125 C-22.617880425494736 14.662938578584123, -22.821869642487606 14.477680968970121, -23.339247236767974 14.007812326905697 C-23.5754122161645 13.76395259617338, -23.811577195561025 13.520092865441065, -24.208858442968655 13.109867360095677 C-24.38355929095763 12.904653803287967, -24.558260138946604 12.699440246480256, -25.01915140812658 12.158051136245307 C-25.178359437262834 11.944726881352558, -25.337567466399086 11.731402626459811, -25.766796464640635 11.156274872382316 C-26.028829803948938 10.753721297401016, -26.29086314325724 10.351167722419715, -26.448721378604244 10.108655082055249 C-26.601574037497954 9.837249708179375, -26.754426696391665 9.565844334303502, -27.0621239742735 9.019496659696289 C-27.257806178308048 8.613158376090118, -27.453488382342595 8.206820092483946, -27.60448364880834 7.893275190886686 C-27.710795976353356 7.630681686441474, -27.817108303898372 7.368088181996263, -28.073571729970325 6.73461856121551 C-28.227180364975748 6.271973826791499, -28.38078899998117 5.80932909236749, -28.46746063421488 5.5482879393051325 C-28.58732284375835 5.091201385705656, -28.70718505330182 4.63411483210618, -28.784531787545557 4.339158212148136 C-28.84943903359925 4.005873221813744, -28.914346279652943 3.672588231479351, -29.023482276581777 3.112197953150904 C-29.056100682200178 2.8592160404073375, -29.088719087818575 2.606234127663771, -29.183330202509364 1.872449005199809 C-29.206715723686585 1.5082006364116483, -29.230101244863807 1.1439522676234875, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.23303410804609553, -29.263418715913414 -0.15893754655508707, -29.263418715913414 -0.6250057626472687 C-29.236160968344656 -1.0495671830885147, -29.2089032207759 -1.474128603529761, -29.183330202509367 -1.8724490051997822 C-29.12704153266461 -2.3090128130606233, -29.07075286281985 -2.7455766209214643, -29.023482276581777 -3.112197953150895 C-28.930537981290858 -3.5894472656860037, -28.837593685999938 -4.066696578221112, -28.78453178754556 -4.339158212148126 C-28.71785088876967 -4.593441378864937, -28.65116998999378 -4.847724545581748, -28.467460634214884 -5.548287939305123 C-28.32297052621299 -5.9834691232344825, -28.178480418211095 -6.418650307163843, -28.073571729970332 -6.734618561215485 C-27.955916877216747 -7.025228322218676, -27.83826202446316 -7.315838083221866, -27.604483648808344 -7.893275190886676 C-27.453271203413337 -8.207271069177434, -27.302058758018333 -8.52126694746819, -27.062123974273504 -9.019496659696282 C-26.9149872550316 -9.280752803918721, -26.767850535789695 -9.54200894814116, -26.448721378604247 -10.108655082055243 C-26.27808497454864 -10.370798420974873, -26.10744857049303 -10.632941759894502, -25.76679646464064 -11.156274872382308 C-25.579040540377253 -11.407850705978667, -25.391284616113865 -11.659426539575026, -25.019151408126586 -12.158051136245302 C-24.776013431069924 -12.443654839038878, -24.53287545401326 -12.729258541832454, -24.208858442968662 -13.10986736009567 C-23.942352060862305 -13.385057080201378, -23.675845678755948 -13.660246800307084, -23.339247236767996 -14.007812326905677 C-23.06357621791849 -14.25816945236933, -22.787905199068987 -14.508526577832983, -22.413891208501887 -14.848196188198107 C-22.131842257186044 -15.073122721234682, -21.8497933058702 -15.298049254271255, -21.43659284457872 -15.627565626425149 C-21.06757115074473 -15.88497918535208, -20.69854945691074 -16.14239274427901, -20.41136807360571 -16.342718045390885 C-20.052848894593062 -16.56005447860091, -19.694329715580412 -16.777390911810937, -19.34242976407679 -16.99071473040609 C-19.011974863294284 -17.163112840477858, -18.681519962511782 -17.335510950549622, -18.234170412792388 -17.56889292409717 C-18.000988337827092 -17.672115711583817, -17.7678062628618 -17.775338499070465, -17.091144095147804 -18.07487676824742 C-16.774886957074738 -18.191262318507246, -16.458629819001672 -18.30764786876707, -15.918047751460618 -18.506587066708033 C-15.530627003697054 -18.621571511031256, -15.143206255933492 -18.736555955354476, -14.719701886235413 -18.862249829261067 C-14.369710358235913 -18.94213311161879, -14.019718830236416 -19.022016393976514, -13.501030759676768 -19.140403561325773 C-13.110343203207115 -19.203566895628537, -12.719655646737465 -19.266730229931298, -12.26704215284788 -19.3399052695533 C-11.931023842901812 -19.372320551792654, -11.595005532955744 -19.404735834032007, -11.022806789623903 -19.45993515863156 C-10.750147440251828 -19.468678813266692, -10.477488090879751 -19.477422467901828, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-3.382366808919416 -19.5, 3.008703882161168 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-2.092872176065378 -19.5, 5.587693147869244 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.773437499999998 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.102276019497483 -19.489454788725066, 10.431114538994965 -19.47890957745013, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.093530198870122 -19.489735250169876, 10.413622897740243 -19.479470500339755, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.457691030379381 -19.4179823989507, 11.892575271134863 -19.376029639269838, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.416511171110496 -19.42195497044834, 11.810215552597093 -19.383974782265124, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.575516428893948 -19.29003354085591, 12.88399070494003 -19.240161812158515, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.700324114151202 -19.26985560220157, 13.13360607545454 -19.19980593484984, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.976526539697591 -19.031874752435964, 14.452022319718425 -18.923345943546156, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.974752114406677 -19.03227975342941, 14.448473469136596 -18.924155945533045, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.102017546753963 -18.748780548035015, 15.484333207272536 -18.63531126680896, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C14.995989654332126 -18.780249069954053, 15.272277422428862 -18.69824831064703, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.34514190074221 -18.349412471757372, 16.772236050023817 -18.1922378768067, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.19614900626564 -18.404243234199967, 16.474250261070676 -18.301899401691895, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.337811732563438 -17.965684322299005, 17.584479369979082 -17.856491876350585, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.32814667015176 -17.969962758724765, 17.56514924515573 -17.865048749202103, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.518479794361028 -17.420568901841662, 18.80278917592968 -17.272244879586147, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.666233727052 -17.34348576979769, 19.098297041311618 -17.118078615498213, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.686287987840693 -16.78226585442519, 20.030146211604603 -16.573816978444288, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.608174856736785 -16.829618493544093, 19.873919949396786 -16.668522256682092, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.69781993281187 -16.142901628709794, 20.984271792018045 -15.943085212028695, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.713147676620054 -16.13220965815654, 21.01492727963441 -15.921701270922188, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.70112057151696 -15.41661180357035, 21.965648298455207 -15.205657980715547, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.786332010961548 -15.348657948184927, 22.136071177344384 -15.0697502699447, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.75720634424075 -14.536406465540797, 23.100521479979633 -14.224616742883468, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.76246634864415 -14.531629468713719, 23.11104148878643 -14.215062749229316, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.605926033565204 -13.732444574476155, 23.872604830362423 -13.457076822046623, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.63924113475365 -13.69804399727841, 23.939235032739315 -13.38827566765113, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.49809869847162 -12.770109297745112, 24.78733895397459 -12.430351235394545, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.487930567346417 -12.782053363147828, 24.767002691724187 -12.454239366199973, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.29457519592572 -11.78900835221771, 25.569998983724858 -11.419965568190115, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.197735483551842 -11.918764744519418, 25.376319558977105 -11.67947835279353, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C25.948716228574124 -10.87679726268389, 26.130635992507614 -10.597319652985467, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C26.02695285429914 -10.756604796094654, 26.287109243957648 -10.356934719806997, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.631883719294088 -9.783431798962248, 26.815046059983924 -9.458208515869256, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.581570418951557 -9.872768158494527, 26.714419459298867 -9.636881234933812, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.268842905769596 -8.590240375368074, 27.47556183726569 -8.160984091039861, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.210460157484054 -8.711473401373704, 27.358796340694603 -8.403450143051119, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.7576597752892 -7.514927197020024, 27.91083590177006 -7.136579203153365, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.77187823046114 -7.479807337850201, 27.93927281211394 -7.066339484813717, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.226153029791828 -6.275067996681834, 28.37873432961333 -5.81551743214816, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.228031643199937 -6.269409912413006, 28.38249155642955 -5.804201263610504, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.563419324258003 -5.182355865411373, 28.659378014301126 -4.816423791517609, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.574264522751264 -5.140998423217804, 28.68106841128765 -4.7337089071304685, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.87248256335042 -3.8875495667932247, 28.96043333915528 -3.4359409214383163, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.842279400844845 -4.0426364228187035, 28.90002701414413 -3.746114633489274, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.07689635088375 -2.697928940666813, 29.130310425185723 -2.283659928182724, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.062524837173857 -2.8093915630243664, 29.101567397765937 -2.50658517289783, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.204356703301514 -1.544944283076152, 29.22538320409366 -1.2174395609525062, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.206678606505513 -1.5087787664673074, 29.23002701050166 -1.1451085277348168, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.2776595082200594, 29.263418715913414 0.06968674620715687, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.32496905496077916, 29.263418715913414 -0.024932347274282618, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.234750263361722 1.0715400518982792, 29.20608181081003 1.518074341149287, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.246553542916025 0.8876944454042172, 29.229688369918637 1.1503831281611632, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.142807630969813 2.1867340679737257, 29.10228505943026 2.5010191307476664, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.13863114263235 2.219126086778172, 29.093932082755334 2.565803168356559, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.96563093852847 3.409252347169995, 28.907779600475163 3.7063067411891013, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.94787541117636 3.500423227491049, 28.872268545770943 3.88864850183121, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.68479749591162 4.719488291263762, 28.58506320427768 5.099818370379395, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.660451308096988 4.812330857105498, 28.53637082864842 5.285503502062868, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.386427121867822 5.792347967557622, 28.30539360952076 6.036407995810119, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.346294461242632 5.9132211470895815, 28.225128288270383 6.2781543548740375, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.915426671564617 7.125239913004307, 27.757281613158906 7.515861264793121, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.908036488025214 7.143493809226114, 27.742501246080096 7.552369057236733, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.495473451220573 8.119637198622268, 27.386463253632797 8.345999206357856, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.428829477202754 8.258024836622873, 27.253175305597168 8.622774482359066, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.84169519904662 9.410890270945501, 26.62126642381973 9.802283882194716, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.838805442302533 9.416021326664225, 26.615486910331562 9.812545993632165, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.25923592700674 10.399755619677196, 26.069750475409226 10.690856157299153, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.264913304392536 10.39103364342332, 26.08110523018082 10.673412204791402, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.575116815747407 11.413108139523985, 25.383437166854176 11.66994140666567, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.595624000667957 11.385630379973431, 25.42445153669527 11.614985887564561, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.77380975459372 12.446243402820565, 24.52846810106086 12.734435669395827, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.75428912271383 12.469173447782106, 24.489426837301078 12.78029575931891, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C23.96917091611568 13.357364410283301, 23.7294833892627 13.60486146047093, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.92316459084909 13.404869718310604, 23.637470738729522 13.699872076525537, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.021989011334448 14.29593785305177, 22.704730785900907 14.584063379197854, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.022237425970232 14.295712249452242, 22.705227615172472 14.5836121719988, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.169631003177187 15.042987201907511, 21.925370797852487 15.237778215616911, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.051939599318494 15.136842964585032, 21.689987990135098 15.425489740971953, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.20236290965503 15.790954289377456, 20.968132974731343 15.954342952329759, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.081496797962508 15.875265256684512, 20.726400751346297 16.122964886943873, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.107728373533202 16.52678621595978, 19.8040886734607 16.710854386528673, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.087040911799463 16.539327076835797, 19.762713749993218 16.7359361082807, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C18.913711424719494 17.21437681344159, 18.484993085362202 17.43803889647709, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C18.909220891412506 17.21671952179152, 18.476012018748225 17.442724313176953, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.959262644049577 17.690586438470394, 17.684354875306767 17.81227995284362, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.792293625646796 17.764498669957355, 17.350416838501207 17.960104415817536, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.691198398024074 18.222060481846448, 16.291252700900344 18.36924419544548, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.64319673986473 18.23972553577155, 16.195249384581654 18.404574303295686, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.603927397428558 18.599816338933362, 15.289807043396499 18.693045611158695, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.511832975151517 18.627149480051703, 15.105618198842418 18.747711893395373, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.379093390197035 18.939991495803675, 14.038484894158657 19.017733162346275, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.463003555760151 18.920839548078895, 14.206305225284892 18.97942926689672, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.122210738594413 19.20164824454123, 12.743390717512058 19.262892927756685, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.01540858334004 19.218915188739672, 12.529786407003314 19.29742681615357, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C11.978797531847047 19.367711881476374, 11.690552910846215 19.395518493399447, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.997681771552145 19.365890141583645, 11.728321390256411 19.391875013613987, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.57721350577385 19.47422446794992, 10.1316202219238 19.488513777268277, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.62629900634464 19.472650391485743, 10.22979122306538 19.48536562433993, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C3.767786806184578 19.5, -2.2378638876308443 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C3.121153052692901 19.5, -3.5311313946141976 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.114409187824268 19.489065701632605, -10.455380875648542 19.47813140326521, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.230974256492855 19.485327686760545, -10.688511012985714 19.47065537352109, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.408809946604176 19.42269789831439, -11.794813103584458 19.385460637997216, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.30354858936301 19.43285233485214, -11.584290389102126 19.40576951107272, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.532181810999983 19.297039545812023, -12.797321469152095 19.254173822070747, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.684205925641669 19.27246146592137, -13.101369698435466 19.205017662289446, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.75994640485048 19.081307754897356, -14.018862050024198 19.02221194846894, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.763286860547563 19.080545317683008, -14.025542961418369 19.02068707404024, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.020283461594671 18.773038795479327, -15.320865036953954 18.683827761697575, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.151812316203927 18.734001721840347, -15.583922746172464 18.605753614419616, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.19316349841022 18.405341928688493, -16.468279245359852 18.304096790668943, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.233137181085045 18.390631243951486, -16.548226610709495 18.27467542119493, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.356751263506087 17.95730035377192, -17.622358431864377 17.839723939296412, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.39482719933323 17.940445266463747, -17.69851030351866 17.806013764680074, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.553721141044193 17.402183513850215, -18.873271869296 17.235474103603256, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.585096284801377 17.38581512144883, -18.93602215681037 17.202737318800487, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.693278099203894 16.778028407838363, -20.044126434331012 16.565342085270633, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.630988137015287 16.815788948973548, -19.919546509953793 16.640863167541, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.667918059614244 16.163759881021228, -20.924468045622802 15.984801716651559, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.69454373336948 16.145186963616418, -20.977719393133274 15.947655881841936, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.75004969284885 15.37759213136677, -22.06350654111899 15.127618636308384, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.708297758220834 15.410888188166972, -21.980002671862955 15.19421074990879, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.70590599245299 14.582996087701513, -22.997920776404108 14.317795987204903, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.652116319198438 14.63184644575453, -22.89034142989501 14.415496703310936, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.566637182913368 13.7730135384488, -23.794027129058765 13.538214749991907, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.54806732606957 13.792188440253625, -23.756887415371164 13.576564553601555, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.465263000522864 12.808679976959866, -24.721667558077073 12.507492593824054, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.512704285037834 12.75295274468302, -24.816550127107014 12.396038129270362, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.254653939202566 11.842499199325433, -25.49015647027855 11.52694726240556, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.2570676561633 11.839265038492183, -25.494983904200026 11.52047894073906, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-25.917756577842557 10.924359600037846, -26.068716691044482 10.692444327693378, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-25.915334402402205 10.928080711959407, -26.063872340163773 10.699886551536496, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.648935066658108 9.75315540508128, -26.849148754711972 9.39765572810731, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.60515050318533 9.830899331195017, -26.76157962776642 9.553143580334783, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.252671865090885 8.623819887342263, -27.443219755908267 8.228143114988237, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.266961494083304 8.594147166990423, -27.471799013893108 8.168797674284558, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.74797389235649 7.53885151512762, -27.891464135904645 7.184427839368554, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.739312633690684 7.56024499148621, -27.874141618573027 7.227214792085736, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.17330046257788 6.434251508217237, -28.273029195185437 6.133884455218963, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.172644184799655 6.436228112321591, -28.271716639628984 6.137837663427672, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.57680291841056 5.131318420421258, -28.686145202606244 4.714348901537384, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.539936254497263 5.271906988035885, -28.612411874779642 4.995526036766636, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.860874673064952 3.94715363008061, -28.93721755858435 3.5551490480130843, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.83566649145637 4.076592314889618, -28.88680119536718 3.8140264176311, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.060569130266764 2.824559639597755, -29.097655983951753 2.536921326044606, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.05586270590105 2.861061737589642, -29.08824313522032 2.60992552202838, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.200412531966368 1.6063779352988046, -29.217494861423372 1.3403068653978, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.201047435026027 1.5964888076601254, -29.218764667542686 1.3205286101204416, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.13517083009628833, -29.263418715913414 -0.3546641024547015, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.3694777273850463, -29.263418715913414 0.11394969212281447, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.23790569665667 -1.0223916313094967, -29.212392677399933 -1.4197774999717248, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.238997173201422 -1.0053910031010274, -29.214575630489428 -1.385776243554786, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.14954829130506 -2.1344548375074894, -29.11576638010075 -2.3964606698151965, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.145189956517 -2.168257221473132, -29.10704971052463 -2.464065437746482, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.936761335910795 -3.5574916550190863, -28.850040395239812 -4.002785356887277, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.939327243846144 -3.5443162600759117, -28.855172211110506 -3.9764345670009282, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.702890159029412 -4.650493125385825, -28.621248530513263 -4.961828038623525, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.72063489306378 -4.582824763896402, -28.656737998582 -4.826491315644677, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.341450225554134 -5.927811213159197, -28.215439816893383 -6.307334487013272, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.323271833529898 -5.982561633602763, -28.179083032844908 -6.416835327900402, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.911238058595565 -7.1355858680191835, -27.7489043872208 -7.536553174822882, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.890713811683995 -7.186281154700084, -27.707855893397657 -7.637943748184683, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.411849636686743 -8.293283838764756, -27.219215624565145 -8.693292486642834, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.43646327184625 -8.242173098708617, -27.268442894884153 -8.591071006530559, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.869279580943754 -9.361911407665577, -26.676435187614008 -9.704326155634874, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.833720064671354 -9.425050929598703, -26.605316155069207 -9.830605199501123, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.184894175462063 -10.513964513605272, -25.92106697231988 -10.919273945155298, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.199092707006344 -10.49215175631369, -25.94946403540844 -10.875648430572138, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.49872679285965 -11.515463810919341, -25.230657121078654 -11.874652749456372, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.60910715438038 -11.367564182339366, -25.45141784412011 -11.578853492296425, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.780557543907697 -12.438317065532281, -24.541963679688813 -12.718582994819263, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.856228111536335 -12.349430111018409, -24.69330481494609 -12.540809085791516, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-23.99694647279096 -13.328683867600462, -23.78503450261326 -13.547500375105253, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.991068040744846 -13.334753831316323, -23.77327763852103 -13.559640302536975, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.103786161184598 -14.22165184579185, -22.8683250856012 -14.435491364678025, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.074786330317245 -14.247988724892101, -22.810325423866495 -14.488165122878526, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.091847141921374 -15.105017761343543, -21.769803075340857 -15.361839334488977, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.09682110124097 -15.10105116114878, -21.779750993980052 -15.353906134099454, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.03120754779337 -15.910344860615949, -20.625822251008024 -16.19312409480675, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.144355287548517 -15.831417895449468, -20.85211773051832 -16.035270164473786, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.10349710811392 -16.529351233922625, -19.795626142622126 -16.71598442245437, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.14806498582441 -16.502333924544605, -19.88476189804311 -16.661949803698327, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-19.044707771286934 -17.14603610334452, -18.746985778497073 -17.301357476282952, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-18.906829165372827 -17.21796728373445, -18.471228566668863 -17.445219837062808, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.780942434179504 -17.769523505698793, -17.32771445556662 -17.970154087300415, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.817261352691194 -17.753446197836105, -17.400352292590004 -17.937999471575043, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.77244416077182 -18.192161290127682, -16.453744226395834 -18.309445812007944, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.73437393982074 -18.206171483354943, -16.377603784493672 -18.33746619846247, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.590024294860868 -18.60394270679658, -15.262000838261118 -18.701298346885125, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.648986277086394 -18.586443099969802, -15.379924802712168 -18.666299133231576, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.362509014941232 -18.943776771232645, -14.005316143647049 -19.025303713204224, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.383167106554344 -18.9390616966286, -14.046632326873274 -19.01587356399613, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.140726047760262 -19.19865483294366, -12.780421335843757 -19.25690610456155, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.08005376428803 -19.208463857214866, -12.659076768899292 -19.27652415310396, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.934446340341866 -19.371990387580766, -11.601850527835852 -19.404075505608233, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.966248330400564 -19.368922487847293, -11.665454507953248 -19.397939706141287, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.539501653715405 -19.475433813643765, -10.056196517806908 -19.490932468655974, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.744819803209028 -19.46884966021704, -10.466832816794152 -19.47776416180252, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000004 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-PENDING-1\" data-look=\"classic\" transform=\"translate(222.13621139526367, 243)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-105.609375\" y=\"-27\" width=\"211.21875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-75.609375, -12)\"><rect></rect><foreignObject width=\"151.21875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_pending</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-ACTIVE-3\" data-look=\"classic\" transform=\"translate(609.6518363952637, 118)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-98.0390625\" y=\"-27\" width=\"196.078125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-68.0390625, -12)\"><rect></rect><foreignObject width=\"136.078125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_active</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-CANCELLED-5\" data-look=\"classic\" transform=\"translate(609.6518363952637, 222)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-110.9375\" y=\"-27\" width=\"221.875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-80.9375, -12)\"><rect></rect><foreignObject width=\"161.875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_cancelled</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-FRAUDULENT-7\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 296)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-112.71875\" y=\"-27\" width=\"225.4375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-82.71875, -12)\"><rect></rect><foreignObject width=\"165.4375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_fraudulent</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-EXPIRED-9\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 35)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-103.375\" y=\"-27\" width=\"206.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-73.375, -12)\"><rect></rect><foreignObject width=\"146.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_expired</p></span></div></foreignObject></g></g><g class=\"node default finishedNode\" id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-flowchart-FINISHED-11\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#f3f4f6 !important;stroke:#4b5563 !important;stroke-width:2px !important\" x=\"-104.7109375\" y=\"-27\" width=\"209.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-74.7109375, -12)\"><rect></rect><foreignObject width=\"149.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_finished</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-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-b9984a46c7f8db87325c7131b52b89427aba532becdfb96ce3c0e586d6bffb55-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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1183.04248046875px;\" viewBox=\"-0.0000019073486328125 0 1183.04248046875 331\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .error-icon{fill:#a44141;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .error-text{fill:#ddd;stroke:#ddd;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-thickness-normal{stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-thickness-thick{stroke-width:3.5px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-pattern-solid{stroke-dasharray:0;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-pattern-dashed{stroke-dasharray:3;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edge-pattern-dotted{stroke-dasharray:2;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .marker{fill:lightgrey;stroke:lightgrey;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .marker.cross{stroke:lightgrey;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea p{margin:0;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster-label text{fill:#F9FFFE;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster-label span{color:#F9FFFE;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster-label span p{background-color:transparent;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .label text,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea span{fill:#ccc;color:#ccc;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node rect,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node circle,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node ellipse,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node polygon,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .rough-node .label text,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node .label text,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .image-shape .label,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .icon-shape .label{text-anchor:middle;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .rough-node .label,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node .label,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .image-shape .label,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .icon-shape .label{text-align:center;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node.clickable{cursor:pointer;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .arrowheadPath{fill:lightgrey;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .flowchart-link{stroke:lightgrey;fill:none;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster text{fill:#F9FFFE;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .cluster span{color:#F9FFFE;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea rect.text{fill:none;stroke-width:0;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .icon-shape,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .icon-shape p,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .icon-shape .label rect,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .node .neo-node{stroke:#ccc;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node rect,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].cluster rect,#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node polygon{stroke:url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node path{stroke:url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-gradient);stroke-width:1px;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node circle{stroke:url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .pendingNode&gt;*{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .pendingNode span{fill:rgb(230, 239, 255)!important;stroke:rgb(0, 87, 255)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .pendingNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .successNode&gt;*{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .successNode span{fill:rgb(230, 250, 238)!important;stroke:rgb(0, 209, 79)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .successNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .failNode&gt;*{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .failNode span{fill:rgb(255, 228, 230)!important;stroke:rgb(225, 29, 72)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .failNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .warningNode&gt;*{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .warningNode span{fill:rgb(254, 243, 199)!important;stroke:rgb(217, 119, 6)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .warningNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .finishedNode&gt;*{fill:rgb(243, 244, 246)!important;stroke:rgb(75, 85, 99)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .finishedNode span{fill:rgb(243, 244, 246)!important;stroke:rgb(75, 85, 99)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .finishedNode tspan{fill:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .plainNode&gt;*{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .plainNode span{fill:rgb(255, 255, 255)!important;stroke:rgb(0, 0, 0)!important;stroke-width:2px!important;color:rgb(0, 0, 0)!important;}#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea .plainNode tspan{fill:rgb(0, 0, 0)!important;}</style><g><marker id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_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=\"M67.027,243.5L71.11,243.417C75.194,243.333,83.36,243.167,90.944,243.083C98.527,243,105.527,243,109.027,243L112.527,243\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_Start_PENDING_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_Start_PENDING_0\" data-points=\"W3sieCI6NjcuMDI2ODM3NDMxODI3NDUsInkiOjI0My41MDAwMDAwMDAwMDAwNn0seyJ4Ijo5MS41MjY4MzYzOTUyNjM2NywieSI6MjQzfSx7IngiOjExNi41MjY4MzYzOTUyNjM2NywieSI6MjQzfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M263.412,216L288.382,199.667C313.352,183.333,363.291,150.667,403.991,134.333C444.691,118,476.152,118,491.882,118L507.613,118\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_PENDING_ACTIVE_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_PENDING_ACTIVE_0\" data-points=\"W3sieCI6MjYzLjQxMjQ2MTM5NTI2MzcsInkiOjIxNn0seyJ4Ijo0MTMuMjI5OTYxMzk1MjYzNywieSI6MTE4fSx7IngiOjUxMS42MTI3NzM4OTUyNjM3LCJ5IjoxMTh9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M327.746,231.394L341.993,229.828C356.24,228.263,384.735,225.131,412.563,223.566C440.391,222,467.553,222,481.134,222L494.714,222\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_PENDING_CANCELLED_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_PENDING_CANCELLED_0\" data-points=\"W3sieCI6MzI3Ljc0NTU4NjM5NTI2MzcsInkiOjIzMS4zOTQxOTQ2MDM0MzQyfSx7IngiOjQxMy4yMjk5NjEzOTUyNjM3LCJ5IjoyMjJ9LHsieCI6NDk4LjcxNDMzNjM5NTI2MzcsInkiOjIyMn1d\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M319.486,270L335.11,274.333C350.734,278.667,381.982,287.333,430.343,291.667C478.704,296,544.178,296,614.489,296C684.8,296,759.949,296,815.941,296C871.933,296,908.769,296,927.187,296L945.605,296\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_PENDING_FRAUDULENT_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_PENDING_FRAUDULENT_0\" data-points=\"W3sieCI6MzE5LjQ4NTg1NzYyMTY3ODc1LCJ5IjoyNzB9LHsieCI6NDEzLjIyOTk2MTM5NTI2MzcsInkiOjI5Nn0seyJ4Ijo2MDkuNjUxODM2Mzk1MjYzNywieSI6Mjk2fSx7IngiOjgzNS4wOTcxNDg4OTUyNjM3LCJ5IjoyOTZ9LHsieCI6OTQ5LjYwNDk2MTM5NTI2MzcsInkiOjI5Nn1d\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M682.989,91L708.341,81.667C733.692,72.333,784.395,53.667,829.721,44.333C875.048,35,914.998,35,934.973,35L954.949,35\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_ACTIVE_EXPIRED_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_ACTIVE_EXPIRED_0\" data-points=\"W3sieCI6NjgyLjk4OTQ2ODE3MjM3MjEsInkiOjkxfSx7IngiOjgzNS4wOTcxNDg4OTUyNjM3LCJ5IjozNX0seyJ4Ijo5NTguOTQ4NzExMzk1MjYzNywieSI6MzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M707.691,127.132L728.925,129.11C750.16,131.088,792.628,135.044,833.615,137.022C874.602,139,914.108,139,933.86,139L953.613,139\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_ACTIVE_FINISHED_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_ACTIVE_FINISHED_0\" data-points=\"W3sieCI6NzA3LjY5MDg5ODg5NTI2MzcsInkiOjEyNy4xMzIyMzgyNzg0MDczMX0seyJ4Ijo4MzUuMDk3MTQ4ODk1MjYzNywieSI6MTM5fSx7IngiOjk1Ny42MTI3NzM4OTUyNjM3LCJ5IjoxMzl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path><path d=\"M673.726,145L700.621,156.333C727.516,167.667,781.307,190.333,833.127,210.771C884.948,231.209,934.799,249.418,959.724,258.523L984.649,267.628\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-L_ACTIVE_FRAUDULENT_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_ACTIVE_FRAUDULENT_0\" data-points=\"W3sieCI6NjczLjcyNTc2NzMxNjMxNjMsInkiOjE0NX0seyJ4Ijo4MzUuMDk3MTQ4ODk1MjYzNywieSI6MjEzfSx7IngiOjk4OC40MDY2MzY4NDcwNzA5LCJ5IjoyNjl9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_Start_PENDING_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\" transform=\"translate(413.2299613952637, 118)\"><g class=\"label\" data-id=\"L_PENDING_ACTIVE_0\" transform=\"translate(-60.484375, -12)\"><foreignObject width=\"120.96875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Aktywacja udana</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(413.2299613952637, 222)\"><g class=\"label\" data-id=\"L_PENDING_CANCELLED_0\" transform=\"translate(-41.3671875, -12)\"><foreignObject width=\"82.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Anulowanie</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(609.6518363952637, 296)\"><g class=\"label\" data-id=\"L_PENDING_FRAUDULENT_0\" transform=\"translate(-77.8203125, -12)\"><foreignObject width=\"155.640625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Podejrzenie oszustwa</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.0971488952637, 35)\"><g class=\"label\" data-id=\"L_ACTIVE_EXPIRED_0\" transform=\"translate(-89.5078125, -12)\"><foreignObject width=\"179.015625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Brak środków / Ważności</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(835.0971488952637, 139)\"><g class=\"label\" data-id=\"L_ACTIVE_FINISHED_0\" transform=\"translate(-64.4765625, -12)\"><foreignObject width=\"128.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Plan zrealizowany</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(829.61572, 210.69019)\"><g class=\"label\" data-id=\"L_ACTIVE_FRAUDULENT_0\" transform=\"translate(-64.390625, -12)\"><foreignObject width=\"128.78125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Wykryto oszustwo</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default plainNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-Start-0\" data-look=\"classic\" transform=\"translate(37.263418197631836, 243)\"><g class=\"basic label-container outer-path\"><path d=\"M-9.7734375 -19.5 C-2.6290121992208935 -19.5, 4.515413101558213 -19.5, 9.7734375 -19.5 C9.7734375 -19.5, 9.7734375 -19.5, 9.773437499999998 -19.5 C10.262160662605558 -19.484327599417167, 10.750883825211119 -19.468655198834334, 11.0228067896239 -19.45993515863156 C11.340528574864187 -19.42928492012578, 11.658250360104477 -19.398634681620003, 12.267042152847864 -19.3399052695533 C12.675146046894307 -19.273926196856838, 13.083249940940751 -19.207947124160373, 13.501030759676757 -19.140403561325776 C13.836196060328863 -19.06390426860992, 14.171361360980969 -18.987404975894062, 14.71970188623539 -18.862249829261074 C15.109652783281275 -18.746514449911885, 15.49960368032716 -18.630779070562692, 15.918047751460602 -18.50658706670804 C16.281467345687805 -18.372845296618525, 16.644886939915008 -18.23910352652901, 17.091144095147794 -18.074876768247425 C17.320462440634923 -17.9733643391873, 17.549780786122053 -17.871851910127173, 18.23417041279238 -17.568892924097174 C18.64241807979814 -17.355910377715382, 19.050665746803897 -17.142927831333587, 19.342429764076783 -16.990714730406097 C19.769206305900003 -16.732000282735513, 20.195982847723226 -16.47328583506493, 20.411368073605697 -16.342718045390892 C20.77702839264461 -16.087649236009437, 21.14268871168352 -15.832580426627985, 21.436592844578712 -15.627565626425154 C21.67412066449403 -15.438143510923435, 21.91164848440935 -15.248721395421715, 22.41389120850187 -14.848196188198123 C22.651285635383147 -14.63260085081689, 22.88868006226442 -14.417005513435658, 23.339247236767985 -14.007812326905688 C23.567773777862516 -13.771839910847628, 23.796300318957044 -13.535867494789569, 24.208858442968648 -13.10986736009568 C24.46842245628147 -12.804968700447679, 24.727986469594292 -12.500070040799676, 25.019151408126582 -12.158051136245305 C25.203445018552884 -11.911114487767362, 25.387738628979186 -11.664177839289417, 25.766796464640635 -11.156274872382312 C25.938134617930018 -10.89305345819355, 26.1094727712194 -10.629832044004791, 26.448721378604247 -10.108655082055241 C26.65751908764347 -9.737913606595392, 26.866316796682685 -9.367172131135543, 27.0621239742735 -9.019496659696287 C27.266155197769596 -8.59582145853781, 27.470186421265694 -8.172146257379334, 27.60448364880834 -7.893275190886684 C27.760449595558207 -7.50803628701807, 27.916415542308073 -7.122797383149456, 28.073571729970325 -6.734618561215508 C28.154667536528095 -6.490370912725598, 28.23576334308586 -6.2461232642356865, 28.46746063421488 -5.548287939305138 C28.58411885532027 -5.10341958223743, 28.700777076425663 -4.658551225169724, 28.78453178754556 -4.339158212148133 C28.850888745605005 -3.998429257060933, 28.917245703664452 -3.657700301973733, 29.023482276581777 -3.1121979531509023 C29.07986378710946 -2.6749140912867784, 29.13624529763714 -2.237630229422654, 29.183330202509367 -1.872449005199798 C29.204842585515067 -1.537376275403001, 29.226354968520766 -1.202303545606204, 29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.16377513786998577, 29.263418715913414 0.29745548690730417, 29.263418715913414 0.625005762647271 C29.242613421246922 0.9490650208094853, 29.221808126580427 1.2731242789716997, 29.183330202509367 1.8724490051997846 C29.144495484568278 2.1736434087684255, 29.105660766627185 2.474837812337066, 29.023482276581777 3.1121979531508885 C28.92810862436396 3.6019215000608362, 28.83273497214615 4.091645046970784, 28.78453178754556 4.339158212148129 C28.69258834285479 4.68977841529503, 28.600644898164024 5.040398618441931, 28.467460634214884 5.548287939305125 C28.33855620657364 5.936527537229146, 28.209651778932393 6.324767135153167, 28.07357172997033 6.734618561215495 C27.90182361992937 7.158839713540477, 27.73007550988841 7.58306086586546, 27.604483648808344 7.893275190886679 C27.48629835187373 8.138689488731657, 27.36811305493912 8.384103786576636, 27.062123974273504 9.019496659696284 C26.873861115794416 9.353776428607523, 26.685598257315323 9.688056197518762, 26.44872137860425 10.108655082055236 C26.1773469600614 10.525559063171787, 25.90597254151855 10.94246304428834, 25.76679646464064 11.156274872382301 C25.577791966801865 11.40952368082229, 25.388787468963088 11.662772489262277, 25.019151408126582 12.158051136245302 C24.816849187295475 12.395686836155988, 24.614546966464363 12.633322536066675, 24.20885844296866 13.10986736009567 C23.929303697536845 13.398530586625466, 23.64974895210503 13.687193813155261, 23.33924723676799 14.007812326905684 C23.066098262135103 14.255878998541437, 22.792949287502218 14.503945670177188, 22.413891208501887 14.848196188198111 C22.03725551284707 15.148553132786038, 21.660619817192256 15.448910077373966, 21.436592844578715 15.627565626425152 C21.056171556078265 15.892931049110908, 20.675750267577815 16.158296471796664, 20.411368073605708 16.34271804539089 C20.023577285948818 16.57779909978012, 19.63578649829193 16.812880154169346, 19.342429764076787 16.990714730406093 C18.97724396181661 17.181231929532558, 18.612058159556437 17.37174912865902, 18.234170412792388 17.56889292409717 C17.853691088861744 17.737319834283134, 17.473211764931097 17.905746744469095, 17.091144095147804 18.07487676824742 C16.676720569566672 18.227388456550354, 16.26229704398554 18.379900144853284, 15.918047751460616 18.506587066708033 C15.576910228983197 18.607834892711935, 15.235772706505779 18.709082718715838, 14.719701886235413 18.86224982926107 C14.472120088684227 18.91875875892991, 14.224538291133042 18.975267688598752, 13.501030759676766 19.140403561325773 C13.179588118412275 19.1923719147405, 12.858145477147783 19.244340268155234, 12.267042152847878 19.3399052695533 C11.90334246073219 19.374990941438824, 11.539642768616503 19.41007661332435, 11.0228067896239 19.45993515863156 C10.67045258551987 19.471234472141322, 10.31809838141584 19.482533785651086, 9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 C4.3562874863557015 19.5, -1.060862527288597 19.5, -9.773437499999996 19.5 C-10.265026411252522 19.4842357004359, -10.756615322505048 19.468471400871803, -11.022806789623893 19.45993515863156 C-11.337094079922217 19.429616241722247, -11.65138137022054 19.399297324812935, -12.267042152847871 19.3399052695533 C-12.587267999219263 19.2881336381005, -12.907493845590654 19.236362006647703, -13.501030759676759 19.140403561325773 C-13.864698917812799 19.057398677387738, -14.22836707594884 18.9743937934497, -14.719701886235388 18.862249829261074 C-15.144048628915774 18.736305943475042, -15.56839537159616 18.61036205768901, -15.918047751460593 18.506587066708043 C-16.269609190101093 18.377209207490026, -16.621170628741595 18.24783134827201, -17.091144095147797 18.074876768247425 C-17.540331280796686 17.8760349258251, -17.989518466445574 17.67719308340277, -18.23417041279238 17.568892924097174 C-18.495546071930796 17.432533410143762, -18.756921731069212 17.29617389619035, -19.34242976407678 16.990714730406097 C-19.727343806802864 16.75737757569955, -20.112257849528948 16.524040420993003, -20.411368073605686 16.3427180453909 C-20.709941755627963 16.13444596985854, -21.00851543765024 15.926173894326181, -21.436592844578712 15.627565626425156 C-21.76388109729985 15.366561954386226, -22.091169350020994 15.105558282347298, -22.41389120850187 14.848196188198125 C-22.660842344302235 14.623921700633236, -22.9077934801026 14.399647213068347, -23.339247236767974 14.007812326905697 C-23.515851350358712 13.82545408015588, -23.69245546394945 13.643095833406067, -24.208858442968655 13.109867360095677 C-24.50990844940111 12.756236892309472, -24.810958455833564 12.402606424523267, -25.01915140812658 12.158051136245307 C-25.21192826627006 11.89974770866611, -25.404705124413542 11.641444281086915, -25.766796464640635 11.156274872382316 C-26.003511413121757 10.792617144651445, -26.24022636160288 10.428959416920572, -26.448721378604244 10.108655082055249 C-26.57463731198517 9.885078591966558, -26.700553245366095 9.661502101877867, -27.0621239742735 9.019496659696289 C-27.233383219335106 8.66387317296504, -27.404642464396712 8.308249686233793, -27.60448364880834 7.893275190886686 C-27.77344082605104 7.475947696532423, -27.942398003293736 7.05862020217816, -28.073571729970325 6.73461856121551 C-28.185570097639538 6.397297322312395, -28.29756846530875 6.059976083409278, -28.46746063421488 5.5482879393051325 C-28.583075797983966 5.1073972119246625, -28.69869096175305 4.6665064845441915, -28.784531787545557 4.339158212148136 C-28.869252656643287 3.904134455093316, -28.95397352574102 3.469110698038496, -29.023482276581777 3.112197953150904 C-29.068851120841064 2.7603261561675128, -29.11421996510035 2.4084543591841214, -29.183330202509364 1.872449005199809 C-29.20497661297177 1.5352886895797806, -29.22662302343418 1.1981283739597521, -29.263418715913414 0.6250057626472781 C-29.263418715913414 0.321672407519946, -29.263418715913414 0.018339052392613908, -29.263418715913414 -0.6250057626472687 C-29.236360171529334 -1.046464432693207, -29.20930162714526 -1.4679231027391455, -29.183330202509367 -1.8724490051997822 C-29.14393383307164 -2.177999466865706, -29.104537463633914 -2.4835499285316294, -29.023482276581777 -3.112197953150895 C-28.96812815660788 -3.396429660119468, -28.91277403663398 -3.6806613670880406, -28.78453178754556 -4.339158212148126 C-28.659286109580208 -4.816774264050223, -28.53404043161485 -5.294390315952319, -28.467460634214884 -5.548287939305123 C-28.340980572406547 -5.929225733610659, -28.214500510598214 -6.310163527916196, -28.073571729970332 -6.734618561215485 C-27.968340448865778 -6.994541860052148, -27.863109167761223 -7.254465158888809, -27.604483648808344 -7.893275190886676 C-27.388096371744485 -8.342608001655803, -27.17170909468063 -8.791940812424931, -27.062123974273504 -9.019496659696282 C-26.82403464455743 -9.442248373766114, -26.585945314841354 -9.865000087835949, -26.448721378604247 -10.108655082055243 C-26.30725540290526 -10.325984809662316, -26.165789427206274 -10.543314537269387, -25.76679646464064 -11.156274872382308 C-25.606280126516076 -11.371352142129991, -25.445763788391513 -11.586429411877676, -25.019151408126586 -12.158051136245302 C-24.73054394686285 -12.497065882475454, -24.44193648559911 -12.836080628705608, -24.208858442968662 -13.10986736009567 C-23.966780016873816 -13.359833210047006, -23.724701590778967 -13.609799059998343, -23.339247236767996 -14.007812326905677 C-23.011307110799557 -14.305638872489956, -22.683366984831114 -14.603465418074236, -22.413891208501887 -14.848196188198107 C-22.197308976401583 -15.020914754802853, -21.980726744301283 -15.193633321407596, -21.43659284457872 -15.627565626425149 C-21.08286577172331 -15.874310319850895, -20.729138698867896 -16.121055013276642, -20.41136807360571 -16.342718045390885 C-20.12455746281031 -16.51658432314129, -19.83774685201491 -16.6904506008917, -19.34242976407679 -16.99071473040609 C-18.973741540771453 -17.183059140348405, -18.60505331746612 -17.375403550290724, -18.234170412792388 -17.56889292409717 C-17.825242471394137 -17.74991319333779, -17.416314529995887 -17.930933462578405, -17.091144095147804 -18.07487676824742 C-16.689150953280674 -18.222813960438394, -16.287157811413547 -18.370751152629364, -15.918047751460618 -18.506587066708033 C-15.574985770313866 -18.608406061943302, -15.231923789167114 -18.710225057178572, -14.719701886235413 -18.862249829261067 C-14.448496982806533 -18.92415057869132, -14.177292079377656 -18.986051328121572, -13.501030759676768 -19.140403561325773 C-13.025534659845697 -19.21727808321913, -12.550038560014627 -19.294152605112494, -12.26704215284788 -19.3399052695533 C-11.935554402625648 -19.37188349414489, -11.604066652403414 -19.403861718736483, -11.022806789623903 -19.45993515863156 C-10.598074192179674 -19.473555506339746, -10.173341594735442 -19.487175854047933, -9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ffffff\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path><path d=\"M-9.7734375 -19.5 C-4.497233904106465 -19.5, 0.7789696917870703 -19.5, 9.7734375 -19.5 M-9.7734375 -19.5 C-3.064755985156526 -19.5, 3.643925529686948 -19.5, 9.7734375 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.7734375 -19.5, 9.773437499999998 -19.5 M9.7734375 -19.5 C9.7734375 -19.5, 9.7734375 -19.5, 9.773437499999998 -19.5 M9.773437499999998 -19.5 C10.048299362381638 -19.49118571505958, 10.323161224763277 -19.482371430119162, 11.0228067896239 -19.45993515863156 M9.773437499999998 -19.5 C10.253964767118754 -19.484590425833087, 10.734492034237508 -19.469180851666174, 11.0228067896239 -19.45993515863156 M11.0228067896239 -19.45993515863156 C11.476611476014325 -19.41615716631546, 11.93041616240475 -19.37237917399936, 12.267042152847864 -19.3399052695533 M11.0228067896239 -19.45993515863156 C11.273778686903341 -19.43572420153888, 11.524750584182783 -19.411513244446198, 12.267042152847864 -19.3399052695533 M12.267042152847864 -19.3399052695533 C12.558596317848776 -19.29276905319227, 12.850150482849688 -19.24563283683124, 13.501030759676757 -19.140403561325776 M12.267042152847864 -19.3399052695533 C12.561932296981453 -19.292229717957003, 12.856822441115042 -19.244554166360707, 13.501030759676757 -19.140403561325776 M13.501030759676757 -19.140403561325776 C13.817628120697709 -19.0681422796636, 14.13422548171866 -18.995880998001425, 14.71970188623539 -18.862249829261074 M13.501030759676757 -19.140403561325776 C13.957340174529945 -19.03625391508275, 14.41364958938313 -18.93210426883972, 14.71970188623539 -18.862249829261074 M14.71970188623539 -18.862249829261074 C15.01601833001045 -18.77430466414539, 15.31233477378551 -18.686359499029706, 15.918047751460602 -18.50658706670804 M14.71970188623539 -18.862249829261074 C15.159921264291906 -18.73159502861257, 15.600140642348425 -18.600940227964067, 15.918047751460602 -18.50658706670804 M15.918047751460602 -18.50658706670804 C16.285762795189793 -18.371264531495093, 16.65347783891898 -18.23594199628215, 17.091144095147794 -18.074876768247425 M15.918047751460602 -18.50658706670804 C16.28804840353549 -18.370423406495945, 16.658049055610384 -18.23425974628385, 17.091144095147794 -18.074876768247425 M17.091144095147794 -18.074876768247425 C17.49246651156591 -17.897223239305628, 17.89378892798403 -17.71956971036383, 18.23417041279238 -17.568892924097174 M17.091144095147794 -18.074876768247425 C17.347851385070342 -17.96124006594991, 17.604558674992887 -17.847603363652393, 18.23417041279238 -17.568892924097174 M18.23417041279238 -17.568892924097174 C18.480844146911334 -17.440203395009384, 18.727517881030288 -17.311513865921594, 19.342429764076783 -16.990714730406097 M18.23417041279238 -17.568892924097174 C18.574509934585063 -17.3913380135758, 18.91484945637775 -17.213783103054425, 19.342429764076783 -16.990714730406097 M19.342429764076783 -16.990714730406097 C19.677039706741734 -16.787872216776314, 20.01164964940668 -16.58502970314653, 20.411368073605697 -16.342718045390892 M19.342429764076783 -16.990714730406097 C19.581115005654684 -16.8460223342914, 19.819800247232582 -16.701329938176702, 20.411368073605697 -16.342718045390892 M20.411368073605697 -16.342718045390892 C20.77693303258442 -16.087715755059353, 21.142497991563147 -15.832713464727815, 21.436592844578712 -15.627565626425154 M20.411368073605697 -16.342718045390892 C20.7595893922376 -16.09981392777121, 21.1078107108695 -15.856909810151523, 21.436592844578712 -15.627565626425154 M21.436592844578712 -15.627565626425154 C21.825259149410723 -15.317614591166368, 22.213925454242734 -15.007663555907582, 22.41389120850187 -14.848196188198123 M21.436592844578712 -15.627565626425154 C21.698349600363567 -15.41882157932654, 21.960106356148426 -15.210077532227926, 22.41389120850187 -14.848196188198123 M22.41389120850187 -14.848196188198123 C22.747426499692253 -14.545288261599236, 23.080961790882636 -14.242380335000348, 23.339247236767985 -14.007812326905688 M22.41389120850187 -14.848196188198123 C22.600610269532993 -14.67862287728529, 22.78732933056412 -14.509049566372457, 23.339247236767985 -14.007812326905688 M23.339247236767985 -14.007812326905688 C23.683845805437734 -13.651986012685523, 24.028444374107483 -13.29615969846536, 24.208858442968648 -13.10986736009568 M23.339247236767985 -14.007812326905688 C23.6099149234674 -13.728325718158187, 23.88058261016681 -13.448839109410688, 24.208858442968648 -13.10986736009568 M24.208858442968648 -13.10986736009568 C24.452722484871185 -12.823410780219879, 24.696586526773725 -12.536954200344077, 25.019151408126582 -12.158051136245305 M24.208858442968648 -13.10986736009568 C24.4511148050119 -12.825299252462171, 24.693371167055155 -12.540731144828662, 25.019151408126582 -12.158051136245305 M25.019151408126582 -12.158051136245305 C25.19881500897386 -11.917318278800703, 25.37847860982114 -11.676585421356101, 25.766796464640635 -11.156274872382312 M25.019151408126582 -12.158051136245305 C25.23859607485852 -11.864015274644919, 25.458040741590455 -11.569979413044532, 25.766796464640635 -11.156274872382312 M25.766796464640635 -11.156274872382312 C26.02737101413975 -10.75596239028784, 26.287945563638864 -10.355649908193367, 26.448721378604247 -10.108655082055241 M25.766796464640635 -11.156274872382312 C25.91176204046205 -10.933568819212974, 26.05672761628347 -10.710862766043636, 26.448721378604247 -10.108655082055241 M26.448721378604247 -10.108655082055241 C26.605340964116802 -9.830561148524927, 26.761960549629357 -9.55246721499461, 27.0621239742735 -9.019496659696287 M26.448721378604247 -10.108655082055241 C26.62460027323741 -9.796364294964766, 26.800479167870574 -9.48407350787429, 27.0621239742735 -9.019496659696287 M27.0621239742735 -9.019496659696287 C27.186479278252648 -8.76127021020633, 27.310834582231795 -8.503043760716373, 27.60448364880834 -7.893275190886684 M27.0621239742735 -9.019496659696287 C27.276399467543353 -8.574549013160349, 27.490674960813205 -8.12960136662441, 27.60448364880834 -7.893275190886684 M27.60448364880834 -7.893275190886684 C27.712322173097387 -7.626911950976709, 27.820160697386434 -7.360548711066733, 28.073571729970325 -6.734618561215508 M27.60448364880834 -7.893275190886684 C27.76214520451982 -7.503848100100521, 27.919806760231296 -7.114421009314359, 28.073571729970325 -6.734618561215508 M28.073571729970325 -6.734618561215508 C28.186987151395964 -6.3930293821748965, 28.3004025728216 -6.051440203134284, 28.46746063421488 -5.548287939305138 M28.073571729970325 -6.734618561215508 C28.22621520329555 -6.274880739994623, 28.378858676620776 -5.815142918773738, 28.46746063421488 -5.548287939305138 M28.46746063421488 -5.548287939305138 C28.55069951650786 -5.230862005162222, 28.633938398800836 -4.913436071019305, 28.78453178754556 -4.339158212148133 M28.46746063421488 -5.548287939305138 C28.571098112291676 -5.15307331863119, 28.67473559036847 -4.757858697957241, 28.78453178754556 -4.339158212148133 M28.78453178754556 -4.339158212148133 C28.8673774492258 -3.9137632488569056, 28.950223110906038 -3.4883682855656786, 29.023482276581777 -3.1121979531509023 M28.78453178754556 -4.339158212148133 C28.839729089339524 -4.055731733389987, 28.89492639113349 -3.77230525463184, 29.023482276581777 -3.1121979531509023 M29.023482276581777 -3.1121979531509023 C29.060304914149697 -2.8266088476263653, 29.097127551717616 -2.541019742101828, 29.183330202509367 -1.872449005199798 M29.023482276581777 -3.1121979531509023 C29.056283393918225 -2.8577989644026656, 29.089084511254672 -2.603399975654429, 29.183330202509367 -1.872449005199798 M29.183330202509367 -1.872449005199798 C29.20577424960025 -1.5228648552505586, 29.228218296691132 -1.1732807053013194, 29.263418715913414 -0.6250057626472757 M29.183330202509367 -1.872449005199798 C29.21274070309718 -1.4143567188158448, 29.24215120368499 -0.9562644324318914, 29.263418715913414 -0.6250057626472757 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.12507608233621326, 29.263418715913414 0.3748535979748492, 29.263418715913414 0.625005762647271 M29.263418715913414 -0.6250057626472757 C29.263418715913414 -0.31383249010944547, 29.263418715913414 -0.0026592175716152466, 29.263418715913414 0.625005762647271 M29.263418715913414 0.625005762647271 C29.23250660287327 1.1064868750560597, 29.201594489833127 1.5879679874648485, 29.183330202509367 1.8724490051997846 M29.263418715913414 0.625005762647271 C29.238313336831098 1.0160423065516186, 29.21320795774878 1.4070788504559664, 29.183330202509367 1.8724490051997846 M29.183330202509367 1.8724490051997846 C29.145115438241625 2.1688351705016284, 29.106900673973886 2.4652213358034722, 29.023482276581777 3.1121979531508885 M29.183330202509367 1.8724490051997846 C29.13388210120271 2.255958714302186, 29.084433999896046 2.6394684234045873, 29.023482276581777 3.1121979531508885 M29.023482276581777 3.1121979531508885 C28.93808621419824 3.5506886850261803, 28.852690151814702 3.9891794169014716, 28.78453178754556 4.339158212148129 M29.023482276581777 3.1121979531508885 C28.953971464825806 3.4691212804025437, 28.884460653069834 3.8260446076541994, 28.78453178754556 4.339158212148129 M28.78453178754556 4.339158212148129 C28.6615398906269 4.808179620124298, 28.53854799370824 5.277201028100467, 28.467460634214884 5.548287939305125 M28.78453178754556 4.339158212148129 C28.716404491415243 4.598957118849941, 28.64827719528493 4.858756025551753, 28.467460634214884 5.548287939305125 M28.467460634214884 5.548287939305125 C28.348397100100623 5.9068883338593245, 28.22933356598636 6.2654887284135246, 28.07357172997033 6.734618561215495 M28.467460634214884 5.548287939305125 C28.3108227723571 6.0200562223667, 28.15418491049931 6.491824505428274, 28.07357172997033 6.734618561215495 M28.07357172997033 6.734618561215495 C27.9331116493725 7.081557675903056, 27.792651568774666 7.428496790590617, 27.604483648808344 7.893275190886679 M28.07357172997033 6.734618561215495 C27.966785020618662 6.998383797894687, 27.859998311266995 7.262149034573878, 27.604483648808344 7.893275190886679 M27.604483648808344 7.893275190886679 C27.426359339292688 8.263154130845614, 27.24823502977703 8.633033070804549, 27.062123974273504 9.019496659696284 M27.604483648808344 7.893275190886679 C27.465422181498106 8.182039303195138, 27.326360714187864 8.470803415503596, 27.062123974273504 9.019496659696284 M27.062123974273504 9.019496659696284 C26.93229007879113 9.250029888232778, 26.80245618330876 9.480563116769272, 26.44872137860425 10.108655082055236 M27.062123974273504 9.019496659696284 C26.93818841010972 9.23955680370581, 26.814252845945937 9.459616947715338, 26.44872137860425 10.108655082055236 M26.44872137860425 10.108655082055236 C26.271746504017592 10.380536013828214, 26.094771629430934 10.652416945601194, 25.76679646464064 11.156274872382301 M26.44872137860425 10.108655082055236 C26.179762853514855 10.521847602069052, 25.910804328425463 10.935040122082867, 25.76679646464064 11.156274872382301 M25.76679646464064 11.156274872382301 C25.53720467946268 11.463906948278852, 25.30761289428472 11.771539024175404, 25.019151408126582 12.158051136245302 M25.76679646464064 11.156274872382301 C25.47391214663473 11.548713176199943, 25.181027828628824 11.941151480017584, 25.019151408126582 12.158051136245302 M25.019151408126582 12.158051136245302 C24.715808670865155 12.5143747761233, 24.412465933603723 12.8706984160013, 24.20885844296866 13.10986736009567 M25.019151408126582 12.158051136245302 C24.73377646720923 12.493268780140975, 24.448401526291875 12.828486424036647, 24.20885844296866 13.10986736009567 M24.20885844296866 13.10986736009567 C24.022675393892037 13.30211664417989, 23.83649234481542 13.49436592826411, 23.33924723676799 14.007812326905684 M24.20885844296866 13.10986736009567 C23.96554003655645 13.36111359152896, 23.72222163014424 13.61235982296225, 23.33924723676799 14.007812326905684 M23.33924723676799 14.007812326905684 C23.027750728351464 14.290705214103594, 22.716254219934935 14.573598101301506, 22.413891208501887 14.848196188198111 M23.33924723676799 14.007812326905684 C23.045336319265445 14.274734445724754, 22.751425401762905 14.541656564543823, 22.413891208501887 14.848196188198111 M22.413891208501887 14.848196188198111 C22.10763414822201 15.092428043928667, 21.801377087942136 15.336659899659223, 21.436592844578715 15.627565626425152 M22.413891208501887 14.848196188198111 C22.138594722211685 15.067737810067378, 21.863298235921484 15.287279431936643, 21.436592844578715 15.627565626425152 M21.436592844578715 15.627565626425152 C21.094876651266784 15.865932050223963, 20.753160457954856 16.104298474022773, 20.411368073605708 16.34271804539089 M21.436592844578715 15.627565626425152 C21.204041107849402 15.78978365096509, 20.971489371120093 15.952001675505025, 20.411368073605708 16.34271804539089 M20.411368073605708 16.34271804539089 C20.111629106126788 16.5244215689383, 19.81189013864787 16.706125092485717, 19.342429764076787 16.990714730406093 M20.411368073605708 16.34271804539089 C20.13819801308932 16.50831534140139, 19.86502795257293 16.67391263741189, 19.342429764076787 16.990714730406093 M19.342429764076787 16.990714730406093 C18.939647246257774 17.200846111957755, 18.536864728438765 17.410977493509417, 18.234170412792388 17.56889292409717 M19.342429764076787 16.990714730406093 C19.11429951521325 17.1097301351138, 18.886169266349714 17.22874553982151, 18.234170412792388 17.56889292409717 M18.234170412792388 17.56889292409717 C17.880022718694153 17.725663602856372, 17.525875024595923 17.88243428161557, 17.091144095147804 18.07487676824742 M18.234170412792388 17.56889292409717 C17.92190318384957 17.707124363271927, 17.60963595490675 17.845355802446683, 17.091144095147804 18.07487676824742 M17.091144095147804 18.07487676824742 C16.788103073654963 18.18639866543728, 16.48506205216212 18.29792056262714, 15.918047751460616 18.506587066708033 M17.091144095147804 18.07487676824742 C16.82281203194225 18.173625447941465, 16.554479968736693 18.272374127635512, 15.918047751460616 18.506587066708033 M15.918047751460616 18.506587066708033 C15.60990183342354 18.59804315769051, 15.301755915386465 18.68949924867298, 14.719701886235413 18.86224982926107 M15.918047751460616 18.506587066708033 C15.480717815909735 18.63638429598786, 15.043387880358853 18.766181525267687, 14.719701886235413 18.86224982926107 M14.719701886235413 18.86224982926107 C14.414688214883332 18.931867209346965, 14.10967454353125 19.00148458943286, 13.501030759676766 19.140403561325773 M14.719701886235413 18.86224982926107 C14.46850692582451 18.919583439774552, 14.217311965413606 18.97691705028803, 13.501030759676766 19.140403561325773 M13.501030759676766 19.140403561325773 C13.021905191900116 19.21786486744963, 12.542779624123467 19.29532617357349, 12.267042152847878 19.3399052695533 M13.501030759676766 19.140403561325773 C13.171688439213478 19.193649073610437, 12.84234611875019 19.246894585895102, 12.267042152847878 19.3399052695533 M12.267042152847878 19.3399052695533 C12.017556582748991 19.36397284245044, 11.768071012650104 19.388040415347586, 11.0228067896239 19.45993515863156 M12.267042152847878 19.3399052695533 C11.860368449226472 19.37913659264497, 11.453694745605066 19.418367915736642, 11.0228067896239 19.45993515863156 M11.0228067896239 19.45993515863156 C10.751009865090701 19.46865115698072, 10.4792129405575 19.47736715532988, 9.773437500000004 19.5 M11.0228067896239 19.45993515863156 C10.75374655183093 19.468563396763596, 10.484686314037962 19.477191634895636, 9.773437500000004 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.7734375 19.5, 9.7734375 19.5 M9.773437500000004 19.5 C9.773437500000002 19.5, 9.773437500000002 19.5, 9.7734375 19.5 M9.7734375 19.5 C2.1082613992335952 19.5, -5.5569147015328095 19.5, -9.773437499999996 19.5 M9.7734375 19.5 C5.630889304795515 19.5, 1.4883411095910297 19.5, -9.773437499999996 19.5 M-9.773437499999996 19.5 C-10.14327408245512 19.4881400606439, -10.513110664910243 19.476280121287804, -11.022806789623893 19.45993515863156 M-9.773437499999996 19.5 C-10.147674906711849 19.487998934775675, -10.521912313423703 19.475997869551346, -11.022806789623893 19.45993515863156 M-11.022806789623893 19.45993515863156 C-11.356251687377075 19.427768130371472, -11.689696585130257 19.395601102111385, -12.267042152847871 19.3399052695533 M-11.022806789623893 19.45993515863156 C-11.33946136479637 19.429387872597516, -11.656115939968846 19.39884058656347, -12.267042152847871 19.3399052695533 M-12.267042152847871 19.3399052695533 C-12.612949245018628 19.283981693440694, -12.958856337189385 19.22805811732809, -13.501030759676759 19.140403561325773 M-12.267042152847871 19.3399052695533 C-12.599052535243022 19.28622840570662, -12.931062917638172 19.23255154185994, -13.501030759676759 19.140403561325773 M-13.501030759676759 19.140403561325773 C-13.928512789855551 19.04283357751841, -14.355994820034343 18.945263593711047, -14.719701886235388 18.862249829261074 M-13.501030759676759 19.140403561325773 C-13.929569963631538 19.042592284502746, -14.358109167586317 18.94478100767972, -14.719701886235388 18.862249829261074 M-14.719701886235388 18.862249829261074 C-15.165913414515888 18.72981658987953, -15.61212494279639 18.597383350497985, -15.918047751460593 18.506587066708043 M-14.719701886235388 18.862249829261074 C-15.078223221671136 18.755842578820637, -15.436744557106884 18.6494353283802, -15.918047751460593 18.506587066708043 M-15.918047751460593 18.506587066708043 C-16.221626753866182 18.39486718756925, -16.525205756271774 18.283147308430458, -17.091144095147797 18.074876768247425 M-15.918047751460593 18.506587066708043 C-16.21719696629532 18.396497390343836, -16.516346181130043 18.286407713979628, -17.091144095147797 18.074876768247425 M-17.091144095147797 18.074876768247425 C-17.464833379194836 17.909455607298558, -17.838522663241875 17.74403444634969, -18.23417041279238 17.568892924097174 M-17.091144095147797 18.074876768247425 C-17.547480553210473 17.872870155003145, -18.00381701127315 17.670863541758866, -18.23417041279238 17.568892924097174 M-18.23417041279238 17.568892924097174 C-18.512072411650287 17.42391162929773, -18.78997441050819 17.278930334498288, -19.34242976407678 16.990714730406097 M-18.23417041279238 17.568892924097174 C-18.669966914245546 17.341538168430038, -19.10576341569871 17.114183412762905, -19.34242976407678 16.990714730406097 M-19.34242976407678 16.990714730406097 C-19.724347174336152 16.75919415191104, -20.10626458459552 16.52767357341598, -20.411368073605686 16.3427180453909 M-19.34242976407678 16.990714730406097 C-19.69144811019334 16.779137757930773, -20.0404664563099 16.56756078545545, -20.411368073605686 16.3427180453909 M-20.411368073605686 16.3427180453909 C-20.734404720330048 16.11738166466704, -21.05744136705441 15.892045283943181, -21.436592844578712 15.627565626425156 M-20.411368073605686 16.3427180453909 C-20.645184039417526 16.179618149370587, -20.879000005229365 16.016518253350277, -21.436592844578712 15.627565626425156 M-21.436592844578712 15.627565626425156 C-21.634804054622247 15.469497461037255, -21.833015264665786 15.311429295649353, -22.41389120850187 14.848196188198125 M-21.436592844578712 15.627565626425156 C-21.67227873769485 15.439612398530054, -21.907964630810987 15.251659170634952, -22.41389120850187 14.848196188198125 M-22.41389120850187 14.848196188198125 C-22.70884336252116 14.580328445924152, -23.003795516540453 14.31246070365018, -23.339247236767974 14.007812326905697 M-22.41389120850187 14.848196188198125 C-22.63998186534594 14.642866635683314, -22.866072522190013 14.437537083168502, -23.339247236767974 14.007812326905697 M-23.339247236767974 14.007812326905697 C-23.59928799047734 13.739298898957848, -23.859328744186705 13.47078547101, -24.208858442968655 13.109867360095677 M-23.339247236767974 14.007812326905697 C-23.63570824410448 13.701691996929393, -23.93216925144099 13.395571666953087, -24.208858442968655 13.109867360095677 M-24.208858442968655 13.109867360095677 C-24.491183456708693 12.778232334208251, -24.773508470448732 12.446597308320825, -25.01915140812658 12.158051136245307 M-24.208858442968655 13.109867360095677 C-24.449748818094793 12.826903818421865, -24.690639193220935 12.543940276748053, -25.01915140812658 12.158051136245307 M-25.01915140812658 12.158051136245307 C-25.314959875088455 11.76169473922212, -25.61076834205033 11.365338342198934, -25.766796464640635 11.156274872382316 M-25.01915140812658 12.158051136245307 C-25.297687140328705 11.784838630221676, -25.576222872530835 11.411626124198044, -25.766796464640635 11.156274872382316 M-25.766796464640635 11.156274872382316 C-26.01736003172898 10.771341947595962, -26.267923598817326 10.386409022809609, -26.448721378604244 10.108655082055249 M-25.766796464640635 11.156274872382316 C-25.904058498989478 10.945403527605379, -26.041320533338325 10.73453218282844, -26.448721378604244 10.108655082055249 M-26.448721378604244 10.108655082055249 C-26.62873125885339 9.789029311695941, -26.808741139102537 9.469403541336632, -27.0621239742735 9.019496659696289 M-26.448721378604244 10.108655082055249 C-26.64578882059994 9.75874188354952, -26.84285626259563 9.40882868504379, -27.0621239742735 9.019496659696289 M-27.0621239742735 9.019496659696289 C-27.272141078341072 8.58339164945382, -27.482158182408643 8.147286639211348, -27.60448364880834 7.893275190886686 M-27.0621239742735 9.019496659696289 C-27.193764542041176 8.74614220406978, -27.32540510980885 8.472787748443272, -27.60448364880834 7.893275190886686 M-27.60448364880834 7.893275190886686 C-27.752993353106913 7.5264533500294135, -27.90150305740548 7.159631509172141, -28.073571729970325 6.73461856121551 M-27.60448364880834 7.893275190886686 C-27.729823821478575 7.58368254110382, -27.855163994148814 7.274089891320954, -28.073571729970325 6.73461856121551 M-28.073571729970325 6.73461856121551 C-28.159135847452944 6.476913072148607, -28.244699964935567 6.219207583081703, -28.46746063421488 5.5482879393051325 M-28.073571729970325 6.73461856121551 C-28.22308030075423 6.284322566970194, -28.372588871538134 5.834026572724877, -28.46746063421488 5.5482879393051325 M-28.46746063421488 5.5482879393051325 C-28.585523882391104 5.098061605073753, -28.70358713056733 4.647835270842374, -28.784531787545557 4.339158212148136 M-28.46746063421488 5.5482879393051325 C-28.571711513553087 5.150734153771633, -28.675962392891293 4.753180368238133, -28.784531787545557 4.339158212148136 M-28.784531787545557 4.339158212148136 C-28.846407888477604 4.021437511380645, -28.90828398940965 3.703716810613154, -29.023482276581777 3.112197953150904 M-28.784531787545557 4.339158212148136 C-28.839121130355178 4.058853474282423, -28.8937104731648 3.778548736416711, -29.023482276581777 3.112197953150904 M-29.023482276581777 3.112197953150904 C-29.05780733293667 2.845979594311425, -29.092132389291557 2.579761235471946, -29.183330202509364 1.872449005199809 M-29.023482276581777 3.112197953150904 C-29.056853386841603 2.8533782118467745, -29.09022449710143 2.594558470542645, -29.183330202509364 1.872449005199809 M-29.183330202509364 1.872449005199809 C-29.20018762089277 1.609881106815061, -29.217045039276176 1.3473132084303128, -29.263418715913414 0.6250057626472781 M-29.183330202509364 1.872449005199809 C-29.212445415471464 1.4189560619381678, -29.241560628433568 0.9654631186765266, -29.263418715913414 0.6250057626472781 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.16270683113394657, -29.263418715913414 -0.299592100379385, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 0.6250057626472781 C-29.263418715913414 0.3402702853406316, -29.263418715913414 0.05553480803398503, -29.263418715913414 -0.6250057626472687 M-29.263418715913414 -0.6250057626472687 C-29.245317706331612 -0.9069435977558059, -29.22721669674981 -1.1888814328643431, -29.183330202509367 -1.8724490051997822 M-29.263418715913414 -0.6250057626472687 C-29.23432030282882 -1.078237034256119, -29.205221889744227 -1.5314683058649694, -29.183330202509367 -1.8724490051997822 M-29.183330202509367 -1.8724490051997822 C-29.13848997777522 -2.2202209335339322, -29.09364975304107 -2.567992861868082, -29.023482276581777 -3.112197953150895 M-29.183330202509367 -1.8724490051997822 C-29.124316494225233 -2.330147673076715, -29.0653027859411 -2.787846340953648, -29.023482276581777 -3.112197953150895 M-29.023482276581777 -3.112197953150895 C-28.949479040219508 -3.4921889312816106, -28.875475803857235 -3.872179909412326, -28.78453178754556 -4.339158212148126 M-29.023482276581777 -3.112197953150895 C-28.969942241155 -3.387114719376901, -28.91640220572822 -3.6620314856029075, -28.78453178754556 -4.339158212148126 M-28.78453178754556 -4.339158212148126 C-28.701089031189138 -4.657361606454531, -28.61764627483272 -4.975565000760937, -28.467460634214884 -5.548287939305123 M-28.78453178754556 -4.339158212148126 C-28.69702918327634 -4.672843566095251, -28.60952657900712 -5.006528920042375, -28.467460634214884 -5.548287939305123 M-28.467460634214884 -5.548287939305123 C-28.315732660856828 -6.005268420490008, -28.16400468749877 -6.462248901674894, -28.073571729970332 -6.734618561215485 M-28.467460634214884 -5.548287939305123 C-28.324179179033983 -5.979828853510323, -28.180897723853086 -6.411369767715524, -28.073571729970332 -6.734618561215485 M-28.073571729970332 -6.734618561215485 C-27.968430087940355 -6.994320449804889, -27.863288445910378 -7.254022338394294, -27.604483648808344 -7.893275190886676 M-28.073571729970332 -6.734618561215485 C-27.893348836457093 -7.179772592565793, -27.713125942943854 -7.6249266239160995, -27.604483648808344 -7.893275190886676 M-27.604483648808344 -7.893275190886676 C-27.414315037775058 -8.288164380653742, -27.22414642674177 -8.683053570420807, -27.062123974273504 -9.019496659696282 M-27.604483648808344 -7.893275190886676 C-27.388786515238703 -8.341174903923358, -27.17308938166906 -8.78907461696004, -27.062123974273504 -9.019496659696282 M-27.062123974273504 -9.019496659696282 C-26.90009299786984 -9.307199065716508, -26.738062021466177 -9.594901471736733, -26.448721378604247 -10.108655082055243 M-27.062123974273504 -9.019496659696282 C-26.929280644379535 -9.255373443768844, -26.796437314485566 -9.491250227841409, -26.448721378604247 -10.108655082055243 M-26.448721378604247 -10.108655082055243 C-26.240021645247072 -10.429273916217133, -26.031321911889897 -10.74989275037902, -25.76679646464064 -11.156274872382308 M-26.448721378604247 -10.108655082055243 C-26.3058219995426 -10.328186902150058, -26.162922620480952 -10.547718722244873, -25.76679646464064 -11.156274872382308 M-25.76679646464064 -11.156274872382308 C-25.525245776180096 -11.47993078919902, -25.28369508771955 -11.803586706015734, -25.019151408126586 -12.158051136245302 M-25.76679646464064 -11.156274872382308 C-25.609250797183346 -11.367371714069517, -25.45170512972605 -11.578468555756725, -25.019151408126586 -12.158051136245302 M-25.019151408126586 -12.158051136245302 C-24.69799504485374 -12.535299674860344, -24.376838681580896 -12.912548213475386, -24.208858442968662 -13.10986736009567 M-25.019151408126586 -12.158051136245302 C-24.757036478424354 -12.465946247435559, -24.49492154872212 -12.773841358625816, -24.208858442968662 -13.10986736009567 M-24.208858442968662 -13.10986736009567 C-24.02172403504132 -13.303099000301273, -23.834589627113978 -13.496330640506878, -23.339247236767996 -14.007812326905677 M-24.208858442968662 -13.10986736009567 C-23.923666405374917 -13.404351553612953, -23.63847436778117 -13.698835747130236, -23.339247236767996 -14.007812326905677 M-23.339247236767996 -14.007812326905677 C-23.086372774476523 -14.23746622286716, -22.83349831218505 -14.467120118828642, -22.413891208501887 -14.848196188198107 M-23.339247236767996 -14.007812326905677 C-23.011323743934565 -14.30562376671683, -22.683400251101133 -14.603435206527982, -22.413891208501887 -14.848196188198107 M-22.413891208501887 -14.848196188198107 C-22.032754479164186 -15.1521425873706, -21.651617749826485 -15.456088986543094, -21.43659284457872 -15.627565626425149 M-22.413891208501887 -14.848196188198107 C-22.07157172596257 -15.121186866019208, -21.729252243423254 -15.394177543840309, -21.43659284457872 -15.627565626425149 M-21.43659284457872 -15.627565626425149 C-21.143996602514946 -15.831668098601664, -20.85140036045117 -16.03577057077818, -20.41136807360571 -16.342718045390885 M-21.43659284457872 -15.627565626425149 C-21.182577334022902 -15.804755850434663, -20.92856182346708 -15.981946074444178, -20.41136807360571 -16.342718045390885 M-20.41136807360571 -16.342718045390885 C-20.189988752802613 -16.47691949063102, -19.968609431999514 -16.61112093587115, -19.34242976407679 -16.99071473040609 M-20.41136807360571 -16.342718045390885 C-20.056570225888475 -16.55779858570066, -19.701772378171242 -16.772879126010434, -19.34242976407679 -16.99071473040609 M-19.34242976407679 -16.99071473040609 C-18.94636325710323 -17.19734237340149, -18.550296750129668 -17.403970016396894, -18.234170412792388 -17.56889292409717 M-19.34242976407679 -16.99071473040609 C-19.051838025749227 -17.14231625415869, -18.761246287421663 -17.293917777911286, -18.234170412792388 -17.56889292409717 M-18.234170412792388 -17.56889292409717 C-17.90350582117576 -17.71526832998925, -17.57284122955913 -17.86164373588133, -17.091144095147804 -18.07487676824742 M-18.234170412792388 -17.56889292409717 C-17.86293766313179 -17.733226650143664, -17.491704913471196 -17.897560376190157, -17.091144095147804 -18.07487676824742 M-17.091144095147804 -18.07487676824742 C-16.709841517881767 -18.215199641403707, -16.32853894061573 -18.355522514559997, -15.918047751460618 -18.506587066708033 M-17.091144095147804 -18.07487676824742 C-16.816618373943307 -18.175904771338626, -16.542092652738805 -18.276932774429827, -15.918047751460618 -18.506587066708033 M-15.918047751460618 -18.506587066708033 C-15.526037394697687 -18.622933682890917, -15.134027037934757 -18.739280299073805, -14.719701886235413 -18.862249829261067 M-15.918047751460618 -18.506587066708033 C-15.519444326786456 -18.62489047083925, -15.120840902112292 -18.743193874970473, -14.719701886235413 -18.862249829261067 M-14.719701886235413 -18.862249829261067 C-14.275270708994656 -18.963688345281803, -13.830839531753899 -19.065126861302538, -13.501030759676768 -19.140403561325773 M-14.719701886235413 -18.862249829261067 C-14.4696485918944 -18.919322861944163, -14.219595297553385 -18.97639589462726, -13.501030759676768 -19.140403561325773 M-13.501030759676768 -19.140403561325773 C-13.113255473028556 -19.203096062428795, -12.725480186380342 -19.265788563531817, -12.26704215284788 -19.3399052695533 M-13.501030759676768 -19.140403561325773 C-13.04495317070141 -19.214138648976782, -12.58887558172605 -19.28787373662779, -12.26704215284788 -19.3399052695533 M-12.26704215284788 -19.3399052695533 C-11.77281053435111 -19.387583199389198, -11.27857891585434 -19.435261129225097, -11.022806789623903 -19.45993515863156 M-12.26704215284788 -19.3399052695533 C-11.927731732284936 -19.37263813774452, -11.58842131172199 -19.405371005935745, -11.022806789623903 -19.45993515863156 M-11.022806789623903 -19.45993515863156 C-10.629799006191233 -19.472538153303, -10.236791222758562 -19.485141147974442, -9.773437500000005 -19.5 M-11.022806789623903 -19.45993515863156 C-10.754104071003834 -19.46855193181959, -10.485401352383764 -19.477168705007625, -9.773437500000005 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000004 -19.5, -9.7734375 -19.5 M-9.773437500000005 -19.5 C-9.773437500000004 -19.5, -9.773437500000002 -19.5, -9.7734375 -19.5\" stroke=\"#000000\" stroke-width=\"2\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#ffffff !important;stroke:#000000 !important;stroke-width:2px !important\"></path></g><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-16.8984375, -12)\"><rect></rect><foreignObject width=\"33.796875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>Start</p></span></div></foreignObject></g></g><g class=\"node default pendingNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-PENDING-1\" data-look=\"classic\" transform=\"translate(222.13621139526367, 243)\"><rect class=\"basic label-container\" style=\"fill:#e6efff !important;stroke:#0057FF !important;stroke-width:2px !important\" x=\"-105.609375\" y=\"-27\" width=\"211.21875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-75.609375, -12)\"><rect></rect><foreignObject width=\"151.21875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_pending</p></span></div></foreignObject></g></g><g class=\"node default successNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-ACTIVE-3\" data-look=\"classic\" transform=\"translate(609.6518363952637, 118)\"><rect class=\"basic label-container\" style=\"fill:#e6faee !important;stroke:#00D14F !important;stroke-width:2px !important\" x=\"-98.0390625\" y=\"-27\" width=\"196.078125\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-68.0390625, -12)\"><rect></rect><foreignObject width=\"136.078125\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_active</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-CANCELLED-5\" data-look=\"classic\" transform=\"translate(609.6518363952637, 222)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-110.9375\" y=\"-27\" width=\"221.875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-80.9375, -12)\"><rect></rect><foreignObject width=\"161.875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_cancelled</p></span></div></foreignObject></g></g><g class=\"node default warningNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-FRAUDULENT-7\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 296)\"><rect class=\"basic label-container\" style=\"fill:#fef3c7 !important;stroke:#d97706 !important;stroke-width:2px !important\" x=\"-112.71875\" y=\"-27\" width=\"225.4375\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-82.71875, -12)\"><rect></rect><foreignObject width=\"165.4375\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_fraudulent</p></span></div></foreignObject></g></g><g class=\"node default failNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-EXPIRED-9\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 35)\"><rect class=\"basic label-container\" style=\"fill:#ffe4e6 !important;stroke:#e11d48 !important;stroke-width:2px !important\" x=\"-103.375\" y=\"-27\" width=\"206.75\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-73.375, -12)\"><rect></rect><foreignObject width=\"146.75\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_expired</p></span></div></foreignObject></g></g><g class=\"node default finishedNode\" id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-flowchart-FINISHED-11\" data-look=\"classic\" transform=\"translate(1062.3237113952637, 139)\"><rect class=\"basic label-container\" style=\"fill:#f3f4f6 !important;stroke:#4b5563 !important;stroke-width:2px !important\" x=\"-104.7109375\" y=\"-27\" width=\"209.421875\" height=\"54\"></rect><g class=\"label\" style=\"color:#000 !important\" transform=\"translate(-74.7109375, -12)\"><rect></rect><foreignObject width=\"149.421875\" height=\"24\"><div style=\"color: rgb(0, 0, 0) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#000 !important\" class=\"nodeLabel\"><p>subscription_finished</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-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-9618ed99ea26bfe89655c1e77df28fa6c7ab1cceb6694943d0850b2d20d873ea-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":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Poniższa tabela szczegółowo wyjaśnia znaczenie każdego ze statusów pojawiających się w cyklu życia płatności"," ","powtarzalnych (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SubscriptionStatus"]},"):"]},{"$$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":{"align":"left","data-label":"Status ( enum )"},"children":["Status (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["enum"]},")"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"Typ"},"children":["Typ"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"left","data-label":"Opis"},"children":["Opis"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_pending"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Procesowany"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Subskrypcja została utworzona w systemie i oczekuje na autoryzację metody płatności przez klienta. Brak możliwości pobierania środków."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_active"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Aktywny"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Subskrypcja została poprawnie aktywowana. Można dokonywać cyklicznych obciążeń zgodnie z ustawionym harmonogramem."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_cancelled"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Zakończony"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Subskrypcja została anulowana przez klienta, sklep lub nie udało się jej poprawnie aktywować. Dalsze obciążenia nie będą realizowane."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_expired"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Wygaśnięcie"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Aktywna subskrypcja wygasła (np. z powodu utraty ważności metody płatności)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_finished"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Zakończony pomyślnie"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Cykl subskrypcji dobiegł końca zgodnie z pierwotnym planem/harmonogramem zamówienia."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subscription_fraudulent"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Błąd krytyczny"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"left"},"children":["Subskrypcja została oznaczona jako oszustwo (np. chargeback lub użycie kradzionych danych). Proces zostaje natychmiast zablokowany."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"jak-zostajesz-informowany-o-zmianach-statusu-3","__idx":11},"children":["Jak zostajesz informowany o zmianach statusu?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ponieważ subskrypcje to procesy długoterminowe (odnawiające się np. co miesiąc), kluczowe jest zautomatyzowanie"," ","odbierania informacji o ich stanie. Udostępniamy dwie metody synchronizacji danych:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Powiadomienia IPN"]}," – to absolutnie rekomendowana metoda przy obsłudze płatności powtarzalnych. Gdy subskrypcja"," ","zmieni status (np. wygaśnie lub pomyślnie pobierze kolejną ratę), SimPay wyśle żądanie POST do Twojej aplikacji."," ","Szczegóły dotyczące struktury tych powiadomień oraz eventów znajdziesz w sekcji:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/notifications/payment/events/subscription_status_changed"},"children":["Zmiana statusu subskrypcji"]}]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Weryfikacja przez API (Polling)"]}," – w dowolnym momencie możesz również samodzielnie pobrać aktualny status"," ","konkretnej operacji, wysyłając zapytanie bezpośrednio do naszego API."," ","Dokładny opis endpointu służącego do sprawdzania statusu znajdziesz tutaj:"," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/payment/paymentsubscriptionindex"},"children":["Status subskrypcji"]}]},"."]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Dobra praktyka"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Zalecamy opieranie logiki biznesowej (np. realizacji zamówień) przede wszystkim na powiadomieniach IPN. Odpytywanie"," ","API (polling) powinno służyć jedynie jako mechanizm awaryjny (fallback) lub do jednorazowego upewnienia się o statusie"," ","przed podjęciem kluczowych akcji."]}]}]}]}]},"headings":[{"value":"Statusy w SimPay","id":"statusy-w-simpay","depth":1},{"value":"Cykl życia transakcji","id":"cykl-życia-transakcji","depth":2},{"value":"Opis poszczególnych statusów","id":"opis-poszczególnych-statusów","depth":2},{"value":"Jak zostajesz informowany o zmianach statusu?","id":"jak-zostajesz-informowany-o-zmianach-statusu","depth":2},{"value":"Cykl życia zwrotu","id":"cykl-życia-zwrotu","depth":2},{"value":"Opis poszczególnych statusów zwrotów","id":"opis-poszczególnych-statusów-zwrotów","depth":3},{"value":"Jak zostajesz informowany o zmianach statusu?","id":"jak-zostajesz-informowany-o-zmianach-statusu-1","depth":2},{"value":"Cykl życia aliasu BLIK","id":"cykl-życia-aliasu-blik","depth":2},{"value":"Opis poszczególnych statusów","id":"opis-poszczególnych-statusów-1","depth":3},{"value":"Jak zostajesz informowany o zmianach statusu?","id":"jak-zostajesz-informowany-o-zmianach-statusu-2","depth":3},{"value":"Cykl życia subskrypcji","id":"cykl-życia-subskrypcji","depth":2},{"value":"Jak zostajesz informowany o zmianach statusu?","id":"jak-zostajesz-informowany-o-zmianach-statusu-3","depth":3}],"frontmatter":{"seo":{"title":"Statusy w SimPay"}},"lastModified":"2026-04-21T18:05:36.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/payment/statuses","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}