@cassiomc1/forgeloop 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/.cursor/rules/project-loop.mdc +3 -2
  2. package/.github/copilot-instructions.md +1 -0
  3. package/AGENTS.md +2 -1
  4. package/CLAUDE.md +1 -0
  5. package/DOCS_INDEX.md +36 -0
  6. package/ENG/design-code-eng.md +31 -0
  7. package/ENG/documentation-quality-eng.md +400 -0
  8. package/EXECUTION_STATE.md +23 -13
  9. package/GUIDE_ROUTER.md +23 -8
  10. package/LOOP_ENGINEERING.md +77 -12
  11. package/PROTOCOL_INTEGRATION.md +9 -6
  12. package/README.md +82 -39
  13. package/docs/ARTIFACT_REFERENCE.md +442 -0
  14. package/docs/CLI_REFERENCE.md +892 -0
  15. package/docs/CROSS_HARNESS_CONTINUITY.md +198 -0
  16. package/docs/DOCUMENTATION_GUIDE.md +161 -0
  17. package/docs/GETTING_STARTED.md +348 -0
  18. package/docs/RECIPES.md +250 -0
  19. package/docs/TROUBLESHOOTING.md +345 -0
  20. package/docs/assets/forgeloop-flow.svg +1 -1
  21. package/docs/forgeloop-flow.mmd +1 -1
  22. package/package.json +13 -2
  23. package/schemas/task-descriptor.schema.json +56 -0
  24. package/schemas/work-state.schema.json +18 -1
  25. package/scripts/CI_VALIDATORS.md +7 -0
  26. package/src/cli.js +280 -388
  27. package/src/commands/advance.js +5 -2
  28. package/src/commands/audit.js +11 -1
  29. package/src/commands/clear-continuity.js +5 -2
  30. package/src/commands/clear-state.js +5 -2
  31. package/src/commands/complete.js +9 -1
  32. package/src/commands/continuity.js +5 -2
  33. package/src/commands/inspect.js +10 -2
  34. package/src/commands/next.js +5 -2
  35. package/src/commands/preflight.js +9 -1
  36. package/src/commands/prepare-completion.js +5 -2
  37. package/src/commands/reconcile-continuity.js +5 -2
  38. package/src/commands/record-check.js +7 -1
  39. package/src/commands/record-continuity.js +21 -14
  40. package/src/commands/record-terminal-result.js +7 -1
  41. package/src/commands/route.js +22 -18
  42. package/src/commands/run-check.js +52 -44
  43. package/src/commands/status.js +18 -12
  44. package/src/commands/task-create.js +94 -0
  45. package/src/commands/task-list.js +48 -0
  46. package/src/commands/task-migrate.js +34 -0
  47. package/src/commands/task-scope.js +75 -0
  48. package/src/commands/task-show.js +81 -0
  49. package/src/commands/task-unlock.js +35 -0
  50. package/src/commands/validate-protocol.js +37 -20
  51. package/src/commands/validate-state.js +24 -18
  52. package/src/config/guides.json +42 -0
  53. package/src/core/activation.js +8 -4
  54. package/src/core/artifact-registry.js +166 -0
  55. package/src/core/audit.js +65 -12
  56. package/src/core/bundles.js +76 -50
  57. package/src/core/cli-command-definitions.js +611 -0
  58. package/src/core/cli-metadata.js +23 -0
  59. package/src/core/completion-artifacts.js +161 -74
  60. package/src/core/completion.js +134 -76
  61. package/src/core/continuity.js +20 -13
  62. package/src/core/contract.js +6 -3
  63. package/src/core/error-codes.js +197 -0
  64. package/src/core/events.js +19 -14
  65. package/src/core/execution.js +38 -6
  66. package/src/core/gate-artifact.js +12 -9
  67. package/src/core/gates.js +4 -2
  68. package/src/core/guide-metadata.js +7 -11
  69. package/src/core/guide-registry.js +29 -0
  70. package/src/core/inspect.js +7 -4
  71. package/src/core/native-adapters.js +6 -0
  72. package/src/core/phase.js +85 -33
  73. package/src/core/preflight-consistency.js +24 -14
  74. package/src/core/preflight-loaders.js +16 -11
  75. package/src/core/preflight.js +44 -25
  76. package/src/core/protocol.js +2 -11
  77. package/src/core/receipt.js +1 -1
  78. package/src/core/report.js +2 -2
  79. package/src/core/repository.js +46 -12
  80. package/src/core/resumability.js +6 -4
  81. package/src/core/route-artifact.js +9 -5
  82. package/src/core/router.js +11 -7
  83. package/src/core/schema-validation.js +1 -0
  84. package/src/core/task-command.js +41 -0
  85. package/src/core/task-context.js +126 -0
  86. package/src/core/task-descriptor.js +81 -0
  87. package/src/core/task-discovery.js +116 -0
  88. package/src/core/task-identity.js +76 -0
  89. package/src/core/task-lock.js +209 -0
  90. package/src/core/task-migration-validation.js +140 -0
  91. package/src/core/task-migration.js +361 -0
  92. package/src/core/task-paths.js +96 -0
  93. package/src/core/task-scope.js +179 -0
  94. package/src/core/templates.js +3 -9
  95. package/src/core/work-state.js +24 -13
@@ -1 +1 @@
1
- <svg data-forgeloop-source-sha256="97e56b93166a6add59be9f5cd9ed5180a85344d87f49e06ae580425d0784c888" id="my-svg" width="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="flowchart" style="max-width: 3713.42px; background-color: transparent;" viewBox="0 0 3713.41650390625 527.25" role="graphics-document document" aria-roledescription="flowchart-v2"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#my-svg .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#my-svg .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:1px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-thickness-invisible{stroke-width:0;fill:none;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg p{margin:0;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span{color:#F9FFFE;}#my-svg .cluster-label span p{background-color:transparent;}#my-svg .label text,#my-svg span{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#my-svg .rough-node .label text,#my-svg .node .label text,#my-svg .image-shape .label,#my-svg .icon-shape .label{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .rough-node .label,#my-svg .node .label,#my-svg .image-shape .label,#my-svg .icon-shape .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:1px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,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;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg rect.text{fill:none;stroke-width:0;}#my-svg .icon-shape,#my-svg .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .icon-shape p,#my-svg .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#my-svg .icon-shape .label rect,#my-svg .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#my-svg .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#my-svg .node .neo-node{stroke:#ccc;}#my-svg [data-look="neo"].node rect,#my-svg [data-look="neo"].cluster rect,#my-svg [data-look="neo"].node polygon{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].swimlane.cluster rect{filter:none;}#my-svg [data-look="neo"].node path{stroke:url(#my-svg-gradient);stroke-width:1px;}#my-svg [data-look="neo"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].node .neo-line path{stroke:#ccc;filter:none;}#my-svg [data-look="neo"].node circle{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].node circle .state-start{fill:#000000;}#my-svg [data-look="neo"].icon-shape .icon{fill:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].icon-shape .icon-neo path{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}#my-svg .entry&gt;*{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry span{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry tspan{fill:rgb(248, 250, 252)!important;}#my-svg .contract&gt;*{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract span{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract tspan{fill:rgb(219, 234, 254)!important;}#my-svg .execution&gt;*{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution span{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution tspan{fill:rgb(237, 233, 254)!important;}#my-svg .evidence&gt;*{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence span{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence tspan{fill:rgb(204, 251, 241)!important;}#my-svg .recovery&gt;*{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery span{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery tspan{fill:rgb(255, 237, 213)!important;}#my-svg .terminal&gt;*{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal span{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal tspan{fill:rgb(220, 252, 231)!important;}#my-svg .boundary&gt;*{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary span{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary tspan{fill:rgb(250, 232, 255)!important;}</style><g><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><g class="root"><g class="clusters"><g class="cluster" id="my-svg-CLOSE" data-look="classic"><rect style="" x="2639.964340209961" y="8" width="1065.4520111083984" height="171.25"/><g class="cluster-label" transform="translate(3099.45597076416, 8)"><foreignObject width="146.46875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5;"><span class="nodeLabel"><p>4 · Review and close</p></span></div></foreignObject></g></g><g class="cluster" id="my-svg-VERIFY" data-look="classic"><rect style="" x="1659.854965209961" y="53.25" width="783.890625" height="301"/><g class="cluster-label" transform="translate(1972.894027709961, 53.25)"><foreignObject width="157.8125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5;"><span class="nodeLabel"><p>3 · Execute and verify</p></span></div></foreignObject></g></g><g class="cluster" id="my-svg-AUTHORIZE" data-look="classic"><rect style="" x="883.2143402099609" y="145.25" width="726.640625" height="374"/><g class="cluster-label" transform="translate(1162.948715209961, 145.25)"><foreignObject width="167.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5;"><span class="nodeLabel"><p>2 · Authorize execution</p></span></div></foreignObject></g></g><g class="cluster" id="my-svg-DISCOVER" data-look="classic"><rect style="" x="8" y="238.25" width="825.2143402099609" height="124"/><g class="cluster-label" transform="translate(341.41967010498047, 238.25)"><foreignObject width="158.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5;"><span class="nodeLabel"><p>1 · Discover and route</p></span></div></foreignObject></g></g></g><g class="edgePaths"><path d="M114.824,300.75L139.324,300.25L160.324,300.25" id="my-svg-L_REQUEST_PROFILE_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_REQUEST_PROFILE_0" data-points="W3sieCI6MTE0LjgyMzcxMjQzMTgyMjg0LCJ5IjozMDAuNzV9LHsieCI6MTM5LjMyMzcxNTIwOTk2MDk0LCJ5IjozMDAuMjV9LHsieCI6MTY0LjMyMzcxNTIwOTk2MDk0LCJ5IjozMDAuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M328.621,300.25L353.621,300.25L374.621,300.25" id="my-svg-L_PROFILE_CONTRACT_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_PROFILE_CONTRACT_0" data-points="W3sieCI6MzI4LjYyMDU5MDIwOTk2MDk0LCJ5IjozMDAuMjV9LHsieCI6MzUzLjYyMDU5MDIwOTk2MDk0LCJ5IjozMDAuMjV9LHsieCI6Mzc4LjYyMDU5MDIwOTk2MDk0LCJ5IjozMDAuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M558.496,300.25L583.496,300.25L604.496,300.25" id="my-svg-L_CONTRACT_ROUTE_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_CONTRACT_ROUTE_0" data-points="W3sieCI6NTU4LjQ5NTU5MDIwOTk2MDksInkiOjMwMC4yNX0seyJ4Ijo1ODMuNDk1NTkwMjA5OTYwOSwieSI6MzAwLjI1fSx7IngiOjYwOC40OTU1OTAyMDk5NjA5LCJ5IjozMDAuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M808.214,300.25L833.214,300.25L858.214,300.25L883.214,300.25L904.214,300.25" id="my-svg-L_ROUTE_GATES_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_ROUTE_GATES_0" data-points="W3sieCI6ODA4LjIxNDM0MDIwOTk2MDksInkiOjMwMC4yNX0seyJ4Ijo4MzMuMjE0MzQwMjA5OTYwOSwieSI6MzAwLjI1fSx7IngiOjg1OC4yMTQzNDAyMDk5NjA5LCJ5IjozMDAuMjV9LHsieCI6ODgzLjIxNDM0MDIwOTk2MDksInkiOjMwMC4yNX0seyJ4Ijo5MDguMjE0MzQwMjA5OTYwOSwieSI6MzAwLjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1074.496,300.25L1099.496,300.25L1120.496,300.25" id="my-svg-L_GATES_PREFLIGHT_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_GATES_PREFLIGHT_0" data-points="W3sieCI6MTA3NC40OTU1OTAyMDk5NjEsInkiOjMwMC4yNX0seyJ4IjoxMDk5LjQ5NTU5MDIwOTk2MSwieSI6MzAwLjI1fSx7IngiOjExMjQuNDk1NTkwMjA5OTYxLCJ5IjozMDAuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1256.26,273.25L1342.48,207.25L1363.48,207.25" id="my-svg-L_PREFLIGHT_STATE_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_PREFLIGHT_STATE_0" data-points="W3sieCI6MTI1Ni4yNTk3MDMxMTMxODY4LCJ5IjoyNzMuMjV9LHsieCI6MTM0Mi40Nzk5NjUyMDk5NjEsInkiOjIwNy4yNX0seyJ4IjoxMzY3LjQ3OTk2NTIwOTk2MSwieSI6MjA3LjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1584.855,207.25L1609.855,207.25L1634.855,207.25L1659.855,207.25L1680.855,207.25" id="my-svg-L_STATE_EXECUTE_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_STATE_EXECUTE_0" data-points="W3sieCI6MTU4NC44NTQ5NjUyMDk5NjEsInkiOjIwNy4yNX0seyJ4IjoxNjA5Ljg1NDk2NTIwOTk2MSwieSI6MjA3LjI1fSx7IngiOjE2MzQuODU0OTY1MjA5OTYxLCJ5IjoyMDcuMjV9LHsieCI6MTY1OS44NTQ5NjUyMDk5NjEsInkiOjIwNy4yNX0seyJ4IjoxNjg0Ljg1NDk2NTIwOTk2MSwieSI6MjA3LjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1858.683,199.484L1883.683,197.25L1910.871,197.25" id="my-svg-L_EXECUTE_CHECKS_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_EXECUTE_CHECKS_0" data-points="W3sieCI6MTg1OC42ODMwOTAyMDk5NjEsInkiOjE5OS40ODM4NTY4OTM1NDI3Nn0seyJ4IjoxODgzLjY4MzA5MDIwOTk2MSwieSI6MTk3LjI1fSx7IngiOjE5MTQuODcwNTkwMjA5OTYxLCJ5IjoxOTcuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2076.297,170.25L2188.902,94.25L2265.058,137.282" id="my-svg-L_CHECKS_EVIDENCE_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_CHECKS_EVIDENCE_0" data-points="W3sieCI6MjA3Ni4yOTY4NjQ0ODE4MDU2LCJ5IjoxNzAuMjV9LHsieCI6MjE4OC45MDE4NDAyMDk5NjEsInkiOjk0LjI1fSx7IngiOjIyNjguNTQwNTEyMDg0OTYxLCJ5IjoxMzkuMjV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2371.814,139.25L2443.746,104.25L2541.855,104.25L2639.964,104.25L2667.425,104.25" id="my-svg-L_EVIDENCE_REVIEW_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_EVIDENCE_REVIEW_0" data-points="W3sieCI6MjM3MS44MTM4ODY1ODA5Mjg3LCJ5IjoxMzkuMjV9LHsieCI6MjQ0My43NDU1OTAyMDk5NjEsInkiOjEwNC4yNX0seyJ4IjoyNTQxLjg1NDk2NTIwOTk2MSwieSI6MTA0LjI1fSx7IngiOjI2MzkuOTY0MzQwMjA5OTYxLCJ5IjoxMDQuMjV9LHsieCI6MjY3MS40MjUyNzc3MDk5NjEsInkiOjEwNC4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2781.847,97.819L2864.003,88.25L2974.589,88.25" id="my-svg-L_REVIEW_COMPLETE_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_REVIEW_COMPLETE_0" data-points="W3sieCI6Mjc4MS44NDcxNTI3MDk5NjEsInkiOjk3LjgxOTI0MzAxODgyNX0seyJ4IjoyODY0LjAwMzQwMjcwOTk2MSwieSI6ODguMjV9LHsieCI6Mjk3OC41ODkzNDAyMDk5NjEsInkiOjg4LjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3160.808,80.39L3324.699,66.25L3529.403,66.74" id="my-svg-L_COMPLETE_VALID_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_COMPLETE_VALID_0" data-points="W3sieCI6MzE2MC44MDgwOTAyMDk5NjEsInkiOjgwLjM4OTU4MzMzMzMzMzMzfSx7IngiOjMzMjQuNjk4NzE1MjA5OTYxLCJ5Ijo2Ni4yNX0seyJ4IjozNTMzLjQwMzQ4ODE1OTE4ODMsInkiOjY2Ljc1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2362.196,193.25L2443.746,241.25L2541.855,241.25L2639.964,241.25L2660.964,241.25" id="my-svg-L_EVIDENCE_DIAGNOSE_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_EVIDENCE_DIAGNOSE_0" data-points="W3sieCI6MjM2Mi4xOTU1OTAyMDk5NjA4LCJ5IjoxOTMuMjV9LHsieCI6MjQ0My43NDU1OTAyMDk5NjEsInkiOjI0MS4yNX0seyJ4IjoyNTQxLjg1NDk2NTIwOTk2MSwieSI6MjQxLjI1fSx7IngiOjI2MzkuOTY0MzQwMjA5OTYxLCJ5IjoyNDEuMjV9LHsieCI6MjY2NC45NjQzNDAyMDk5NjEsInkiOjI0MS4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2788.308,241.25L2864.003,241.25L3008.947,263.094" id="my-svg-L_DIAGNOSE_CORRECT_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_DIAGNOSE_CORRECT_0" data-points="W3sieCI6Mjc4OC4zMDgwOTAyMDk5NjEsInkiOjI0MS4yNX0seyJ4IjoyODY0LjAwMzQwMjcwOTk2MSwieSI6MjQxLjI1fSx7IngiOjMwMTIuOTAxODQwMjA5OTYxLCJ5IjoyNjMuNjkwMjM3MDAxMDI1NX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3012.902,280.81L2864.003,303.25L2726.636,303.25L2639.964,303.25L2541.855,303.25L2443.746,303.25L2316.324,303.25L2188.902,303.25L2078.45,226.532" id="my-svg-L_CORRECT_CHECKS_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_CORRECT_CHECKS_0" data-points="W3sieCI6MzAxMi45MDE4NDAyMDk5NjEsInkiOjI4MC44MDk3NjI5OTg5NzQ1fSx7IngiOjI4NjQuMDAzNDAyNzA5OTYxLCJ5IjozMDMuMjV9LHsieCI6MjcyNi42MzYyMTUyMDk5NjEsInkiOjMwMy4yNX0seyJ4IjoyNjM5Ljk2NDM0MDIwOTk2MSwieSI6MzAzLjI1fSx7IngiOjI1NDEuODU0OTY1MjA5OTYxLCJ5IjozMDMuMjV9LHsieCI6MjQ0My43NDU1OTAyMDk5NjEsInkiOjMwMy4yNX0seyJ4IjoyMzE2LjMyMzcxNTIwOTk2MSwieSI6MzAzLjI1fSx7IngiOjIxODguOTAxODQwMjA5OTYxLCJ5IjozMDMuMjV9LHsieCI6MjA3NS4xNjQ2NjQ1MDI0MTQsInkiOjIyNC4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2781.847,115.504L2864.003,132.25L3044.469,435.812" id="my-svg-L_REVIEW_REVALIDATE_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_REVIEW_REVALIDATE_0" data-points="W3sieCI6Mjc4MS44NDcxNTI3MDk5NjEsInkiOjExNS41MDM4MjQ3MTcwNTYyNX0seyJ4IjoyODY0LjAwMzQwMjcwOTk2MSwieSI6MTMyLjI1fSx7IngiOjMwNDYuNTEzNDA1NDE5NDk4NywieSI6NDM5LjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2939.699,478.25L2864.003,478.25L2726.636,478.25L2639.964,478.25L2541.855,478.25L2443.746,478.25L2316.324,478.25L2188.902,478.25L2036.292,478.25L1883.683,478.25L1771.769,478.25L1659.855,478.25L1634.855,478.25L1609.855,478.25L1476.167,478.25L1342.48,478.25L1241.671,330.554" id="my-svg-L_REVALIDATE_PREFLIGHT_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_REVALIDATE_PREFLIGHT_0" data-points="W3sieCI6MjkzOS42OTg3MTUyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoyODY0LjAwMzQwMjcwOTk2MSwieSI6NDc4LjI1fSx7IngiOjI3MjYuNjM2MjE1MjA5OTYxLCJ5Ijo0NzguMjV9LHsieCI6MjYzOS45NjQzNDAyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoyNTQxLjg1NDk2NTIwOTk2MSwieSI6NDc4LjI1fSx7IngiOjI0NDMuNzQ1NTkwMjA5OTYxLCJ5Ijo0NzguMjV9LHsieCI6MjMxNi4zMjM3MTUyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoyMTg4LjkwMTg0MDIwOTk2MSwieSI6NDc4LjI1fSx7IngiOjIwMzYuMjkyNDY1MjA5OTYxLCJ5Ijo0NzguMjV9LHsieCI6MTg4My42ODMwOTAyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoxNzcxLjc2OTAyNzcwOTk2MSwieSI6NDc4LjI1fSx7IngiOjE2NTkuODU0OTY1MjA5OTYxLCJ5Ijo0NzguMjV9LHsieCI6MTYzNC44NTQ5NjUyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoxNjA5Ljg1NDk2NTIwOTk2MSwieSI6NDc4LjI1fSx7IngiOjE0NzYuMTY3NDY1MjA5OTYxLCJ5Ijo0NzguMjV9LHsieCI6MTM0Mi40Nzk5NjUyMDk5NjEsInkiOjQ3OC4yNX0seyJ4IjoxMjM5LjQxNjM2Nzk0ODcyNDksInkiOjMyNy4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1800.275,234.25L1883.683,313.25L1992.973,387.012" id="my-svg-L_EXECUTE_DELEGATE_0" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_EXECUTE_DELEGATE_0" data-points="W3sieCI6MTgwMC4yNzU0Mzk4NTYxODc0LCJ5IjoyMzQuMjV9LHsieCI6MTg4My42ODMwOTAyMDk5NjEsInkiOjMxMy4yNX0seyJ4IjoxOTk2LjI4ODA2NTkzODExNjIsInkiOjM4OS4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2063.049,389.25L2188.902,262.25L2277.292,195.657" id="my-svg-L_DELEGATE_EVIDENCE_0" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_DELEGATE_EVIDENCE_0" data-points="W3sieCI6MjA2My4wNDg2NTQzMzMzMzc3LCJ5IjozODkuMjV9LHsieCI6MjE4OC45MDE4NDAyMDk5NjEsInkiOjI2Mi4yNX0seyJ4IjoyMjgwLjQ4NjMxMjg2NjIxMSwieSI6MTkzLjI1fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3160.808,96.11L3324.699,110.25L3506.198,212.783" id="my-svg-L_COMPLETE_BLOCKED_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_COMPLETE_BLOCKED_0" data-points="W3sieCI6MzE2MC44MDgwOTAyMDk5NjEsInkiOjk2LjExMDQxNjY2NjY2NjY3fSx7IngiOjMzMjQuNjk4NzE1MjA5OTYxLCJ5IjoxMTAuMjV9LHsieCI6MzUwOS42ODA3NjAwNjMzNjgzLCJ5IjoyMTQuNzV9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/></g><g class="edgeLabels"><g class="edgeLabel"><g class="label" data-id="L_REQUEST_PROFILE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_PROFILE_CONTRACT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CONTRACT_ROUTE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_ROUTE_GATES_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_GATES_PREFLIGHT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_PREFLIGHT_STATE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_STATE_EXECUTE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_EXECUTE_CHECKS_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CHECKS_EVIDENCE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_EVIDENCE_REVIEW_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REVIEW_COMPLETE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_COMPLETE_VALID_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(2541.854965209961, 241.25)"><g class="label" data-id="L_EVIDENCE_DIAGNOSE_0" transform="translate(-73.109375, -12)"><foreignObject width="146.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>failed or incomplete</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_DIAGNOSE_CORRECT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CORRECT_CHECKS_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(2864.003402709961, 132.25)"><g class="label" data-id="L_REVIEW_REVALIDATE_0" transform="translate(-50.6953125, -12)"><foreignObject width="101.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>drift detected</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REVALIDATE_PREFLIGHT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_EXECUTE_DELEGATE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_DELEGATE_EVIDENCE_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(3324.698715209961, 110.25)"><g class="label" data-id="L_COMPLETE_BLOCKED_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>INCOMPLETE · STALE · INCONSISTENT · INVALID</p></span></div></foreignObject></g></g></g><g class="nodes"><g class="node default entry" id="my-svg-flowchart-REQUEST-0" data-look="classic" transform="translate(73.66185760498047, 300.25)"><g class="basic label-container outer-path"><path d="M-21.171875 -19.5 C-10.042506688259891 -19.5, 1.0868616234802175 -19.5, 21.171875 -19.5 C21.171875 -19.5, 21.171875 -19.5, 21.171875 -19.5 C21.558864126520337 -19.487590011941133, 21.945853253040678 -19.475180023882263, 22.4212442896239 -19.45993515863156 C22.906619091283126 -19.413111635264098, 23.39199389294235 -19.366288111896637, 23.665479652847864 -19.3399052695533 C24.11978434897318 -19.266456809469297, 24.574089045098496 -19.193008349385295, 24.89946825967676 -19.140403561325776 C25.243350781872707 -19.061914619677726, 25.587233304068654 -18.983425678029676, 26.11813938623539 -18.862249829261074 C26.5618933341724 -18.730545986825376, 27.005647282109408 -18.59884214438968, 27.316485251460602 -18.50658706670804 C27.70345719656647 -18.36417781377963, 28.09042914167234 -18.221768560851224, 28.489581595147794 -18.074876768247425 C28.93058766052126 -17.879656465086715, 29.37159372589473 -17.68443616192601, 29.63260791279238 -17.568892924097174 C29.95200931477497 -17.40226141726922, 30.27141071675756 -17.235629910441265, 30.740867264076783 -16.990714730406097 C31.121546485959342 -16.759944748981464, 31.502225707841898 -16.52917476755683, 31.809805573605697 -16.342718045390892 C32.02584057962057 -16.1920213771996, 32.24187558563544 -16.041324709008308, 32.83503034457871 -15.627565626425154 C33.15635488288613 -15.371317857930066, 33.47767942119354 -15.115070089434976, 33.812328708501866 -14.848196188198123 C34.05768113034685 -14.625373610347863, 34.30303355219183 -14.402551032497602, 34.73768473676799 -14.007812326905688 C35.07848450665489 -13.655908584315991, 35.419284276541795 -13.304004841726295, 35.60729594296865 -13.10986736009568 C35.809037853870265 -12.872889832110713, 36.01077976477188 -12.635912304125746, 36.41758890812658 -12.158051136245305 C36.64820531091559 -11.849046166094528, 36.87882171370461 -11.54004119594375, 37.165233964640635 -11.156274872382312 C37.305111155171204 -10.941385945442487, 37.444988345701766 -10.726497018502663, 37.84715887860425 -10.108655082055241 C38.000961934846764 -9.835562181448395, 38.15476499108928 -9.56246928084155, 38.460561474273504 -9.019496659696287 C38.64362463904064 -8.639362081133086, 38.82668780380777 -8.259227502569887, 39.00292114880834 -7.893275190886684 C39.113000893926014 -7.62137609219895, 39.22308063904368 -7.349476993511217, 39.472009229970325 -6.734618561215508 C39.56134701247367 -6.465547394358066, 39.65068479497701 -6.196476227500624, 39.86589813421488 -5.548287939305138 C39.94649810929038 -5.2409253020921, 40.027098084365875 -4.933562664879061, 40.18296928754556 -4.339158212148133 C40.26560991607019 -3.9148160507771728, 40.34825054459482 -3.4904738894062124, 40.421919776581774 -3.1121979531509023 C40.472383183533935 -2.720813733956789, 40.5228465904861 -2.3294295147626753, 40.58176770250937 -1.872449005199798 C40.603827966592974 -1.528842585372917, 40.62588823067659 -1.1852361655460362, 40.66185621591342 -0.6250057626472757 C40.66185621591342 -0.15964380894648394, 40.66185621591342 0.3057181447543078, 40.66185621591342 0.625005762647271 C40.64424100687439 0.8993768621709154, 40.626625797835366 1.1737479616945596, 40.58176770250937 1.8724490051997846 C40.52450100407713 2.3165982096515054, 40.467234305644894 2.7607474141032267, 40.421919776581774 3.1121979531508885 C40.368672121699035 3.3856134070779236, 40.315424466816296 3.659028861004958, 40.18296928754556 4.339158212148129 C40.08042088922982 4.730219699683014, 39.97787249091409 5.121281187217899, 39.86589813421489 5.548287939305125 C39.75466027794374 5.883318639048283, 39.643422421672604 6.21834933879144, 39.472009229970325 6.734618561215495 C39.34652724017668 7.04456150203504, 39.22104525038303 7.354504442854586, 39.00292114880834 7.893275190886679 C38.803686772112805 8.30698963702771, 38.604452395417276 8.72070408316874, 38.460561474273504 9.019496659696284 C38.29219163027316 9.318454367014366, 38.123821786272806 9.61741207433245, 37.84715887860425 10.108655082055236 C37.62049985272403 10.456864212277807, 37.393840826843814 10.805073342500377, 37.16523396464064 11.156274872382301 C36.90578690452767 11.503910296820264, 36.646339844414705 11.851545721258228, 36.41758890812658 12.158051136245302 C36.147033558717226 12.475860844697035, 35.87647820930788 12.793670553148768, 35.60729594296866 13.10986736009567 C35.31095234198175 13.415866458376772, 35.01460874099485 13.721865556657873, 34.73768473676799 14.007812326905684 C34.41790876637668 14.298224402406538, 34.098132795985364 14.588636477907391, 33.81232870850189 14.848196188198111 C33.42254802445242 15.15903591122794, 33.03276734040295 15.469875634257772, 32.83503034457871 15.627565626425152 C32.45161521963526 15.895019419812458, 32.068200094691804 16.162473213199764, 31.809805573605708 16.34271804539089 C31.504040855368654 16.528074414459123, 31.1982761371316 16.71343078352736, 30.740867264076787 16.990714730406093 C30.326103050570037 17.207096954923408, 29.911338837063283 17.423479179440722, 29.632607912792388 17.56889292409717 C29.377240482517198 17.681936510274326, 29.12187305224201 17.79498009645148, 28.489581595147804 18.07487676824742 C28.17794959180524 18.189560226172144, 27.86631758846268 18.304243684096868, 27.316485251460616 18.506587066708033 C27.049886798312997 18.58571208819841, 26.783288345165378 18.664837109688786, 26.118139386235413 18.86224982926107 C25.8168266296541 18.931022499701264, 25.515513873072784 18.999795170141454, 24.899468259676766 19.140403561325773 C24.505016374349026 19.204175483125503, 24.110564489021286 19.267947404925238, 23.66547965284788 19.3399052695533 C23.39981648879942 19.365533475482355, 23.13415332475096 19.391161681411408, 22.4212442896239 19.45993515863156 C22.033093190899855 19.47238240887736, 21.64494209217581 19.484829659123157, 21.171875000000004 19.5 C21.171875000000004 19.5, 21.171875 19.5, 21.171875 19.5 C4.873701177522889 19.5, -11.424472644954221 19.5, -21.171874999999996 19.5 C-21.607600721695217 19.486027124193903, -22.043326443390438 19.472054248387803, -22.421244289623893 19.45993515863156 C-22.74439665199447 19.428761038881248, -23.067549014365046 19.397586919130934, -23.66547965284787 19.3399052695533 C-24.065726313500168 19.275196493418246, -24.465972974152464 19.210487717283193, -24.89946825967676 19.140403561325773 C-25.161392744124267 19.080621006967625, -25.423317228571776 19.02083845260948, -26.118139386235388 18.862249829261074 C-26.39269529976714 18.78076307529825, -26.667251213298893 18.699276321335425, -27.31648525146059 18.506587066708043 C-27.58288742293498 18.40854860501079, -27.84928959440937 18.310510143313536, -28.489581595147797 18.074876768247425 C-28.911286143238033 17.888200674228834, -29.33299069132827 17.701524580210247, -29.63260791279238 17.568892924097174 C-29.85863102437548 17.45097681155898, -30.084654135958584 17.33306069902079, -30.74086726407678 16.990714730406097 C-31.103113945720462 16.771118663195903, -31.465360627364145 16.55152259598571, -31.809805573605686 16.3427180453909 C-32.1365763367343 16.114776906710727, -32.46334709986292 15.886835768030553, -32.83503034457871 15.627565626425156 C-33.16613886838106 15.363515389860643, -33.49724739218341 15.099465153296132, -33.812328708501866 14.848196188198125 C-34.038676983662064 14.642632673544819, -34.265025258822256 14.43706915889151, -34.737684736767974 14.007812326905697 C-35.07590890703312 13.65856810238613, -35.41413307729826 13.309323877866566, -35.607295942968655 13.109867360095677 C-35.84147287018223 12.834789816345975, -36.0756497973958 12.55971227259627, -36.417588908126575 12.158051136245307 C-36.60120036701851 11.912028508678137, -36.784811825910445 11.666005881110966, -37.165233964640635 11.156274872382316 C-37.32071456537951 10.917414917260219, -37.47619516611839 10.678554962138122, -37.84715887860425 10.108655082055249 C-37.98008149699815 9.872637513222218, -38.11300411539206 9.636619944389189, -38.460561474273504 9.019496659696289 C-38.591116455321774 8.748396448120456, -38.721671436370045 8.477296236544623, -39.00292114880834 7.893275190886686 C-39.13309523757091 7.5717426748983465, -39.26326932633348 7.250210158910007, -39.472009229970325 6.73461856121551 C-39.60737234475218 6.32692642667603, -39.74273545953403 5.919234292136549, -39.86589813421488 5.5482879393051325 C-39.95662921823376 5.202290992840592, -40.047360302252635 4.856294046376051, -40.18296928754556 4.339158212148136 C-40.260656254657405 3.9402520551751214, -40.33834322176925 3.541345898202107, -40.421919776581774 3.112197953150904 C-40.46976623530945 2.741110267611, -40.51761269403713 2.3700225820710963, -40.58176770250937 1.872449005199809 C-40.61216428117897 1.3989977567440766, -40.64256085984857 0.9255465082883442, -40.66185621591342 0.6250057626472781 C-40.66185621591342 0.1401781436495736, -40.66185621591342 -0.34464947534813095, -40.66185621591342 -0.6250057626472687 C-40.642483777519026 -0.9267471277907348, -40.623111339124634 -1.2284884929342008, -40.58176770250937 -1.8724490051997822 C-40.525440446281834 -2.309312081425669, -40.4691131900543 -2.746175157651556, -40.421919776581774 -3.112197953150895 C-40.368862853465075 -3.3846340397704644, -40.31580593034838 -3.6570701263900336, -40.18296928754556 -4.339158212148126 C-40.07550566117478 -4.748963594530212, -39.96804203480399 -5.1587689769123, -39.86589813421489 -5.548287939305123 C-39.732311496092464 -5.9506296091895265, -39.59872485797003 -6.35297127907393, -39.47200922997033 -6.734618561215485 C-39.305686396266715 -7.145439176096651, -39.1393635625631 -7.556259790977816, -39.00292114880834 -7.893275190886676 C-38.809835936291115 -8.29422076604041, -38.6167507237739 -8.695166341194145, -38.460561474273504 -9.019496659696282 C-38.28694853961845 -9.327764005392295, -38.113335604963396 -9.636031351088308, -37.84715887860425 -10.108655082055243 C-37.63340575180375 -10.437037285572222, -37.419652625003245 -10.7654194890892, -37.16523396464064 -11.156274872382308 C-37.015450007670054 -11.356971729123696, -36.865666050699474 -11.557668585865084, -36.41758890812659 -12.158051136245302 C-36.12206065192687 -12.505195442011646, -35.82653239572715 -12.85233974777799, -35.60729594296866 -13.10986736009567 C-35.26778417172028 -13.460441138344438, -34.9282724004719 -13.811014916593205, -34.737684736767996 -14.007812326905677 C-34.451004359021915 -14.268167860827528, -34.16432398127583 -14.52852339474938, -33.81232870850189 -14.848196188198107 C-33.55752276382968 -15.051397148403238, -33.30271681915747 -15.254598108608368, -32.83503034457872 -15.627565626425149 C-32.599351542273084 -15.79196495654264, -32.36367273996745 -15.956364286660135, -31.80980557360571 -16.342718045390885 C-31.427250179325373 -16.574625373548663, -31.044694785045035 -16.80653270170644, -30.74086726407679 -16.99071473040609 C-30.495243140197275 -17.118856678504272, -30.24961901631776 -17.24699862660246, -29.632607912792388 -17.56889292409717 C-29.308787636656042 -17.712238554555533, -28.984967360519697 -17.855584185013896, -28.489581595147804 -18.07487676824742 C-28.21783626132431 -18.174881563080795, -27.946090927500823 -18.27488635791417, -27.31648525146062 -18.506587066708033 C-26.946443565914215 -18.61641349658976, -26.576401880367815 -18.72623992647149, -26.118139386235413 -18.862249829261067 C-25.641881735848244 -18.970952530090326, -25.165624085461076 -19.07965523091958, -24.899468259676766 -19.140403561325773 C-24.538878960892323 -19.198700842741466, -24.17828966210788 -19.25699812415716, -23.665479652847882 -19.3399052695533 C-23.356150247010493 -19.369745905311394, -23.0468208411731 -19.399586541069485, -22.421244289623903 -19.45993515863156 C-22.05508501478443 -19.47167717388987, -21.68892573994496 -19.48341918914818, -21.171875000000007 -19.5 C-21.171875000000004 -19.5, -21.171875000000004 -19.5, -21.171875 -19.5" stroke="none" stroke-width="0" fill="#1f2937" style="fill:#1f2937 !important;stroke:#7dd3fc !important;stroke-width:2px !important"/><path d="M-21.171875 -19.5 C-12.702934639979503 -19.5, -4.233994279959006 -19.5, 21.171875 -19.5 M-21.171875 -19.5 C-11.79900582951086 -19.5, -2.4261366590217186 -19.5, 21.171875 -19.5 M21.171875 -19.5 C21.171875 -19.5, 21.171875 -19.5, 21.171875 -19.5 M21.171875 -19.5 C21.171875 -19.5, 21.171875 -19.5, 21.171875 -19.5 M21.171875 -19.5 C21.441329568751918 -19.491359116441625, 21.710784137503836 -19.482718232883254, 22.4212442896239 -19.45993515863156 M21.171875 -19.5 C21.641528636742702 -19.48493912199501, 22.111182273485408 -19.469878243990017, 22.4212442896239 -19.45993515863156 M22.4212442896239 -19.45993515863156 C22.778102585176633 -19.425509468044478, 23.134960880729366 -19.3910837774574, 23.665479652847864 -19.3399052695533 M22.4212442896239 -19.45993515863156 C22.87385514420361 -19.416272333834446, 23.326465998783316 -19.372609509037336, 23.665479652847864 -19.3399052695533 M23.665479652847864 -19.3399052695533 C23.93693800115995 -19.296017988989135, 24.20839634947204 -19.252130708424968, 24.89946825967676 -19.140403561325776 M23.665479652847864 -19.3399052695533 C24.06696507441944 -19.274996220159554, 24.468450495991014 -19.210087170765807, 24.89946825967676 -19.140403561325776 M24.89946825967676 -19.140403561325776 C25.30823733928854 -19.04710468637192, 25.717006418900322 -18.95380581141806, 26.11813938623539 -18.862249829261074 M24.89946825967676 -19.140403561325776 C25.19589850234283 -19.072745292825356, 25.492328745008898 -19.005087024324936, 26.11813938623539 -18.862249829261074 M26.11813938623539 -18.862249829261074 C26.380425106924662 -18.784404804126343, 26.642710827613932 -18.706559778991608, 27.316485251460602 -18.50658706670804 M26.11813938623539 -18.862249829261074 C26.48335293295259 -18.753856365640438, 26.848566479669792 -18.645462902019798, 27.316485251460602 -18.50658706670804 M27.316485251460602 -18.50658706670804 C27.734097759156906 -18.352901803508097, 28.151710266853215 -18.19921654030815, 28.489581595147794 -18.074876768247425 M27.316485251460602 -18.50658706670804 C27.689157873245215 -18.36944009694335, 28.061830495029824 -18.23229312717866, 28.489581595147794 -18.074876768247425 M28.489581595147794 -18.074876768247425 C28.7944364917786 -17.93992654870817, 29.09929138840941 -17.804976329168916, 29.63260791279238 -17.568892924097174 M28.489581595147794 -18.074876768247425 C28.74765943711734 -17.960633363214686, 29.00573727908688 -17.846389958181945, 29.63260791279238 -17.568892924097174 M29.63260791279238 -17.568892924097174 C30.008980782744977 -17.372539438921233, 30.385353652697574 -17.176185953745293, 30.740867264076783 -16.990714730406097 M29.63260791279238 -17.568892924097174 C29.992260225266595 -17.38126254304768, 30.35191253774081 -17.19363216199818, 30.740867264076783 -16.990714730406097 M30.740867264076783 -16.990714730406097 C31.132417602156107 -16.753354614457216, 31.523967940235426 -16.515994498508334, 31.809805573605697 -16.342718045390892 M30.740867264076783 -16.990714730406097 C31.143454831287077 -16.746663781296064, 31.54604239849737 -16.50261283218603, 31.809805573605697 -16.342718045390892 M31.809805573605697 -16.342718045390892 C32.1950799400451 -16.073967325621286, 32.580354306484494 -15.80521660585168, 32.83503034457871 -15.627565626425154 M31.809805573605697 -16.342718045390892 C32.04329144109543 -16.17984841167036, 32.27677730858515 -16.016978777949824, 32.83503034457871 -15.627565626425154 M32.83503034457871 -15.627565626425154 C33.195543632054836 -15.340065873324432, 33.55605691953096 -15.05256612022371, 33.812328708501866 -14.848196188198123 M32.83503034457871 -15.627565626425154 C33.14977167616311 -15.376567790105183, 33.464513007747506 -15.125569953785213, 33.812328708501866 -14.848196188198123 M33.812328708501866 -14.848196188198123 C34.1385342442489 -14.551944951558182, 34.464739779995945 -14.255693714918241, 34.73768473676799 -14.007812326905688 M33.812328708501866 -14.848196188198123 C34.10649764615495 -14.581039742305176, 34.40066658380803 -14.313883296412229, 34.73768473676799 -14.007812326905688 M34.73768473676799 -14.007812326905688 C34.97609651495025 -13.76163259196149, 35.2145082931325 -13.515452857017292, 35.60729594296865 -13.10986736009568 M34.73768473676799 -14.007812326905688 C34.91456692506105 -13.825166945195363, 35.091449113354116 -13.642521563485039, 35.60729594296865 -13.10986736009568 M35.60729594296865 -13.10986736009568 C35.81487708836026 -12.866030735016908, 36.02245823375188 -12.622194109938134, 36.41758890812658 -12.158051136245305 M35.60729594296865 -13.10986736009568 C35.86019254727839 -12.812800618449023, 36.11308915158812 -12.515733876802367, 36.41758890812658 -12.158051136245305 M36.41758890812658 -12.158051136245305 C36.66448573975571 -11.827231874626351, 36.91138257138484 -11.496412613007397, 37.165233964640635 -11.156274872382312 M36.41758890812658 -12.158051136245305 C36.59595698142704 -11.919054167688463, 36.774325054727484 -11.680057199131623, 37.165233964640635 -11.156274872382312 M37.165233964640635 -11.156274872382312 C37.35045713200755 -10.871722347922121, 37.53568029937447 -10.587169823461931, 37.84715887860425 -10.108655082055241 M37.165233964640635 -11.156274872382312 C37.33846948688917 -10.890138589957397, 37.51170500913769 -10.624002307532482, 37.84715887860425 -10.108655082055241 M37.84715887860425 -10.108655082055241 C38.05183057035128 -9.745239768102232, 38.25650226209831 -9.381824454149221, 38.460561474273504 -9.019496659696287 M37.84715887860425 -10.108655082055241 C37.983345773572715 -9.866841459620236, 38.119532668541176 -9.625027837185232, 38.460561474273504 -9.019496659696287 M38.460561474273504 -9.019496659696287 C38.6135658077889 -8.70177988738327, 38.7665701413043 -8.38406311507025, 39.00292114880834 -7.893275190886684 M38.460561474273504 -9.019496659696287 C38.576593323111204 -8.778554042900955, 38.692625171948904 -8.537611426105624, 39.00292114880834 -7.893275190886684 M39.00292114880834 -7.893275190886684 C39.157464381580034 -7.511550418050454, 39.312007614351735 -7.1298256452142255, 39.472009229970325 -6.734618561215508 M39.00292114880834 -7.893275190886684 C39.10835385658935 -7.632854364264848, 39.213786564370366 -7.37243353764301, 39.472009229970325 -6.734618561215508 M39.472009229970325 -6.734618561215508 C39.61749827239321 -6.2964287459687025, 39.7629873148161 -5.858238930721896, 39.86589813421488 -5.548287939305138 M39.472009229970325 -6.734618561215508 C39.62507709737073 -6.273602532658198, 39.77814496477114 -5.812586504100889, 39.86589813421488 -5.548287939305138 M39.86589813421488 -5.548287939305138 C39.96451697972865 -5.1722115396831185, 40.06313582524242 -4.796135140061099, 40.18296928754556 -4.339158212148133 M39.86589813421488 -5.548287939305138 C39.95923845419845 -5.192340845257227, 40.05257877418201 -4.836393751209315, 40.18296928754556 -4.339158212148133 M40.18296928754556 -4.339158212148133 C40.257889991495766 -3.9544562318602003, 40.33281069544598 -3.569754251572268, 40.421919776581774 -3.1121979531509023 M40.18296928754556 -4.339158212148133 C40.2310954848434 -4.092040360499117, 40.27922168214124 -3.8449225088501002, 40.421919776581774 -3.1121979531509023 M40.421919776581774 -3.1121979531509023 C40.47311337293086 -2.7151505291864155, 40.524306969279955 -2.3181031052219283, 40.58176770250937 -1.872449005199798 M40.421919776581774 -3.1121979531509023 C40.47867057338629 -2.6720499798474857, 40.535421370190804 -2.231902006544069, 40.58176770250937 -1.872449005199798 M40.58176770250937 -1.872449005199798 C40.605251460234506 -1.5066705228827237, 40.628735217959644 -1.1408920405656495, 40.66185621591342 -0.6250057626472757 M40.58176770250937 -1.872449005199798 C40.597966828382816 -1.6201345440217554, 40.614165954256265 -1.3678200828437126, 40.66185621591342 -0.6250057626472757 M40.66185621591342 -0.6250057626472757 C40.66185621591342 -0.19067247751562638, 40.66185621591342 0.24366080761602293, 40.66185621591342 0.625005762647271 M40.66185621591342 -0.6250057626472757 C40.66185621591342 -0.24073955343230707, 40.66185621591342 0.14352665578266155, 40.66185621591342 0.625005762647271 M40.66185621591342 0.625005762647271 C40.630987093411115 1.105817262727855, 40.60011797090881 1.5866287628084392, 40.58176770250937 1.8724490051997846 M40.66185621591342 0.625005762647271 C40.63240990298897 1.0836558550815085, 40.602963590064526 1.5423059475157457, 40.58176770250937 1.8724490051997846 M40.58176770250937 1.8724490051997846 C40.54478322334153 2.159293322214024, 40.5077987441737 2.446137639228263, 40.421919776581774 3.1121979531508885 M40.58176770250937 1.8724490051997846 C40.529210660273854 2.2800710462165523, 40.476653618038334 2.6876930872333205, 40.421919776581774 3.1121979531508885 M40.421919776581774 3.1121979531508885 C40.35844265973893 3.4381395322455233, 40.29496554289608 3.7640811113401584, 40.18296928754556 4.339158212148129 M40.421919776581774 3.1121979531508885 C40.37396747665677 3.3584228785435912, 40.32601517673177 3.604647803936294, 40.18296928754556 4.339158212148129 M40.18296928754556 4.339158212148129 C40.06908511682657 4.77344791281145, 39.95520094610758 5.207737613474772, 39.86589813421489 5.548287939305125 M40.18296928754556 4.339158212148129 C40.06469712026491 4.7901812454708095, 39.94642495298426 5.241204278793489, 39.86589813421489 5.548287939305125 M39.86589813421489 5.548287939305125 C39.744674817492985 5.913393254958899, 39.62345150077109 6.278498570612672, 39.472009229970325 6.734618561215495 M39.86589813421489 5.548287939305125 C39.7749493299744 5.822211246953398, 39.68400052573391 6.0961345546016705, 39.472009229970325 6.734618561215495 M39.472009229970325 6.734618561215495 C39.30009260418908 7.159255950677004, 39.128175978407846 7.583893340138512, 39.00292114880834 7.893275190886679 M39.472009229970325 6.734618561215495 C39.345136215557254 7.0479973597386465, 39.21826320114418 7.361376158261798, 39.00292114880834 7.893275190886679 M39.00292114880834 7.893275190886679 C38.84883244287891 8.213243685719293, 38.694743736949476 8.533212180551907, 38.460561474273504 9.019496659696284 M39.00292114880834 7.893275190886679 C38.832342878677 8.247484618604712, 38.66176460854565 8.601694046322745, 38.460561474273504 9.019496659696284 M38.460561474273504 9.019496659696284 C38.314953421656064 9.278038501532698, 38.16934536903863 9.536580343369112, 37.84715887860425 10.108655082055236 M38.460561474273504 9.019496659696284 C38.32063800855604 9.267944941864961, 38.180714542838565 9.516393224033639, 37.84715887860425 10.108655082055236 M37.84715887860425 10.108655082055236 C37.66612866425571 10.386766104713663, 37.48509844990717 10.664877127372092, 37.16523396464064 11.156274872382301 M37.84715887860425 10.108655082055236 C37.61922329734728 10.458825344139603, 37.391287716090325 10.808995606223972, 37.16523396464064 11.156274872382301 M37.16523396464064 11.156274872382301 C37.01246763784756 11.360967832986356, 36.85970131105447 11.565660793590412, 36.41758890812658 12.158051136245302 M37.16523396464064 11.156274872382301 C36.91891183332514 11.486324087937268, 36.67258970200964 11.816373303492234, 36.41758890812658 12.158051136245302 M36.41758890812658 12.158051136245302 C36.15743754288234 12.463639732893222, 35.8972861776381 12.769228329541141, 35.60729594296866 13.10986736009567 M36.41758890812658 12.158051136245302 C36.17496536009297 12.443050561436564, 35.932341812059356 12.728049986627827, 35.60729594296866 13.10986736009567 M35.60729594296866 13.10986736009567 C35.39138806747177 13.332809967912452, 35.175480191974884 13.555752575729233, 34.73768473676799 14.007812326905684 M35.60729594296866 13.10986736009567 C35.403275247283716 13.320535478801007, 35.19925455159877 13.531203597506343, 34.73768473676799 14.007812326905684 M34.73768473676799 14.007812326905684 C34.53547013328424 14.191458279484403, 34.333255529800496 14.375104232063123, 33.81232870850189 14.848196188198111 M34.73768473676799 14.007812326905684 C34.510142599578955 14.214460075465727, 34.28260046238992 14.421107824025768, 33.81232870850189 14.848196188198111 M33.81232870850189 14.848196188198111 C33.422777118950016 15.158853214462571, 33.03322552939814 15.469510240727029, 32.83503034457871 15.627565626425152 M33.81232870850189 14.848196188198111 C33.53849165379186 15.066573952219292, 33.26465459908183 15.284951716240474, 32.83503034457871 15.627565626425152 M32.83503034457871 15.627565626425152 C32.50289657976369 15.859247762921163, 32.170762814948674 16.090929899417173, 31.809805573605708 16.34271804539089 M32.83503034457871 15.627565626425152 C32.49046287969015 15.867920973846264, 32.14589541480159 16.108276321267375, 31.809805573605708 16.34271804539089 M31.809805573605708 16.34271804539089 C31.56064003742694 16.49376365768168, 31.31147450124817 16.64480926997247, 30.740867264076787 16.990714730406093 M31.809805573605708 16.34271804539089 C31.404216327115694 16.58858863012011, 30.998627080625685 16.834459214849335, 30.740867264076787 16.990714730406093 M30.740867264076787 16.990714730406093 C30.406293016402365 17.165261901112803, 30.071718768727948 17.339809071819516, 29.632607912792388 17.56889292409717 M30.740867264076787 16.990714730406093 C30.343008055392392 17.198277624735756, 29.945148846707994 17.40584051906542, 29.632607912792388 17.56889292409717 M29.632607912792388 17.56889292409717 C29.200528596340895 17.76016162031272, 28.768449279889406 17.951430316528267, 28.489581595147804 18.07487676824742 M29.632607912792388 17.56889292409717 C29.264458060398436 17.731861942974618, 28.896308208004488 17.894830961852062, 28.489581595147804 18.07487676824742 M28.489581595147804 18.07487676824742 C28.23703811958492 18.16781510174086, 27.984494644022035 18.260753435234296, 27.316485251460616 18.506587066708033 M28.489581595147804 18.07487676824742 C28.219577509215465 18.17424076776093, 27.949573423283127 18.273604767274442, 27.316485251460616 18.506587066708033 M27.316485251460616 18.506587066708033 C27.067187841315295 18.580577229450356, 26.817890431169975 18.65456739219268, 26.118139386235413 18.86224982926107 M27.316485251460616 18.506587066708033 C26.987556353250614 18.604211437113744, 26.65862745504061 18.701835807519455, 26.118139386235413 18.86224982926107 M26.118139386235413 18.86224982926107 C25.843296747384024 18.92498086806307, 25.56845410853263 18.987711906865066, 24.899468259676766 19.140403561325773 M26.118139386235413 18.86224982926107 C25.76263994773695 18.943390256247707, 25.407140509238488 19.024530683234342, 24.899468259676766 19.140403561325773 M24.899468259676766 19.140403561325773 C24.472162841792432 19.209486987486304, 24.0448574239081 19.278570413646836, 23.66547965284788 19.3399052695533 M24.899468259676766 19.140403561325773 C24.554526032126176 19.196171145609224, 24.209583804575587 19.25193872989268, 23.66547965284788 19.3399052695533 M23.66547965284788 19.3399052695533 C23.301575851234286 19.37501063163661, 22.937672049620694 19.41011599371992, 22.4212442896239 19.45993515863156 M23.66547965284788 19.3399052695533 C23.401312570414262 19.36538915028827, 23.13714548798065 19.390873031023244, 22.4212442896239 19.45993515863156 M22.4212442896239 19.45993515863156 C21.96609048354324 19.474531055289425, 21.51093667746258 19.489126951947295, 21.171875000000004 19.5 M22.4212442896239 19.45993515863156 C21.97561022595158 19.474225775679447, 21.52997616227926 19.488516392727334, 21.171875000000004 19.5 M21.171875000000004 19.5 C21.171875000000004 19.5, 21.171875 19.5, 21.171875 19.5 M21.171875000000004 19.5 C21.171875000000004 19.5, 21.171875 19.5, 21.171875 19.5 M21.171875 19.5 C9.226250365827582 19.5, -2.7193742683448363 19.5, -21.171874999999996 19.5 M21.171875 19.5 C12.619925911320024 19.5, 4.067976822640048 19.5, -21.171874999999996 19.5 M-21.171874999999996 19.5 C-21.45673138609906 19.490865210137123, -21.741587772198127 19.481730420274246, -22.421244289623893 19.45993515863156 M-21.171874999999996 19.5 C-21.59441330973801 19.48645001882763, -22.01695161947602 19.472900037655258, -22.421244289623893 19.45993515863156 M-22.421244289623893 19.45993515863156 C-22.754853626986275 19.42775226708014, -23.088462964348654 19.39556937552872, -23.66547965284787 19.3399052695533 M-22.421244289623893 19.45993515863156 C-22.77952217797715 19.425372521634323, -23.137800066330406 19.390809884637086, -23.66547965284787 19.3399052695533 M-23.66547965284787 19.3399052695533 C-24.04610142318481 19.278369293491135, -24.42672319352174 19.216833317428975, -24.89946825967676 19.140403561325773 M-23.66547965284787 19.3399052695533 C-23.929125941638265 19.297280982189175, -24.192772230428655 19.254656694825048, -24.89946825967676 19.140403561325773 M-24.89946825967676 19.140403561325773 C-25.31286203025529 19.046049130837684, -25.726255800833815 18.9516947003496, -26.118139386235388 18.862249829261074 M-24.89946825967676 19.140403561325773 C-25.34280734259269 19.039214308708097, -25.78614642550862 18.938025056090424, -26.118139386235388 18.862249829261074 M-26.118139386235388 18.862249829261074 C-26.44088422025383 18.766460856646606, -26.763629054272275 18.670671884032135, -27.31648525146059 18.506587066708043 M-26.118139386235388 18.862249829261074 C-26.463853992503815 18.759643548813607, -26.80956859877224 18.657037268366135, -27.31648525146059 18.506587066708043 M-27.31648525146059 18.506587066708043 C-27.622307826179792 18.394041532218488, -27.928130400898993 18.28149599772893, -28.489581595147797 18.074876768247425 M-27.31648525146059 18.506587066708043 C-27.73315608671165 18.353248347672675, -28.149826921962706 18.199909628637307, -28.489581595147797 18.074876768247425 M-28.489581595147797 18.074876768247425 C-28.90410838001276 17.891378057087884, -29.318635164877726 17.70787934592834, -29.63260791279238 17.568892924097174 M-28.489581595147797 18.074876768247425 C-28.905881889412736 17.8905929770858, -29.322182183677675 17.706309185924177, -29.63260791279238 17.568892924097174 M-29.63260791279238 17.568892924097174 C-29.90558245122409 17.426482282245885, -30.178556989655803 17.2840716403946, -30.74086726407678 16.990714730406097 M-29.63260791279238 17.568892924097174 C-29.925654646242155 17.416010630961818, -30.21870137969193 17.263128337826462, -30.74086726407678 16.990714730406097 M-30.74086726407678 16.990714730406097 C-30.996245346781848 16.83590303590209, -31.251623429486912 16.68109134139808, -31.809805573605686 16.3427180453909 M-30.74086726407678 16.990714730406097 C-31.135147837430445 16.751699529789267, -31.529428410784107 16.51268432917244, -31.809805573605686 16.3427180453909 M-31.809805573605686 16.3427180453909 C-32.074556078074906 16.158039554337794, -32.339306582544125 15.97336106328469, -32.83503034457871 15.627565626425156 M-31.809805573605686 16.3427180453909 C-32.08694158214401 16.14939996285902, -32.36407759068232 15.956081880327144, -32.83503034457871 15.627565626425156 M-32.83503034457871 15.627565626425156 C-33.07640286921449 15.435077461220759, -33.31777539385027 15.24258929601636, -33.812328708501866 14.848196188198125 M-32.83503034457871 15.627565626425156 C-33.086233569517354 15.42723773933515, -33.33743679445599 15.226909852245141, -33.812328708501866 14.848196188198125 M-33.812328708501866 14.848196188198125 C-34.09650450729814 14.59011524661096, -34.38068030609442 14.332034305023797, -34.737684736767974 14.007812326905697 M-33.812328708501866 14.848196188198125 C-34.023563645405055 14.656358207472813, -34.234798582308244 14.464520226747501, -34.737684736767974 14.007812326905697 M-34.737684736767974 14.007812326905697 C-35.02831726029079 13.707710384994446, -35.31894978381361 13.407608443083195, -35.607295942968655 13.109867360095677 M-34.737684736767974 14.007812326905697 C-35.00721493792944 13.72950026536543, -35.276745139090906 13.451188203825163, -35.607295942968655 13.109867360095677 M-35.607295942968655 13.109867360095677 C-35.892481689068774 12.774871955197819, -36.177667435168885 12.43987655029996, -36.417588908126575 12.158051136245307 M-35.607295942968655 13.109867360095677 C-35.90730648721913 12.757457903735494, -36.20731703146961 12.40504844737531, -36.417588908126575 12.158051136245307 M-36.417588908126575 12.158051136245307 C-36.67655493166217 11.811060256997697, -36.93552095519776 11.464069377750087, -37.165233964640635 11.156274872382316 M-36.417588908126575 12.158051136245307 C-36.593514670778376 11.922326641458582, -36.76944043343018 11.68660214667186, -37.165233964640635 11.156274872382316 M-37.165233964640635 11.156274872382316 C-37.301821234862594 10.94644014650381, -37.43840850508456 10.736605420625304, -37.84715887860425 10.108655082055249 M-37.165233964640635 11.156274872382316 C-37.30486733062501 10.941760525421508, -37.444500696609374 10.7272461784607, -37.84715887860425 10.108655082055249 M-37.84715887860425 10.108655082055249 C-38.048165340509776 9.75174775483059, -38.249171802415304 9.394840427605933, -38.460561474273504 9.019496659696289 M-37.84715887860425 10.108655082055249 C-38.01120097669648 9.817381725828811, -38.17524307478872 9.526108369602376, -38.460561474273504 9.019496659696289 M-38.460561474273504 9.019496659696289 C-38.573404723497326 8.785175238224273, -38.686247972721155 8.550853816752255, -39.00292114880834 7.893275190886686 M-38.460561474273504 9.019496659696289 C-38.578198998389645 8.775219823829323, -38.695836522505786 8.530942987962359, -39.00292114880834 7.893275190886686 M-39.00292114880834 7.893275190886686 C-39.106499073479426 7.637435714406158, -39.21007699815052 7.3815962379256295, -39.472009229970325 6.73461856121551 M-39.00292114880834 7.893275190886686 C-39.12825080725303 7.583708511444202, -39.253580465697716 7.274141832001718, -39.472009229970325 6.73461856121551 M-39.472009229970325 6.73461856121551 C-39.62153476935705 6.284271460242074, -39.77106030874378 5.833924359268639, -39.86589813421488 5.5482879393051325 M-39.472009229970325 6.73461856121551 C-39.61707958982288 6.297689751162541, -39.76214994967543 5.860760941109572, -39.86589813421488 5.5482879393051325 M-39.86589813421488 5.5482879393051325 C-39.982203853899065 5.1047638229315595, -40.09850957358326 4.661239706557987, -40.18296928754556 4.339158212148136 M-39.86589813421488 5.5482879393051325 C-39.936280249727595 5.279890429053346, -40.0066623652403 5.01149291880156, -40.18296928754556 4.339158212148136 M-40.18296928754556 4.339158212148136 C-40.24695193476309 4.0106208414234175, -40.31093458198061 3.682083470698699, -40.421919776581774 3.112197953150904 M-40.18296928754556 4.339158212148136 C-40.2778759668089 3.851832472664636, -40.372782646072245 3.364506733181136, -40.421919776581774 3.112197953150904 M-40.421919776581774 3.112197953150904 C-40.45472606607315 2.8577588501903963, -40.48753235556453 2.6033197472298886, -40.58176770250937 1.872449005199809 M-40.421919776581774 3.112197953150904 C-40.47719752516149 2.683474650992758, -40.532475273741206 2.2547513488346116, -40.58176770250937 1.872449005199809 M-40.58176770250937 1.872449005199809 C-40.6036927614889 1.530948514004458, -40.62561782046844 1.189448022809107, -40.66185621591342 0.6250057626472781 M-40.58176770250937 1.872449005199809 C-40.607260344376094 1.4753805308353678, -40.63275298624282 1.0783120564709265, -40.66185621591342 0.6250057626472781 M-40.66185621591342 0.6250057626472781 C-40.66185621591342 0.15745652555885553, -40.66185621591342 -0.3100927115295671, -40.66185621591342 -0.6250057626472687 M-40.66185621591342 0.6250057626472781 C-40.66185621591342 0.15094451069358866, -40.66185621591342 -0.3231167412601008, -40.66185621591342 -0.6250057626472687 M-40.66185621591342 -0.6250057626472687 C-40.634042976011244 -1.0582194245667491, -40.60622973610907 -1.4914330864862295, -40.58176770250937 -1.8724490051997822 M-40.66185621591342 -0.6250057626472687 C-40.63598688887254 -1.0279414126539295, -40.61011756183166 -1.43087706266059, -40.58176770250937 -1.8724490051997822 M-40.58176770250937 -1.8724490051997822 C-40.54826058173426 -2.132323617202081, -40.51475346095916 -2.3921982292043795, -40.421919776581774 -3.112197953150895 M-40.58176770250937 -1.8724490051997822 C-40.53551047633337 -2.2312109168983096, -40.489253250157375 -2.5899728285968373, -40.421919776581774 -3.112197953150895 M-40.421919776581774 -3.112197953150895 C-40.353472849089044 -3.463658459562832, -40.28502592159631 -3.8151189659747686, -40.18296928754556 -4.339158212148126 M-40.421919776581774 -3.112197953150895 C-40.35520791924358 -3.454749241026482, -40.288496061905384 -3.7973005289020683, -40.18296928754556 -4.339158212148126 M-40.18296928754556 -4.339158212148126 C-40.104709265376385 -4.637597594787359, -40.02644924320721 -4.9360369774265935, -39.86589813421489 -5.548287939305123 M-40.18296928754556 -4.339158212148126 C-40.065683720088266 -4.786418912749276, -39.94839815263097 -5.233679613350425, -39.86589813421489 -5.548287939305123 M-39.86589813421489 -5.548287939305123 C-39.77222400526525 -5.830419490755821, -39.678549876315614 -6.11255104220652, -39.47200922997033 -6.734618561215485 M-39.86589813421489 -5.548287939305123 C-39.77479278245668 -5.822682743134307, -39.68368743069847 -6.097077546963493, -39.47200922997033 -6.734618561215485 M-39.47200922997033 -6.734618561215485 C-39.322407185298836 -7.104138503912848, -39.17280514062734 -7.4736584466102105, -39.00292114880834 -7.893275190886676 M-39.47200922997033 -6.734618561215485 C-39.3120288051494 -7.129773303534275, -39.15204838032847 -7.524928045853065, -39.00292114880834 -7.893275190886676 M-39.00292114880834 -7.893275190886676 C-38.7879363555981 -8.339695713925423, -38.572951562387864 -8.786116236964167, -38.460561474273504 -9.019496659696282 M-39.00292114880834 -7.893275190886676 C-38.84001794188597 -8.231547185631236, -38.677114734963595 -8.569819180375795, -38.460561474273504 -9.019496659696282 M-38.460561474273504 -9.019496659696282 C-38.30253012425001 -9.300097324072423, -38.14449877422652 -9.580697988448565, -37.84715887860425 -10.108655082055243 M-38.460561474273504 -9.019496659696282 C-38.30744864599553 -9.29136399065892, -38.15433581771756 -9.563231321621561, -37.84715887860425 -10.108655082055243 M-37.84715887860425 -10.108655082055243 C-37.638770529960574 -10.428795545678687, -37.43038218131691 -10.748936009302131, -37.16523396464064 -11.156274872382308 M-37.84715887860425 -10.108655082055243 C-37.585327649288885 -10.510898161813257, -37.323496419973516 -10.913141241571271, -37.16523396464064 -11.156274872382308 M-37.16523396464064 -11.156274872382308 C-36.87133310363317 -11.550075251213075, -36.5774322426257 -11.943875630043841, -36.41758890812659 -12.158051136245302 M-37.16523396464064 -11.156274872382308 C-36.889377361712405 -11.525897589252626, -36.61352075878417 -11.895520306122943, -36.41758890812659 -12.158051136245302 M-36.41758890812659 -12.158051136245302 C-36.12807901010604 -12.498125936040108, -35.838569112085494 -12.838200735834914, -35.60729594296866 -13.10986736009567 M-36.41758890812659 -12.158051136245302 C-36.20995994712451 -12.401943928260915, -36.00233098612242 -12.645836720276527, -35.60729594296866 -13.10986736009567 M-35.60729594296866 -13.10986736009567 C-35.38648069489412 -13.33787723300166, -35.16566544681958 -13.565887105907649, -34.737684736767996 -14.007812326905677 M-35.60729594296866 -13.10986736009567 C-35.347249601489196 -13.378386557874911, -35.08720326000973 -13.646905755654153, -34.737684736767996 -14.007812326905677 M-34.737684736767996 -14.007812326905677 C-34.46766449670554 -14.253037564586345, -34.19764425664309 -14.49826280226701, -33.81232870850189 -14.848196188198107 M-34.737684736767996 -14.007812326905677 C-34.48977340503084 -14.232958839014966, -34.24186207329369 -14.458105351124255, -33.81232870850189 -14.848196188198107 M-33.81232870850189 -14.848196188198107 C-33.551269814109624 -15.056383709407, -33.29021091971737 -15.26457123061589, -32.83503034457872 -15.627565626425149 M-33.81232870850189 -14.848196188198107 C-33.5520624438413 -15.055751608288752, -33.29179617918071 -15.263307028379398, -32.83503034457872 -15.627565626425149 M-32.83503034457872 -15.627565626425149 C-32.529650021726276 -15.840585719945901, -32.22426969887383 -16.053605813466653, -31.80980557360571 -16.342718045390885 M-32.83503034457872 -15.627565626425149 C-32.58258020485514 -15.803663915505904, -32.33013006513156 -15.97976220458666, -31.80980557360571 -16.342718045390885 M-31.80980557360571 -16.342718045390885 C-31.533845522997925 -16.51000664979059, -31.25788547239014 -16.677295254190295, -30.74086726407679 -16.99071473040609 M-31.80980557360571 -16.342718045390885 C-31.570531636703077 -16.487767312070993, -31.331257699800442 -16.632816578751104, -30.74086726407679 -16.99071473040609 M-30.74086726407679 -16.99071473040609 C-30.394349200133032 -17.171492982410136, -30.047831136189277 -17.352271234414182, -29.632607912792388 -17.56889292409717 M-30.74086726407679 -16.99071473040609 C-30.30303672295862 -17.219130643263593, -29.86520618184045 -17.4475465561211, -29.632607912792388 -17.56889292409717 M-29.632607912792388 -17.56889292409717 C-29.231468950230525 -17.74646524345877, -28.830329987668662 -17.924037562820367, -28.489581595147804 -18.07487676824742 M-29.632607912792388 -17.56889292409717 C-29.231127226883796 -17.746616514247503, -28.8296465409752 -17.924340104397835, -28.489581595147804 -18.07487676824742 M-28.489581595147804 -18.07487676824742 C-28.112046683992236 -18.21381310544713, -27.734511772836672 -18.352749442646843, -27.31648525146062 -18.506587066708033 M-28.489581595147804 -18.07487676824742 C-28.02647540495084 -18.245304127146596, -27.56336921475388 -18.415731486045775, -27.31648525146062 -18.506587066708033 M-27.31648525146062 -18.506587066708033 C-26.99555914833871 -18.601836249539126, -26.6746330452168 -18.697085432370216, -26.118139386235413 -18.862249829261067 M-27.31648525146062 -18.506587066708033 C-26.89144187024735 -18.632737711153894, -26.46639848903408 -18.75888835559976, -26.118139386235413 -18.862249829261067 M-26.118139386235413 -18.862249829261067 C-25.802014621951116 -18.934403243802084, -25.485889857666816 -19.006556658343097, -24.899468259676766 -19.140403561325773 M-26.118139386235413 -18.862249829261067 C-25.749698509074847 -18.94634405517155, -25.381257631914284 -19.03043828108203, -24.899468259676766 -19.140403561325773 M-24.899468259676766 -19.140403561325773 C-24.616233422803425 -19.18619477323249, -24.332998585930085 -19.231985985139207, -23.665479652847882 -19.3399052695533 M-24.899468259676766 -19.140403561325773 C-24.446685425620597 -19.213605978552653, -23.99390259156443 -19.286808395779534, -23.665479652847882 -19.3399052695533 M-23.665479652847882 -19.3399052695533 C-23.282399043410756 -19.37686059522386, -22.89931843397363 -19.41381592089442, -22.421244289623903 -19.45993515863156 M-23.665479652847882 -19.3399052695533 C-23.352859912542385 -19.370063319920323, -23.04024017223689 -19.40022137028735, -22.421244289623903 -19.45993515863156 M-22.421244289623903 -19.45993515863156 C-22.10225590461704 -19.470164495265504, -21.78326751961017 -19.48039383189945, -21.171875000000007 -19.5 M-22.421244289623903 -19.45993515863156 C-22.11233905118221 -19.469841148380812, -21.803433812740522 -19.479747138130065, -21.171875000000007 -19.5 M-21.171875000000007 -19.5 C-21.171875000000004 -19.5, -21.171875 -19.5, -21.171875 -19.5 M-21.171875000000007 -19.5 C-21.171875000000004 -19.5, -21.171875000000004 -19.5, -21.171875 -19.5" stroke="#7dd3fc" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#1f2937 !important;stroke:#7dd3fc !important;stroke-width:2px !important"/></g><g class="label" style="color:#f8fafc !important" transform="translate(-28.296875, -12)"><rect/><foreignObject width="56.59375" height="24"><div style="color: rgb(248, 250, 252) !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:#f8fafc !important" class="nodeLabel"><p>Request</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-PROFILE-1" data-look="classic" transform="translate(246.47215270996094, 300.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-82.1484375" y="-27" width="164.296875" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-52.1484375, -12)"><rect/><foreignObject width="104.296875" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>Project profile</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-CONTRACT-3" data-look="classic" transform="translate(468.55809020996094, 300.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-89.9375" y="-27" width="179.875" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-59.9375, -12)"><rect/><foreignObject width="119.875" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>Current contract</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-ROUTE-5" data-look="classic" transform="translate(708.3549652099609, 300.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-99.859375" y="-27" width="199.71875" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-69.859375, -12)"><rect/><foreignObject width="139.71875" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>Deterministic route</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-GATES-7" data-look="classic" transform="translate(991.3549652099609, 300.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-83.140625" y="-27" width="166.28125" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-53.140625, -12)"><rect/><foreignObject width="106.28125" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>Required gates</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-PREFLIGHT-9" data-look="classic" transform="translate(1220.987777709961, 300.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-96.4921875" y="-27" width="192.984375" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-66.4921875, -12)"><rect/><foreignObject width="132.984375" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>PREFLIGHT_READY</p></span></div></foreignObject></g></g><g class="node default contract" id="my-svg-flowchart-STATE-11" data-look="classic" transform="translate(1476.167465209961, 207.25)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-108.6875" y="-27" width="217.375" height="54"/><g class="label" style="color:#dbeafe !important" transform="translate(-78.6875, -12)"><rect/><foreignObject width="157.375" height="24"><div style="color: rgb(219, 234, 254) !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:#dbeafe !important" class="nodeLabel"><p>Resumable work state</p></span></div></foreignObject></g></g><g class="node default execution" id="my-svg-flowchart-EXECUTE-13" data-look="classic" transform="translate(1771.769027709961, 207.25)"><rect class="basic label-container" style="fill:#312e81 !important;stroke:#a78bfa !important;stroke-width:2px !important" x="-86.9140625" y="-27" width="173.828125" height="54"/><g class="label" style="color:#ede9fe !important" transform="translate(-56.9140625, -12)"><rect/><foreignObject width="113.828125" height="24"><div style="color: rgb(237, 233, 254) !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:#ede9fe !important" class="nodeLabel"><p>Implementation</p></span></div></foreignObject></g></g><g class="node default execution" id="my-svg-flowchart-CHECKS-15" data-look="classic" transform="translate(2036.292465209961, 197.25)"><rect class="basic label-container" style="fill:#312e81 !important;stroke:#a78bfa !important;stroke-width:2px !important" x="-121.421875" y="-27" width="242.84375" height="54"/><g class="label" style="color:#ede9fe !important" transform="translate(-91.421875, -12)"><rect/><foreignObject width="182.84375" height="24"><div style="color: rgb(237, 233, 254) !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:#ede9fe !important" class="nodeLabel"><p>run-check / record-check</p></span></div></foreignObject></g></g><g class="node default evidence" id="my-svg-flowchart-EVIDENCE-17" data-look="classic" transform="translate(2316.323715209961, 166.25)"><rect class="basic label-container" style="fill:#134e4a !important;stroke:#5eead4 !important;stroke-width:2px !important" x="-102.421875" y="-27" width="204.84375" height="54"/><g class="label" style="color:#ccfbf1 !important" transform="translate(-72.421875, -12)"><rect/><foreignObject width="144.84375" height="24"><div style="color: rgb(204, 251, 241) !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:#ccfbf1 !important" class="nodeLabel"><p>Structured evidence</p></span></div></foreignObject></g></g><g class="node default evidence" id="my-svg-flowchart-REVIEW-19" data-look="classic" transform="translate(2726.636215209961, 104.25)"><rect class="basic label-container" style="fill:#134e4a !important;stroke:#5eead4 !important;stroke-width:2px !important" x="-55.2109375" y="-27" width="110.421875" height="54"/><g class="label" style="color:#ccfbf1 !important" transform="translate(-25.2109375, -12)"><rect/><foreignObject width="50.421875" height="24"><div style="color: rgb(204, 251, 241) !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:#ccfbf1 !important" class="nodeLabel"><p>Review</p></span></div></foreignObject></g></g><g class="node default terminal" id="my-svg-flowchart-COMPLETE-21" data-look="classic" transform="translate(3069.698715209961, 88.25)"><rect class="basic label-container" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important" x="-91.109375" y="-27" width="182.21875" height="54"/><g class="label" style="color:#dcfce7 !important" transform="translate(-61.109375, -12)"><rect/><foreignObject width="122.21875" height="24"><div style="color: rgb(220, 252, 231) !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:#dcfce7 !important" class="nodeLabel"><p>complete / audit</p></span></div></foreignObject></g></g><g class="node default terminal" id="my-svg-flowchart-VALID-23" data-look="classic" transform="translate(3565.05753326416, 66.25)"><g class="basic label-container outer-path"><path d="M-12.6640625 -19.5 C-6.006975402829994 -19.5, 0.650111694340012 -19.5, 12.6640625 -19.5 C12.6640625 -19.5, 12.664062499999998 -19.5, 12.664062499999998 -19.5 C13.051051626520337 -19.487590011941133, 13.438040753040676 -19.475180023882263, 13.9134317896239 -19.45993515863156 C14.398806591283124 -19.413111635264098, 14.88418139294235 -19.366288111896637, 15.157667152847864 -19.3399052695533 C15.61197184897318 -19.266456809469297, 16.066276545098496 -19.193008349385295, 16.39165575967676 -19.140403561325776 C16.735538281872707 -19.061914619677726, 17.079420804068654 -18.983425678029676, 17.61032688623539 -18.862249829261074 C18.0540808341724 -18.730545986825376, 18.497834782109408 -18.59884214438968, 18.808672751460602 -18.50658706670804 C19.19564469656647 -18.36417781377963, 19.58261664167234 -18.221768560851224, 19.981769095147794 -18.074876768247425 C20.42277516052126 -17.879656465086715, 20.86378122589473 -17.68443616192601, 21.12479541279238 -17.568892924097174 C21.44419681477497 -17.40226141726922, 21.76359821675756 -17.235629910441265, 22.233054764076783 -16.990714730406097 C22.613733985959342 -16.759944748981464, 22.994413207841898 -16.52917476755683, 23.301993073605697 -16.342718045390892 C23.51802807962057 -16.1920213771996, 23.73406308563544 -16.041324709008308, 24.327217844578712 -15.627565626425154 C24.648542382886127 -15.371317857930066, 24.969866921193542 -15.115070089434976, 25.30451620850187 -14.848196188198123 C25.54986863034685 -14.625373610347863, 25.79522105219183 -14.402551032497602, 26.229872236767985 -14.007812326905688 C26.57067200665489 -13.655908584315991, 26.91147177654179 -13.304004841726295, 27.099483442968648 -13.10986736009568 C27.301225353870265 -12.872889832110713, 27.502967264771883 -12.635912304125746, 27.909776408126582 -12.158051136245305 C28.140392810915596 -11.849046166094528, 28.37100921370461 -11.54004119594375, 28.657421464640635 -11.156274872382312 C28.7972986551712 -10.941385945442487, 28.93717584570177 -10.726497018502663, 29.339346378604247 -10.108655082055241 C29.493149434846764 -9.835562181448395, 29.64695249108928 -9.56246928084155, 29.9527489742735 -9.019496659696287 C30.135812139040635 -8.639362081133086, 30.31887530380777 -8.259227502569887, 30.49510864880834 -7.893275190886684 C30.60518839392601 -7.62137609219895, 30.71526813904368 -7.349476993511217, 30.964196729970325 -6.734618561215508 C31.053534512473668 -6.465547394358066, 31.142872294977007 -6.196476227500624, 31.35808563421488 -5.548287939305138 C31.438685609290378 -5.2409253020921, 31.519285584365875 -4.933562664879061, 31.67515678754556 -4.339158212148133 C31.757797416070193 -3.9148160507771728, 31.840438044594823 -3.4904738894062124, 31.914107276581777 -3.1121979531509023 C31.964570683533935 -2.720813733956789, 32.0150340904861 -2.3294295147626753, 32.07395520250937 -1.872449005199798 C32.096015466592974 -1.528842585372917, 32.11807573067659 -1.1852361655460362, 32.15404371591342 -0.6250057626472757 C32.15404371591342 -0.15964380894648394, 32.15404371591342 0.3057181447543078, 32.15404371591342 0.625005762647271 C32.13642850687439 0.8993768621709154, 32.118813297835366 1.1737479616945596, 32.07395520250937 1.8724490051997846 C32.01668850407713 2.3165982096515054, 31.959421805644897 2.7607474141032267, 31.914107276581777 3.1121979531508885 C31.860859621699035 3.3856134070779236, 31.807611966816296 3.659028861004958, 31.67515678754556 4.339158212148129 C31.57260838922982 4.730219699683014, 31.470059990914084 5.121281187217899, 31.358085634214884 5.548287939305125 C31.246847777943742 5.883318639048283, 31.135609921672604 6.21834933879144, 30.96419672997033 6.734618561215495 C30.83871474017668 7.04456150203504, 30.713232750383032 7.354504442854586, 30.495108648808344 7.893275190886679 C30.29587427211281 8.30698963702771, 30.096639895417276 8.72070408316874, 29.952748974273504 9.019496659696284 C29.78437913027316 9.318454367014366, 29.61600928627281 9.61741207433245, 29.33934637860425 10.108655082055236 C29.112687352724034 10.456864212277807, 28.886028326843817 10.805073342500377, 28.65742146464064 11.156274872382301 C28.397974404527673 11.503910296820264, 28.1385273444147 11.851545721258228, 27.909776408126582 12.158051136245302 C27.639221058717226 12.475860844697035, 27.36866570930787 12.793670553148768, 27.09948344296866 13.10986736009567 C26.803139841981753 13.415866458376772, 26.50679624099485 13.721865556657873, 26.22987223676799 14.007812326905684 C25.910096266376677 14.298224402406538, 25.59032029598536 14.588636477907391, 25.304516208501887 14.848196188198111 C24.91473552445242 15.15903591122794, 24.524954840402952 15.469875634257772, 24.327217844578715 15.627565626425152 C23.94380271963526 15.895019419812458, 23.560387594691804 16.162473213199764, 23.301993073605708 16.34271804539089 C22.996228355368654 16.528074414459123, 22.6904636371316 16.71343078352736, 22.233054764076787 16.990714730406093 C21.818290550570037 17.207096954923408, 21.403526337063283 17.423479179440722, 21.124795412792388 17.56889292409717 C20.869427982517198 17.681936510274326, 20.61406055224201 17.79498009645148, 19.981769095147804 18.07487676824742 C19.67013709180524 18.189560226172144, 19.35850508846268 18.304243684096868, 18.808672751460616 18.506587066708033 C18.542074298312997 18.58571208819841, 18.275475845165378 18.664837109688786, 17.610326886235413 18.86224982926107 C17.3090141296541 18.931022499701264, 17.007701373072784 18.999795170141454, 16.391655759676766 19.140403561325773 C15.997203874349026 19.204175483125503, 15.602751989021284 19.267947404925238, 15.157667152847878 19.3399052695533 C14.89200398879942 19.365533475482355, 14.626340824750963 19.391161681411408, 13.9134317896239 19.45993515863156 C13.525280690899855 19.47238240887736, 13.137129592175812 19.484829659123157, 12.664062500000004 19.5 C12.664062500000002 19.5, 12.664062500000002 19.5, 12.6640625 19.5 C2.915228637920519 19.5, -6.833605224158962 19.5, -12.664062499999996 19.5 C-13.099788221695217 19.486027124193903, -13.535513943390436 19.472054248387803, -13.913431789623893 19.45993515863156 C-14.23658415199447 19.428761038881248, -14.559736514365046 19.397586919130934, -15.157667152847871 19.3399052695533 C-15.557913813500168 19.275196493418246, -15.958160474152463 19.210487717283193, -16.39165575967676 19.140403561325773 C-16.653580244124267 19.080621006967625, -16.915504728571776 19.02083845260948, -17.610326886235388 18.862249829261074 C-17.88488279976714 18.78076307529825, -18.159438713298893 18.699276321335425, -18.80867275146059 18.506587066708043 C-19.07507492293498 18.40854860501079, -19.34147709440937 18.310510143313536, -19.981769095147797 18.074876768247425 C-20.403473643238033 17.888200674228834, -20.82517819132827 17.701524580210247, -21.12479541279238 17.568892924097174 C-21.35081852437548 17.45097681155898, -21.576841635958584 17.33306069902079, -22.23305476407678 16.990714730406097 C-22.595301445720462 16.771118663195903, -22.957548127364145 16.55152259598571, -23.301993073605686 16.3427180453909 C-23.628763836734304 16.114776906710727, -23.95553459986292 15.886835768030553, -24.327217844578712 15.627565626425156 C-24.658326368381065 15.363515389860643, -24.989434892183414 15.099465153296132, -25.30451620850187 14.848196188198125 C-25.530864483662064 14.642632673544819, -25.75721275882226 14.43706915889151, -26.229872236767974 14.007812326905697 C-26.568096407033117 13.65856810238613, -26.90632057729826 13.309323877866566, -27.099483442968655 13.109867360095677 C-27.333660370182226 12.834789816345975, -27.5678372973958 12.55971227259627, -27.90977640812658 12.158051136245307 C-28.09338786701851 11.912028508678137, -28.276999325910445 11.666005881110966, -28.657421464640635 11.156274872382316 C-28.81290206537951 10.917414917260219, -28.968382666118387 10.678554962138122, -29.339346378604244 10.108655082055249 C-29.47226899699815 9.872637513222218, -29.605191615392055 9.636619944389189, -29.9527489742735 9.019496659696289 C-30.083303955321774 8.748396448120456, -30.213858936370045 8.477296236544623, -30.49510864880834 7.893275190886686 C-30.62528273757091 7.5717426748983465, -30.75545682633348 7.250210158910007, -30.964196729970325 6.73461856121551 C-31.09955984475218 6.32692642667603, -31.23492295953403 5.919234292136549, -31.35808563421488 5.5482879393051325 C-31.448816718233758 5.202290992840592, -31.539547802252635 4.856294046376051, -31.675156787545557 4.339158212148136 C-31.752843754657405 3.9402520551751214, -31.83053072176925 3.541345898202107, -31.914107276581777 3.112197953150904 C-31.961953735309454 2.741110267611, -32.00980019403713 2.3700225820710963, -32.07395520250937 1.872449005199809 C-32.10435178117897 1.3989977567440766, -32.13474835984857 0.9255465082883442, -32.15404371591342 0.6250057626472781 C-32.15404371591342 0.1401781436495736, -32.15404371591342 -0.34464947534813095, -32.15404371591342 -0.6250057626472687 C-32.134671277519026 -0.9267471277907348, -32.115298839124634 -1.2284884929342008, -32.07395520250937 -1.8724490051997822 C-32.017627946281834 -2.309312081425669, -31.961300690054305 -2.746175157651556, -31.914107276581777 -3.112197953150895 C-31.86105035346508 -3.3846340397704644, -31.807993430348382 -3.6570701263900336, -31.67515678754556 -4.339158212148126 C-31.567693161174777 -4.748963594530212, -31.460229534803993 -5.1587689769123, -31.358085634214884 -5.548287939305123 C-31.22449899609246 -5.9506296091895265, -31.090912357970033 -6.35297127907393, -30.964196729970332 -6.734618561215485 C-30.797873896266715 -7.145439176096651, -30.6315510625631 -7.556259790977816, -30.495108648808344 -7.893275190886676 C-30.30202343629112 -8.29422076604041, -30.108938223773894 -8.695166341194145, -29.952748974273504 -9.019496659696282 C-29.77913603961845 -9.327764005392295, -29.6055231049634 -9.636031351088308, -29.339346378604247 -10.108655082055243 C-29.125593251803746 -10.437037285572222, -28.91184012500325 -10.7654194890892, -28.65742146464064 -11.156274872382308 C-28.507637507670058 -11.356971729123696, -28.35785355069947 -11.557668585865084, -27.909776408126586 -12.158051136245302 C-27.61424815192687 -12.505195442011646, -27.31871989572715 -12.85233974777799, -27.099483442968662 -13.10986736009567 C-26.75997167172028 -13.460441138344438, -26.420459900471897 -13.811014916593205, -26.229872236767996 -14.007812326905677 C-25.943191859021912 -14.268167860827528, -25.656511481275828 -14.52852339474938, -25.304516208501887 -14.848196188198107 C-25.049710263829677 -15.051397148403238, -24.794904319157467 -15.254598108608368, -24.32721784457872 -15.627565626425149 C-24.091539042273084 -15.79196495654264, -23.85586023996745 -15.956364286660135, -23.30199307360571 -16.342718045390885 C-22.919437679325373 -16.574625373548663, -22.536882285045035 -16.80653270170644, -22.23305476407679 -16.99071473040609 C-21.987430640197275 -17.118856678504272, -21.74180651631776 -17.24699862660246, -21.124795412792388 -17.56889292409717 C-20.800975136656042 -17.712238554555533, -20.477154860519697 -17.855584185013896, -19.981769095147804 -18.07487676824742 C-19.71002376132431 -18.174881563080795, -19.438278427500823 -18.27488635791417, -18.80867275146062 -18.506587066708033 C-18.438631065914215 -18.61641349658976, -18.068589380367815 -18.72623992647149, -17.610326886235413 -18.862249829261067 C-17.134069235848244 -18.970952530090326, -16.657811585461076 -19.07965523091958, -16.391655759676766 -19.140403561325773 C-16.031066460892323 -19.198700842741466, -15.670477162107876 -19.25699812415716, -15.15766715284788 -19.3399052695533 C-14.848337747010492 -19.369745905311394, -14.539008341173101 -19.399586541069485, -13.913431789623903 -19.45993515863156 C-13.547272514784432 -19.47167717388987, -13.18111323994496 -19.48341918914818, -12.664062500000005 -19.5 C-12.664062500000004 -19.5, -12.664062500000002 -19.5, -12.6640625 -19.5" stroke="none" stroke-width="0" fill="#14532d" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important"/><path d="M-12.6640625 -19.5 C-7.5983236352054515 -19.5, -2.532584770410903 -19.5, 12.6640625 -19.5 M-12.6640625 -19.5 C-7.057634114257234 -19.5, -1.4512057285144682 -19.5, 12.6640625 -19.5 M12.6640625 -19.5 C12.6640625 -19.5, 12.6640625 -19.5, 12.664062499999998 -19.5 M12.6640625 -19.5 C12.6640625 -19.5, 12.664062499999998 -19.5, 12.664062499999998 -19.5 M12.664062499999998 -19.5 C12.933517068751918 -19.491359116441625, 13.202971637503836 -19.482718232883254, 13.9134317896239 -19.45993515863156 M12.664062499999998 -19.5 C13.133716136742702 -19.48493912199501, 13.603369773485406 -19.469878243990017, 13.9134317896239 -19.45993515863156 M13.9134317896239 -19.45993515863156 C14.270290085176633 -19.425509468044478, 14.627148380729368 -19.3910837774574, 15.157667152847864 -19.3399052695533 M13.9134317896239 -19.45993515863156 C14.366042644203608 -19.416272333834446, 14.818653498783318 -19.372609509037336, 15.157667152847864 -19.3399052695533 M15.157667152847864 -19.3399052695533 C15.429125501159952 -19.296017988989135, 15.700583849472038 -19.252130708424968, 16.39165575967676 -19.140403561325776 M15.157667152847864 -19.3399052695533 C15.55915257441944 -19.274996220159554, 15.960637995991014 -19.210087170765807, 16.39165575967676 -19.140403561325776 M16.39165575967676 -19.140403561325776 C16.80042483928854 -19.04710468637192, 17.209193918900322 -18.95380581141806, 17.61032688623539 -18.862249829261074 M16.39165575967676 -19.140403561325776 C16.68808600234283 -19.072745292825356, 16.984516245008898 -19.005087024324936, 17.61032688623539 -18.862249829261074 M17.61032688623539 -18.862249829261074 C17.872612606924662 -18.784404804126343, 18.134898327613932 -18.706559778991608, 18.808672751460602 -18.50658706670804 M17.61032688623539 -18.862249829261074 C17.97554043295259 -18.753856365640438, 18.340753979669792 -18.645462902019798, 18.808672751460602 -18.50658706670804 M18.808672751460602 -18.50658706670804 C19.226285259156906 -18.352901803508097, 19.643897766853215 -18.19921654030815, 19.981769095147794 -18.074876768247425 M18.808672751460602 -18.50658706670804 C19.181345373245215 -18.36944009694335, 19.554017995029824 -18.23229312717866, 19.981769095147794 -18.074876768247425 M19.981769095147794 -18.074876768247425 C20.2866239917786 -17.93992654870817, 20.59147888840941 -17.804976329168916, 21.12479541279238 -17.568892924097174 M19.981769095147794 -18.074876768247425 C20.23984693711734 -17.960633363214686, 20.49792477908688 -17.846389958181945, 21.12479541279238 -17.568892924097174 M21.12479541279238 -17.568892924097174 C21.501168282744977 -17.372539438921233, 21.877541152697574 -17.176185953745293, 22.233054764076783 -16.990714730406097 M21.12479541279238 -17.568892924097174 C21.484447725266595 -17.38126254304768, 21.84410003774081 -17.19363216199818, 22.233054764076783 -16.990714730406097 M22.233054764076783 -16.990714730406097 C22.624605102156107 -16.753354614457216, 23.016155440235426 -16.515994498508334, 23.301993073605697 -16.342718045390892 M22.233054764076783 -16.990714730406097 C22.635642331287077 -16.746663781296064, 23.03822989849737 -16.50261283218603, 23.301993073605697 -16.342718045390892 M23.301993073605697 -16.342718045390892 C23.687267440045094 -16.073967325621286, 24.072541806484494 -15.80521660585168, 24.327217844578712 -15.627565626425154 M23.301993073605697 -16.342718045390892 C23.535478941095427 -16.17984841167036, 23.768964808585153 -16.016978777949824, 24.327217844578712 -15.627565626425154 M24.327217844578712 -15.627565626425154 C24.687731132054836 -15.340065873324432, 25.04824441953096 -15.05256612022371, 25.30451620850187 -14.848196188198123 M24.327217844578712 -15.627565626425154 C24.64195917616311 -15.376567790105183, 24.95670050774751 -15.125569953785213, 25.30451620850187 -14.848196188198123 M25.30451620850187 -14.848196188198123 C25.630721744248905 -14.551944951558182, 25.95692727999594 -14.255693714918241, 26.229872236767985 -14.007812326905688 M25.30451620850187 -14.848196188198123 C25.59868514615495 -14.581039742305176, 25.89285408380803 -14.313883296412229, 26.229872236767985 -14.007812326905688 M26.229872236767985 -14.007812326905688 C26.468284014950243 -13.76163259196149, 26.706695793132504 -13.515452857017292, 27.099483442968648 -13.10986736009568 M26.229872236767985 -14.007812326905688 C26.40675442506105 -13.825166945195363, 26.583636613354113 -13.642521563485039, 27.099483442968648 -13.10986736009568 M27.099483442968648 -13.10986736009568 C27.307064588360262 -12.866030735016908, 27.514645733751877 -12.622194109938134, 27.909776408126582 -12.158051136245305 M27.099483442968648 -13.10986736009568 C27.352380047278384 -12.812800618449023, 27.60527665158812 -12.515733876802367, 27.909776408126582 -12.158051136245305 M27.909776408126582 -12.158051136245305 C28.156673239755712 -11.827231874626351, 28.40357007138484 -11.496412613007397, 28.657421464640635 -11.156274872382312 M27.909776408126582 -12.158051136245305 C28.088144481427033 -11.919054167688463, 28.266512554727484 -11.680057199131623, 28.657421464640635 -11.156274872382312 M28.657421464640635 -11.156274872382312 C28.842644632007552 -10.871722347922121, 29.027867799374466 -10.587169823461931, 29.339346378604247 -10.108655082055241 M28.657421464640635 -11.156274872382312 C28.830656986889164 -10.890138589957397, 29.003892509137696 -10.624002307532482, 29.339346378604247 -10.108655082055241 M29.339346378604247 -10.108655082055241 C29.544018070351278 -9.745239768102232, 29.748689762098305 -9.381824454149221, 29.9527489742735 -9.019496659696287 M29.339346378604247 -10.108655082055241 C29.47553327357271 -9.866841459620236, 29.611720168541176 -9.625027837185232, 29.9527489742735 -9.019496659696287 M29.9527489742735 -9.019496659696287 C30.105753307788902 -8.70177988738327, 30.258757641304303 -8.38406311507025, 30.49510864880834 -7.893275190886684 M29.9527489742735 -9.019496659696287 C30.0687808231112 -8.778554042900955, 30.1848126719489 -8.537611426105624, 30.49510864880834 -7.893275190886684 M30.49510864880834 -7.893275190886684 C30.649651881580038 -7.511550418050454, 30.80419511435173 -7.1298256452142255, 30.964196729970325 -6.734618561215508 M30.49510864880834 -7.893275190886684 C30.600541356589353 -7.632854364264848, 30.70597406437037 -7.37243353764301, 30.964196729970325 -6.734618561215508 M30.964196729970325 -6.734618561215508 C31.109685772393213 -6.2964287459687025, 31.2551748148161 -5.858238930721896, 31.35808563421488 -5.548287939305138 M30.964196729970325 -6.734618561215508 C31.11726459737073 -6.273602532658198, 31.270332464771133 -5.812586504100889, 31.35808563421488 -5.548287939305138 M31.35808563421488 -5.548287939305138 C31.45670447972865 -5.1722115396831185, 31.55532332524242 -4.796135140061099, 31.67515678754556 -4.339158212148133 M31.35808563421488 -5.548287939305138 C31.451425954198445 -5.192340845257227, 31.54476627418201 -4.836393751209315, 31.67515678754556 -4.339158212148133 M31.67515678754556 -4.339158212148133 C31.75007749149577 -3.9544562318602003, 31.82499819544598 -3.569754251572268, 31.914107276581777 -3.1121979531509023 M31.67515678754556 -4.339158212148133 C31.7232829848434 -4.092040360499117, 31.771409182141245 -3.8449225088501002, 31.914107276581777 -3.1121979531509023 M31.914107276581777 -3.1121979531509023 C31.965300872930865 -2.7151505291864155, 32.016494469279955 -2.3181031052219283, 32.07395520250937 -1.872449005199798 M31.914107276581777 -3.1121979531509023 C31.970858073386292 -2.6720499798474857, 32.027608870190804 -2.231902006544069, 32.07395520250937 -1.872449005199798 M32.07395520250937 -1.872449005199798 C32.097438960234506 -1.5066705228827237, 32.120922717959644 -1.1408920405656495, 32.15404371591342 -0.6250057626472757 M32.07395520250937 -1.872449005199798 C32.090154328382816 -1.6201345440217554, 32.106353454256265 -1.3678200828437126, 32.15404371591342 -0.6250057626472757 M32.15404371591342 -0.6250057626472757 C32.15404371591342 -0.19067247751562638, 32.15404371591342 0.24366080761602293, 32.15404371591342 0.625005762647271 M32.15404371591342 -0.6250057626472757 C32.15404371591342 -0.24073955343230707, 32.15404371591342 0.14352665578266155, 32.15404371591342 0.625005762647271 M32.15404371591342 0.625005762647271 C32.123174593411115 1.105817262727855, 32.09230547090881 1.5866287628084392, 32.07395520250937 1.8724490051997846 M32.15404371591342 0.625005762647271 C32.12459740298897 1.0836558550815085, 32.095151090064526 1.5423059475157457, 32.07395520250937 1.8724490051997846 M32.07395520250937 1.8724490051997846 C32.03697072334153 2.159293322214024, 31.999986244173698 2.446137639228263, 31.914107276581777 3.1121979531508885 M32.07395520250937 1.8724490051997846 C32.021398160273854 2.2800710462165523, 31.968841118038338 2.6876930872333205, 31.914107276581777 3.1121979531508885 M31.914107276581777 3.1121979531508885 C31.85063015973893 3.4381395322455233, 31.78715304289608 3.7640811113401584, 31.67515678754556 4.339158212148129 M31.914107276581777 3.1121979531508885 C31.866154976656777 3.3584228785435912, 31.818202676731776 3.604647803936294, 31.67515678754556 4.339158212148129 M31.67515678754556 4.339158212148129 C31.56127261682657 4.77344791281145, 31.44738844610758 5.207737613474772, 31.358085634214884 5.548287939305125 M31.67515678754556 4.339158212148129 C31.556884620264906 4.7901812454708095, 31.438612452984255 5.241204278793489, 31.358085634214884 5.548287939305125 M31.358085634214884 5.548287939305125 C31.236862317492985 5.913393254958899, 31.115639000771086 6.278498570612672, 30.96419672997033 6.734618561215495 M31.358085634214884 5.548287939305125 C31.267136829974397 5.822211246953398, 31.176188025733907 6.0961345546016705, 30.96419672997033 6.734618561215495 M30.96419672997033 6.734618561215495 C30.79228010418909 7.159255950677004, 30.62036347840785 7.583893340138512, 30.495108648808344 7.893275190886679 M30.96419672997033 6.734618561215495 C30.837323715557257 7.0479973597386465, 30.710450701144186 7.361376158261798, 30.495108648808344 7.893275190886679 M30.495108648808344 7.893275190886679 C30.34101994287891 8.213243685719293, 30.186931236949476 8.533212180551907, 29.952748974273504 9.019496659696284 M30.495108648808344 7.893275190886679 C30.324530378677 8.247484618604712, 30.153952108545656 8.601694046322745, 29.952748974273504 9.019496659696284 M29.952748974273504 9.019496659696284 C29.807140921656067 9.278038501532698, 29.66153286903863 9.536580343369112, 29.33934637860425 10.108655082055236 M29.952748974273504 9.019496659696284 C29.81282550855604 9.267944941864961, 29.67290204283857 9.516393224033639, 29.33934637860425 10.108655082055236 M29.33934637860425 10.108655082055236 C29.158316164255712 10.386766104713663, 28.977285949907174 10.664877127372092, 28.65742146464064 11.156274872382301 M29.33934637860425 10.108655082055236 C29.11141079734729 10.458825344139603, 28.883475216090325 10.808995606223972, 28.65742146464064 11.156274872382301 M28.65742146464064 11.156274872382301 C28.504655137847557 11.360967832986356, 28.351888811054476 11.565660793590412, 27.909776408126582 12.158051136245302 M28.65742146464064 11.156274872382301 C28.41109933332514 11.486324087937268, 28.164777202009642 11.816373303492234, 27.909776408126582 12.158051136245302 M27.909776408126582 12.158051136245302 C27.64962504288234 12.463639732893222, 27.3894736776381 12.769228329541141, 27.09948344296866 13.10986736009567 M27.909776408126582 12.158051136245302 C27.66715286009297 12.443050561436564, 27.424529312059356 12.728049986627827, 27.09948344296866 13.10986736009567 M27.09948344296866 13.10986736009567 C26.88357556747177 13.332809967912452, 26.66766769197488 13.555752575729233, 26.22987223676799 14.007812326905684 M27.09948344296866 13.10986736009567 C26.895462747283712 13.320535478801007, 26.69144205159877 13.531203597506343, 26.22987223676799 14.007812326905684 M26.22987223676799 14.007812326905684 C26.027657633284242 14.191458279484403, 25.825443029800493 14.375104232063123, 25.304516208501887 14.848196188198111 M26.22987223676799 14.007812326905684 C26.002330099578955 14.214460075465727, 25.77478796238992 14.421107824025768, 25.304516208501887 14.848196188198111 M25.304516208501887 14.848196188198111 C24.914964618950016 15.158853214462571, 24.52541302939814 15.469510240727029, 24.327217844578715 15.627565626425152 M25.304516208501887 14.848196188198111 C25.030679153791862 15.066573952219292, 24.756842099081833 15.284951716240474, 24.327217844578715 15.627565626425152 M24.327217844578715 15.627565626425152 C23.995084079763693 15.859247762921163, 23.662950314948674 16.090929899417173, 23.301993073605708 16.34271804539089 M24.327217844578715 15.627565626425152 C23.982650379690153 15.867920973846264, 23.638082914801593 16.108276321267375, 23.301993073605708 16.34271804539089 M23.301993073605708 16.34271804539089 C23.05282753742694 16.49376365768168, 22.80366200124817 16.64480926997247, 22.233054764076787 16.990714730406093 M23.301993073605708 16.34271804539089 C22.896403827115694 16.58858863012011, 22.490814580625685 16.834459214849335, 22.233054764076787 16.990714730406093 M22.233054764076787 16.990714730406093 C21.898480516402365 17.165261901112803, 21.563906268727948 17.339809071819516, 21.124795412792388 17.56889292409717 M22.233054764076787 16.990714730406093 C21.835195555392392 17.198277624735756, 21.437336346707994 17.40584051906542, 21.124795412792388 17.56889292409717 M21.124795412792388 17.56889292409717 C20.692716096340895 17.76016162031272, 20.260636779889406 17.951430316528267, 19.981769095147804 18.07487676824742 M21.124795412792388 17.56889292409717 C20.756645560398436 17.731861942974618, 20.388495708004488 17.894830961852062, 19.981769095147804 18.07487676824742 M19.981769095147804 18.07487676824742 C19.72922561958492 18.16781510174086, 19.476682144022035 18.260753435234296, 18.808672751460616 18.506587066708033 M19.981769095147804 18.07487676824742 C19.711765009215465 18.17424076776093, 19.441760923283127 18.273604767274442, 18.808672751460616 18.506587066708033 M18.808672751460616 18.506587066708033 C18.559375341315295 18.580577229450356, 18.310077931169975 18.65456739219268, 17.610326886235413 18.86224982926107 M18.808672751460616 18.506587066708033 C18.479743853250614 18.604211437113744, 18.15081495504061 18.701835807519455, 17.610326886235413 18.86224982926107 M17.610326886235413 18.86224982926107 C17.335484247384024 18.92498086806307, 17.06064160853263 18.987711906865066, 16.391655759676766 19.140403561325773 M17.610326886235413 18.86224982926107 C17.25482744773695 18.943390256247707, 16.899328009238488 19.024530683234342, 16.391655759676766 19.140403561325773 M16.391655759676766 19.140403561325773 C15.964350341792432 19.209486987486304, 15.5370449239081 19.278570413646836, 15.157667152847878 19.3399052695533 M16.391655759676766 19.140403561325773 C16.046713532126176 19.196171145609224, 15.701771304575589 19.25193872989268, 15.157667152847878 19.3399052695533 M15.157667152847878 19.3399052695533 C14.793763351234286 19.37501063163661, 14.429859549620696 19.41011599371992, 13.9134317896239 19.45993515863156 M15.157667152847878 19.3399052695533 C14.893500070414264 19.36538915028827, 14.62933298798065 19.390873031023244, 13.9134317896239 19.45993515863156 M13.9134317896239 19.45993515863156 C13.45827798354324 19.474531055289425, 13.00312417746258 19.489126951947295, 12.664062500000004 19.5 M13.9134317896239 19.45993515863156 C13.46779772595158 19.474225775679447, 13.022163662279262 19.488516392727334, 12.664062500000004 19.5 M12.664062500000004 19.5 C12.664062500000002 19.5, 12.664062500000002 19.5, 12.6640625 19.5 M12.664062500000004 19.5 C12.664062500000002 19.5, 12.664062500000002 19.5, 12.6640625 19.5 M12.6640625 19.5 C5.518727617345577 19.5, -1.6266072653088468 19.5, -12.664062499999996 19.5 M12.6640625 19.5 C7.548671550645668 19.5, 2.4332806012913366 19.5, -12.664062499999996 19.5 M-12.664062499999996 19.5 C-12.948918886099062 19.490865210137123, -13.233775272198127 19.481730420274246, -13.913431789623893 19.45993515863156 M-12.664062499999996 19.5 C-13.086600809738009 19.48645001882763, -13.509139119476021 19.472900037655258, -13.913431789623893 19.45993515863156 M-13.913431789623893 19.45993515863156 C-14.247041126986273 19.42775226708014, -14.580650464348654 19.39556937552872, -15.157667152847871 19.3399052695533 M-13.913431789623893 19.45993515863156 C-14.27170967797715 19.425372521634323, -14.629987566330405 19.390809884637086, -15.157667152847871 19.3399052695533 M-15.157667152847871 19.3399052695533 C-15.538288923184806 19.278369293491135, -15.918910693521742 19.216833317428975, -16.39165575967676 19.140403561325773 M-15.157667152847871 19.3399052695533 C-15.421313441638263 19.297280982189175, -15.684959730428655 19.254656694825048, -16.39165575967676 19.140403561325773 M-16.39165575967676 19.140403561325773 C-16.80504953025529 19.046049130837684, -17.218443300833815 18.9516947003496, -17.610326886235388 18.862249829261074 M-16.39165575967676 19.140403561325773 C-16.83499484259269 19.039214308708097, -17.27833392550862 18.938025056090424, -17.610326886235388 18.862249829261074 M-17.610326886235388 18.862249829261074 C-17.93307172025383 18.766460856646606, -18.255816554272275 18.670671884032135, -18.80867275146059 18.506587066708043 M-17.610326886235388 18.862249829261074 C-17.956041492503815 18.759643548813607, -18.30175609877224 18.657037268366135, -18.80867275146059 18.506587066708043 M-18.80867275146059 18.506587066708043 C-19.114495326179792 18.394041532218488, -19.420317900898993 18.28149599772893, -19.981769095147797 18.074876768247425 M-18.80867275146059 18.506587066708043 C-19.22534358671165 18.353248347672675, -19.642014421962706 18.199909628637307, -19.981769095147797 18.074876768247425 M-19.981769095147797 18.074876768247425 C-20.39629588001276 17.891378057087884, -20.810822664877726 17.70787934592834, -21.12479541279238 17.568892924097174 M-19.981769095147797 18.074876768247425 C-20.398069389412736 17.8905929770858, -20.814369683677675 17.706309185924177, -21.12479541279238 17.568892924097174 M-21.12479541279238 17.568892924097174 C-21.39776995122409 17.426482282245885, -21.670744489655803 17.2840716403946, -22.23305476407678 16.990714730406097 M-21.12479541279238 17.568892924097174 C-21.417842146242155 17.416010630961818, -21.71088887969193 17.263128337826462, -22.23305476407678 16.990714730406097 M-22.23305476407678 16.990714730406097 C-22.488432846781848 16.83590303590209, -22.743810929486912 16.68109134139808, -23.301993073605686 16.3427180453909 M-22.23305476407678 16.990714730406097 C-22.627335337430445 16.751699529789267, -23.021615910784107 16.51268432917244, -23.301993073605686 16.3427180453909 M-23.301993073605686 16.3427180453909 C-23.566743578074906 16.158039554337794, -23.831494082544125 15.97336106328469, -24.327217844578712 15.627565626425156 M-23.301993073605686 16.3427180453909 C-23.579129082144004 16.14939996285902, -23.85626509068232 15.956081880327144, -24.327217844578712 15.627565626425156 M-24.327217844578712 15.627565626425156 C-24.56859036921449 15.435077461220759, -24.809962893850273 15.24258929601636, -25.30451620850187 14.848196188198125 M-24.327217844578712 15.627565626425156 C-24.578421069517354 15.42723773933515, -24.829624294455993 15.226909852245141, -25.30451620850187 14.848196188198125 M-25.30451620850187 14.848196188198125 C-25.588692007298146 14.59011524661096, -25.872867806094423 14.332034305023797, -26.229872236767974 14.007812326905697 M-25.30451620850187 14.848196188198125 C-25.51575114540506 14.656358207472813, -25.726986082308247 14.464520226747501, -26.229872236767974 14.007812326905697 M-26.229872236767974 14.007812326905697 C-26.52050476029079 13.707710384994446, -26.81113728381361 13.407608443083195, -27.099483442968655 13.109867360095677 M-26.229872236767974 14.007812326905697 C-26.49940243792944 13.72950026536543, -26.768932639090902 13.451188203825163, -27.099483442968655 13.109867360095677 M-27.099483442968655 13.109867360095677 C-27.384669189068774 12.774871955197819, -27.669854935168892 12.43987655029996, -27.90977640812658 12.158051136245307 M-27.099483442968655 13.109867360095677 C-27.399493987219135 12.757457903735494, -27.69950453146961 12.40504844737531, -27.90977640812658 12.158051136245307 M-27.90977640812658 12.158051136245307 C-28.16874243166217 11.811060256997697, -28.427708455197763 11.464069377750087, -28.657421464640635 11.156274872382316 M-27.90977640812658 12.158051136245307 C-28.08570217077838 11.922326641458582, -28.26162793343018 11.68660214667186, -28.657421464640635 11.156274872382316 M-28.657421464640635 11.156274872382316 C-28.794008734862597 10.94644014650381, -28.930596005084556 10.736605420625304, -29.339346378604244 10.108655082055249 M-28.657421464640635 11.156274872382316 C-28.797054830625004 10.941760525421508, -28.936688196609374 10.7272461784607, -29.339346378604244 10.108655082055249 M-29.339346378604244 10.108655082055249 C-29.540352840509772 9.75174775483059, -29.7413593024153 9.394840427605933, -29.9527489742735 9.019496659696289 M-29.339346378604244 10.108655082055249 C-29.50338847669648 9.817381725828811, -29.667430574788714 9.526108369602376, -29.9527489742735 9.019496659696289 M-29.9527489742735 9.019496659696289 C-30.065592223497326 8.785175238224273, -30.17843547272115 8.550853816752255, -30.49510864880834 7.893275190886686 M-29.9527489742735 9.019496659696289 C-30.070386498389645 8.775219823829323, -30.188024022505786 8.530942987962359, -30.49510864880834 7.893275190886686 M-30.49510864880834 7.893275190886686 C-30.59868657347943 7.637435714406158, -30.702264498150516 7.3815962379256295, -30.964196729970325 6.73461856121551 M-30.49510864880834 7.893275190886686 C-30.62043830725303 7.583708511444202, -30.745767965697716 7.274141832001718, -30.964196729970325 6.73461856121551 M-30.964196729970325 6.73461856121551 C-31.11372226935705 6.284271460242074, -31.263247808743778 5.833924359268639, -31.35808563421488 5.5482879393051325 M-30.964196729970325 6.73461856121551 C-31.10926708982288 6.297689751162541, -31.254337449675432 5.860760941109572, -31.35808563421488 5.5482879393051325 M-31.35808563421488 5.5482879393051325 C-31.474391353899065 5.1047638229315595, -31.590697073583254 4.661239706557987, -31.675156787545557 4.339158212148136 M-31.35808563421488 5.5482879393051325 C-31.42846774972759 5.279890429053346, -31.498849865240302 5.01149291880156, -31.675156787545557 4.339158212148136 M-31.675156787545557 4.339158212148136 C-31.739139434763086 4.0106208414234175, -31.80312208198061 3.682083470698699, -31.914107276581777 3.112197953150904 M-31.675156787545557 4.339158212148136 C-31.770063466808903 3.851832472664636, -31.864970146072245 3.364506733181136, -31.914107276581777 3.112197953150904 M-31.914107276581777 3.112197953150904 C-31.946913566073153 2.8577588501903963, -31.979719855564532 2.6033197472298886, -32.07395520250937 1.872449005199809 M-31.914107276581777 3.112197953150904 C-31.969385025161493 2.683474650992758, -32.024662773741206 2.2547513488346116, -32.07395520250937 1.872449005199809 M-32.07395520250937 1.872449005199809 C-32.0958802614889 1.530948514004458, -32.11780532046844 1.189448022809107, -32.15404371591342 0.6250057626472781 M-32.07395520250937 1.872449005199809 C-32.099447844376094 1.4753805308353678, -32.12494048624282 1.0783120564709265, -32.15404371591342 0.6250057626472781 M-32.15404371591342 0.6250057626472781 C-32.15404371591342 0.15745652555885553, -32.15404371591342 -0.3100927115295671, -32.15404371591342 -0.6250057626472687 M-32.15404371591342 0.6250057626472781 C-32.15404371591342 0.15094451069358866, -32.15404371591342 -0.3231167412601008, -32.15404371591342 -0.6250057626472687 M-32.15404371591342 -0.6250057626472687 C-32.126230476011244 -1.0582194245667491, -32.09841723610907 -1.4914330864862295, -32.07395520250937 -1.8724490051997822 M-32.15404371591342 -0.6250057626472687 C-32.12817438887254 -1.0279414126539295, -32.10230506183166 -1.43087706266059, -32.07395520250937 -1.8724490051997822 M-32.07395520250937 -1.8724490051997822 C-32.04044808173426 -2.132323617202081, -32.00694096095916 -2.3921982292043795, -31.914107276581777 -3.112197953150895 M-32.07395520250937 -1.8724490051997822 C-32.02769797633337 -2.2312109168983096, -31.981440750157375 -2.5899728285968373, -31.914107276581777 -3.112197953150895 M-31.914107276581777 -3.112197953150895 C-31.845660349089044 -3.463658459562832, -31.77721342159631 -3.8151189659747686, -31.67515678754556 -4.339158212148126 M-31.914107276581777 -3.112197953150895 C-31.847395419243583 -3.454749241026482, -31.780683561905388 -3.7973005289020683, -31.67515678754556 -4.339158212148126 M-31.67515678754556 -4.339158212148126 C-31.596896765376385 -4.637597594787359, -31.518636743207207 -4.9360369774265935, -31.358085634214884 -5.548287939305123 M-31.67515678754556 -4.339158212148126 C-31.557871220088266 -4.786418912749276, -31.440585652630972 -5.233679613350425, -31.358085634214884 -5.548287939305123 M-31.358085634214884 -5.548287939305123 C-31.26441150526525 -5.830419490755821, -31.170737376315614 -6.11255104220652, -30.964196729970332 -6.734618561215485 M-31.358085634214884 -5.548287939305123 C-31.266980282456675 -5.822682743134307, -31.17587493069847 -6.097077546963493, -30.964196729970332 -6.734618561215485 M-30.964196729970332 -6.734618561215485 C-30.814594685298836 -7.104138503912848, -30.664992640627343 -7.4736584466102105, -30.495108648808344 -7.893275190886676 M-30.964196729970332 -6.734618561215485 C-30.804216305149406 -7.129773303534275, -30.644235880328477 -7.524928045853065, -30.495108648808344 -7.893275190886676 M-30.495108648808344 -7.893275190886676 C-30.280123855598102 -8.339695713925423, -30.06513906238786 -8.786116236964167, -29.952748974273504 -9.019496659696282 M-30.495108648808344 -7.893275190886676 C-30.33220544188597 -8.231547185631236, -30.1693022349636 -8.569819180375795, -29.952748974273504 -9.019496659696282 M-29.952748974273504 -9.019496659696282 C-29.794717624250012 -9.300097324072423, -29.63668627422652 -9.580697988448565, -29.339346378604247 -10.108655082055243 M-29.952748974273504 -9.019496659696282 C-29.79963614599553 -9.29136399065892, -29.64652331771756 -9.563231321621561, -29.339346378604247 -10.108655082055243 M-29.339346378604247 -10.108655082055243 C-29.130958029960578 -10.428795545678687, -28.922569681316904 -10.748936009302131, -28.65742146464064 -11.156274872382308 M-29.339346378604247 -10.108655082055243 C-29.07751514928888 -10.510898161813257, -28.81568391997352 -10.913141241571271, -28.65742146464064 -11.156274872382308 M-28.65742146464064 -11.156274872382308 C-28.363520603633166 -11.550075251213075, -28.069619742625694 -11.943875630043841, -27.909776408126586 -12.158051136245302 M-28.65742146464064 -11.156274872382308 C-28.381564861712405 -11.525897589252626, -28.105708258784166 -11.895520306122943, -27.909776408126586 -12.158051136245302 M-27.909776408126586 -12.158051136245302 C-27.620266510106042 -12.498125936040108, -27.330756612085494 -12.838200735834914, -27.099483442968662 -13.10986736009567 M-27.909776408126586 -12.158051136245302 C-27.702147447124506 -12.401943928260915, -27.494518486122423 -12.645836720276527, -27.099483442968662 -13.10986736009567 M-27.099483442968662 -13.10986736009567 C-26.87866819489412 -13.33787723300166, -26.657852946819578 -13.565887105907649, -26.229872236767996 -14.007812326905677 M-27.099483442968662 -13.10986736009567 C-26.839437101489196 -13.378386557874911, -26.579390760009733 -13.646905755654153, -26.229872236767996 -14.007812326905677 M-26.229872236767996 -14.007812326905677 C-25.95985199670554 -14.253037564586345, -25.689831756643088 -14.49826280226701, -25.304516208501887 -14.848196188198107 M-26.229872236767996 -14.007812326905677 C-25.981960905030842 -14.232958839014966, -25.734049573293685 -14.458105351124255, -25.304516208501887 -14.848196188198107 M-25.304516208501887 -14.848196188198107 C-25.043457314109627 -15.056383709407, -24.782398419717364 -15.26457123061589, -24.32721784457872 -15.627565626425149 M-25.304516208501887 -14.848196188198107 C-25.044249943841297 -15.055751608288752, -24.78398367918071 -15.263307028379398, -24.32721784457872 -15.627565626425149 M-24.32721784457872 -15.627565626425149 C-24.021837521726276 -15.840585719945901, -23.716457198873833 -16.053605813466653, -23.30199307360571 -16.342718045390885 M-24.32721784457872 -15.627565626425149 C-24.07476770485514 -15.803663915505904, -23.82231756513156 -15.97976220458666, -23.30199307360571 -16.342718045390885 M-23.30199307360571 -16.342718045390885 C-23.026033022997925 -16.51000664979059, -22.75007297239014 -16.677295254190295, -22.23305476407679 -16.99071473040609 M-23.30199307360571 -16.342718045390885 C-23.062719136703077 -16.487767312070993, -22.823445199800442 -16.632816578751104, -22.23305476407679 -16.99071473040609 M-22.23305476407679 -16.99071473040609 C-21.886536700133032 -17.171492982410136, -21.540018636189277 -17.352271234414182, -21.124795412792388 -17.56889292409717 M-22.23305476407679 -16.99071473040609 C-21.79522422295862 -17.219130643263593, -21.35739368184045 -17.4475465561211, -21.124795412792388 -17.56889292409717 M-21.124795412792388 -17.56889292409717 C-20.723656450230525 -17.74646524345877, -20.322517487668662 -17.924037562820367, -19.981769095147804 -18.07487676824742 M-21.124795412792388 -17.56889292409717 C-20.723314726883796 -17.746616514247503, -20.3218340409752 -17.924340104397835, -19.981769095147804 -18.07487676824742 M-19.981769095147804 -18.07487676824742 C-19.604234183992236 -18.21381310544713, -19.226699272836672 -18.352749442646843, -18.80867275146062 -18.506587066708033 M-19.981769095147804 -18.07487676824742 C-19.51866290495084 -18.245304127146596, -19.05555671475388 -18.415731486045775, -18.80867275146062 -18.506587066708033 M-18.80867275146062 -18.506587066708033 C-18.48774664833871 -18.601836249539126, -18.1668205452168 -18.697085432370216, -17.610326886235413 -18.862249829261067 M-18.80867275146062 -18.506587066708033 C-18.38362937024735 -18.632737711153894, -17.95858598903408 -18.75888835559976, -17.610326886235413 -18.862249829261067 M-17.610326886235413 -18.862249829261067 C-17.294202121951116 -18.934403243802084, -16.978077357666816 -19.006556658343097, -16.391655759676766 -19.140403561325773 M-17.610326886235413 -18.862249829261067 C-17.241886009074847 -18.94634405517155, -16.873445131914284 -19.03043828108203, -16.391655759676766 -19.140403561325773 M-16.391655759676766 -19.140403561325773 C-16.108420922803425 -19.18619477323249, -15.825186085930083 -19.231985985139207, -15.15766715284788 -19.3399052695533 M-16.391655759676766 -19.140403561325773 C-15.938872925620599 -19.213605978552653, -15.48609009156443 -19.286808395779534, -15.15766715284788 -19.3399052695533 M-15.15766715284788 -19.3399052695533 C-14.774586543410754 -19.37686059522386, -14.391505933973628 -19.41381592089442, -13.913431789623903 -19.45993515863156 M-15.15766715284788 -19.3399052695533 C-14.845047412542385 -19.370063319920323, -14.532427672236889 -19.40022137028735, -13.913431789623903 -19.45993515863156 M-13.913431789623903 -19.45993515863156 C-13.594443404617037 -19.470164495265504, -13.27545501961017 -19.48039383189945, -12.664062500000005 -19.5 M-13.913431789623903 -19.45993515863156 C-13.604526551182213 -19.469841148380812, -13.29562131274052 -19.479747138130065, -12.664062500000005 -19.5 M-12.664062500000005 -19.5 C-12.664062500000004 -19.5, -12.664062500000002 -19.5, -12.6640625 -19.5 M-12.664062500000005 -19.5 C-12.664062500000004 -19.5, -12.664062500000002 -19.5, -12.6640625 -19.5" stroke="#86efac" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important"/></g><g class="label" style="color:#dcfce7 !important" transform="translate(-19.7890625, -12)"><rect/><foreignObject width="39.578125" height="24"><div style="color: rgb(220, 252, 231) !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:#dcfce7 !important" class="nodeLabel"><p>VALID</p></span></div></foreignObject></g></g><g class="node default recovery" id="my-svg-flowchart-DIAGNOSE-25" data-look="classic" transform="translate(2726.636215209961, 241.25)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-61.671875" y="-27" width="123.34375" height="54"/><g class="label" style="color:#ffedd5 !important" transform="translate(-31.671875, -12)"><rect/><foreignObject width="63.34375" height="24"><div style="color: rgb(255, 237, 213) !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:#ffedd5 !important" class="nodeLabel"><p>Diagnose</p></span></div></foreignObject></g></g><g class="node default recovery" id="my-svg-flowchart-CORRECT-27" data-look="classic" transform="translate(3069.698715209961, 272.25)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-56.796875" y="-27" width="113.59375" height="54"/><g class="label" style="color:#ffedd5 !important" transform="translate(-26.796875, -12)"><rect/><foreignObject width="53.59375" height="24"><div style="color: rgb(255, 237, 213) !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:#ffedd5 !important" class="nodeLabel"><p>Correct</p></span></div></foreignObject></g></g><g class="node default recovery" id="my-svg-flowchart-REVALIDATE-31" data-look="classic" transform="translate(3069.698715209961, 478.25)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-130" y="-39" width="260" height="78"/><g class="label" style="color:#ffedd5 !important" transform="translate(-100, -24)"><rect/><foreignObject width="200" height="48"><div style="color: rgb(255, 237, 213) !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:#ffedd5 !important" class="nodeLabel"><p>Revalidate contract, route, and artifacts</p></span></div></foreignObject></g></g><g class="node default boundary" id="my-svg-flowchart-DELEGATE-35" data-look="classic" transform="translate(2036.292465209961, 416.25)"><rect class="basic label-container" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important" x="-127.609375" y="-27" width="255.21875" height="54"/><g class="label" style="color:#fae8ff !important" transform="translate(-97.609375, -12)"><rect/><foreignObject width="195.21875" height="24"><div style="color: rgb(250, 232, 255) !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:#fae8ff !important" class="nodeLabel"><p>Optional delegation bundle</p></span></div></foreignObject></g></g><g class="node default boundary" id="my-svg-flowchart-BLOCKED-39" data-look="classic" transform="translate(3565.05753326416, 245.75)"><g class="basic label-container outer-path"><path d="M-83.875 -31.5 C-39.78463166242 -31.5, 4.305736675160006 -31.5, 83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 C84.50013628130209 -31.479953096212597, 85.12527256260417 -31.459906192425194, 85.89321192939245 -31.435279871635593 C86.67727891668812 -31.359641872349695, 87.4613459039838 -31.284003873063796, 87.90313059306193 -31.241385435432253 C88.63700740987974 -31.122737922988865, 89.37088422669757 -31.004090410545473, 89.89649680409322 -30.91911344521856 C90.4519993399482 -30.792323616402477, 91.0075018758032 -30.665533787586394, 91.86511939314947 -30.469788185729428 C92.5819526936631 -30.25703582487176, 93.29878599417674 -30.044283464014093, 93.80090886774406 -29.895256030836062 C94.42601739445354 -29.665210314567098, 95.05112592116302 -29.43516459829813, 95.69591065370028 -29.197877856399685 C96.40830506699588 -28.882521982063157, 97.12069948029149 -28.567166107726628, 97.54233778220308 -28.380519338926202 C98.05829389309802 -28.111345366357966, 98.57425000399299 -27.842171393789734, 99.33260288812403 -27.44653917988677 C99.9475462465497 -27.073756902200827, 100.56248960497537 -26.700974624514885, 101.05934938813228 -26.399775304092984 C101.40832901323323 -26.15634222470705, 101.75730863833417 -25.912909145321116, 102.7154817104733 -25.244529088840633 C103.23454442620067 -24.830590385887028, 103.75360714192803 -24.416651682933423, 104.29419445219533 -23.985547688627737 C104.69053297979106 -23.625603524408085, 105.0868715073868 -23.265659360188433, 105.78900034400982 -22.62800452807842 C106.33952304921173 -22.059544636202755, 106.89004575441366 -21.491084744327093, 107.19375690787243 -21.177478043231485 C107.51964768702119 -20.79466819033269, 107.84553846616996 -20.411858337433898, 108.50269169774293 -19.63992875855011 C108.87522588686365 -19.14076688369116, 109.24776007598436 -18.641605008832215, 109.7104260198041 -18.02167479384835 C109.9363814814304 -17.67454652725325, 110.1623369430567 -17.32741826065815, 110.8119970346684 -16.329365901781543 C111.06044812552169 -15.888215831570484, 111.308899216375 -15.447065761359426, 111.8028781507495 -14.56995614258631 C112.09859557075795 -13.955892592599602, 112.3943129907664 -13.341829042612895, 112.67899762499809 -12.750675308355413 C112.85681875172664 -12.311453687398306, 113.03463987845518 -11.872232066441198, 113.43675529456745 -10.878999214271206 C113.58107017399593 -10.444345790886107, 113.7253850534244 -10.009692367501009, 114.07303737065482 -8.962618978877531 C114.20323733039216 -8.466110103379545, 114.3334372901295 -7.969601227881561, 114.58522923372745 -7.009409419623907 C114.71872563365186 -6.323933620486202, 114.85222203357625 -5.6384578213484975, 114.97122617755518 -5.027396693551458 C115.0527439887856 -4.395160647160966, 115.134261800016 -3.762924600770476, 115.22944205789975 -3.024725316091981 C115.26507786911174 -2.4696687917562503, 115.30071368032371 -1.9146122674205195, 115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.257886152913551, 115.35881581032167 0.4938523876800358, 115.35881581032167 1.00962469350713 C115.33036047264325 1.4528395465837862, 115.30190513496481 1.8960543996604424, 115.22944205789975 3.02472531609196 C115.13693431427845 3.742197107898586, 115.04442657065714 4.459668899705212, 114.97122617755518 5.027396693551435 C114.8852107350523 5.469067811433568, 114.7991952925494 5.910738929315702, 114.58522923372745 7.0094094196239 C114.41957412875587 7.641124130257175, 114.25391902378429 8.27283884089045, 114.07303737065482 8.96261897887751 C113.89334544898605 9.503822416924148, 113.71365352731729 10.045025854970788, 113.43675529456746 10.878999214271184 C113.23405361874696 11.379676272518143, 113.03135194292643 11.8803533307651, 112.67899762499809 12.750675308355405 C112.35715747802838 13.418983259813993, 112.03531733105868 14.087291211272582, 111.8028781507495 14.569956142586303 C111.53089609505663 15.05288782363859, 111.25891403936377 15.535819504690878, 110.81199703466841 16.329365901781536 C110.44585553132345 16.891857573679534, 110.07971402797848 17.454349245577532, 109.71042601980412 18.021674793848334 C109.29131923039085 18.58323971024812, 108.8722124409776 19.144804626647907, 108.50269169774295 19.639928758550102 C108.06564074869706 20.153313672202902, 107.62858979965118 20.666698585855702, 107.19375690787246 21.177478043231467 C106.71504801397053 21.671784278916324, 106.2363391200686 22.16609051460118, 105.78900034400982 22.628004528078414 C105.27243916107001 23.097131726964406, 104.7558779781302 23.5662589258504, 104.29419445219536 23.985547688627715 C103.66454873180776 24.48767339506052, 103.03490301142016 24.989799101493322, 102.71548171047331 25.24452908884063 C102.09611881633388 25.676569832004738, 101.47675592219444 26.108610575168846, 101.05934938813229 26.399775304092973 C100.56542176636475 26.699197131049353, 100.0714941445972 26.998618958005736, 99.33260288812404 27.446539179886766 C98.66259915861313 27.796079696414736, 97.99259542910224 28.145620212942703, 97.54233778220309 28.3805193389262 C97.12982116406624 28.56312820890468, 96.7173045459294 28.74573707888316, 95.6959106537003 29.197877856399682 C95.19250510983923 29.38313574997039, 94.68909956597817 29.568393643541093, 93.80090886774407 29.895256030836055 C93.37024982804407 30.023073373243587, 92.93959078834406 30.15089071565112, 91.86511939314951 30.46978818572942 C91.37838340174893 30.580882499517426, 90.89164741034834 30.691976813305427, 89.89649680409323 30.919113445218557 C89.25930529702535 31.022129626587354, 88.62211378995745 31.12514580795615, 87.90313059306196 31.24138543543225 C87.47398240498369 31.282784845009953, 87.0448342169054 31.324184254587657, 85.89321192939245 31.435279871635593 C85.26619861606899 31.4553869681865, 84.63918530274553 31.475494064737408, 83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 C19.307769683352674 31.5, -45.25946063329465 31.5, -83.875 31.5 C-84.57886462735381 31.47742843139015, -85.28272925470762 31.454856862780296, -85.89321192939244 31.435279871635593 C-86.41522728399106 31.384921678192782, -86.9372426385897 31.334563484749967, -87.90313059306195 31.24138543543225 C-88.54968289103873 31.13685587398332, -89.19623518901552 31.03232631253439, -89.89649680409323 30.919113445218557 C-90.31960558666228 30.82254162664001, -90.74271436923134 30.725969808061464, -91.86511939314947 30.469788185729428 C-92.30863279193153 30.33815573702025, -92.75214619071359 30.20652328831107, -93.80090886774403 29.89525603083607 C-94.2312508370488 29.736886208094354, -94.6615928063536 29.578516385352636, -95.69591065370028 29.197877856399685 C-96.37712569292297 28.896324166061966, -97.05834073214567 28.594770475724243, -97.54233778220308 28.380519338926206 C-97.90745203937578 28.19003946482605, -98.27256629654848 27.999559590725895, -99.33260288812403 27.446539179886773 C-99.91777060462536 27.09180707131646, -100.50293832112669 26.737074962746146, -101.05934938813226 26.399775304092994 C-101.58720985164771 26.03156269545579, -102.11507031516317 25.663350086818586, -102.7154817104733 25.244529088840636 C-103.25034932584633 24.817986399005655, -103.78521694121936 24.391443709170673, -104.29419445219533 23.98554768862774 C-104.65983397360795 23.6534835495724, -105.02547349502058 23.32141941051706, -105.7890003440098 22.628004528078435 C-106.33536246520734 22.063840780777596, -106.88172458640489 21.49967703347676, -107.19375690787244 21.177478043231478 C-107.57204271337129 20.73312201102042, -107.95032851887014 20.288765978809362, -108.50269169774293 19.639928758550113 C-108.79929482364528 19.242507590941607, -109.09589794954763 18.8450864233331, -109.7104260198041 18.021674793848355 C-109.96158699022844 17.63582409711266, -110.21274796065278 17.24997340037697, -110.8119970346684 16.329365901781557 C-111.02671818745856 15.9481067521282, -111.2414393402487 15.566847602474844, -111.8028781507495 14.569956142586314 C-112.01377465859672 14.1320250315792, -112.22467116644393 13.694093920572085, -112.67899762499809 12.750675308355417 C-112.88927884530686 12.231276628681945, -113.09956006561562 11.711877949008475, -113.43675529456745 10.878999214271209 C-113.6554187876766 10.220419612322818, -113.87408228078574 9.561840010374427, -114.07303737065482 8.962618978877522 C-114.21960296791607 8.403700834588648, -114.36616856517733 7.844782690299775, -114.58522923372743 7.009409419623911 C-114.7107235652158 6.365022550667504, -114.83621789670417 5.720635681711096, -114.97122617755518 5.027396693551461 C-115.0485166108845 4.427947355371616, -115.12580704421383 3.828498017191771, -115.22944205789975 3.024725316091999 C-115.27854422344295 2.2599194532019697, -115.32764638898615 1.4951135903119406, -115.35881581032167 1.0096246935071416 C-115.35881581032167 0.22644161666469564, -115.35881581032167 -0.5567414601777503, -115.35881581032167 -1.0096246935071262 C-115.32752187137689 -1.497053052585033, -115.2962279324321 -1.9844814116629397, -115.22944205789975 -3.024725316091956 C-115.13845187476296 -3.73042720845685, -115.04746169162618 -4.436129100821745, -114.97122617755518 -5.027396693551446 C-114.88551884021282 -5.467485756552288, -114.79981150287047 -5.9075748195531315, -114.58522923372745 -7.009409419623896 C-114.41163414497464 -7.671402729625728, -114.23803905622184 -8.33339603962756, -114.07303737065482 -8.962618978877506 C-113.8572435706109 -9.612555522536928, -113.64144977056698 -10.262492066196348, -113.43675529456746 -10.878999214271168 C-113.16807994781546 -11.542632515233052, -112.89940460106347 -12.206265816194934, -112.67899762499809 -12.750675308355401 C-112.3670907432395 -13.398356622065279, -112.05518386148091 -14.046037935775155, -111.8028781507495 -14.5699561425863 C-111.52242648707596 -15.06792647024909, -111.24197482340242 -15.565896797911881, -110.8119970346684 -16.329365901781546 C-110.46670352214451 -16.859829461308973, -110.12141000962063 -17.3902930208364, -109.71042601980412 -18.021674793848344 C-109.4684673200824 -18.345877408584432, -109.22650862036069 -18.67008002332052, -108.50269169774295 -19.639928758550102 C-108.02529989926649 -20.200700329403425, -107.54790810079001 -20.76147190025675, -107.19375690787246 -21.177478043231467 C-106.64531481585584 -21.743789531171785, -106.09687272383921 -22.310101019112103, -105.78900034400984 -22.628004528078403 C-105.32590127226617 -23.048578852106008, -104.8628022005225 -23.469153176133613, -104.29419445219536 -23.98554768862771 C-103.88258484926332 -24.31379539357446, -103.47097524633129 -24.64204309852121, -102.71548171047331 -25.244529088840626 C-102.33476979905652 -25.51009723749196, -101.95405788763972 -25.775665386143295, -101.0593493881323 -26.39977530409297 C-100.44137528967944 -26.774394834193995, -99.8234011912266 -27.14901436429502, -99.33260288812404 -27.446539179886763 C-98.93582545724175 -27.653537711429983, -98.53904802635945 -27.860536242973204, -97.54233778220309 -28.3805193389262 C-97.01924348998284 -28.612077665051245, -96.49614919776259 -28.843635991176292, -95.6959106537003 -29.19787785639968 C-95.25693742213927 -29.359424063438205, -94.81796419057825 -29.520970270476734, -93.80090886774407 -29.895256030836055 C-93.20314922186142 -30.072667956029616, -92.60538957597878 -30.250079881223176, -91.86511939314951 -30.469788185729417 C-91.09578011175486 -30.645384856299756, -90.3264408303602 -30.820981526870092, -89.89649680409325 -30.919113445218553 C-89.31400639836453 -31.01328597673621, -88.7315159926358 -31.10745850825387, -87.90313059306196 -31.24138543543225 C-87.40344462978618 -31.28958953934917, -86.9037586665104 -31.33779364326609, -85.89321192939246 -31.435279871635593 C-85.3017238700364 -31.454247742437477, -84.71023581068033 -31.47321561323936, -83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5" stroke="none" stroke-width="0" fill="#3f1d3f" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important"/><path d="M-83.875 -31.5 C-50.324245865247214 -31.5, -16.773491730494428 -31.5, 83.875 -31.5 M-83.875 -31.5 C-46.74322014229838 -31.5, -9.611440284596753 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C83.875 -31.5, 83.875 -31.5, 83.875 -31.5 M83.875 -31.5 C84.31027276490694 -31.486041649636473, 84.7455455298139 -31.47208329927295, 85.89321192939245 -31.435279871635593 M83.875 -31.5 C84.63367125935359 -31.475670889376552, 85.3923425187072 -31.451341778753104, 85.89321192939245 -31.435279871635593 M85.89321192939245 -31.435279871635593 C86.46967532990071 -31.379669140687234, 87.04613873040897 -31.324058409738875, 87.90313059306193 -31.241385435432253 M85.89321192939245 -31.435279871635593 C86.6243525406366 -31.364747616194105, 87.35549315188074 -31.294215360752617, 87.90313059306193 -31.241385435432253 M87.90313059306193 -31.241385435432253 C88.34164023264299 -31.17049059759783, 88.78014987222406 -31.09959575976341, 89.89649680409322 -30.91911344521856 M87.90313059306193 -31.241385435432253 C88.55168396636986 -31.136532355642355, 89.20023733967778 -31.031679275852458, 89.89649680409322 -30.91911344521856 M89.89649680409322 -30.91911344521856 C90.55681608654302 -30.768399877985406, 91.21713536899281 -30.617686310752255, 91.86511939314947 -30.469788185729428 M89.89649680409322 -30.91911344521856 C90.37534565763072 -30.80981931917942, 90.85419451116822 -30.700525193140283, 91.86511939314947 -30.469788185729428 M91.86511939314947 -30.469788185729428 C92.28881171118599 -30.34403852974255, 92.7125040292225 -30.218288873755675, 93.80090886774406 -29.895256030836062 M91.86511939314947 -30.469788185729428 C92.45507973784649 -30.294691052188398, 93.04504008254351 -30.119593918647364, 93.80090886774406 -29.895256030836062 M93.80090886774406 -29.895256030836062 C94.47551368786885 -29.646995221051537, 95.15011850799365 -29.398734411267014, 95.69591065370028 -29.197877856399685 M93.80090886774406 -29.895256030836062 C94.40291848754997 -29.673710925831564, 95.00492810735587 -29.45216582082707, 95.69591065370028 -29.197877856399685 M95.69591065370028 -29.197877856399685 C96.18836856364236 -28.979881347913196, 96.68082647358443 -28.761884839426706, 97.54233778220308 -28.380519338926202 M95.69591065370028 -29.197877856399685 C96.11280562918955 -29.013330817500645, 96.52970060467881 -28.828783778601604, 97.54233778220308 -28.380519338926202 M97.54233778220308 -28.380519338926202 C98.15032472597265 -28.06333293979584, 98.75831166974223 -27.746146540665475, 99.33260288812403 -27.44653917988677 M97.54233778220308 -28.380519338926202 C98.12331459466142 -28.077424108000095, 98.70429140711977 -27.774328877073984, 99.33260288812403 -27.44653917988677 M99.33260288812403 -27.44653917988677 C99.96510728040602 -27.063111300277043, 100.59761167268799 -26.679683420667313, 101.05934938813228 -26.399775304092984 M99.33260288812403 -27.44653917988677 C99.98293665054065 -27.05230303132441, 100.63327041295729 -26.65806688276205, 101.05934938813228 -26.399775304092984 M101.05934938813228 -26.399775304092984 C101.68171567238053 -25.965639526003617, 102.30408195662879 -25.53150374791425, 102.7154817104733 -25.244529088840633 M101.05934938813228 -26.399775304092984 C101.43651886638492 -26.136678203467504, 101.81368834463755 -25.873581102842024, 102.7154817104733 -25.244529088840633 M102.7154817104733 -25.244529088840633 C103.29784932870396 -24.78010641075485, 103.88021694693462 -24.315683732669072, 104.29419445219533 -23.985547688627737 M102.7154817104733 -25.244529088840633 C103.22391001534041 -24.839071045554526, 103.73233832020752 -24.43361300226842, 104.29419445219533 -23.985547688627737 M104.29419445219533 -23.985547688627737 C104.82114185609439 -23.50698799867091, 105.34808925999344 -23.02842830871408, 105.78900034400982 -22.62800452807842 M104.29419445219533 -23.985547688627737 C104.76939042840415 -23.55398727603144, 105.24458640461297 -23.12242686343514, 105.78900034400982 -22.62800452807842 M105.78900034400982 -22.62800452807842 C106.17412706261193 -22.2303295716301, 106.55925378121404 -21.83265461518178, 107.19375690787243 -21.177478043231485 M105.78900034400982 -22.62800452807842 C106.074733109714 -22.332961988392512, 106.36046587541817 -22.037919448706603, 107.19375690787243 -21.177478043231485 M107.19375690787243 -21.177478043231485 C107.52908029658195 -20.783588110411927, 107.86440368529149 -20.389698177592372, 108.50269169774293 -19.63992875855011 M107.19375690787243 -21.177478043231485 C107.60228219175738 -20.69760099903304, 108.01080747564234 -20.217723954834593, 108.50269169774293 -19.63992875855011 M108.50269169774293 -19.63992875855011 C108.90152504114384 -19.105528412857954, 109.30035838454474 -18.571128067165798, 109.7104260198041 -18.02167479384835 M108.50269169774293 -19.63992875855011 C108.79082473922828 -19.253856732419827, 109.07895778071362 -18.867784706289545, 109.7104260198041 -18.02167479384835 M109.7104260198041 -18.02167479384835 C110.00963267478143 -17.562013023566504, 110.30883932975875 -17.10235125328466, 110.8119970346684 -16.329365901781543 M109.7104260198041 -18.02167479384835 C109.9902680172825 -17.59176233762349, 110.27011001476089 -17.161849881398624, 110.8119970346684 -16.329365901781543 M110.8119970346684 -16.329365901781543 C111.1426205367213 -15.742310394626681, 111.47324403877418 -15.15525488747182, 111.8028781507495 -14.56995614258631 M110.8119970346684 -16.329365901781543 C111.03199124961745 -15.938743896309612, 111.25198546456652 -15.548121890837683, 111.8028781507495 -14.56995614258631 M111.8028781507495 -14.56995614258631 C112.05003899719746 -14.056721356542203, 112.29719984364542 -13.543486570498096, 112.67899762499809 -12.750675308355413 M111.8028781507495 -14.56995614258631 C111.99031421425656 -14.18074114622462, 112.17775027776361 -13.79152614986293, 112.67899762499809 -12.750675308355413 M112.67899762499809 -12.750675308355413 C112.92864438562928 -12.134042983004582, 113.17829114626049 -11.517410657653748, 113.43675529456745 -10.878999214271206 M112.67899762499809 -12.750675308355413 C112.84931199910588 -12.329995511504753, 113.01962637321367 -11.909315714654094, 113.43675529456745 -10.878999214271206 M113.43675529456745 -10.878999214271206 C113.67177605540442 -10.17115412810329, 113.9067968162414 -9.463309041935371, 114.07303737065482 -8.962618978877531 M113.43675529456745 -10.878999214271206 C113.6840187726758 -10.134281014294013, 113.93128225078415 -9.38956281431682, 114.07303737065482 -8.962618978877531 M114.07303737065482 -8.962618978877531 C114.23234473648475 -8.355110948718885, 114.39165210231468 -7.747602918560236, 114.58522923372745 -7.009409419623907 M114.07303737065482 -8.962618978877531 C114.22381788755135 -8.387627519261674, 114.37459840444787 -7.8126360596458175, 114.58522923372745 -7.009409419623907 M114.58522923372745 -7.009409419623907 C114.7062549862624 -6.387967759158785, 114.82728073879736 -5.766526098693664, 114.97122617755518 -5.027396693551458 M114.58522923372745 -7.009409419623907 C114.66297155243934 -6.6102190438831885, 114.74071387115124 -6.21102866814247, 114.97122617755518 -5.027396693551458 M114.97122617755518 -5.027396693551458 C115.0539235255037 -4.386012393301132, 115.13662087345223 -3.7446280930508076, 115.22944205789975 -3.024725316091981 M114.97122617755518 -5.027396693551458 C115.062900541624 -4.3163884289844, 115.15457490569284 -3.605380164417342, 115.22944205789975 -3.024725316091981 M115.22944205789975 -3.024725316091981 C115.26737735884035 -2.433852383118246, 115.30531265978097 -1.8429794501445105, 115.35881581032167 -1.0096246935071378 M115.22944205789975 -3.024725316091981 C115.2556098766184 -2.617140417265912, 115.28177769533704 -2.2095555184398434, 115.35881581032167 -1.0096246935071378 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.30800938675601186, 115.35881581032167 0.3936059199951141, 115.35881581032167 1.00962469350713 M115.35881581032167 -1.0096246935071378 C115.35881581032167 -0.3888869709291114, 115.35881581032167 0.231850751648915, 115.35881581032167 1.00962469350713 M115.35881581032167 1.00962469350713 C115.30895030474103 1.7863201936373043, 115.25908479916038 2.5630156937674786, 115.22944205789975 3.02472531609196 M115.35881581032167 1.00962469350713 C115.31124868944372 1.750520996670129, 115.26368156856577 2.4914172998331274, 115.22944205789975 3.02472531609196 M115.22944205789975 3.02472531609196 C115.16969789924401 3.488089212807269, 115.10995374058828 3.9514531095225784, 114.97122617755518 5.027396693551435 M115.22944205789975 3.02472531609196 C115.14454222044237 3.6831916900421233, 115.059642382985 4.341658063992287, 114.97122617755518 5.027396693551435 M114.97122617755518 5.027396693551435 C114.86868621957827 5.553917705935076, 114.76614626160136 6.080438718318717, 114.58522923372745 7.0094094196239 M114.97122617755518 5.027396693551435 C114.89376476998403 5.4251446499550315, 114.81630336241287 5.822892606358629, 114.58522923372745 7.0094094196239 M114.58522923372745 7.0094094196239 C114.40126249641216 7.71095432069542, 114.21729575909686 8.41249922176694, 114.07303737065482 8.96261897887751 M114.58522923372745 7.0094094196239 C114.39417419427409 7.73798508883746, 114.20311915482073 8.46656075805102, 114.07303737065482 8.96261897887751 M114.07303737065482 8.96261897887751 C113.87721508979637 9.552404488779759, 113.68139280893791 10.142189998682008, 113.43675529456746 10.878999214271184 M114.07303737065482 8.96261897887751 C113.92612007149711 9.405110475847797, 113.7792027723394 9.847601972818083, 113.43675529456746 10.878999214271184 M113.43675529456746 10.878999214271184 C113.1590438221516 11.56495192032439, 112.88133234973576 12.250904626377597, 112.67899762499809 12.750675308355405 M113.43675529456746 10.878999214271184 C113.23180657897711 11.385226504193199, 113.02685786338677 11.891453794115213, 112.67899762499809 12.750675308355405 M112.67899762499809 12.750675308355405 C112.43008510003516 13.267547492315781, 112.18117257507222 13.784419676276157, 111.8028781507495 14.569956142586303 M112.67899762499809 12.750675308355405 C112.403448111709 13.322859768515304, 112.1278985984199 13.895044228675204, 111.8028781507495 14.569956142586303 M111.8028781507495 14.569956142586303 C111.56766514267518 14.98760065632205, 111.33245213460087 15.405245170057796, 110.81199703466841 16.329365901781536 M111.8028781507495 14.569956142586303 C111.57684793689822 14.971295675320322, 111.35081772304692 15.37263520805434, 110.81199703466841 16.329365901781536 M110.81199703466841 16.329365901781536 C110.51956361149 16.778622169152843, 110.22713018831159 17.227878436524147, 109.71042601980412 18.021674793848334 M110.81199703466841 16.329365901781536 C110.44379340340716 16.895025555917822, 110.07558977214592 17.46068521005411, 109.71042601980412 18.021674793848334 M109.71042601980412 18.021674793848334 C109.46364964575375 18.352332653285654, 109.21687327170339 18.682990512722974, 108.50269169774295 19.639928758550102 M109.71042601980412 18.021674793848334 C109.31252103844831 18.554831218975586, 108.9146160570925 19.08798764410284, 108.50269169774295 19.639928758550102 M108.50269169774295 19.639928758550102 C108.08244718465609 20.133571876212127, 107.66220267156925 20.62721499387415, 107.19375690787246 21.177478043231467 M108.50269169774295 19.639928758550102 C108.11076135091942 20.100312445397527, 107.71883100409589 20.56069613224495, 107.19375690787246 21.177478043231467 M107.19375690787246 21.177478043231467 C106.8449826474544 21.53761610201242, 106.49620838703635 21.89775416079338, 105.78900034400982 22.628004528078414 M107.19375690787246 21.177478043231467 C106.86418501484293 21.51778808114009, 106.5346131218134 21.85809811904871, 105.78900034400982 22.628004528078414 M105.78900034400982 22.628004528078414 C105.46234598453607 22.924663374551727, 105.13569162506234 23.221322221025044, 104.29419445219536 23.985547688627715 M105.78900034400982 22.628004528078414 C105.42143227624292 22.96182012190617, 105.05386420847601 23.295635715733933, 104.29419445219536 23.985547688627715 M104.29419445219536 23.985547688627715 C103.66491880753465 24.48737826951646, 103.03564316287392 24.9892088504052, 102.71548171047331 25.24452908884063 M104.29419445219536 23.985547688627715 C103.85184228689454 24.338311768969625, 103.40949012159373 24.69107584931153, 102.71548171047331 25.24452908884063 M102.71548171047331 25.24452908884063 C102.17895793654135 25.618784847795723, 101.64243416260939 25.993040606750817, 101.05934938813229 26.399775304092973 M102.71548171047331 25.24452908884063 C102.15887272873024 25.632795419290115, 101.60226374698719 26.0210617497396, 101.05934938813229 26.399775304092973 M101.05934938813229 26.399775304092973 C100.65685121430505 26.643772062408864, 100.25435304047781 26.887768820724755, 99.33260288812404 27.446539179886766 M101.05934938813229 26.399775304092973 C100.4041667591869 26.79695086404018, 99.74898413024148 27.194126423987385, 99.33260288812404 27.446539179886766 M99.33260288812404 27.446539179886766 C98.7921367957269 27.7284999941053, 98.25167070332976 28.010460808323835, 97.54233778220309 28.3805193389262 M99.33260288812404 27.446539179886766 C98.68990724332618 27.781833086111607, 98.0472115985283 28.11712699233645, 97.54233778220309 28.3805193389262 M97.54233778220309 28.3805193389262 C96.84436350178144 28.68949184819747, 96.14638922135981 28.998464357468738, 95.6959106537003 29.197877856399682 M97.54233778220309 28.3805193389262 C96.94763417448978 28.64377698480515, 96.35293056677648 28.907034630684105, 95.6959106537003 29.197877856399682 M95.6959106537003 29.197877856399682 C95.28795580856026 29.348009010504466, 94.8800009634202 29.498140164609254, 93.80090886774407 29.895256030836055 M95.6959106537003 29.197877856399682 C95.25975020719422 29.35838893253689, 94.82358976068812 29.518900008674102, 93.80090886774407 29.895256030836055 M93.80090886774407 29.895256030836055 C93.39819766674009 30.014778601419806, 92.99548646573611 30.13430117200356, 91.86511939314951 30.46978818572942 M93.80090886774407 29.895256030836055 C93.26956218602022 30.052956936876047, 92.73821550429636 30.21065784291604, 91.86511939314951 30.46978818572942 M91.86511939314951 30.46978818572942 C91.42114282269726 30.571122940717263, 90.97716625224501 30.67245769570511, 89.89649680409323 30.919113445218557 M91.86511939314951 30.46978818572942 C91.29085106942122 30.60086118316937, 90.71658274569293 30.731934180609322, 89.89649680409323 30.919113445218557 M89.89649680409323 30.919113445218557 C89.2062342059724 31.03070974901634, 88.51597160785154 31.14230605281412, 87.90313059306196 31.24138543543225 M89.89649680409323 30.919113445218557 C89.33928243651151 31.00919954290721, 88.78206806892979 31.099285640595863, 87.90313059306196 31.24138543543225 M87.90313059306196 31.24138543543225 C87.3152859904554 31.298094097259135, 86.72744138784881 31.35480275908602, 85.89321192939245 31.435279871635593 M87.90313059306196 31.24138543543225 C87.47639915220766 31.28255170431182, 87.04966771135335 31.32371797319139, 85.89321192939245 31.435279871635593 M85.89321192939245 31.435279871635593 C85.157963473416 31.45885785854446, 84.42271501743954 31.48243584545332, 83.875 31.5 M85.89321192939245 31.435279871635593 C85.17334151884485 31.458364714559103, 84.45347110829726 31.481449557482613, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C83.875 31.5, 83.875 31.5, 83.875 31.5 M83.875 31.5 C36.55093133857008 31.5, -10.773137322859839 31.5, -83.875 31.5 M83.875 31.5 C49.99539652543608 31.5, 16.115793050872156 31.5, -83.875 31.5 M-83.875 31.5 C-84.33515262369849 31.485243800990737, -84.79530524739697 31.47048760198147, -85.89321192939244 31.435279871635593 M-83.875 31.5 C-84.5575618849614 31.4781115688754, -85.2401237699228 31.4562231377508, -85.89321192939244 31.435279871635593 M-85.89321192939244 31.435279871635593 C-86.43211932051628 31.383292123744837, -86.97102671164014 31.331304375854085, -87.90313059306195 31.24138543543225 M-85.89321192939244 31.435279871635593 C-86.47196851827077 31.379447919563134, -87.05072510714912 31.323615967490678, -87.90313059306195 31.24138543543225 M-87.90313059306195 31.24138543543225 C-88.51798114514469 31.14198116640876, -89.13283169722743 31.042576897385263, -89.89649680409323 30.919113445218557 M-87.90313059306195 31.24138543543225 C-88.3290207518772 31.17253081738251, -88.75491091069244 31.10367619933277, -89.89649680409323 30.919113445218557 M-89.89649680409323 30.919113445218557 C-90.56428674118162 30.76669474981472, -91.23207667827 30.61427605441089, -91.86511939314947 30.469788185729428 M-89.89649680409323 30.919113445218557 C-90.61265993803434 30.755653883297697, -91.32882307197546 30.59219432137684, -91.86511939314947 30.469788185729428 M-91.86511939314947 30.469788185729428 C-92.38647643271773 30.315052153044515, -92.90783347228599 30.160316120359603, -93.80090886774403 29.89525603083607 M-91.86511939314947 30.469788185729428 C-92.42358144942924 30.30403957885275, -92.982043505709 30.138290971976065, -93.80090886774403 29.89525603083607 M-93.80090886774403 29.89525603083607 C-94.29492994998273 29.7134517058914, -94.78895103222145 29.531647380946733, -95.69591065370028 29.197877856399685 M-93.80090886774403 29.89525603083607 C-94.47399252468804 29.64755502316355, -95.14707618163206 29.399854015491037, -95.69591065370028 29.197877856399685 M-95.69591065370028 29.197877856399685 C-96.365530844636 28.901456861449656, -97.03515103557172 28.605035866499627, -97.54233778220308 28.380519338926206 M-95.69591065370028 29.197877856399685 C-96.36839574443596 28.900188655292446, -97.04088083517163 28.602499454185207, -97.54233778220308 28.380519338926206 M-97.54233778220308 28.380519338926206 C-97.98329665197738 28.15047137901259, -98.42425552175168 27.92042341909897, -99.33260288812403 27.446539179886773 M-97.54233778220308 28.380519338926206 C-98.01572096700656 28.133555634630632, -98.48910415181004 27.886591930335054, -99.33260288812403 27.446539179886773 M-99.33260288812403 27.446539179886773 C-99.74513671403221 27.196458750303375, -100.1576705399404 26.94637832071998, -101.05934938813226 26.399775304092994 M-99.33260288812403 27.446539179886773 C-99.96951766046456 27.06043770196728, -100.6064324328051 26.67433622404779, -101.05934938813226 26.399775304092994 M-101.05934938813226 26.399775304092994 C-101.48702327996715 26.101448510853363, -101.91469717180205 25.80312171761373, -102.7154817104733 25.244529088840636 M-101.05934938813226 26.399775304092994 C-101.50703063269415 26.087492247695344, -101.95471187725606 25.775209191297698, -102.7154817104733 25.244529088840636 M-102.7154817104733 25.244529088840636 C-103.10539117334649 24.93358666812584, -103.49530063621967 24.622644247411046, -104.29419445219533 23.98554768862774 M-102.7154817104733 25.244529088840636 C-103.12127153537418 24.92092250200293, -103.52706136027507 24.59731591516523, -104.29419445219533 23.98554768862774 M-104.29419445219533 23.98554768862774 C-104.75324766563547 23.56864770606386, -105.21230087907561 23.15174772349998, -105.7890003440098 22.628004528078435 M-104.29419445219533 23.98554768862774 C-104.63542011950048 23.675655565917623, -104.97664578680563 23.365763443207502, -105.7890003440098 22.628004528078435 M-105.7890003440098 22.628004528078435 C-106.25848365123898 22.143224468067952, -106.72796695846814 21.65844440805747, -107.19375690787244 21.177478043231478 M-105.7890003440098 22.628004528078435 C-106.22439528434755 22.17842350559031, -106.65979022468531 21.728842483102188, -107.19375690787244 21.177478043231478 M-107.19375690787244 21.177478043231478 C-107.65444157464955 20.63633161993494, -108.11512624142667 20.0951851966384, -108.50269169774293 19.639928758550113 M-107.19375690787244 21.177478043231478 C-107.67838932550782 20.608201229111184, -108.16302174314322 20.038924414990888, -108.50269169774293 19.639928758550113 M-108.50269169774293 19.639928758550113 C-108.92102142806966 19.07940503053474, -109.33935115839638 18.51888130251937, -109.7104260198041 18.021674793848355 M-108.50269169774293 19.639928758550113 C-108.78687946818046 19.259143036202328, -109.07106723861799 18.87835731385454, -109.7104260198041 18.021674793848355 M-109.7104260198041 18.021674793848355 C-109.93106699477804 17.68271100589077, -110.15170796975198 17.343747217933185, -110.8119970346684 16.329365901781557 M-109.7104260198041 18.021674793848355 C-109.93598761100962 17.67515161798859, -110.16154920221514 17.328628442128824, -110.8119970346684 16.329365901781557 M-110.8119970346684 16.329365901781557 C-111.13669978082348 15.752823296264802, -111.46140252697857 15.176280690748046, -111.8028781507495 14.569956142586314 M-110.8119970346684 16.329365901781557 C-111.076988116202 15.85884740326193, -111.34197919773561 15.3883289047423, -111.8028781507495 14.569956142586314 M-111.8028781507495 14.569956142586314 C-111.98516339949569 14.191436923285364, -112.16744864824186 13.812917703984414, -112.67899762499809 12.750675308355417 M-111.8028781507495 14.569956142586314 C-111.99290799739866 14.175355100031984, -112.18293784404781 13.780754057477656, -112.67899762499809 12.750675308355417 M-112.67899762499809 12.750675308355417 C-112.84631581100523 12.337396154040718, -113.01363399701238 11.924116999726017, -113.43675529456745 10.878999214271209 M-112.67899762499809 12.750675308355417 C-112.88145322710105 12.250606056948328, -113.083908829204 11.75053680554124, -113.43675529456745 10.878999214271209 M-113.43675529456745 10.878999214271209 C-113.67829655049985 10.151515435775659, -113.91983780643226 9.42403165728011, -114.07303737065482 8.962618978877522 M-113.43675529456745 10.878999214271209 C-113.67109972202158 10.173191136493335, -113.9054441494757 9.467383058715463, -114.07303737065482 8.962618978877522 M-114.07303737065482 8.962618978877522 C-114.26091584091388 8.246156944735597, -114.44879431117295 7.529694910593671, -114.58522923372743 7.009409419623911 M-114.07303737065482 8.962618978877522 C-114.18673155725227 8.529053770009252, -114.30042574384971 8.09548856114098, -114.58522923372743 7.009409419623911 M-114.58522923372743 7.009409419623911 C-114.6885858176942 6.478695205376289, -114.79194240166099 5.947980991128668, -114.97122617755518 5.027396693551461 M-114.58522923372743 7.009409419623911 C-114.73854002330668 6.222190917381335, -114.89185081288593 5.434972415138759, -114.97122617755518 5.027396693551461 M-114.97122617755518 5.027396693551461 C-115.0242209528874 4.616379681076794, -115.07721572821963 4.2053626686021275, -115.22944205789975 3.024725316091999 M-114.97122617755518 5.027396693551461 C-115.06052100218395 4.334843666988301, -115.14981582681273 3.6422906404251423, -115.22944205789975 3.024725316091999 M-115.22944205789975 3.024725316091999 C-115.26485946086669 2.47307067646874, -115.30027686383363 1.921416036845481, -115.35881581032167 1.0096246935071416 M-115.22944205789975 3.024725316091999 C-115.27062247937677 2.3833070113494403, -115.31180290085379 1.7418887066068816, -115.35881581032167 1.0096246935071416 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.25435284897968957, -115.35881581032167 -0.5009189955477624, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 1.0096246935071416 C-115.35881581032167 0.2438334403511816, -115.35881581032167 -0.5219578128047784, -115.35881581032167 -1.0096246935071262 M-115.35881581032167 -1.0096246935071262 C-115.31388673047971 -1.7094313781462867, -115.26895765063773 -2.4092380627854473, -115.22944205789975 -3.024725316091956 M-115.35881581032167 -1.0096246935071262 C-115.31702689740948 -1.660520743517886, -115.2752379844973 -2.3114167935286454, -115.22944205789975 -3.024725316091956 M-115.22944205789975 -3.024725316091956 C-115.17531517049382 -3.4445227662495155, -115.12118828308787 -3.8643202164070747, -114.97122617755518 -5.027396693551446 M-115.22944205789975 -3.024725316091956 C-115.15471884638468 -3.6042637888357314, -115.0799956348696 -4.1838022615795065, -114.97122617755518 -5.027396693551446 M-114.97122617755518 -5.027396693551446 C-114.86065806391308 -5.595140588524575, -114.75008995027096 -6.162884483497703, -114.58522923372745 -7.009409419623896 M-114.97122617755518 -5.027396693551446 C-114.86346086954732 -5.580748773965856, -114.75569556153948 -6.134100854380264, -114.58522923372745 -7.009409419623896 M-114.58522923372745 -7.009409419623896 C-114.4588091979157 -7.491503806964197, -114.33238916210395 -7.973598194304497, -114.07303737065482 -8.962618978877506 M-114.58522923372745 -7.009409419623896 C-114.39576793245028 -7.731907474441138, -114.2063066311731 -8.454405529258379, -114.07303737065482 -8.962618978877506 M-114.07303737065482 -8.962618978877506 C-113.92171762389002 -9.418369946605559, -113.77039787712523 -9.87412091433361, -113.43675529456746 -10.878999214271168 M-114.07303737065482 -8.962618978877506 C-113.9258671870454 -9.40587212352465, -113.778697003436 -9.849125268171797, -113.43675529456746 -10.878999214271168 M-113.43675529456746 -10.878999214271168 C-113.19509045317504 -11.475916044782293, -112.95342561178262 -12.072832875293418, -112.67899762499809 -12.750675308355401 M-113.43675529456746 -10.878999214271168 C-113.17832537754904 -11.517326105709214, -112.91989546053061 -12.15565299714726, -112.67899762499809 -12.750675308355401 M-112.67899762499809 -12.750675308355401 C-112.33171449750462 -13.471816153264143, -111.98443137001117 -14.192956998172885, -111.8028781507495 -14.5699561425863 M-112.67899762499809 -12.750675308355401 C-112.41584629073887 -13.297114684481228, -112.15269495647965 -13.843554060607053, -111.8028781507495 -14.5699561425863 M-111.8028781507495 -14.5699561425863 C-111.5475967391731 -15.02323413888622, -111.29231532759668 -15.476512135186143, -110.8119970346684 -16.329365901781546 M-111.8028781507495 -14.5699561425863 C-111.55554204353125 -15.009126446449025, -111.30820593631297 -15.448296750311751, -110.8119970346684 -16.329365901781546 M-110.8119970346684 -16.329365901781546 C-110.47536970224401 -16.846515881480954, -110.13874236981962 -17.363665861180365, -109.71042601980412 -18.021674793848344 M-110.8119970346684 -16.329365901781546 C-110.38903889500511 -16.97914318446757, -109.96608075534184 -17.62892046715359, -109.71042601980412 -18.021674793848344 M-109.71042601980412 -18.021674793848344 C-109.23566309048435 -18.657813867344196, -108.76090016116459 -19.29395294084005, -108.50269169774295 -19.639928758550102 M-109.71042601980412 -18.021674793848344 C-109.26481150738158 -18.618757644177318, -108.81919699495904 -19.215840494506292, -108.50269169774295 -19.639928758550102 M-108.50269169774295 -19.639928758550102 C-108.03502186247898 -20.189280358218635, -107.56735202721504 -20.738631957887165, -107.19375690787246 -21.177478043231467 M-108.50269169774295 -19.639928758550102 C-108.1672910684319 -20.033909422575324, -107.83189043912084 -20.42789008660054, -107.19375690787246 -21.177478043231467 M-107.19375690787246 -21.177478043231467 C-106.8370553532905 -21.545801684079603, -106.48035379870855 -21.914125324927742, -105.78900034400984 -22.628004528078403 M-107.19375690787246 -21.177478043231467 C-106.77368204855948 -21.611239824259474, -106.35360718924649 -22.045001605287478, -105.78900034400984 -22.628004528078403 M-105.78900034400984 -22.628004528078403 C-105.35281380237049 -23.024137604331788, -104.91662726073113 -23.420270680585173, -104.29419445219536 -23.98554768862771 M-105.78900034400984 -22.628004528078403 C-105.38852819274213 -22.991702739947254, -104.98805604147441 -23.355400951816105, -104.29419445219536 -23.98554768862771 M-104.29419445219536 -23.98554768862771 C-103.87248393048478 -24.321850607503613, -103.4507734087742 -24.658153526379515, -102.71548171047331 -25.244529088840626 M-104.29419445219536 -23.98554768862771 C-103.87376433235902 -24.32082952108183, -103.45333421252269 -24.656111353535948, -102.71548171047331 -25.244529088840626 M-102.71548171047331 -25.244529088840626 C-102.22217503509629 -25.58863847068184, -101.72886835971927 -25.932747852523057, -101.0593493881323 -26.39977530409297 M-102.71548171047331 -25.244529088840626 C-102.30767763861215 -25.52899555581723, -101.89987356675098 -25.813462022793836, -101.0593493881323 -26.39977530409297 M-101.0593493881323 -26.39977530409297 C-100.61356776791973 -26.670010741969417, -100.16778614770715 -26.940246179845865, -99.33260288812404 -27.446539179886763 M-101.0593493881323 -26.39977530409297 C-100.67282995159728 -26.63408565796084, -100.28631051506225 -26.868396011828704, -99.33260288812404 -27.446539179886763 M-99.33260288812404 -27.446539179886763 C-98.77284293867643 -27.73856558697022, -98.21308298922884 -28.030591994053676, -97.54233778220309 -28.3805193389262 M-99.33260288812404 -27.446539179886763 C-98.62533816785623 -27.815518731425808, -97.91807344758841 -28.184498282964853, -97.54233778220309 -28.3805193389262 M-97.54233778220309 -28.3805193389262 C-96.89434407344932 -28.667366931741086, -96.24635036469553 -28.954214524555972, -95.6959106537003 -29.19787785639968 M-97.54233778220309 -28.3805193389262 C-96.89379205881228 -28.667611292245965, -96.24524633542148 -28.95470324556573, -95.6959106537003 -29.19787785639968 M-95.6959106537003 -29.19787785639968 C-95.086046566449 -29.42231347802998, -94.47618247919769 -29.646749099660283, -93.80090886774407 -29.895256030836055 M-95.6959106537003 -29.19787785639968 C-94.94781603876675 -29.47318359000604, -94.19972142383318 -29.748489323612407, -93.80090886774407 -29.895256030836055 M-93.80090886774407 -29.895256030836055 C-93.2824897780856 -30.049120095409357, -92.76407068842714 -30.20298415998266, -91.86511939314951 -30.469788185729417 M-93.80090886774407 -29.895256030836055 C-93.1143003288611 -30.099037841094756, -92.42769178997813 -30.302819651353456, -91.86511939314951 -30.469788185729417 M-91.86511939314951 -30.469788185729417 C-91.35445631238257 -30.58634370152644, -90.84379323161563 -30.702899217323466, -89.89649680409325 -30.919113445218553 M-91.86511939314951 -30.469788185729417 C-91.26994566850553 -30.605632704507887, -90.67477194386154 -30.741477223286356, -89.89649680409325 -30.919113445218553 M-89.89649680409325 -30.919113445218553 C-89.43896360606708 -30.99308386445248, -88.98143040804091 -31.06705428368641, -87.90313059306196 -31.24138543543225 M-89.89649680409325 -30.919113445218553 C-89.16507837984867 -31.037363503815822, -88.43365995560409 -31.155613562413095, -87.90313059306196 -31.24138543543225 M-87.90313059306196 -31.24138543543225 C-87.28430807012506 -31.301082499977003, -86.66548554718817 -31.360779564521753, -85.89321192939246 -31.435279871635593 M-87.90313059306196 -31.24138543543225 C-87.39812947410692 -31.29010228602514, -86.8931283551519 -31.338819136618024, -85.89321192939246 -31.435279871635593 M-85.89321192939246 -31.435279871635593 C-85.37792299976599 -31.451804184659657, -84.8626340701395 -31.468328497683725, -83.87500000000001 -31.5 M-85.89321192939246 -31.435279871635593 C-85.39421115960204 -31.451281855076697, -84.89521038981161 -31.467283838517798, -83.87500000000001 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5 M-83.87500000000001 -31.5 C-83.87500000000001 -31.5, -83.875 -31.5, -83.875 -31.5" stroke="#f0abfc" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important"/></g><g class="label" style="color:#fae8ff !important" transform="translate(-100, -24)"><rect/><foreignObject width="200" height="48"><div style="color: rgb(250, 232, 255) !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:#fae8ff !important" class="nodeLabel"><p>Resolve blocker / next cycle</p></span></div></foreignObject></g></g></g></g></g><defs><filter id="my-svg-drop-shadow" height="130%" width="130%"><feDropShadow dx="4" dy="4" stdDeviation="0" flood-opacity="0.06" flood-color="#FFFFFF"/></filter></defs><defs><filter id="my-svg-drop-shadow-small" height="150%" width="150%"><feDropShadow dx="2" dy="2" stdDeviation="0" flood-opacity="0.06" flood-color="#FFFFFF"/></filter></defs><linearGradient id="my-svg-gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-color="#cccccc" stop-opacity="1"/><stop offset="100%" stop-color="hsl(180, 0%, 18.3529411765%)" stop-opacity="1"/></linearGradient></svg>
1
+ <svg data-forgeloop-source-sha256="eef03b8e668ed7c8905f68ad0e45b5632b374188dac740f168e227c3b1596f88" id="my-svg" width="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="flowchart" style="max-width: 3650.7px; background-color: transparent;" viewBox="0 0 3650.69970703125 505.1999816894531" role="graphics-document document" aria-roledescription="flowchart-v2"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#my-svg .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#my-svg .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#my-svg .error-icon{fill:#a44141;}#my-svg .error-text{fill:#ddd;stroke:#ddd;}#my-svg .edge-thickness-normal{stroke-width:1px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-thickness-invisible{stroke-width:0;fill:none;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:lightgrey;stroke:lightgrey;}#my-svg .marker.cross{stroke:lightgrey;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg p{margin:0;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#my-svg .cluster-label text{fill:#F9FFFE;}#my-svg .cluster-label span{color:#F9FFFE;}#my-svg .cluster-label span p{background-color:transparent;}#my-svg .label text,#my-svg span{fill:#ccc;color:#ccc;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon,#my-svg .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#my-svg .rough-node .label text,#my-svg .node .label text,#my-svg .image-shape .label,#my-svg .icon-shape .label{text-anchor:middle;}#my-svg .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#my-svg .rough-node .label,#my-svg .node .label,#my-svg .image-shape .label,#my-svg .icon-shape .label{text-align:center;}#my-svg .node.clickable{cursor:pointer;}#my-svg .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#my-svg .arrowheadPath{fill:lightgrey;}#my-svg .edgePath .path{stroke:lightgrey;stroke-width:1px;}#my-svg .flowchart-link{stroke:lightgrey;fill:none;}#my-svg .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#my-svg .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#my-svg .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#my-svg .cluster text{fill:#F9FFFE;}#my-svg .cluster span{color:#F9FFFE;}#my-svg div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,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;}#my-svg .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#my-svg rect.text{fill:none;stroke-width:0;}#my-svg .icon-shape,#my-svg .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#my-svg .icon-shape p,#my-svg .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#my-svg .icon-shape .label rect,#my-svg .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#my-svg .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#my-svg .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#my-svg .node .neo-node{stroke:#ccc;}#my-svg [data-look="neo"].node rect,#my-svg [data-look="neo"].cluster rect,#my-svg [data-look="neo"].node polygon{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].swimlane.cluster rect{filter:none;}#my-svg [data-look="neo"].node path{stroke:url(#my-svg-gradient);stroke-width:1px;}#my-svg [data-look="neo"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].node .neo-line path{stroke:#ccc;filter:none;}#my-svg [data-look="neo"].node circle{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].node circle .state-start{fill:#000000;}#my-svg [data-look="neo"].icon-shape .icon{fill:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg [data-look="neo"].icon-shape .icon-neo path{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}#my-svg .entry rect{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry polygon{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry ellipse{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry circle{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry path{fill:rgb(31, 41, 55)!important;stroke:rgb(125, 211, 252)!important;color:rgb(248, 250, 252)!important;stroke-width:2px!important;}#my-svg .entry tspan{fill:rgb(248, 250, 252)!important;}#my-svg .contract rect{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract polygon{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract ellipse{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract circle{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract path{fill:rgb(23, 37, 84)!important;stroke:rgb(96, 165, 250)!important;color:rgb(219, 234, 254)!important;stroke-width:2px!important;}#my-svg .contract tspan{fill:rgb(219, 234, 254)!important;}#my-svg .execution rect{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution polygon{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution ellipse{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution circle{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution path{fill:rgb(49, 46, 129)!important;stroke:rgb(167, 139, 250)!important;color:rgb(237, 233, 254)!important;stroke-width:2px!important;}#my-svg .execution tspan{fill:rgb(237, 233, 254)!important;}#my-svg .evidence rect{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence polygon{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence ellipse{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence circle{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence path{fill:rgb(19, 78, 74)!important;stroke:rgb(94, 234, 212)!important;color:rgb(204, 251, 241)!important;stroke-width:2px!important;}#my-svg .evidence tspan{fill:rgb(204, 251, 241)!important;}#my-svg .recovery rect{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery polygon{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery ellipse{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery circle{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery path{fill:rgb(69, 26, 3)!important;stroke:rgb(251, 146, 60)!important;color:rgb(255, 237, 213)!important;stroke-width:2px!important;}#my-svg .recovery tspan{fill:rgb(255, 237, 213)!important;}#my-svg .terminal rect{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal polygon{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal ellipse{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal circle{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal path{fill:rgb(20, 83, 45)!important;stroke:rgb(134, 239, 172)!important;color:rgb(220, 252, 231)!important;stroke-width:2px!important;}#my-svg .terminal tspan{fill:rgb(220, 252, 231)!important;}#my-svg .boundary rect{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary polygon{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary ellipse{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary circle{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary path{fill:rgb(63, 29, 63)!important;stroke:rgb(240, 171, 252)!important;color:rgb(250, 232, 255)!important;stroke-width:2px!important;}#my-svg .boundary tspan{fill:rgb(250, 232, 255)!important;}</style><g><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><marker id="my-svg_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;"/></marker><g class="root"><g class="clusters"><g class="cluster" id="my-svg-CLOSE" data-look="classic"><rect style="" x="2642.7637786865234" y="8" width="999.9359893798828" height="161.69999885559082"/><g class="cluster-label" transform="translate(3069.489585876465, 8)"><g><rect class="background" style="stroke: none"/><text y="-10.1" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">4</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> Review</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> and</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> close</tspan></tspan></text></g></g></g><g class="cluster" id="my-svg-VERIFY" data-look="classic"><rect style="" x="1658.6387786865234" y="49.89999961853027" width="783.90625" height="288.54999923706055"/><g class="cluster-label" transform="translate(1971.6778411865234, 49.89999961853027)"><g><rect class="background" style="stroke: none"/><text y="-10.1" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">3</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> Execute</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> and</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> verify</tspan></tspan></text></g></g></g><g class="cluster" id="my-svg-AUTHORIZE" data-look="classic"><rect style="" x="881.9825286865234" y="139.39999961853027" width="726.65625" height="357.79999923706055"/><g class="cluster-label" transform="translate(1161.7247161865234, 139.39999961853027)"><g><rect class="background" style="stroke: none"/><text y="-10.1" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">2</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> Authorize</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> execution</tspan></tspan></text></g></g></g><g class="cluster" id="my-svg-DISCOVER" data-look="classic"><rect style="" x="8" y="228.64999961853027" width="823.9825286865234" height="119"/><g class="cluster-label" transform="translate(340.7959518432617, 228.64999961853027)"><g><rect class="background" style="stroke: none"/><text y="-10.1" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">1</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> Discover</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> and</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> route</tspan></tspan></text></g></g></g></g><g class="edgePaths"><path d="M113.576,288.65L138.076,288.15L159.076,288.15" id="my-svg-L_REQUEST_PROFILE_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_REQUEST_PROFILE_0" data-points="W3sieCI6MTEzLjU3NjI4MTM1MDgyMzI4LCJ5IjoyODguNjQ5OTk5NjE4NTMwM30seyJ4IjoxMzguMDc2Mjc4Njg2NTIzNDQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjE2My4wNzYyNzg2ODY1MjM0NCwieSI6Mjg4LjE0OTk5OTYxODUzMDN9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M327.389,288.15L352.389,288.15L373.389,288.15" id="my-svg-L_PROFILE_CONTRACT_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_PROFILE_CONTRACT_0" data-points="W3sieCI6MzI3LjM4ODc3ODY4NjUyMzQ0LCJ5IjoyODguMTQ5OTk5NjE4NTMwM30seyJ4IjozNTIuMzg4Nzc4Njg2NTIzNDQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjM3Ny4zODg3Nzg2ODY1MjM0NCwieSI6Mjg4LjE0OTk5OTYxODUzMDN9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M557.264,288.15L582.264,288.15L603.264,288.15" id="my-svg-L_CONTRACT_ROUTE_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_CONTRACT_ROUTE_0" data-points="W3sieCI6NTU3LjI2Mzc3ODY4NjUyMzQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjU4Mi4yNjM3Nzg2ODY1MjM0LCJ5IjoyODguMTQ5OTk5NjE4NTMwM30seyJ4Ijo2MDcuMjYzNzc4Njg2NTIzNCwieSI6Mjg4LjE0OTk5OTYxODUzMDN9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M806.983,288.15L831.983,288.15L856.983,288.15L881.983,288.15L902.983,288.15" id="my-svg-L_ROUTE_GATES_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_ROUTE_GATES_0" data-points="W3sieCI6ODA2Ljk4MjUyODY4NjUyMzQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjgzMS45ODI1Mjg2ODY1MjM0LCJ5IjoyODguMTQ5OTk5NjE4NTMwM30seyJ4Ijo4NTYuOTgyNTI4Njg2NTIzNCwieSI6Mjg4LjE0OTk5OTYxODUzMDN9LHsieCI6ODgxLjk4MjUyODY4NjUyMzQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjkwNi45ODI1Mjg2ODY1MjM0LCJ5IjoyODguMTQ5OTk5NjE4NTMwM31d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1073.264,288.15L1098.264,288.15L1119.264,288.15" id="my-svg-L_GATES_PREFLIGHT_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_GATES_PREFLIGHT_0" data-points="W3sieCI6MTA3My4yNjM3Nzg2ODY1MjM0LCJ5IjoyODguMTQ5OTk5NjE4NTMwM30seyJ4IjoxMDk4LjI2Mzc3ODY4NjUyMzQsInkiOjI4OC4xNDk5OTk2MTg1MzAzfSx7IngiOjExMjMuMjYzNzc4Njg2NTIzNCwieSI6Mjg4LjE0OTk5OTYxODUzMDN9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1253.107,263.65L1341.248,198.9L1362.248,198.9" id="my-svg-L_PREFLIGHT_STATE_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_PREFLIGHT_STATE_0" data-points="W3sieCI6MTI1My4xMDY3NjI3NTUxNTA4LCJ5IjoyNjMuNjQ5OTk5NjE4NTMwM30seyJ4IjoxMzQxLjI0ODE1MzY4NjUyMzQsInkiOjE5OC44OTk5OTk2MTg1MzAyN30seyJ4IjoxMzY2LjI0ODE1MzY4NjUyMzQsInkiOjE5OC44OTk5OTk2MTg1MzAyN31d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1583.639,198.9L1608.639,198.9L1633.639,198.9L1658.639,198.9L1679.639,198.9" id="my-svg-L_STATE_EXECUTE_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_STATE_EXECUTE_0" data-points="W3sieCI6MTU4My42Mzg3Nzg2ODY1MjM0LCJ5IjoxOTguODk5OTk5NjE4NTMwMjd9LHsieCI6MTYwOC42Mzg3Nzg2ODY1MjM0LCJ5IjoxOTguODk5OTk5NjE4NTMwMjd9LHsieCI6MTYzMy42Mzg3Nzg2ODY1MjM0LCJ5IjoxOTguODk5OTk5NjE4NTMwMjd9LHsieCI6MTY1OC42Mzg3Nzg2ODY1MjM0LCJ5IjoxOTguODk5OTk5NjE4NTMwMjd9LHsieCI6MTY4My42Mzg3Nzg2ODY1MjM0LCJ5IjoxOTguODk5OTk5NjE4NTMwMjd9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1857.467,191.134L1882.467,188.9L1909.647,188.9" id="my-svg-L_EXECUTE_CHECKS_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_EXECUTE_CHECKS_0" data-points="W3sieCI6MTg1Ny40NjY5MDM2ODY1MjM0LCJ5IjoxOTEuMTMzODU2NTEyMDczMDR9LHsieCI6MTg4Mi40NjY5MDM2ODY1MjM0LCJ5IjoxODguODk5OTk5NjE4NTMwMjd9LHsieCI6MTkxMy42NDY1OTExODY1MjM0LCJ5IjoxODguODk5OTk5NjE4NTMwMjd9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2072.748,164.4L2187.686,89.65L2266.682,132.735" id="my-svg-L_CHECKS_EVIDENCE_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_CHECKS_EVIDENCE_0" data-points="W3sieCI6MjA3Mi43NDgxMTQzMjg4NDEsInkiOjE2NC4zOTk5OTk2MTg1MzAyN30seyJ4IjoyMTg3LjY4NTY1MzY4NjUyMzQsInkiOjg5LjY0OTk5OTYxODUzMDI3fSx7IngiOjIyNzAuMTk0MDg0NDQxOTE5LCJ5IjoxMzQuNjQ5OTk5NjE4NTMwMjd9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2367.586,134.65L2442.545,99.65L2542.654,99.65L2642.764,99.65L2670.225,99.65" id="my-svg-L_EVIDENCE_REVIEW_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_EVIDENCE_REVIEW_0" data-points="W3sieCI6MjM2Ny41ODYzODg5ODA2NDEsInkiOjEzNC42NDk5OTk2MTg1MzAyN30seyJ4IjoyNDQyLjU0NTAyODY4NjUyMzQsInkiOjk5LjY0OTk5OTYxODUzMDI3fSx7IngiOjI1NDIuNjU0NDAzNjg2NTIzNCwieSI6OTkuNjQ5OTk5NjE4NTMwMjd9LHsieCI6MjY0Mi43NjM3Nzg2ODY1MjM0LCJ5Ijo5OS42NDk5OTk2MTg1MzAyN30seyJ4IjoyNjc0LjIyNDcxNjE4NjUyMzQsInkiOjk5LjY0OTk5OTYxODUzMDI3fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2784.647,93.411L2868.803,83.9L2979.287,83.9" id="my-svg-L_REVIEW_COMPLETE_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_REVIEW_COMPLETE_0" data-points="W3sieCI6Mjc4NC42NDY1OTExODY1MjM0LCJ5Ijo5My40MTA1NjYzNTQzMzM4NX0seyJ4IjoyODY4LjgwMjg0MTE4NjUyMzQsInkiOjgzLjg5OTk5OTYxODUzMDI3fSx7IngiOjI5ODMuMjg3MjE2MTg2NTIzNCwieSI6ODMuODk5OTk5NjE4NTMwMjd9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3165.522,76.277L3315.272,63.75L3487.936,64.239" id="my-svg-L_COMPLETE_VALID_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_COMPLETE_VALID_0" data-points="W3sieCI6MzE2NS41MjE1OTExODY1MjM0LCJ5Ijo3Ni4yNzc0OTQ4MTY1MTU0Nn0seyJ4IjozMzE1LjI3MTU5MTE4NjUyMzQsInkiOjYzLjc1fSx7IngiOjM0OTEuOTM1ODE5NjI1ODM1LCJ5Ijo2NC4yNX1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2359.684,183.65L2442.545,229.2L2542.654,229.2L2642.764,229.2L2663.764,229.2" id="my-svg-L_EVIDENCE_DIAGNOSE_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_EVIDENCE_DIAGNOSE_0" data-points="W3sieCI6MjM1OS42ODM4OTc2MTQxMiwieSI6MTgzLjY0OTk5OTYxODUzMDI3fSx7IngiOjI0NDIuNTQ1MDI4Njg2NTIzNCwieSI6MjI5LjE5OTk5ODg1NTU5MDgyfSx7IngiOjI1NDIuNjU0NDAzNjg2NTIzNCwieSI6MjI5LjE5OTk5ODg1NTU5MDgyfSx7IngiOjI2NDIuNzYzNzc4Njg2NTIzNCwieSI6MjI5LjE5OTk5ODg1NTU5MDgyfSx7IngiOjI2NjcuNzYzNzc4Njg2NTIzNCwieSI6MjI5LjE5OTk5ODg1NTU5MDgyfV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2791.108,229.2L2868.803,229.2L3013.649,250.159" id="my-svg-L_DIAGNOSE_CORRECT_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_DIAGNOSE_CORRECT_0" data-points="W3sieCI6Mjc5MS4xMDc1Mjg2ODY1MjM0LCJ5IjoyMjkuMTk5OTk4ODU1NTkwODJ9LHsieCI6Mjg2OC44MDI4NDExODY1MjM0LCJ5IjoyMjkuMTk5OTk4ODU1NTkwODJ9LHsieCI6MzAxNy42MDc1Mjg2ODY1MjM0LCJ5IjoyNTAuNzMxNjQxOTAwMDEwNzd9XQ==" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3017.608,267.168L2868.803,288.7L2729.436,288.7L2642.764,288.7L2542.654,288.7L2442.545,288.7L2315.115,288.7L2187.686,288.7L2075.888,215.589" id="my-svg-L_CORRECT_CHECKS_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_CORRECT_CHECKS_0" data-points="W3sieCI6MzAxNy42MDc1Mjg2ODY1MjM0LCJ5IjoyNjcuMTY4MzU1ODExMTcwODR9LHsieCI6Mjg2OC44MDI4NDExODY1MjM0LCJ5IjoyODguNjk5OTk4ODU1NTkwOH0seyJ4IjoyNzI5LjQzNTY1MzY4NjUyMzQsInkiOjI4OC42OTk5OTg4NTU1OTA4fSx7IngiOjI2NDIuNzYzNzc4Njg2NTIzNCwieSI6Mjg4LjY5OTk5ODg1NTU5MDh9LHsieCI6MjU0Mi42NTQ0MDM2ODY1MjM0LCJ5IjoyODguNjk5OTk4ODU1NTkwOH0seyJ4IjoyNDQyLjU0NTAyODY4NjUyMzQsInkiOjI4OC42OTk5OTg4NTU1OTA4fSx7IngiOjIzMTUuMTE1MzQxMTg2NTIzNCwieSI6Mjg4LjY5OTk5ODg1NTU5MDh9LHsieCI6MjE4Ny42ODU2NTM2ODY1MjM0LCJ5IjoyODguNjk5OTk4ODU1NTkwOH0seyJ4IjoyMDcyLjU0MDUwNDI5ODU3NjcsInkiOjIxMy4zOTk5OTk2MTg1MzAyN31d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2784.647,109.376L2868.803,124.2L3051.759,420.746" id="my-svg-L_REVIEW_REVALIDATE_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_REVIEW_REVALIDATE_0" data-points="W3sieCI6Mjc4NC42NDY1OTExODY1MjM0LCJ5IjoxMDkuMzc1NTkyMTE4NTc1NX0seyJ4IjoyODY4LjgwMjg0MTE4NjUyMzQsInkiOjEyNC4xOTk5OTg4NTU1OTA4Mn0seyJ4IjozMDUzLjg1OTY3MTg4MDQwNjUsInkiOjQyNC4xNDk5OTk2MTg1MzAzfV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2946.498,457.45L2868.803,457.45L2729.436,457.45L2642.764,457.45L2542.654,457.45L2442.545,457.45L2315.115,457.45L2187.686,457.45L2035.076,457.45L1882.467,457.45L1770.553,457.45L1658.639,457.45L1633.639,457.45L1608.639,457.45L1474.943,457.45L1341.248,457.45L1239.67,315.9" id="my-svg-L_REVALIDATE_PREFLIGHT_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_REVALIDATE_PREFLIGHT_0" data-points="W3sieCI6Mjk0Ni40OTgxNTM2ODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoyODY4LjgwMjg0MTE4NjUyMzQsInkiOjQ1Ny40NDk5OTg4NTU1OTA4fSx7IngiOjI3MjkuNDM1NjUzNjg2NTIzNCwieSI6NDU3LjQ0OTk5ODg1NTU5MDh9LHsieCI6MjY0Mi43NjM3Nzg2ODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoyNTQyLjY1NDQwMzY4NjUyMzQsInkiOjQ1Ny40NDk5OTg4NTU1OTA4fSx7IngiOjI0NDIuNTQ1MDI4Njg2NTIzNCwieSI6NDU3LjQ0OTk5ODg1NTU5MDh9LHsieCI6MjMxNS4xMTUzNDExODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoyMTg3LjY4NTY1MzY4NjUyMzQsInkiOjQ1Ny40NDk5OTg4NTU1OTA4fSx7IngiOjIwMzUuMDc2Mjc4Njg2NTIzNCwieSI6NDU3LjQ0OTk5ODg1NTU5MDh9LHsieCI6MTg4Mi40NjY5MDM2ODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoxNzcwLjU1Mjg0MTE4NjUyMzQsInkiOjQ1Ny40NDk5OTg4NTU1OTA4fSx7IngiOjE2NTguNjM4Nzc4Njg2NTIzNCwieSI6NDU3LjQ0OTk5ODg1NTU5MDh9LHsieCI6MTYzMy42Mzg3Nzg2ODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoxNjA4LjYzODc3ODY4NjUyMzQsInkiOjQ1Ny40NDk5OTg4NTU1OTA4fSx7IngiOjE0NzQuOTQzNDY2MTg2NTIzNCwieSI6NDU3LjQ0OTk5ODg1NTU5MDh9LHsieCI6MTM0MS4yNDgxNTM2ODY1MjM0LCJ5Ijo0NTcuNDQ5OTk4ODU1NTkwOH0seyJ4IjoxMjM3LjMzNzUyOTEzNDkyMDcsInkiOjMxMi42NDk5OTk2MTg1MzAzfV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M1798.027,223.4L1882.467,298.7L1994.051,371.269" id="my-svg-L_EXECUTE_DELEGATE_0" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_EXECUTE_DELEGATE_0" data-points="W3sieCI6MTc5OC4wMjY3MzQ0OTUyNTAxLCJ5IjoyMjMuMzk5OTk5NjE4NTMwMjd9LHsieCI6MTg4Mi40NjY5MDM2ODY1MjM0LCJ5IjoyOTguNjk5OTk4ODU1NTkwOH0seyJ4IjoxOTk3LjQwNDQ0MzA0NDIwNjEsInkiOjM3My40NDk5OTg4NTU1OTA4fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M2060.17,373.45L2187.686,248.95L2277.079,185.954" id="my-svg-L_DELEGATE_EVIDENCE_0" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_DELEGATE_EVIDENCE_0" data-points="W3sieCI6MjA2MC4xNjk3NjY1MjIwOTQsInkiOjM3My40NDk5OTg4NTU1OTA4fSx7IngiOjIxODcuNjg1NjUzNjg2NTIzNCwieSI6MjQ4Ljk0OTk5ODg1NTU5MDgyfSx7IngiOjIyODAuMzQ4ODg5NDAxNzI3MywieSI6MTgzLjY0OTk5OTYxODUzMDI3fV0=" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/><path d="M3165.522,91.523L3315.272,104.05L3477.675,203.117" id="my-svg-L_COMPLETE_BLOCKED_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_COMPLETE_BLOCKED_0" data-points="W3sieCI6MzE2NS41MjE1OTExODY1MjM0LCJ5Ijo5MS41MjI1MDQ0MjA1NDUwOX0seyJ4IjozMzE1LjI3MTU5MTE4NjUyMzQsInkiOjEwNC4wNDk5OTkyMzcwNjA1NX0seyJ4IjozNDgxLjA4OTU2MTA2NDk3MjcsInkiOjIwNS4xOTk5OTg4NTU1OTEyOH1d" data-look="classic" marker-end="url(#my-svg_flowchart-v2-pointEnd)"/></g><g class="edgeLabels"><g class="edgeLabel"><g class="label" data-id="L_REQUEST_PROFILE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_PROFILE_CONTRACT_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_CONTRACT_ROUTE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_ROUTE_GATES_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_GATES_PREFLIGHT_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_PREFLIGHT_STATE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_STATE_EXECUTE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_EXECUTE_CHECKS_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_CHECKS_EVIDENCE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_EVIDENCE_REVIEW_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_REVIEW_COMPLETE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_COMPLETE_VALID_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel" transform="translate(2542.6544036865234, 229.19999885559082)"><g class="label" data-id="L_EVIDENCE_DIAGNOSE_0" transform="translate(0, -10.5)"><g><rect class="background" style="" x="-75.109375" y="-1" width="150.21875" height="23"/><text y="-10.1" text-anchor="middle" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">failed</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> or</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> incomplete</tspan></tspan></text></g></g></g><g class="edgeLabel"><g class="label" data-id="L_DIAGNOSE_CORRECT_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_CORRECT_CHECKS_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel" transform="translate(2868.8028411865234, 124.19999885559082)"><g class="label" data-id="L_REVIEW_REVALIDATE_0" transform="translate(0, -10.5)"><g><rect class="background" style="" x="-52.6953125" y="-1" width="105.390625" height="23"/><text y="-10.1" text-anchor="middle" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">drift</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> detected</tspan></tspan></text></g></g></g><g class="edgeLabel"><g class="label" data-id="L_REVALIDATE_PREFLIGHT_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_EXECUTE_DELEGATE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel"><g class="label" data-id="L_DELEGATE_EVIDENCE_0" transform="translate(0, 0)"><text y="-10.1" text-anchor="middle"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"/></text></g></g><g><rect class="background" style="stroke: none"/></g><g class="edgeLabel" transform="translate(3315.2715911865234, 104.04999923706055)"><g class="label" data-id="L_COMPLETE_BLOCKED_0" transform="translate(0, -19.299999237060547)"><g><rect class="background" style="" x="-87.9609375" y="-1" width="175.921875" height="40.599998474121094"/><text y="-10.1" text-anchor="middle" style=""><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em" text-anchor="middle"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">INCOMPLETE</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> STALE</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan></tspan><tspan class="text-outer-tspan row" x="0" y="1em" dy="1.1em" text-anchor="middle"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">INCONSISTENT</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> ·</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> INVALID</tspan></tspan></text></g></g></g></g><g class="nodes"><g class="node default entry" id="my-svg-flowchart-REQUEST-0" data-look="classic" transform="translate(73.03813934326172, 288.1499996185303)"><g class="basic label-container outer-path"><path d="M-23.046875 -17 C-10.931879974305048 -17, 1.1831150513899047 -17, 23.046875 -17 C23.046875 -17, 23.046875 -17, 23.046875 -17 C23.384250135940807 -16.989181036051242, 23.721625271881617 -16.978362072102485, 24.13606873967212 -16.965071676755716 C24.559216002657084 -16.9242511692046, 24.982363265642046 -16.883430661653478, 25.2207867486366 -16.860430234995185 C25.616847252950976 -16.79639824415272, 26.012907757265353 -16.732366253310257, 26.296571687923326 -16.686505668848113 C26.59636670727364 -16.618079412026734, 26.89616172662395 -16.549653155205355, 27.35900292646162 -16.4440126716635 C27.745865342611836 -16.32919393723238, 28.132727758762048 -16.214375202801257, 28.40371470640155 -16.133947699181366 C28.741074863673337 -16.00979604278224, 29.07843502094512 -15.885644386383117, 29.42641408294936 -15.757584874882369 C29.810880909172383 -15.587392815716624, 30.19534773539541 -15.417200756550878, 30.422898564998487 -15.316470754341125 C30.701351069291 -15.171202261209062, 30.979803573583514 -15.025933768077, 31.38907338406694 -14.812417970097622 C31.720947577503015 -14.611233883727431, 32.05282177093909 -14.410049797357239, 32.320968320579325 -14.247497783161291 C32.509306530951264 -14.116121200635549, 32.69764474132321 -13.984744618109808, 33.214754018350675 -13.624031571755262 C33.49488310302893 -13.400636081272365, 33.7750121877072 -13.177240590789467, 34.0667577202324 -12.944581292275288 C34.280654703379305 -12.750325711585317, 34.494551686526215 -12.556070130895346, 34.87347836025927 -12.21193895166137 C35.17058585195554 -11.90515107350625, 35.46769334365182 -11.59836319535113, 35.63160095028036 -11.42911513444239 C35.807478513630485 -11.222519340814468, 35.98335607698061 -11.015923547186548, 36.33801020195651 -10.59932663159847 C36.53906039925975 -10.329937683261896, 36.74011059656299 -10.060548734925321, 36.98980332814825 -9.725983222076888 C37.11174754553387 -9.538644157565246, 37.23369176291949 -9.351305093053604, 37.58430197109088 -8.812673661278927 C37.718386686789486 -8.574592671006293, 37.85247140248809 -8.336511680733658, 38.119063208341004 -7.863150934094199 C38.27865673659953 -7.531751557910897, 38.438250264858056 -7.2003521817275935, 38.59188959126881 -6.881316833080699 C38.68785654855088 -6.644276593199085, 38.783823505832956 -6.407236353317471, 39.000838174845924 -5.871205925162238 C39.07872239548986 -5.636631061748058, 39.1566066161338 -5.402056198333877, 39.344228501623235 -4.836968972727556 C39.414495146560846 -4.569011801823882, 39.48476179149846 -4.301054630920207, 39.620649507091 -3.7828558772573464 C39.69269518324068 -3.4129165570877915, 39.76474085939036 -3.042977236918236, 39.82896531804565 -2.713198215567453 C39.872959057439836 -2.371991460372585, 39.916952796834025 -2.030784705177717, 39.968319920136366 -1.632391440430593 C39.9875519452349 -1.3328371257097225, 40.00678397033343 -1.0332828109888519, 40.0381406754117 -0.5448768187181379 C40.0381406754117 -0.13917665395334505, 40.0381406754117 0.26652351081144776, 40.0381406754117 0.5448768187181336 C40.02278382650588 0.7840721362515672, 40.00742697760006 1.0232674537850008, 39.968319920136366 1.6323914404305815 C39.918395106118524 2.0195984391833637, 39.86847029210068 2.4068054379361463, 39.828965318045654 2.7131982155674415 C39.782544285583775 2.9515604061704974, 39.736123253121896 3.1899225967735534, 39.620649507091 3.782855877257343 C39.53124833932856 4.12378127664673, 39.441847171566124 4.4647066760361165, 39.344228501623235 4.836968972727545 C39.247251908976594 5.129047018657477, 39.15027531632996 5.42112506458741, 39.000838174845924 5.871205925162227 C38.89144361964121 6.141412591517728, 38.782049064436485 6.4116192578732285, 38.59188959126881 6.881316833080694 C38.418198083380396 7.241990965613901, 38.24450657549198 7.602665098147108, 38.119063208341004 7.863150934094196 C37.9722792417766 8.123780730217652, 37.8254952752122 8.384410526341108, 37.58430197109089 8.812673661278923 C37.386701794682494 9.116240595319113, 37.1891016182741 9.419807529359304, 36.989803328148255 9.725983222076879 C36.76361871163951 10.02905000235613, 36.53743409513077 10.332116782635378, 36.33801020195651 10.599326631598467 C36.10214143580476 10.876391505633313, 35.866272669653014 11.153456379668157, 35.63160095028037 11.42911513444238 C35.37325011865076 11.695883579097698, 35.11489928702115 11.962652023753018, 34.87347836025927 12.211938951661365 C34.59469930914889 12.465118709790314, 34.315920258038524 12.718298467919263, 34.06675772023242 12.944581292275275 C33.72694891875339 13.215569768762819, 33.38714011727437 13.486558245250365, 33.214754018350675 13.62403157175526 C32.88049467865638 13.857196417272398, 32.54623533896209 14.090361262789536, 32.32096832057934 14.247497783161286 C32.054404207244474 14.409090515169492, 31.787840093909605 14.570683247177698, 31.389073384066943 14.81241797009762 C31.027484069727723 15.00105888377938, 30.665894755388504 15.189699797461142, 30.42289856499849 15.316470754341124 C30.200270548861145 15.415021573059668, 29.977642532723802 15.513572391778213, 29.426414082949368 15.757584874882367 C29.15473490054816 15.857565325380843, 28.883055718146952 15.95754577587932, 28.403714706401562 16.133947699181363 C28.171295542119022 16.202928487147332, 27.938876377836483 16.271909275113302, 27.359002926461642 16.444012671663497 C27.096320010467675 16.503968333072894, 26.83363709447371 16.563923994482295, 26.296571687923333 16.68650566884811 C25.95269055712479 16.74210170323762, 25.608809426326246 16.79769773762713, 25.220786748636613 16.86043023499518 C24.989182964594367 16.882772773497436, 24.757579180552124 16.905115311999687, 24.13606873967212 16.965071676755716 C23.797680602322952 16.975923125687952, 23.459292464973785 16.98677457462019, 23.046875000000004 17 C23.046875000000004 17, 23.046875 17, 23.046875 17 C5.305320469997241 17, -12.436234060005518 17, -23.046874999999996 17 C-23.426738449683008 16.987818518528016, -23.806601899366022 16.975637037056032, -24.136068739672112 16.965071676755716 C-24.417791311995177 16.937894239024676, -24.699513884318247 16.91071680129363, -25.220786748636606 16.86043023499518 C-25.5697197348463 16.804017455800523, -25.918652721055995 16.74760467660586, -26.29657168792333 16.68650566884811 C-26.524916110262183 16.63438754453588, -26.753260532601036 16.582269420223646, -27.35900292646162 16.4440126716635 C-27.598359363899558 16.3729729374395, -27.8377158013375 16.301933203215498, -28.403714706401544 16.13394769918137 C-28.635962753327934 16.048478271035048, -28.868210800254325 15.963008842888723, -29.42641408294936 15.757584874882369 C-29.794053945387002 15.594841613430265, -30.161693807824644 15.432098351978164, -30.422898564998484 15.316470754341127 C-30.61994435458375 15.213672092128345, -30.81699014416902 15.110873429915562, -31.389073384066936 14.812417970097624 C-31.70487818344861 14.620975244837455, -32.02068298283028 14.429532519577284, -32.32096832057932 14.247497783161299 C-32.60584539612734 14.04877986738884, -32.89072247167536 13.850061951616379, -33.21475401835067 13.624031571755264 C-33.50341273140913 13.3938339296221, -33.792071444467595 13.163636287488936, -34.0667577202324 12.94458129227529 C-34.26408698575668 12.765372074372406, -34.461416251280944 12.586162856469524, -34.87347836025926 12.211938951661377 C-35.168340457413485 11.907469627721243, -35.463202554567715 11.603000303781108, -35.631600950280365 11.429115134442386 C-35.83575519451784 11.189303942455465, -36.039909438755316 10.949492750468544, -36.33801020195651 10.599326631598473 C-36.49808173022127 10.384845366539913, -36.65815325848603 10.170364101481354, -36.98980332814825 9.72598322207689 C-37.12535051853599 9.517746338124294, -37.26089770892372 9.309509454171698, -37.58430197109088 8.812673661278936 C-37.700183228152234 8.606914755116806, -37.81606448521359 8.401155848954678, -38.119063208341004 7.863150934094201 C-38.232880371306166 7.626807159899886, -38.34669753427132 7.390463385705569, -38.59188959126881 6.881316833080701 C-38.70537469429259 6.601006434526765, -38.818859797316364 6.320696035972827, -39.000838174845924 5.87120592516224 C-39.118847044142925 5.515782012999616, -39.236855913439925 5.160358100836992, -39.344228501623235 4.8369689727275516 C-39.42332739538328 4.53533060914308, -39.50242628914333 4.233692245558609, -39.620649507091 3.782855877257349 C-39.6883766066244 3.435091535280875, -39.75610370615781 3.087327193304401, -39.82896531804565 2.713198215567455 C-39.87067761539798 2.389685874327539, -39.912389912750314 2.0661735330876225, -39.968319920136366 1.6323914404306026 C-39.99481950154064 1.2196390699820154, -40.021319082944906 0.8068866995334284, -40.0381406754117 0.54487681871814 C-40.0381406754117 0.1222065867714231, -40.0381406754117 -0.3004636451752938, -40.0381406754117 -0.5448768187181317 C-40.0212518829653 -0.8079333934585893, -40.00436309051891 -1.070989968199047, -39.968319920136366 -1.6323914404305793 C-39.91921410701493 -2.0132464299608395, -39.870108293893495 -2.3941014194910997, -39.828965318045654 -2.713198215567447 C-39.7827105645593 -2.950706598774251, -39.73645581107295 -3.1882149819810546, -39.620649507091 -3.782855877257341 C-39.52696326871647 -4.1401221080519806, -39.43327703034195 -4.497388338846621, -39.344228501623235 -4.836968972727544 C-39.22776835556779 -5.187728377242152, -39.11130820951234 -5.53848778175676, -39.00083817484593 -5.871205925162218 C-38.855838781360724 -6.229357230443234, -38.710839387875524 -6.58750853572425, -38.59188959126881 -6.881316833080692 C-38.423558893176875 -7.230859129368563, -38.25522819508493 -7.580401425656434, -38.119063208341004 -7.863150934094194 C-37.96770834223147 -8.131896825213795, -37.81635347612194 -8.400642716333396, -37.58430197109088 -8.812673661278929 C-37.39795309131608 -9.098955582293732, -37.21160421154129 -9.385237503308533, -36.98980332814825 -9.725983222076884 C-36.85922244258415 -9.900949712569377, -36.72864155702005 -10.075916203061869, -36.33801020195651 -10.599326631598467 C-36.08037018373111 -10.901965257138357, -35.82273016550572 -11.204603882678247, -35.63160095028037 -11.42911513444238 C-35.335616329192035 -11.734743556505409, -35.039631708103705 -12.040371978568436, -34.87347836025928 -12.21193895166136 C-34.62355187709603 -12.438915570977846, -34.37362539393278 -12.66589219029433, -34.06675772023242 -12.944581292275274 C-33.844619204364335 -13.1217308473259, -33.62248068849625 -13.298880402376525, -33.214754018350675 -13.624031571755259 C-33.00929044710987 -13.767354064678202, -32.803826875869056 -13.910676557601143, -32.32096832057934 -14.247497783161284 C-31.987458489668274 -14.449673402580887, -31.653948658757212 -14.651849022000487, -31.389073384066947 -14.812417970097618 C-31.174939532479677 -14.924131463311419, -30.960805680892406 -15.03584495652522, -30.42289856499849 -15.316470754341124 C-30.140593708879628 -15.441438739868927, -29.85828885276076 -15.566406725396728, -29.426414082949368 -15.757584874882365 C-29.189507894487864 -15.844768542173, -28.952601706026357 -15.931952209463633, -28.403714706401566 -16.133947699181363 C-28.081114262591882 -16.229693817539793, -27.7585138187822 -16.32543993589822, -27.359002926461642 -16.444012671663494 C-26.943803949201033 -16.538779128796694, -26.528604971940425 -16.63354558592989, -26.296571687923336 -16.68650566884811 C-25.982211786418947 -16.737328939825893, -25.66785188491456 -16.788152210803677, -25.220786748636613 -16.86043023499518 C-24.951114958932223 -16.886445148220186, -24.68144316922783 -16.91246006144519, -24.13606873967212 -16.965071676755716 C-23.816852961606937 -16.975308305442447, -23.49763718354176 -16.98554493412918, -23.046875000000004 -17 C-23.046875000000004 -17, -23.046875 -17, -23.046875 -17" stroke="none" stroke-width="0" fill="#1f2937" style="fill:#1f2937 !important;stroke:#7dd3fc !important;stroke-width:2px !important"/><path d="M-23.046875 -17 C-13.827917781527503 -17, -4.608960563055007 -17, 23.046875 -17 M-23.046875 -17 C-12.843936235076397 -17, -2.6409974701527936 -17, 23.046875 -17 M23.046875 -17 C23.046875 -17, 23.046875 -17, 23.046875 -17 M23.046875 -17 C23.046875 -17, 23.046875 -17, 23.046875 -17 M23.046875 -17 C23.281784111219622 -16.992466922026033, 23.516693222439244 -16.984933844052065, 24.13606873967212 -16.965071676755716 M23.046875 -17 C23.456316632032102 -16.98687000379052, 23.8657582640642 -16.97374000758104, 24.13606873967212 -16.965071676755716 M24.13606873967212 -16.965071676755716 C24.44717597169245 -16.935059536243905, 24.758283203712782 -16.90504739573209, 25.2207867486366 -16.860430234995185 M24.13606873967212 -16.965071676755716 C24.5306525616134 -16.927006650009517, 24.925236383554687 -16.888941623263317, 25.2207867486366 -16.860430234995185 M25.2207867486366 -16.860430234995185 C25.457442744600982 -16.82216952886232, 25.694098740565366 -16.78390882272946, 26.296571687923326 -16.686505668848113 M25.2207867486366 -16.860430234995185 C25.5707996802631 -16.80384285860064, 25.920812611889602 -16.74725548220609, 26.296571687923326 -16.686505668848113 M26.296571687923326 -16.686505668848113 C26.652934475277185 -16.60516818811911, 27.009297262631048 -16.523830707390104, 27.35900292646162 -16.4440126716635 M26.296571687923326 -16.686505668848113 C26.554998053324514 -16.62752153733493, 26.813424418725702 -16.56853740582174, 27.35900292646162 -16.4440126716635 M27.35900292646162 -16.4440126716635 C27.58766227270355 -16.376147777956298, 27.81632161894548 -16.308282884249095, 28.40371470640155 -16.133947699181366 M27.35900292646162 -16.4440126716635 C27.677394223599695 -16.349515805942943, 27.995785520737765 -16.255018940222385, 28.40371470640155 -16.133947699181366 M28.40371470640155 -16.133947699181366 C28.767787149008587 -15.99996567485321, 29.131859591615623 -15.865983650525054, 29.42641408294936 -15.757584874882369 M28.40371470640155 -16.133947699181366 C28.728608786931726 -16.014383674258305, 29.0535028674619 -15.894819649335242, 29.42641408294936 -15.757584874882369 M29.42641408294936 -15.757584874882369 C29.692185018473655 -15.639935965540454, 29.957955953997946 -15.52228705619854, 30.422898564998487 -15.316470754341125 M29.42641408294936 -15.757584874882369 C29.651405022102296 -15.657988060238443, 29.87639596125523 -15.558391245594516, 30.422898564998487 -15.316470754341125 M30.422898564998487 -15.316470754341125 C30.75101850290588 -15.14529079290569, 31.07913844081327 -14.974110831470256, 31.38907338406694 -14.812417970097622 M30.422898564998487 -15.316470754341125 C30.73644160664267 -15.152895550349257, 31.04998464828686 -14.989320346357388, 31.38907338406694 -14.812417970097622 M31.38907338406694 -14.812417970097622 C31.73042496085404 -14.605488638244752, 32.07177653764114 -14.398559306391883, 32.320968320579325 -14.247497783161291 M31.38907338406694 -14.812417970097622 C31.740047160609247 -14.599655604206824, 32.091020937151555 -14.386893238316027, 32.320968320579325 -14.247497783161291 M32.320968320579325 -14.247497783161291 C32.65684853747521 -14.013202283874968, 32.9927287543711 -13.778906784588644, 33.214754018350675 -13.624031571755262 M32.320968320579325 -14.247497783161291 C32.52452010249345 -14.10550887171262, 32.72807188440757 -13.96351996026395, 33.214754018350675 -13.624031571755262 M33.214754018350675 -13.624031571755262 C33.52904765358627 -13.373390761359762, 33.84334128882187 -13.122749950964261, 34.0667577202324 -12.944581292275288 M33.214754018350675 -13.624031571755262 C33.48914389716784 -13.405212945219903, 33.76353377598501 -13.186394318684544, 34.0667577202324 -12.944581292275288 M34.0667577202324 -12.944581292275288 C34.351142033447765 -12.686310983409697, 34.63552634666313 -12.428040674544107, 34.87347836025927 -12.21193895166137 M34.0667577202324 -12.944581292275288 C34.3232126915197 -12.711675672778872, 34.579667662807005 -12.478770053282457, 34.87347836025927 -12.21193895166137 M34.87347836025927 -12.21193895166137 C35.08132452585406 -11.997320721197198, 35.289170691448845 -11.782702490733026, 35.63160095028036 -11.42911513444239 M34.87347836025927 -12.21193895166137 C35.027683344925016 -12.052709644529292, 35.18188832959076 -11.893480337397214, 35.63160095028036 -11.42911513444239 M35.63160095028036 -11.42911513444239 C35.812569128314074 -11.216539615142946, 35.99353730634779 -11.003964095843502, 36.33801020195651 -10.59932663159847 M35.63160095028036 -11.42911513444239 C35.852074913011926 -11.170133872494022, 36.072548875743486 -10.911152610545653, 36.33801020195651 -10.59932663159847 M36.33801020195651 -10.59932663159847 C36.55325359363319 -10.3109200958281, 36.768496985309866 -10.022513560057732, 36.98980332814825 -9.725983222076888 M36.33801020195651 -10.59932663159847 C36.493510573551774 -10.390970300036097, 36.64901094514704 -10.182613968473722, 36.98980332814825 -9.725983222076888 M36.98980332814825 -9.725983222076888 C37.15127993559633 -9.477911790496208, 37.31275654304441 -9.22984035891553, 37.58430197109088 -8.812673661278927 M36.98980332814825 -9.725983222076888 C37.14082916805722 -9.493966975860294, 37.2918550079662 -9.261950729643702, 37.58430197109088 -8.812673661278927 M37.58430197109088 -8.812673661278927 C37.76273370235752 -8.49585005424297, 37.941165433624164 -8.179026447207013, 38.119063208341004 -7.863150934094199 M37.58430197109088 -8.812673661278927 C37.70302900773005 -8.601861785309948, 37.82175604436923 -8.391049909340971, 38.119063208341004 -7.863150934094199 M38.119063208341004 -7.863150934094199 C38.25245160166212 -7.58616708130849, 38.385839994983236 -7.309183228522782, 38.59188959126881 -6.881316833080699 M38.119063208341004 -7.863150934094199 C38.22021917912259 -7.653098396375192, 38.32137514990417 -7.443045858656184, 38.59188959126881 -6.881316833080699 M38.59188959126881 -6.881316833080699 C38.72661958906978 -6.548531133685012, 38.861349586870745 -6.215745434289325, 39.000838174845924 -5.871205925162238 M38.59188959126881 -6.881316833080699 C38.68380528523174 -6.6542832919232, 38.77572097919468 -6.427249750765701, 39.000838174845924 -5.871205925162238 M39.000838174845924 -5.871205925162238 C39.12767477593255 -5.489194291357331, 39.25451137701917 -5.107182657552422, 39.344228501623235 -4.836968972727556 M39.000838174845924 -5.871205925162238 C39.13428195668217 -5.469294515650737, 39.26772573851843 -5.067383106139236, 39.344228501623235 -4.836968972727556 M39.344228501623235 -4.836968972727556 C39.43020390540447 -4.509107496134001, 39.5161793091857 -4.181246019540445, 39.620649507091 -3.7828558772573464 M39.344228501623235 -4.836968972727556 C39.4256021139166 -4.5266561215063, 39.50697572620996 -4.216343270285044, 39.620649507091 -3.7828558772573464 M39.620649507091 -3.7828558772573464 C39.68596499258605 -3.447474663672995, 39.75128047808111 -3.1120934500886435, 39.82896531804565 -2.713198215567453 M39.620649507091 -3.7828558772573464 C39.66260567909425 -3.567419801460768, 39.704561851097495 -3.35198372566419, 39.82896531804565 -2.713198215567453 M39.82896531804565 -2.713198215567453 C39.87359563281152 -2.367054307495849, 39.91822594757739 -2.020910399424245, 39.968319920136366 -1.632391440430593 M39.82896531804565 -2.713198215567453 C39.878440371670095 -2.3294794696106282, 39.92791542529454 -1.945760723653804, 39.968319920136366 -1.632391440430593 M39.968319920136366 -1.632391440430593 C39.98879293969161 -1.3135076353336566, 40.00926595924687 -0.9946238302367201, 40.0381406754117 -0.5448768187181379 M39.968319920136366 -1.632391440430593 C39.9824422350004 -1.4124249870958892, 39.99656454986444 -1.1924585337611853, 40.0381406754117 -0.5448768187181379 M40.0381406754117 -0.5448768187181379 C40.0381406754117 -0.16622728809054615, 40.0381406754117 0.21242224253704556, 40.0381406754117 0.5448768187181336 M40.0381406754117 -0.5448768187181379 C40.0381406754117 -0.2098755081204729, 40.0381406754117 0.12512580247719207, 40.0381406754117 0.5448768187181336 M40.0381406754117 0.5448768187181336 C40.011229132717375 0.9640458187883865, 39.98431759002306 1.3832148188586393, 39.968319920136366 1.6323914404305815 M40.0381406754117 0.5448768187181336 C40.0124695308109 0.9447256172505457, 39.98679838621009 1.3445744157829578, 39.968319920136366 1.6323914404305815 M39.968319920136366 1.6323914404305815 C39.936077040861846 1.8824608450070976, 39.903834161587326 2.132530249583614, 39.828965318045654 2.7131982155674415 M39.968319920136366 1.6323914404305815 C39.92250096023874 1.9877542454195587, 39.87668200034111 2.3431170504085355, 39.828965318045654 2.7131982155674415 M39.828965318045654 2.7131982155674415 C39.773626293105735 2.9973524127268667, 39.71828726816582 3.281506609886292, 39.620649507091 3.782855877257343 M39.828965318045654 2.7131982155674415 C39.78716074888027 2.9278558428328747, 39.74535617971488 3.1425134700983075, 39.620649507091 3.782855877257343 M39.620649507091 3.782855877257343 C39.521365871079574 4.161467411168957, 39.422082235068146 4.5400789450805705, 39.344228501623235 4.836968972727545 M39.620649507091 3.782855877257343 C39.517540438179665 4.176055444769423, 39.41443136926833 4.569255012281504, 39.344228501623235 4.836968972727545 M39.344228501623235 4.836968972727545 C39.238546635763115 5.1552659145795525, 39.132864769903 5.473562856431561, 39.000838174845924 5.871205925162227 M39.344228501623235 4.836968972727545 C39.2649398004905 5.075773907600398, 39.18565109935776 5.314578842473252, 39.000838174845924 5.871205925162227 M39.000838174845924 5.871205925162227 C38.85096214211356 6.241402623667131, 38.7010861093812 6.611599322172036, 38.59188959126881 6.881316833080694 M39.000838174845924 5.871205925162227 C38.890230931511454 6.144407954643948, 38.779623688176976 6.41760998412567, 38.59188959126881 6.881316833080694 M38.59188959126881 6.881316833080694 C38.45755584763802 7.160263726011691, 38.323222104007236 7.439210618942688, 38.119063208341004 7.863150934094196 M38.59188959126881 6.881316833080694 C38.44318033012866 7.1901147957066724, 38.29447106898852 7.49891275833265, 38.119063208341004 7.863150934094196 M38.119063208341004 7.863150934094196 C37.99212285477709 8.088546385951583, 37.86518250121317 8.313941837808969, 37.58430197109089 8.812673661278923 M38.119063208341004 7.863150934094196 C37.99707864848475 8.079746872395095, 37.875094088628494 8.296342810695993, 37.58430197109089 8.812673661278923 M37.58430197109089 8.812673661278923 C37.4264807585819 9.055129424622168, 37.268659546072925 9.297585187965414, 36.989803328148255 9.725983222076879 M37.58430197109089 8.812673661278923 C37.385588900251484 9.117950300019142, 37.18687582941208 9.42322693875936, 36.989803328148255 9.725983222076879 M36.989803328148255 9.725983222076879 C36.85662242786711 9.904433495424003, 36.723441527585955 10.08288376877113, 36.33801020195651 10.599326631598467 M36.989803328148255 9.725983222076879 C36.775060957257814 10.013718435637617, 36.56031858636738 10.301453649198358, 36.33801020195651 10.599326631598467 M36.33801020195651 10.599326631598467 C36.11121157584614 10.865737203035115, 35.88441294973578 11.132147774471765, 35.63160095028037 11.42911513444238 M36.33801020195651 10.599326631598467 C36.12649223700413 10.847787668944697, 35.91497427205175 11.096248706290927, 35.63160095028037 11.42911513444238 M35.63160095028037 11.42911513444238 C35.443373571642056 11.623475356641626, 35.255146193003746 11.81783557884087, 34.87347836025927 12.211938951661365 M35.63160095028037 11.42911513444238 C35.45373675404221 11.612774519980366, 35.27587255780406 11.79643390551835, 34.87347836025927 12.211938951661365 M34.87347836025927 12.211938951661365 C34.69718870594011 12.372040551345377, 34.520899051620944 12.532142151029388, 34.06675772023242 12.944581292275275 M34.87347836025927 12.211938951661365 C34.675108291940624 12.392093399123965, 34.47673822362198 12.572247846586565, 34.06675772023242 12.944581292275275 M34.06675772023242 12.944581292275275 C33.72714864216155 13.215410494659675, 33.38753956409069 13.486239697044077, 33.214754018350675 13.62403157175526 M34.06675772023242 12.944581292275275 C33.8280279802288 13.134961907062973, 33.58929824022519 13.325342521850668, 33.214754018350675 13.62403157175526 M33.214754018350675 13.62403157175526 C32.92520150543502 13.826010870238962, 32.63564899251936 14.027990168722663, 32.32096832057934 14.247497783161286 M33.214754018350675 13.62403157175526 C32.91436186947347 13.83357213104546, 32.613969720596266 14.043112690335658, 32.32096832057934 14.247497783161286 M32.32096832057934 14.247497783161286 C32.10374708391067 14.379178573363513, 31.886525847241998 14.510859363565741, 31.389073384066943 14.81241797009762 M32.32096832057934 14.247497783161286 C31.967377695434198 14.46184649805343, 31.61378707028906 14.676195212945574, 31.389073384066943 14.81241797009762 M31.389073384066943 14.81241797009762 C31.097393270709755 14.964587298406036, 30.805713157352567 15.11675662671445, 30.42289856499849 15.316470754341124 M31.389073384066943 14.81241797009762 C31.04222176623952 14.993370236949122, 30.695370148412096 15.174322503800624, 30.42289856499849 15.316470754341124 M30.42289856499849 15.316470754341124 C30.046214032707447 15.483217822836728, 29.669529500416406 15.649964891332335, 29.426414082949368 15.757584874882367 M30.42289856499849 15.316470754341124 C30.101947411629407 15.458546309259923, 29.780996258260323 15.600621864178722, 29.426414082949368 15.757584874882367 M29.426414082949368 15.757584874882367 C29.20624797604839 15.838608037415108, 28.986081869147416 15.91963119994785, 28.403714706401562 16.133947699181363 M29.426414082949368 15.757584874882367 C29.191025905469893 15.844209900099274, 28.955637727990418 15.93083492531618, 28.403714706401562 16.133947699181363 M28.403714706401562 16.133947699181363 C28.186378502685127 16.198451943623386, 27.969042298968695 16.262956188065413, 27.359002926461642 16.444012671663497 M28.403714706401562 16.133947699181363 C28.116956179756944 16.219056124663265, 27.830197653112325 16.304164550145163, 27.359002926461642 16.444012671663497 M27.359002926461642 16.444012671663497 C27.11939652336043 16.498701269593443, 26.879790120259216 16.553389867523393, 26.296571687923333 16.68650566884811 M27.359002926461642 16.444012671663497 C27.049080339052725 16.51475047980569, 26.73915775164381 16.58548828794789, 26.296571687923333 16.68650566884811 M26.296571687923333 16.68650566884811 C25.924049015921607 16.74673224550088, 25.551526343919882 16.80695882215365, 25.220786748636613 16.86043023499518 M26.296571687923333 16.68650566884811 C25.99585282287923 16.73512356283881, 25.69513395783513 16.783741456829514, 25.220786748636613 16.86043023499518 M25.220786748636613 16.86043023499518 C24.903537280563224 16.891034909631912, 24.58628781248984 16.921639584268647, 24.13606873967212 16.965071676755716 M25.220786748636613 16.86043023499518 C24.990487240873975 16.882646951533363, 24.760187733111337 16.904863668071542, 24.13606873967212 16.965071676755716 M24.13606873967212 16.965071676755716 C23.739267985653083 16.977796304611292, 23.342467231634046 16.990520932466872, 23.046875000000004 17 M24.13606873967212 16.965071676755716 C23.747567248265483 16.977530163412847, 23.359065756858843 16.989988650069982, 23.046875000000004 17 M23.046875000000004 17 C23.046875000000004 17, 23.046875 17, 23.046875 17 M23.046875000000004 17 C23.046875000000004 17, 23.046875 17, 23.046875 17 M23.046875 17 C10.043335269074305 17, -2.96020446185139 17, -23.046874999999996 17 M23.046875 17 C13.737557726344676 17, 4.4282404526893515 17, -23.046874999999996 17 M-23.046874999999996 17 C-23.29521133659918 16.99203633704262, -23.54354767319837 16.98407267408524, -24.136068739672112 16.965071676755716 M-23.046874999999996 17 C-23.415241731566468 16.98818719590101, -23.783608463132943 16.97637439180202, -24.136068739672112 16.965071676755716 M-24.136068739672112 16.965071676755716 C-24.42690764916752 16.937014796941657, -24.71774655866293 16.9089579171276, -25.220786748636606 16.86043023499518 M-24.136068739672112 16.965071676755716 C-24.448413565415976 16.934940147065817, -24.76075839115984 16.90480861737592, -25.220786748636606 16.86043023499518 M-25.220786748636606 16.86043023499518 C-25.552610856109833 16.806783486633297, -25.884434963583058 16.75313673827141, -26.29657168792333 16.68650566884811 M-25.220786748636606 16.86043023499518 C-25.45063223117182 16.823270599857228, -25.680477713707035 16.78611096471927, -26.29657168792333 16.68650566884811 M-26.29657168792333 16.68650566884811 C-26.656966257145637 16.60424796021747, -27.01736082636794 16.52199025158683, -27.35900292646162 16.4440126716635 M-26.29657168792333 16.68650566884811 C-26.68307242687568 16.598289397335265, -27.06957316582803 16.510073125822423, -27.35900292646162 16.4440126716635 M-27.35900292646162 16.4440126716635 C-27.64037021765719 16.360504336563707, -27.921737508852758 16.276996001463914, -28.403714706401544 16.13394769918137 M-27.35900292646162 16.4440126716635 C-27.660395147311018 16.35456104255545, -27.96178736816042 16.2651094134474, -28.403714706401544 16.13394769918137 M-28.403714706401544 16.13394769918137 C-28.670329258720848 16.035831079369963, -28.93694381104015 15.937714459558553, -29.42641408294936 15.757584874882369 M-28.403714706401544 16.13394769918137 C-28.7669662037999 16.00026779027874, -29.130217701198255 15.866587881376114, -29.42641408294936 15.757584874882369 M-29.42641408294936 15.757584874882369 C-29.787796408216252 15.597611639512513, -30.149178733483144 15.437638404142657, -30.422898564998484 15.316470754341127 M-29.42641408294936 15.757584874882369 C-29.789342544616233 15.596927210792748, -30.1522710062831 15.436269546703128, -30.422898564998484 15.316470754341127 M-30.422898564998484 15.316470754341127 C-30.66087636773382 15.192317887086158, -30.89885417046916 15.068165019831191, -31.389073384066936 14.812417970097624 M-30.422898564998484 15.316470754341127 C-30.678375204416238 15.183188755197483, -30.93385184383399 15.04990675605384, -31.389073384066936 14.812417970097624 M-31.389073384066936 14.812417970097624 C-31.61171068693802 14.677453928735154, -31.834347989809103 14.542489887372687, -32.32096832057932 14.247497783161299 M-31.389073384066936 14.812417970097624 C-31.732805165965004 14.60404574391885, -32.07653694786307 14.395673517740077, -32.32096832057932 14.247497783161299 M-32.32096832057932 14.247497783161299 C-32.551776452680684 14.086496021730387, -32.78258458478206 13.925494260299475, -33.21475401835067 13.624031571755264 M-32.32096832057932 14.247497783161299 C-32.56257407161272 14.078964070184789, -32.80417982264613 13.91043035720828, -33.21475401835067 13.624031571755264 M-33.21475401835067 13.624031571755264 C-33.42518134752032 13.456221376448866, -33.635608676689984 13.288411181142468, -34.0667577202324 12.94458129227529 M-33.21475401835067 13.624031571755264 C-33.43375170163051 13.449386747112694, -33.65274938491035 13.274741922470124, -34.0667577202324 12.94458129227529 M-34.0667577202324 12.94458129227529 C-34.31450072431121 12.719587650891608, -34.562243728390015 12.494594009507926, -34.87347836025926 12.211938951661377 M-34.0667577202324 12.94458129227529 C-34.250911254968514 12.77733792446348, -34.435064789704626 12.610094556651669, -34.87347836025926 12.211938951661377 M-34.87347836025926 12.211938951661377 C-35.126850303843256 11.950311617687467, -35.38022224742725 11.688684283713556, -35.631600950280365 11.429115134442386 M-34.87347836025926 12.211938951661377 C-35.108453407425664 11.969307923651915, -35.34342845459207 11.72667689564245, -35.631600950280365 11.429115134442386 M-35.631600950280365 11.429115134442386 C-35.88022442123945 11.137067858377586, -36.12884789219852 10.845020582312786, -36.33801020195651 10.599326631598473 M-35.631600950280365 11.429115134442386 C-35.89314860424232 11.12188637761556, -36.154696258204275 10.814657620788733, -36.33801020195651 10.599326631598473 M-36.33801020195651 10.599326631598473 C-36.56377545324395 10.296821762510813, -36.78954070453138 9.994316893423152, -36.98980332814825 9.72598322207689 M-36.33801020195651 10.599326631598473 C-36.49138137965295 10.393823225886969, -36.64475255734939 10.188319820175465, -36.98980332814825 9.72598322207689 M-36.98980332814825 9.72598322207689 C-37.10887940988022 9.543050384131526, -37.22795549161218 9.360117546186164, -37.58430197109088 8.812673661278936 M-36.98980332814825 9.72598322207689 C-37.11153498054488 9.538970714470032, -37.23326663294151 9.351958206863173, -37.58430197109088 8.812673661278936 M-37.58430197109088 8.812673661278936 C-37.75953837377775 8.501523683698464, -37.93477477646462 8.190373706117994, -38.119063208341004 7.863150934094201 M-37.58430197109088 8.812673661278936 C-37.727313030966165 8.558743043030248, -37.87032409084144 8.30481242478156, -38.119063208341004 7.863150934094201 M-38.119063208341004 7.863150934094201 C-38.21743937433101 7.658870720503212, -38.315815540321005 7.454590506912224, -38.59188959126881 6.881316833080701 M-38.119063208341004 7.863150934094201 C-38.2216189985961 7.650191641287103, -38.3241747888512 7.437232348480005, -38.59188959126881 6.881316833080701 M-38.59188959126881 6.881316833080701 C-38.68218829482822 6.658277289482292, -38.77248699838763 6.4352377458838825, -39.000838174845924 5.87120592516224 M-38.59188959126881 6.881316833080701 C-38.70115134478469 6.611438189464177, -38.81041309830057 6.341559545847653, -39.000838174845924 5.87120592516224 M-39.000838174845924 5.87120592516224 C-39.13119377328564 5.478595632005912, -39.261549371725344 5.085985338849583, -39.344228501623235 4.8369689727275516 M-39.000838174845924 5.87120592516224 C-39.12730977061482 5.490293629218626, -39.25378136638371 5.109381333275011, -39.344228501623235 4.8369689727275516 M-39.344228501623235 4.8369689727275516 C-39.44562323160432 4.450306922555718, -39.547017961585404 4.063644872383886, -39.620649507091 3.782855877257349 M-39.344228501623235 4.8369689727275516 C-39.40558726899329 4.602981399687533, -39.466946036363346 4.368993826647514, -39.620649507091 3.782855877257349 M-39.620649507091 3.782855877257349 C-39.6764292508191 3.496438682266569, -39.7322089945472 3.2100214872757893, -39.82896531804565 2.713198215567455 M-39.620649507091 3.782855877257349 C-39.70338866337186 3.3580077966819903, -39.78612781965273 2.9331597161066316, -39.82896531804565 2.713198215567455 M-39.82896531804565 2.713198215567455 C-39.857565672986844 2.491379510422397, -39.88616602792805 2.269560805277339, -39.968319920136366 1.6323914404306026 M-39.82896531804565 2.713198215567455 C-39.877156175781806 2.3394394393270197, -39.92534703351797 1.9656806630865846, -39.968319920136366 1.6323914404306026 M-39.968319920136366 1.6323914404306026 C-39.987434074118525 1.334673063491066, -40.00654822810069 1.0369546865515296, -40.0381406754117 0.54487681871814 M-39.968319920136366 1.6323914404306026 C-39.99054427458429 1.2862291807282693, -40.0127686290322 0.9400669210259361, -40.0381406754117 0.54487681871814 M-40.0381406754117 0.54487681871814 C-40.0381406754117 0.13726979151284835, -40.0381406754117 -0.2703372356924433, -40.0381406754117 -0.5448768187181317 M-40.0381406754117 0.54487681871814 C-40.0381406754117 0.1315926503482568, -40.0381406754117 -0.2816915180216264, -40.0381406754117 -0.5448768187181317 M-40.0381406754117 -0.5448768187181317 C-40.01389323549698 -0.922550267571012, -39.98964579558226 -1.3002237164238921, -39.968319920136366 -1.6323914404305793 M-40.0381406754117 -0.5448768187181317 C-40.015587928760674 -0.8961540520572717, -39.993035182109644 -1.2474312853964118, -39.968319920136366 -1.6323914404305793 M-39.968319920136366 -1.6323914404305793 C-39.939108584076024 -1.8589487944838654, -39.909897248015675 -2.0855061485371515, -39.828965318045654 -2.713198215567447 M-39.968319920136366 -1.6323914404305793 C-39.92799310757268 -1.9451582352446803, -39.88766629500899 -2.2579250300587814, -39.828965318045654 -2.713198215567447 M-39.828965318045654 -2.713198215567447 C-39.769293637667374 -3.019599682695802, -39.709621957289094 -3.3260011498241573, -39.620649507091 -3.782855877257341 M-39.828965318045654 -2.713198215567447 C-39.77080626293031 -3.0118326716641124, -39.71264720781495 -3.3104671277607776, -39.620649507091 -3.782855877257341 M-39.620649507091 -3.782855877257341 C-39.55242282109736 -4.043033800583853, -39.48419613510372 -4.303211723910364, -39.344228501623235 -4.836968972727544 M-39.620649507091 -3.782855877257341 C-39.51840055084618 -4.172775462396805, -39.41615159460136 -4.562695047536269, -39.344228501623235 -4.836968972727544 M-39.344228501623235 -4.836968972727544 C-39.262563876385094 -5.082929812453793, -39.18089925114695 -5.328890652180044, -39.00083817484593 -5.871205925162218 M-39.344228501623235 -4.836968972727544 C-39.264803323167364 -5.0761849555529865, -39.185378144711486 -5.3154009383784295, -39.00083817484593 -5.871205925162218 M-39.00083817484593 -5.871205925162218 C-38.87041587949129 -6.193351516231713, -38.739993584136656 -6.51549710730121, -38.59188959126881 -6.881316833080692 M-39.00083817484593 -5.871205925162218 C-38.86136806089948 -6.215699803081163, -38.72189794695303 -6.560193681000109, -38.59188959126881 -6.881316833080692 M-38.59188959126881 -6.881316833080692 C-38.404466951034244 -7.270503955729855, -38.21704431079967 -7.6596910783790175, -38.119063208341004 -7.863150934094194 M-38.59188959126881 -6.881316833080692 C-38.44987141087495 -7.176220623370821, -38.307853230481086 -7.47112441366095, -38.119063208341004 -7.863150934094194 M-38.119063208341004 -7.863150934094194 C-37.981292287807705 -8.107777154319548, -37.8435213672744 -8.352403374544902, -37.58430197109088 -8.812673661278929 M-38.119063208341004 -7.863150934094194 C-37.985580229842256 -8.100163479035983, -37.85209725134351 -8.33717602397777, -37.58430197109088 -8.812673661278929 M-37.58430197109088 -8.812673661278929 C-37.402630077401525 -9.09177047571988, -37.22095818371217 -9.370867290160831, -36.98980332814825 -9.725983222076884 M-37.58430197109088 -8.812673661278929 C-37.356038848097995 -9.16334711542694, -37.12777572510512 -9.514020569574955, -36.98980332814825 -9.725983222076884 M-36.98980332814825 -9.725983222076884 C-36.733582064705836 -10.069296372852424, -36.47736080126342 -10.412609523627964, -36.33801020195651 -10.599326631598467 M-36.98980332814825 -9.725983222076884 C-36.749312956364655 -10.048218411143315, -36.50882258458106 -10.370453600209744, -36.33801020195651 -10.599326631598467 M-36.33801020195651 -10.599326631598467 C-36.085616957528345 -10.895802098086246, -35.833223713100175 -11.192277564574027, -35.63160095028037 -11.42911513444238 M-36.33801020195651 -10.599326631598467 C-36.1570003385188 -10.811951116945412, -35.97599047508109 -11.024575602292357, -35.63160095028037 -11.42911513444238 M-35.63160095028037 -11.42911513444238 C-35.439095349394876 -11.627892972360423, -35.24658974850937 -11.826670810278465, -34.87347836025928 -12.21193895166136 M-35.63160095028037 -11.42911513444238 C-35.40489388334956 -11.663208794044795, -35.178186816418744 -11.89730245364721, -34.87347836025928 -12.21193895166136 M-34.87347836025928 -12.21193895166136 C-34.63807609969201 -12.425725056306044, -34.402673839124745 -12.639511160950727, -34.06675772023242 -12.944581292275274 M-34.87347836025928 -12.21193895166136 C-34.65735053259099 -12.40822052632074, -34.4412227049227 -12.60450210098012, -34.06675772023242 -12.944581292275274 M-34.06675772023242 -12.944581292275274 C-33.8391679148648 -13.126078105636871, -33.61157810949719 -13.30757491899847, -33.214754018350675 -13.624031571755259 M-34.06675772023242 -12.944581292275274 C-33.83985892540011 -13.125527043123528, -33.6129601305678 -13.306472793971782, -33.214754018350675 -13.624031571755259 M-33.214754018350675 -13.624031571755259 C-32.948525018940856 -13.809741396875914, -32.68229601953104 -13.99545122199657, -32.32096832057934 -14.247497783161284 M-33.214754018350675 -13.624031571755259 C-32.99466928115576 -13.777553157107711, -32.77458454396085 -13.931074742460165, -32.32096832057934 -14.247497783161284 M-32.32096832057934 -14.247497783161284 C-32.080387763639216 -14.393339130586668, -31.8398072066991 -14.539180478012053, -31.389073384066947 -14.812417970097618 M-32.32096832057934 -14.247497783161284 C-32.112370529433456 -14.37395099001061, -31.903772738287564 -14.500404196859936, -31.389073384066947 -14.812417970097618 M-31.389073384066947 -14.812417970097618 C-31.08698071293649 -14.970019523126785, -30.784888041806035 -15.127621076155954, -30.42289856499849 -15.316470754341124 M-31.389073384066947 -14.812417970097618 C-31.00737496360495 -15.011549791563134, -30.625676543142955 -15.210681613028651, -30.42289856499849 -15.316470754341124 M-30.42289856499849 -15.316470754341124 C-30.073187674559943 -15.471277391733285, -29.7234767841214 -15.626084029125446, -29.426414082949368 -15.757584874882365 M-30.42289856499849 -15.316470754341124 C-30.072889761898693 -15.471409268831156, -29.722880958798893 -15.626347783321188, -29.426414082949368 -15.757584874882365 M-29.426414082949368 -15.757584874882365 C-29.09728108348041 -15.878708861159037, -28.768148084011457 -15.999832847435709, -28.403714706401566 -16.133947699181363 M-29.426414082949368 -15.757584874882365 C-29.022680481239195 -15.906162572384213, -28.618946879529023 -16.05474026988606, -28.403714706401566 -16.133947699181363 M-28.403714706401566 -16.133947699181363 C-28.123932975474773 -16.21698544831616, -27.84415124454798 -16.300023197450958, -27.359002926461642 -16.444012671663494 M-28.403714706401566 -16.133947699181363 C-28.033164066369483 -16.243925184082883, -27.6626134263374 -16.353902668984404, -27.359002926461642 -16.444012671663494 M-27.359002926461642 -16.444012671663494 C-27.083406978111228 -16.506915648442842, -26.807811029760817 -16.569818625222187, -26.296571687923336 -16.68650566884811 M-27.359002926461642 -16.444012671663494 C-27.03779805919346 -16.51732558655981, -26.716593191925273 -16.59063850145613, -26.296571687923336 -16.68650566884811 M-26.296571687923336 -16.68650566884811 C-26.0496490096235 -16.72642621256166, -25.80272633132366 -16.766346756275205, -25.220786748636613 -16.86043023499518 M-26.296571687923336 -16.68650566884811 C-25.90183793515642 -16.750323160789492, -25.507104182389504 -16.814140652730874, -25.220786748636613 -16.86043023499518 M-25.220786748636613 -16.86043023499518 C-24.88681903784527 -16.892647698400285, -24.552851327053933 -16.92486516180539, -24.13606873967212 -16.965071676755716 M-25.220786748636613 -16.86043023499518 C-24.948246462216435 -16.886721868648486, -24.67570617579626 -16.91301350230179, -24.13606873967212 -16.965071676755716 M-24.13606873967212 -16.965071676755716 C-23.857976301461004 -16.973989559975053, -23.57988386324989 -16.98290744319439, -23.046875000000004 -17 M-24.13606873967212 -16.965071676755716 C-23.86676673692808 -16.97370766781917, -23.597464734184044 -16.98234365888262, -23.046875000000004 -17 M-23.046875000000004 -17 C-23.046875000000004 -17, -23.046875 -17, -23.046875 -17 M-23.046875000000004 -17 C-23.046875000000004 -17, -23.046875 -17, -23.046875 -17" stroke="#7dd3fc" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#1f2937 !important;stroke:#7dd3fc !important;stroke-width:2px !important"/></g><g class="label" style="color:#f8fafc !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#f8fafc !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Request</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-PROFILE-1" data-look="classic" transform="translate(245.23252868652344, 288.1499996185303)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-82.15625" y="-24.5" width="164.3125" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Project</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> profile</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-CONTRACT-3" data-look="classic" transform="translate(467.32627868652344, 288.1499996185303)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-89.9375" y="-24.5" width="179.875" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Current</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> contract</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-ROUTE-5" data-look="classic" transform="translate(707.1231536865234, 288.1499996185303)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-99.859375" y="-24.5" width="199.71875" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Deterministic</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> route</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-GATES-7" data-look="classic" transform="translate(990.1231536865234, 288.1499996185303)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-83.140625" y="-24.5" width="166.28125" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Required</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> gates</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-PREFLIGHT-9" data-look="classic" transform="translate(1219.7559661865234, 288.1499996185303)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-96.4921875" y="-24.5" width="192.984375" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">PREFLIGHT_READY</tspan></tspan></text></g></g></g><g class="node default contract" id="my-svg-flowchart-STATE-11" data-look="classic" transform="translate(1474.9434661865234, 198.89999961853027)"><rect class="basic label-container" style="fill:#172554 !important;stroke:#60a5fa !important;stroke-width:2px !important" x="-108.6953125" y="-24.5" width="217.390625" height="49"/><g class="label" style="color:#dbeafe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dbeafe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Resumable</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> work</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> state</tspan></tspan></text></g></g></g><g class="node default execution" id="my-svg-flowchart-EXECUTE-13" data-look="classic" transform="translate(1770.5528411865234, 198.89999961853027)"><rect class="basic label-container" style="fill:#312e81 !important;stroke:#a78bfa !important;stroke-width:2px !important" x="-86.9140625" y="-24.5" width="173.828125" height="49"/><g class="label" style="color:#ede9fe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ede9fe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Implementation</tspan></tspan></text></g></g></g><g class="node default execution" id="my-svg-flowchart-CHECKS-15" data-look="classic" transform="translate(2035.0762786865234, 188.89999961853027)"><rect class="basic label-container" style="fill:#312e81 !important;stroke:#a78bfa !important;stroke-width:2px !important" x="-121.4296875" y="-24.5" width="242.859375" height="49"/><g class="label" style="color:#ede9fe !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ede9fe !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">run-check</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> /</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> record-check</tspan></tspan></text></g></g></g><g class="node default evidence" id="my-svg-flowchart-EVIDENCE-17" data-look="classic" transform="translate(2315.1153411865234, 159.14999961853027)"><rect class="basic label-container" style="fill:#134e4a !important;stroke:#5eead4 !important;stroke-width:2px !important" x="-102.4296875" y="-24.5" width="204.859375" height="49"/><g class="label" style="color:#ccfbf1 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ccfbf1 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Structured</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> evidence</tspan></tspan></text></g></g></g><g class="node default evidence" id="my-svg-flowchart-REVIEW-19" data-look="classic" transform="translate(2729.4356536865234, 99.64999961853027)"><rect class="basic label-container" style="fill:#134e4a !important;stroke:#5eead4 !important;stroke-width:2px !important" x="-55.2109375" y="-24.5" width="110.421875" height="49"/><g class="label" style="color:#ccfbf1 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ccfbf1 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Review</tspan></tspan></text></g></g></g><g class="node default terminal" id="my-svg-flowchart-COMPLETE-21" data-look="classic" transform="translate(3074.4044036865234, 83.89999961853027)"><rect class="basic label-container" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important" x="-91.1171875" y="-24.5" width="182.234375" height="49"/><g class="label" style="color:#dcfce7 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dcfce7 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">complete</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> /</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> audit</tspan></tspan></text></g></g></g><g class="node default terminal" id="my-svg-flowchart-VALID-23" data-look="classic" transform="translate(3522.966148376465, 63.75)"><g class="basic label-container outer-path"><path d="M-14.5390625 -17 C-6.89634868887515 -17, 0.7463651222496992 -17, 14.5390625 -17 C14.5390625 -17, 14.539062499999998 -17, 14.539062499999998 -17 C14.876437635940807 -16.989181036051242, 15.213812771881615 -16.978362072102485, 15.628256239672119 -16.965071676755716 C16.051403502657084 -16.9242511692046, 16.474550765642046 -16.883430661653478, 16.7129742486366 -16.860430234995185 C17.109034752950976 -16.79639824415272, 17.505095257265353 -16.732366253310257, 17.788759187923326 -16.686505668848113 C18.08855420727364 -16.618079412026734, 18.38834922662395 -16.549653155205355, 18.85119042646162 -16.4440126716635 C19.238052842611836 -16.32919393723238, 19.624915258762048 -16.214375202801257, 19.89590220640155 -16.133947699181366 C20.233262363673337 -16.00979604278224, 20.57062252094512 -15.885644386383117, 20.91860158294936 -15.757584874882369 C21.303068409172383 -15.587392815716624, 21.68753523539541 -15.417200756550878, 21.915086064998487 -15.316470754341125 C22.193538569291 -15.171202261209062, 22.471991073583514 -15.025933768077, 22.88126088406694 -14.812417970097622 C23.213135077503015 -14.611233883727431, 23.54500927093909 -14.410049797357239, 23.813155820579325 -14.247497783161291 C24.001494030951264 -14.116121200635549, 24.189832241323206 -13.984744618109808, 24.70694151835067 -13.624031571755262 C24.987070603028933 -13.400636081272365, 25.26719968770719 -13.177240590789467, 25.5589452202324 -12.944581292275288 C25.772842203379305 -12.750325711585317, 25.98673918652621 -12.556070130895346, 26.36566586025927 -12.21193895166137 C26.662773351955543 -11.90515107350625, 26.95988084365182 -11.59836319535113, 27.12378845028036 -11.42911513444239 C27.29966601363049 -11.222519340814468, 27.475543576980616 -11.015923547186548, 27.830197701956507 -10.59932663159847 C28.03124789925975 -10.329937683261896, 28.232298096562992 -10.060548734925321, 28.48199082814825 -9.725983222076888 C28.60393504553387 -9.538644157565246, 28.725879262919495 -9.351305093053604, 29.076489471090884 -8.812673661278927 C29.21057418678949 -8.574592671006293, 29.344658902488092 -8.336511680733658, 29.611250708341004 -7.863150934094199 C29.77084423659953 -7.531751557910897, 29.930437764858056 -7.2003521817275935, 30.08407709126881 -6.881316833080699 C30.180044048550883 -6.644276593199085, 30.276011005832952 -6.407236353317471, 30.493025674845924 -5.871205925162238 C30.570909895489862 -5.636631061748058, 30.6487941161338 -5.402056198333877, 30.83641600162323 -4.836968972727556 C30.906682646560842 -4.569011801823882, 30.976949291498457 -4.301054630920207, 31.112837007091002 -3.7828558772573464 C31.18488268324068 -3.4129165570877915, 31.256928359390358 -3.042977236918236, 31.32115281804565 -2.713198215567453 C31.36514655743984 -2.371991460372585, 31.409140296834032 -2.030784705177717, 31.46050742013637 -1.632391440430593 C31.4797394452349 -1.3328371257097225, 31.49897147033343 -1.0332828109888519, 31.530328175411693 -0.5448768187181379 C31.530328175411693 -0.13917665395334505, 31.530328175411693 0.26652351081144776, 31.530328175411693 0.5448768187181336 C31.514971326505876 0.7840721362515672, 31.49961447760006 1.0232674537850008, 31.46050742013637 1.6323914404305815 C31.410582606118524 2.0195984391833637, 31.36065779210068 2.4068054379361463, 31.321152818045654 2.7131982155674415 C31.274731785583775 2.9515604061704974, 31.2283107531219 3.1899225967735534, 31.112837007091002 3.782855877257343 C31.023435839328563 4.12378127664673, 30.934034671566124 4.4647066760361165, 30.83641600162323 4.836968972727545 C30.739439408976597 5.129047018657477, 30.64246281632996 5.42112506458741, 30.493025674845928 5.871205925162227 C30.38363111964121 6.141412591517728, 30.27423656443649 6.4116192578732285, 30.08407709126881 6.881316833080694 C29.910385583380396 7.241990965613901, 29.736694075491982 7.602665098147108, 29.611250708341004 7.863150934094196 C29.4644667417766 8.123780730217652, 29.317682775212194 8.384410526341108, 29.076489471090888 8.812673661278923 C28.878889294682494 9.116240595319113, 28.6812891182741 9.419807529359304, 28.481990828148255 9.725983222076879 C28.255806211639513 10.02905000235613, 28.029621595130767 10.332116782635378, 27.830197701956507 10.599326631598467 C27.59432893580476 10.876391505633313, 27.358460169653014 11.153456379668157, 27.12378845028037 11.42911513444238 C26.86543761865076 11.695883579097698, 26.60708678702115 11.962652023753018, 26.36566586025927 12.211938951661365 C26.086886809148897 12.465118709790314, 25.80810775803852 12.718298467919263, 25.558945220232417 12.944581292275275 C25.219136418753394 13.215569768762819, 24.87932761727437 13.486558245250365, 24.706941518350675 13.62403157175526 C24.37268217865638 13.857196417272398, 24.038422838962088 14.090361262789536, 23.813155820579336 14.247497783161286 C23.54659170724447 14.409090515169492, 23.2800275939096 14.570683247177698, 22.881260884066943 14.81241797009762 C22.519671569727723 15.00105888377938, 22.158082255388504 15.189699797461142, 21.91508606499849 15.316470754341124 C21.692458048861145 15.415021573059668, 21.469830032723802 15.513572391778213, 20.918601582949368 15.757584874882367 C20.64692240054816 15.857565325380843, 20.375243218146952 15.95754577587932, 19.895902206401562 16.133947699181363 C19.663483042119022 16.202928487147332, 19.431063877836483 16.271909275113302, 18.851190426461642 16.444012671663497 C18.588507510467675 16.503968333072894, 18.32582459447371 16.563923994482295, 17.788759187923333 16.68650566884811 C17.44487805712479 16.74210170323762, 17.100996926326246 16.79769773762713, 16.712974248636613 16.86043023499518 C16.481370464594367 16.882772773497436, 16.249766680552124 16.905115311999687, 15.628256239672119 16.965071676755716 C15.289868102322952 16.975923125687952, 14.951479964973785 16.98677457462019, 14.539062500000004 17 C14.539062500000002 17, 14.539062500000002 17, 14.5390625 17 C3.346847930394871 17, -7.845366639210258 17, -14.539062499999996 17 C-14.91892594968301 16.987818518528016, -15.298789399366022 16.975637037056032, -15.628256239672112 16.965071676755716 C-15.90997881199518 16.937894239024676, -16.191701384318247 16.91071680129363, -16.712974248636606 16.86043023499518 C-17.0619072348463 16.804017455800523, -17.410840221055995 16.74760467660586, -17.78875918792333 16.68650566884811 C-18.017103610262183 16.63438754453588, -18.245448032601036 16.582269420223646, -18.85119042646162 16.4440126716635 C-19.090546863899558 16.3729729374395, -19.3299033013375 16.301933203215498, -19.895902206401544 16.13394769918137 C-20.128150253327934 16.048478271035048, -20.360398300254325 15.963008842888723, -20.91860158294936 15.757584874882369 C-21.286241445387002 15.594841613430265, -21.653881307824644 15.432098351978164, -21.915086064998484 15.316470754341127 C-22.11213185458375 15.213672092128345, -22.30917764416902 15.110873429915562, -22.881260884066936 14.812417970097624 C-23.19706568344861 14.620975244837455, -23.51287048283028 14.429532519577284, -23.81315582057932 14.247497783161299 C-24.09803289612734 14.04877986738884, -24.382909971675364 13.850061951616379, -24.706941518350668 13.624031571755264 C-24.99560023140913 13.3938339296221, -25.28425894446759 13.163636287488936, -25.5589452202324 12.94458129227529 C-25.756274485756673 12.765372074372406, -25.953603751280944 12.586162856469524, -26.365665860259263 12.211938951661377 C-26.66052795741349 11.907469627721243, -26.955390054567715 11.603000303781108, -27.123788450280365 11.429115134442386 C-27.32794269451784 11.189303942455465, -27.532096938755313 10.949492750468544, -27.830197701956507 10.599326631598473 C-27.99026923022127 10.384845366539913, -28.15034075848603 10.170364101481354, -28.48199082814825 9.72598322207689 C-28.617538018535985 9.517746338124294, -28.75308520892372 9.309509454171698, -29.076489471090877 8.812673661278936 C-29.19237072815223 8.606914755116806, -29.308251985213584 8.401155848954678, -29.611250708341 7.863150934094201 C-29.72506787130616 7.626807159899886, -29.83888503427132 7.390463385705569, -30.08407709126881 6.881316833080701 C-30.197562194292587 6.601006434526765, -30.311047297316367 6.320696035972827, -30.493025674845924 5.87120592516224 C-30.611034544142925 5.515782012999616, -30.729043413439925 5.160358100836992, -30.83641600162323 4.8369689727275516 C-30.91551489538328 4.53533060914308, -30.994613789143326 4.233692245558609, -31.112837007091 3.782855877257349 C-31.180564106624402 3.435091535280875, -31.24829120615781 3.087327193304401, -31.32115281804565 2.713198215567455 C-31.362865115397984 2.389685874327539, -31.404577412750317 2.0661735330876225, -31.460507420136366 1.6323914404306026 C-31.487007001540636 1.2196390699820154, -31.513506582944903 0.8068866995334284, -31.530328175411693 0.54487681871814 C-31.530328175411693 0.1222065867714231, -31.530328175411693 -0.3004636451752938, -31.530328175411693 -0.5448768187181317 C-31.513439382965302 -0.8079333934585893, -31.496550590518908 -1.070989968199047, -31.46050742013637 -1.6323914404305793 C-31.411401607014934 -2.0132464299608395, -31.362295793893498 -2.3941014194910997, -31.321152818045654 -2.713198215567447 C-31.274898064559302 -2.950706598774251, -31.22864331107295 -3.1882149819810546, -31.112837007091002 -3.782855877257341 C-31.019150768716475 -4.1401221080519806, -30.925464530341944 -4.497388338846621, -30.836416001623235 -4.836968972727544 C-30.719955855567786 -5.187728377242152, -30.603495709512337 -5.53848778175676, -30.49302567484593 -5.871205925162218 C-30.348026281360728 -6.229357230443234, -30.20302688787552 -6.58750853572425, -30.08407709126881 -6.881316833080692 C-29.91574639317687 -7.230859129368563, -29.747415695084932 -7.580401425656434, -29.611250708341004 -7.863150934094194 C-29.45989584223147 -8.131896825213795, -29.30854097612194 -8.400642716333396, -29.076489471090884 -8.812673661278929 C-28.890140591316086 -9.098955582293732, -28.70379171154129 -9.385237503308533, -28.48199082814825 -9.725983222076884 C-28.351409942584148 -9.900949712569377, -28.22082905702005 -10.075916203061869, -27.83019770195651 -10.599326631598467 C-27.572557683731116 -10.901965257138357, -27.31491766550572 -11.204603882678247, -27.123788450280372 -11.42911513444238 C-26.82780382919204 -11.734743556505409, -26.531819208103702 -12.040371978568436, -26.365665860259277 -12.21193895166136 C-26.115739377096027 -12.438915570977846, -25.865812893932773 -12.66589219029433, -25.558945220232417 -12.944581292275274 C-25.336806704364335 -13.1217308473259, -25.114668188496253 -13.298880402376525, -24.706941518350675 -13.624031571755259 C-24.501477947109866 -13.767354064678202, -24.296014375869056 -13.910676557601143, -23.81315582057934 -14.247497783161284 C-23.479645989668274 -14.449673402580887, -23.146136158757212 -14.651849022000487, -22.881260884066947 -14.812417970097618 C-22.667127032479677 -14.924131463311419, -22.452993180892406 -15.03584495652522, -21.91508606499849 -15.316470754341124 C-21.632781208879628 -15.441438739868927, -21.35047635276076 -15.566406725396728, -20.918601582949368 -15.757584874882365 C-20.681695394487864 -15.844768542173, -20.444789206026357 -15.931952209463633, -19.895902206401566 -16.133947699181363 C-19.573301762591882 -16.229693817539793, -19.2507013187822 -16.32543993589822, -18.851190426461642 -16.444012671663494 C-18.435991449201033 -16.538779128796694, -18.020792471940425 -16.63354558592989, -17.788759187923336 -16.68650566884811 C-17.474399286418947 -16.737328939825893, -17.16003938491456 -16.788152210803677, -16.712974248636613 -16.86043023499518 C-16.443302458932223 -16.886445148220186, -16.173630669227833 -16.91246006144519, -15.62825623967212 -16.965071676755716 C-15.30904046160694 -16.975308305442447, -14.989824683541759 -16.98554493412918, -14.539062500000005 -17 C-14.539062500000004 -17, -14.539062500000002 -17, -14.5390625 -17" stroke="none" stroke-width="0" fill="#14532d" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important"/><path d="M-14.5390625 -17 C-8.723306776753452 -17, -2.9075510535069036 -17, 14.5390625 -17 M-14.5390625 -17 C-8.10256451982277 -17, -1.6660665396455432 -17, 14.5390625 -17 M14.5390625 -17 C14.5390625 -17, 14.5390625 -17, 14.539062499999998 -17 M14.5390625 -17 C14.5390625 -17, 14.539062499999998 -17, 14.539062499999998 -17 M14.539062499999998 -17 C14.77397161121962 -16.992466922026033, 15.008880722439242 -16.984933844052065, 15.628256239672119 -16.965071676755716 M14.539062499999998 -17 C14.9485041320321 -16.98687000379052, 15.357945764064201 -16.97374000758104, 15.628256239672119 -16.965071676755716 M15.628256239672119 -16.965071676755716 C15.93936347169245 -16.935059536243905, 16.250470703712782 -16.90504739573209, 16.7129742486366 -16.860430234995185 M15.628256239672119 -16.965071676755716 C16.0228400616134 -16.927006650009517, 16.417423883554687 -16.888941623263317, 16.7129742486366 -16.860430234995185 M16.7129742486366 -16.860430234995185 C16.949630244600982 -16.82216952886232, 17.186286240565366 -16.78390882272946, 17.788759187923326 -16.686505668848113 M16.7129742486366 -16.860430234995185 C17.0629871802631 -16.80384285860064, 17.413000111889602 -16.74725548220609, 17.788759187923326 -16.686505668848113 M17.788759187923326 -16.686505668848113 C18.145121975277185 -16.60516818811911, 18.501484762631048 -16.523830707390104, 18.85119042646162 -16.4440126716635 M17.788759187923326 -16.686505668848113 C18.047185553324514 -16.62752153733493, 18.305611918725702 -16.56853740582174, 18.85119042646162 -16.4440126716635 M18.85119042646162 -16.4440126716635 C19.07984977270355 -16.376147777956298, 19.30850911894548 -16.308282884249095, 19.89590220640155 -16.133947699181366 M18.85119042646162 -16.4440126716635 C19.169581723599695 -16.349515805942943, 19.487973020737765 -16.255018940222385, 19.89590220640155 -16.133947699181366 M19.89590220640155 -16.133947699181366 C20.259974649008587 -15.99996567485321, 20.624047091615623 -15.865983650525054, 20.91860158294936 -15.757584874882369 M19.89590220640155 -16.133947699181366 C20.220796286931726 -16.014383674258305, 20.5456903674619 -15.894819649335242, 20.91860158294936 -15.757584874882369 M20.91860158294936 -15.757584874882369 C21.184372518473655 -15.639935965540454, 21.450143453997946 -15.52228705619854, 21.915086064998487 -15.316470754341125 M20.91860158294936 -15.757584874882369 C21.143592522102296 -15.657988060238443, 21.36858346125523 -15.558391245594516, 21.915086064998487 -15.316470754341125 M21.915086064998487 -15.316470754341125 C22.24320600290588 -15.14529079290569, 22.57132594081327 -14.974110831470256, 22.88126088406694 -14.812417970097622 M21.915086064998487 -15.316470754341125 C22.22862910664267 -15.152895550349257, 22.54217214828686 -14.989320346357388, 22.88126088406694 -14.812417970097622 M22.88126088406694 -14.812417970097622 C23.22261246085404 -14.605488638244752, 23.563964037641142 -14.398559306391883, 23.813155820579325 -14.247497783161291 M22.88126088406694 -14.812417970097622 C23.232234660609247 -14.599655604206824, 23.583208437151555 -14.386893238316027, 23.813155820579325 -14.247497783161291 M23.813155820579325 -14.247497783161291 C24.14903603747521 -14.013202283874968, 24.484916254371097 -13.778906784588644, 24.70694151835067 -13.624031571755262 M23.813155820579325 -14.247497783161291 C24.016707602493447 -14.10550887171262, 24.22025938440757 -13.96351996026395, 24.70694151835067 -13.624031571755262 M24.70694151835067 -13.624031571755262 C25.021235153586268 -13.373390761359762, 25.33552878882186 -13.122749950964261, 25.5589452202324 -12.944581292275288 M24.70694151835067 -13.624031571755262 C24.98133139716784 -13.405212945219903, 25.255721275985007 -13.186394318684544, 25.5589452202324 -12.944581292275288 M25.5589452202324 -12.944581292275288 C25.843329533447765 -12.686310983409697, 26.127713846663127 -12.428040674544107, 26.36566586025927 -12.21193895166137 M25.5589452202324 -12.944581292275288 C25.8154001915197 -12.711675672778872, 26.071855162807 -12.478770053282457, 26.36566586025927 -12.21193895166137 M26.36566586025927 -12.21193895166137 C26.57351202585406 -11.997320721197198, 26.78135819144885 -11.782702490733026, 27.12378845028036 -11.42911513444239 M26.36566586025927 -12.21193895166137 C26.519870844925016 -12.052709644529292, 26.674075829590766 -11.893480337397214, 27.12378845028036 -11.42911513444239 M27.12378845028036 -11.42911513444239 C27.304756628314077 -11.216539615142946, 27.485724806347793 -11.003964095843502, 27.830197701956507 -10.59932663159847 M27.12378845028036 -11.42911513444239 C27.344262413011926 -11.170133872494022, 27.56473637574349 -10.911152610545653, 27.830197701956507 -10.59932663159847 M27.830197701956507 -10.59932663159847 C28.045441093633187 -10.3109200958281, 28.260684485309863 -10.022513560057732, 28.48199082814825 -9.725983222076888 M27.830197701956507 -10.59932663159847 C27.985698073551774 -10.390970300036097, 28.14119844514704 -10.182613968473722, 28.48199082814825 -9.725983222076888 M28.48199082814825 -9.725983222076888 C28.643467435596328 -9.477911790496208, 28.804944043044408 -9.22984035891553, 29.076489471090884 -8.812673661278927 M28.48199082814825 -9.725983222076888 C28.633016668057223 -9.493966975860294, 28.7840425079662 -9.261950729643702, 29.076489471090884 -8.812673661278927 M29.076489471090884 -8.812673661278927 C29.254921202357526 -8.49585005424297, 29.433352933624167 -8.179026447207013, 29.611250708341004 -7.863150934094199 M29.076489471090884 -8.812673661278927 C29.19521650773006 -8.601861785309948, 29.31394354436923 -8.391049909340971, 29.611250708341004 -7.863150934094199 M29.611250708341004 -7.863150934094199 C29.74463910166212 -7.58616708130849, 29.87802749498324 -7.309183228522782, 30.08407709126881 -6.881316833080699 M29.611250708341004 -7.863150934094199 C29.712406679122587 -7.653098396375192, 29.813562649904174 -7.443045858656184, 30.08407709126881 -6.881316833080699 M30.08407709126881 -6.881316833080699 C30.218807089069777 -6.548531133685012, 30.35353708687074 -6.215745434289325, 30.493025674845924 -5.871205925162238 M30.08407709126881 -6.881316833080699 C30.175992785231745 -6.6542832919232, 30.26790847919468 -6.427249750765701, 30.493025674845924 -5.871205925162238 M30.493025674845924 -5.871205925162238 C30.619862275932544 -5.489194291357331, 30.746698877019167 -5.107182657552422, 30.83641600162323 -4.836968972727556 M30.493025674845924 -5.871205925162238 C30.626469456682173 -5.469294515650737, 30.759913238518426 -5.067383106139236, 30.83641600162323 -4.836968972727556 M30.83641600162323 -4.836968972727556 C30.922391405404465 -4.509107496134001, 31.008366809185702 -4.181246019540445, 31.112837007091002 -3.7828558772573464 M30.83641600162323 -4.836968972727556 C30.917789613916597 -4.5266561215063, 30.99916322620996 -4.216343270285044, 31.112837007091002 -3.7828558772573464 M31.112837007091002 -3.7828558772573464 C31.178152492586054 -3.447474663672995, 31.243467978081107 -3.1120934500886435, 31.32115281804565 -2.713198215567453 M31.112837007091002 -3.7828558772573464 C31.15479317909425 -3.567419801460768, 31.196749351097495 -3.35198372566419, 31.32115281804565 -2.713198215567453 M31.32115281804565 -2.713198215567453 C31.365783132811522 -2.367054307495849, 31.410413447577394 -2.020910399424245, 31.46050742013637 -1.632391440430593 M31.32115281804565 -2.713198215567453 C31.3706278716701 -2.3294794696106282, 31.420102925294547 -1.945760723653804, 31.46050742013637 -1.632391440430593 M31.46050742013637 -1.632391440430593 C31.480980439691617 -1.3135076353336566, 31.501453459246864 -0.9946238302367201, 31.530328175411693 -0.5448768187181379 M31.46050742013637 -1.632391440430593 C31.474629735000402 -1.4124249870958892, 31.488752049864438 -1.1924585337611853, 31.530328175411693 -0.5448768187181379 M31.530328175411693 -0.5448768187181379 C31.530328175411693 -0.16622728809054615, 31.530328175411693 0.21242224253704556, 31.530328175411693 0.5448768187181336 M31.530328175411693 -0.5448768187181379 C31.530328175411693 -0.2098755081204729, 31.530328175411693 0.12512580247719207, 31.530328175411693 0.5448768187181336 M31.530328175411693 0.5448768187181336 C31.50341663271738 0.9640458187883865, 31.47650509002306 1.3832148188586393, 31.46050742013637 1.6323914404305815 M31.530328175411693 0.5448768187181336 C31.504657030810893 0.9447256172505457, 31.478985886210094 1.3445744157829578, 31.46050742013637 1.6323914404305815 M31.46050742013637 1.6323914404305815 C31.42826454086185 1.8824608450070976, 31.396021661587326 2.132530249583614, 31.321152818045654 2.7131982155674415 M31.46050742013637 1.6323914404305815 C31.414688460238743 1.9877542454195587, 31.368869500341116 2.3431170504085355, 31.321152818045654 2.7131982155674415 M31.321152818045654 2.7131982155674415 C31.265813793105735 2.9973524127268667, 31.210474768165813 3.281506609886292, 31.112837007091002 3.782855877257343 M31.321152818045654 2.7131982155674415 C31.279348248880268 2.9278558428328747, 31.237543679714882 3.1425134700983075, 31.112837007091002 3.782855877257343 M31.112837007091002 3.782855877257343 C31.013553371079574 4.161467411168957, 30.914269735068146 4.5400789450805705, 30.83641600162323 4.836968972727545 M31.112837007091002 3.782855877257343 C31.009727938179662 4.176055444769423, 30.906618869268325 4.569255012281504, 30.83641600162323 4.836968972727545 M30.83641600162323 4.836968972727545 C30.730734135763115 5.1552659145795525, 30.625052269902998 5.473562856431561, 30.493025674845928 5.871205925162227 M30.83641600162323 4.836968972727545 C30.7571273004905 5.075773907600398, 30.677838599357766 5.314578842473252, 30.493025674845928 5.871205925162227 M30.493025674845928 5.871205925162227 C30.343149642113563 6.241402623667131, 30.1932736093812 6.611599322172036, 30.08407709126881 6.881316833080694 M30.493025674845928 5.871205925162227 C30.382418431511454 6.144407954643948, 30.27181118817698 6.41760998412567, 30.08407709126881 6.881316833080694 M30.08407709126881 6.881316833080694 C29.949743347638023 7.160263726011691, 29.815409604007233 7.439210618942688, 29.611250708341004 7.863150934094196 M30.08407709126881 6.881316833080694 C29.935367830128666 7.1901147957066724, 29.786658568988518 7.49891275833265, 29.611250708341004 7.863150934094196 M29.611250708341004 7.863150934094196 C29.484310354777087 8.088546385951583, 29.357370001213166 8.313941837808969, 29.076489471090888 8.812673661278923 M29.611250708341004 7.863150934094196 C29.48926614848475 8.079746872395095, 29.367281588628497 8.296342810695993, 29.076489471090888 8.812673661278923 M29.076489471090888 8.812673661278923 C28.918668258581906 9.055129424622168, 28.760847046072925 9.297585187965414, 28.481990828148255 9.725983222076879 M29.076489471090888 8.812673661278923 C28.877776400251484 9.117950300019142, 28.67906332941208 9.42322693875936, 28.481990828148255 9.725983222076879 M28.481990828148255 9.725983222076879 C28.348809927867105 9.904433495424003, 28.215629027585955 10.08288376877113, 27.830197701956507 10.599326631598467 M28.481990828148255 9.725983222076879 C28.267248457257818 10.013718435637617, 28.05250608636738 10.301453649198358, 27.830197701956507 10.599326631598467 M27.830197701956507 10.599326631598467 C27.60339907584614 10.865737203035115, 27.37660044973578 11.132147774471765, 27.12378845028037 11.42911513444238 M27.830197701956507 10.599326631598467 C27.618679737004125 10.847787668944697, 27.407161772051747 11.096248706290927, 27.12378845028037 11.42911513444238 M27.12378845028037 11.42911513444238 C26.935561071642056 11.623475356641626, 26.747333693003743 11.81783557884087, 26.36566586025927 12.211938951661365 M27.12378845028037 11.42911513444238 C26.94592425404221 11.612774519980366, 26.768060057804053 11.79643390551835, 26.36566586025927 12.211938951661365 M26.36566586025927 12.211938951661365 C26.189376205940107 12.372040551345377, 26.013086551620944 12.532142151029388, 25.558945220232417 12.944581292275275 M26.36566586025927 12.211938951661365 C26.167295791940624 12.392093399123965, 25.96892572362198 12.572247846586565, 25.558945220232417 12.944581292275275 M25.558945220232417 12.944581292275275 C25.219336142161552 13.215410494659675, 24.879727064090687 13.486239697044077, 24.706941518350675 13.62403157175526 M25.558945220232417 12.944581292275275 C25.320215480228804 13.134961907062973, 25.08148574022519 13.325342521850668, 24.706941518350675 13.62403157175526 M24.706941518350675 13.62403157175526 C24.417389005435016 13.826010870238962, 24.127836492519357 14.027990168722663, 23.813155820579336 14.247497783161286 M24.706941518350675 13.62403157175526 C24.406549369473467 13.83357213104546, 24.106157220596263 14.043112690335658, 23.813155820579336 14.247497783161286 M23.813155820579336 14.247497783161286 C23.595934583910665 14.379178573363513, 23.378713347241998 14.510859363565741, 22.881260884066943 14.81241797009762 M23.813155820579336 14.247497783161286 C23.459565195434198 14.46184649805343, 23.105974570289057 14.676195212945574, 22.881260884066943 14.81241797009762 M22.881260884066943 14.81241797009762 C22.589580770709755 14.964587298406036, 22.297900657352567 15.11675662671445, 21.91508606499849 15.316470754341124 M22.881260884066943 14.81241797009762 C22.53440926623952 14.993370236949122, 22.187557648412096 15.174322503800624, 21.91508606499849 15.316470754341124 M21.91508606499849 15.316470754341124 C21.538401532707447 15.483217822836728, 21.161717000416406 15.649964891332335, 20.918601582949368 15.757584874882367 M21.91508606499849 15.316470754341124 C21.594134911629407 15.458546309259923, 21.273183758260323 15.600621864178722, 20.918601582949368 15.757584874882367 M20.918601582949368 15.757584874882367 C20.69843547604839 15.838608037415108, 20.478269369147416 15.91963119994785, 19.895902206401562 16.133947699181363 M20.918601582949368 15.757584874882367 C20.683213405469893 15.844209900099274, 20.447825227990418 15.93083492531618, 19.895902206401562 16.133947699181363 M19.895902206401562 16.133947699181363 C19.678566002685127 16.198451943623386, 19.461229798968695 16.262956188065413, 18.851190426461642 16.444012671663497 M19.895902206401562 16.133947699181363 C19.609143679756944 16.219056124663265, 19.322385153112325 16.304164550145163, 18.851190426461642 16.444012671663497 M18.851190426461642 16.444012671663497 C18.61158402336043 16.498701269593443, 18.371977620259216 16.553389867523393, 17.788759187923333 16.68650566884811 M18.851190426461642 16.444012671663497 C18.541267839052725 16.51475047980569, 18.23134525164381 16.58548828794789, 17.788759187923333 16.68650566884811 M17.788759187923333 16.68650566884811 C17.416236515921607 16.74673224550088, 17.043713843919882 16.80695882215365, 16.712974248636613 16.86043023499518 M17.788759187923333 16.68650566884811 C17.48804032287923 16.73512356283881, 17.18732145783513 16.783741456829514, 16.712974248636613 16.86043023499518 M16.712974248636613 16.86043023499518 C16.395724780563224 16.891034909631912, 16.07847531248984 16.921639584268647, 15.628256239672119 16.965071676755716 M16.712974248636613 16.86043023499518 C16.482674740873975 16.882646951533363, 16.252375233111337 16.904863668071542, 15.628256239672119 16.965071676755716 M15.628256239672119 16.965071676755716 C15.231455485653083 16.977796304611292, 14.834654731634044 16.990520932466872, 14.539062500000004 17 M15.628256239672119 16.965071676755716 C15.239754748265481 16.977530163412847, 14.851253256858845 16.989988650069982, 14.539062500000004 17 M14.539062500000004 17 C14.539062500000002 17, 14.539062500000002 17, 14.5390625 17 M14.539062500000004 17 C14.539062500000002 17, 14.539062500000002 17, 14.5390625 17 M14.5390625 17 C6.335812520592301 17, -1.8674374588153988 17, -14.539062499999996 17 M14.5390625 17 C8.66630336567032 17, 2.793544231340638 17, -14.539062499999996 17 M-14.539062499999996 17 C-14.787398836599182 16.99203633704262, -15.035735173198367 16.98407267408524, -15.628256239672112 16.965071676755716 M-14.539062499999996 17 C-14.90742923156647 16.98818719590101, -15.275795963132941 16.97637439180202, -15.628256239672112 16.965071676755716 M-15.628256239672112 16.965071676755716 C-15.919095149167521 16.937014796941657, -16.20993405866293 16.9089579171276, -16.712974248636606 16.86043023499518 M-15.628256239672112 16.965071676755716 C-15.940601065415976 16.934940147065817, -16.25294589115984 16.90480861737592, -16.712974248636606 16.86043023499518 M-16.712974248636606 16.86043023499518 C-17.044798356109833 16.806783486633297, -17.376622463583058 16.75313673827141, -17.78875918792333 16.68650566884811 M-16.712974248636606 16.86043023499518 C-16.94281973117182 16.823270599857228, -17.172665213707035 16.78611096471927, -17.78875918792333 16.68650566884811 M-17.78875918792333 16.68650566884811 C-18.149153757145637 16.60424796021747, -18.50954832636794 16.52199025158683, -18.85119042646162 16.4440126716635 M-17.78875918792333 16.68650566884811 C-18.17525992687568 16.598289397335265, -18.56176066582803 16.510073125822423, -18.85119042646162 16.4440126716635 M-18.85119042646162 16.4440126716635 C-19.13255771765719 16.360504336563707, -19.413925008852758 16.276996001463914, -19.895902206401544 16.13394769918137 M-18.85119042646162 16.4440126716635 C-19.152582647311018 16.35456104255545, -19.45397486816042 16.2651094134474, -19.895902206401544 16.13394769918137 M-19.895902206401544 16.13394769918137 C-20.162516758720848 16.035831079369963, -20.42913131104015 15.937714459558553, -20.91860158294936 15.757584874882369 M-19.895902206401544 16.13394769918137 C-20.2591537037999 16.00026779027874, -20.622405201198255 15.866587881376114, -20.91860158294936 15.757584874882369 M-20.91860158294936 15.757584874882369 C-21.279983908216252 15.597611639512513, -21.641366233483144 15.437638404142657, -21.915086064998484 15.316470754341127 M-20.91860158294936 15.757584874882369 C-21.281530044616233 15.596927210792748, -21.6444585062831 15.436269546703128, -21.915086064998484 15.316470754341127 M-21.915086064998484 15.316470754341127 C-22.15306386773382 15.192317887086158, -22.39104167046916 15.068165019831191, -22.881260884066936 14.812417970097624 M-21.915086064998484 15.316470754341127 C-22.170562704416238 15.183188755197483, -22.42603934383399 15.04990675605384, -22.881260884066936 14.812417970097624 M-22.881260884066936 14.812417970097624 C-23.10389818693802 14.677453928735154, -23.326535489809103 14.542489887372687, -23.81315582057932 14.247497783161299 M-22.881260884066936 14.812417970097624 C-23.224992665965004 14.60404574391885, -23.56872444786307 14.395673517740077, -23.81315582057932 14.247497783161299 M-23.81315582057932 14.247497783161299 C-24.043963952680688 14.086496021730387, -24.274772084782057 13.925494260299475, -24.706941518350668 13.624031571755264 M-23.81315582057932 14.247497783161299 C-24.054761571612723 14.078964070184789, -24.296367322646123 13.91043035720828, -24.706941518350668 13.624031571755264 M-24.706941518350668 13.624031571755264 C-24.917368847520322 13.456221376448866, -25.12779617668998 13.288411181142468, -25.5589452202324 12.94458129227529 M-24.706941518350668 13.624031571755264 C-24.92593920163051 13.449386747112694, -25.14493688491035 13.274741922470124, -25.5589452202324 12.94458129227529 M-25.5589452202324 12.94458129227529 C-25.806688224311205 12.719587650891608, -26.054431228390012 12.494594009507926, -26.365665860259263 12.211938951661377 M-25.5589452202324 12.94458129227529 C-25.743098754968514 12.77733792446348, -25.927252289704626 12.610094556651669, -26.365665860259263 12.211938951661377 M-26.365665860259263 12.211938951661377 C-26.619037803843256 11.950311617687467, -26.872409747427252 11.688684283713556, -27.123788450280365 11.429115134442386 M-26.365665860259263 12.211938951661377 C-26.600640907425667 11.969307923651915, -26.835615954592072 11.72667689564245, -27.123788450280365 11.429115134442386 M-27.123788450280365 11.429115134442386 C-27.372411921239443 11.137067858377586, -27.62103539219852 10.845020582312786, -27.830197701956507 10.599326631598473 M-27.123788450280365 11.429115134442386 C-27.38533610424232 11.12188637761556, -27.64688375820428 10.814657620788733, -27.830197701956507 10.599326631598473 M-27.830197701956507 10.599326631598473 C-28.055962953243945 10.296821762510813, -28.281728204531387 9.994316893423152, -28.48199082814825 9.72598322207689 M-27.830197701956507 10.599326631598473 C-27.98356887965295 10.393823225886969, -28.13694005734939 10.188319820175465, -28.48199082814825 9.72598322207689 M-28.48199082814825 9.72598322207689 C-28.601066909880213 9.543050384131526, -28.720142991612178 9.360117546186164, -29.076489471090877 8.812673661278936 M-28.48199082814825 9.72598322207689 C-28.603722480544878 9.538970714470032, -28.725454132941508 9.351958206863173, -29.076489471090877 8.812673661278936 M-29.076489471090877 8.812673661278936 C-29.251725873777747 8.501523683698464, -29.42696227646462 8.190373706117994, -29.611250708341 7.863150934094201 M-29.076489471090877 8.812673661278936 C-29.219500530966158 8.558743043030248, -29.362511590841443 8.30481242478156, -29.611250708341 7.863150934094201 M-29.611250708341 7.863150934094201 C-29.709626874331 7.658870720503212, -29.808003040321 7.454590506912224, -30.08407709126881 6.881316833080701 M-29.611250708341 7.863150934094201 C-29.7138064985961 7.650191641287103, -29.8163622888512 7.437232348480005, -30.08407709126881 6.881316833080701 M-30.08407709126881 6.881316833080701 C-30.17437579482822 6.658277289482292, -30.26467449838763 6.4352377458838825, -30.493025674845924 5.87120592516224 M-30.08407709126881 6.881316833080701 C-30.19333884478469 6.611438189464177, -30.30260059830057 6.341559545847653, -30.493025674845924 5.87120592516224 M-30.493025674845924 5.87120592516224 C-30.623381273285634 5.478595632005912, -30.753736871725344 5.085985338849583, -30.83641600162323 4.8369689727275516 M-30.493025674845924 5.87120592516224 C-30.61949727061482 5.490293629218626, -30.74596886638371 5.109381333275011, -30.83641600162323 4.8369689727275516 M-30.83641600162323 4.8369689727275516 C-30.937810731604316 4.450306922555718, -31.0392054615854 4.063644872383886, -31.112837007091 3.782855877257349 M-30.83641600162323 4.8369689727275516 C-30.897774768993287 4.602981399687533, -30.959133536363343 4.368993826647514, -31.112837007091 3.782855877257349 M-31.112837007091 3.782855877257349 C-31.168616750819098 3.496438682266569, -31.2243964945472 3.2100214872757893, -31.32115281804565 2.713198215567455 M-31.112837007091 3.782855877257349 C-31.19557616337186 3.3580077966819903, -31.278315319652727 2.9331597161066316, -31.32115281804565 2.713198215567455 M-31.32115281804565 2.713198215567455 C-31.34975317298685 2.491379510422397, -31.37835352792805 2.269560805277339, -31.460507420136366 1.6323914404306026 M-31.32115281804565 2.713198215567455 C-31.36934367578181 2.3394394393270197, -31.417534533517973 1.9656806630865846, -31.460507420136366 1.6323914404306026 M-31.460507420136366 1.6323914404306026 C-31.479621574118525 1.334673063491066, -31.498735728100687 1.0369546865515296, -31.530328175411693 0.54487681871814 M-31.460507420136366 1.6323914404306026 C-31.482731774584284 1.2862291807282693, -31.5049561290322 0.9400669210259361, -31.530328175411693 0.54487681871814 M-31.530328175411693 0.54487681871814 C-31.530328175411693 0.13726979151284835, -31.530328175411693 -0.2703372356924433, -31.530328175411693 -0.5448768187181317 M-31.530328175411693 0.54487681871814 C-31.530328175411693 0.1315926503482568, -31.530328175411693 -0.2816915180216264, -31.530328175411693 -0.5448768187181317 M-31.530328175411693 -0.5448768187181317 C-31.50608073549698 -0.922550267571012, -31.481833295582266 -1.3002237164238921, -31.46050742013637 -1.6323914404305793 M-31.530328175411693 -0.5448768187181317 C-31.50777542876067 -0.8961540520572717, -31.485222682109647 -1.2474312853964118, -31.46050742013637 -1.6323914404305793 M-31.46050742013637 -1.6323914404305793 C-31.431296084076024 -1.8589487944838654, -31.402084748015678 -2.0855061485371515, -31.321152818045654 -2.713198215567447 M-31.46050742013637 -1.6323914404305793 C-31.420180607572682 -1.9451582352446803, -31.379853795008994 -2.2579250300587814, -31.321152818045654 -2.713198215567447 M-31.321152818045654 -2.713198215567447 C-31.261481137667374 -3.019599682695802, -31.201809457289094 -3.3260011498241573, -31.112837007091002 -3.782855877257341 M-31.321152818045654 -2.713198215567447 C-31.262993762930304 -3.0118326716641124, -31.204834707814957 -3.3104671277607776, -31.112837007091002 -3.782855877257341 M-31.112837007091002 -3.782855877257341 C-31.044610321097363 -4.043033800583853, -30.976383635103723 -4.303211723910364, -30.836416001623235 -4.836968972727544 M-31.112837007091002 -3.782855877257341 C-31.01058805084618 -4.172775462396805, -30.90833909460136 -4.562695047536269, -30.836416001623235 -4.836968972727544 M-30.836416001623235 -4.836968972727544 C-30.75475137638509 -5.082929812453793, -30.673086751146947 -5.328890652180044, -30.49302567484593 -5.871205925162218 M-30.836416001623235 -4.836968972727544 C-30.75699082316736 -5.0761849555529865, -30.67756564471149 -5.3154009383784295, -30.49302567484593 -5.871205925162218 M-30.49302567484593 -5.871205925162218 C-30.362603379491294 -6.193351516231713, -30.232181084136656 -6.51549710730121, -30.08407709126881 -6.881316833080692 M-30.49302567484593 -5.871205925162218 C-30.35355556089948 -6.215699803081163, -30.21408544695303 -6.560193681000109, -30.08407709126881 -6.881316833080692 M-30.08407709126881 -6.881316833080692 C-29.89665445103424 -7.270503955729855, -29.709231810799675 -7.6596910783790175, -29.611250708341004 -7.863150934094194 M-30.08407709126881 -6.881316833080692 C-29.942058910874948 -7.176220623370821, -29.800040730481083 -7.47112441366095, -29.611250708341004 -7.863150934094194 M-29.611250708341004 -7.863150934094194 C-29.473479787807705 -8.107777154319548, -29.335708867274402 -8.352403374544902, -29.076489471090884 -8.812673661278929 M-29.611250708341004 -7.863150934094194 C-29.47776772984226 -8.100163479035983, -29.344284751343512 -8.33717602397777, -29.076489471090884 -8.812673661278929 M-29.076489471090884 -8.812673661278929 C-28.89481757740153 -9.09177047571988, -28.713145683712174 -9.370867290160831, -28.48199082814825 -9.725983222076884 M-29.076489471090884 -8.812673661278929 C-28.848226348098002 -9.16334711542694, -28.619963225105117 -9.514020569574955, -28.48199082814825 -9.725983222076884 M-28.48199082814825 -9.725983222076884 C-28.225769564705836 -10.069296372852424, -27.969548301263423 -10.412609523627964, -27.83019770195651 -10.599326631598467 M-28.48199082814825 -9.725983222076884 C-28.24150045636466 -10.048218411143315, -28.00101008458107 -10.370453600209744, -27.83019770195651 -10.599326631598467 M-27.83019770195651 -10.599326631598467 C-27.577804457528345 -10.895802098086246, -27.325411213100175 -11.192277564574027, -27.123788450280372 -11.42911513444238 M-27.83019770195651 -10.599326631598467 C-27.6491878385188 -10.811951116945412, -27.46817797508109 -11.024575602292357, -27.123788450280372 -11.42911513444238 M-27.123788450280372 -11.42911513444238 C-26.931282849394872 -11.627892972360423, -26.738777248509376 -11.826670810278465, -26.365665860259277 -12.21193895166136 M-27.123788450280372 -11.42911513444238 C-26.89708138334956 -11.663208794044795, -26.67037431641874 -11.89730245364721, -26.365665860259277 -12.21193895166136 M-26.365665860259277 -12.21193895166136 C-26.13026359969201 -12.425725056306044, -25.894861339124745 -12.639511160950727, -25.558945220232417 -12.944581292275274 M-26.365665860259277 -12.21193895166136 C-26.14953803259099 -12.40822052632074, -25.9334102049227 -12.60450210098012, -25.558945220232417 -12.944581292275274 M-25.558945220232417 -12.944581292275274 C-25.331355414864802 -13.126078105636871, -25.103765609497188 -13.30757491899847, -24.706941518350675 -13.624031571755259 M-25.558945220232417 -12.944581292275274 C-25.332046425400108 -13.125527043123528, -25.1051476305678 -13.306472793971782, -24.706941518350675 -13.624031571755259 M-24.706941518350675 -13.624031571755259 C-24.440712518940856 -13.809741396875914, -24.174483519531034 -13.99545122199657, -23.81315582057934 -14.247497783161284 M-24.706941518350675 -13.624031571755259 C-24.486856781155762 -13.777553157107711, -24.266772043960845 -13.931074742460165, -23.81315582057934 -14.247497783161284 M-23.81315582057934 -14.247497783161284 C-23.57257526363922 -14.393339130586668, -23.3319947066991 -14.539180478012053, -22.881260884066947 -14.812417970097618 M-23.81315582057934 -14.247497783161284 C-23.604558029433452 -14.37395099001061, -23.395960238287564 -14.500404196859936, -22.881260884066947 -14.812417970097618 M-22.881260884066947 -14.812417970097618 C-22.57916821293649 -14.970019523126785, -22.277075541806035 -15.127621076155954, -21.91508606499849 -15.316470754341124 M-22.881260884066947 -14.812417970097618 C-22.49956246360495 -15.011549791563134, -22.117864043142955 -15.210681613028651, -21.91508606499849 -15.316470754341124 M-21.91508606499849 -15.316470754341124 C-21.565375174559943 -15.471277391733285, -21.2156642841214 -15.626084029125446, -20.918601582949368 -15.757584874882365 M-21.91508606499849 -15.316470754341124 C-21.565077261898693 -15.471409268831156, -21.215068458798893 -15.626347783321188, -20.918601582949368 -15.757584874882365 M-20.918601582949368 -15.757584874882365 C-20.58946858348041 -15.878708861159037, -20.260335584011457 -15.999832847435709, -19.895902206401566 -16.133947699181363 M-20.918601582949368 -15.757584874882365 C-20.514867981239195 -15.906162572384213, -20.111134379529023 -16.05474026988606, -19.895902206401566 -16.133947699181363 M-19.895902206401566 -16.133947699181363 C-19.616120475474773 -16.21698544831616, -19.33633874454798 -16.300023197450958, -18.851190426461642 -16.444012671663494 M-19.895902206401566 -16.133947699181363 C-19.525351566369483 -16.243925184082883, -19.1548009263374 -16.353902668984404, -18.851190426461642 -16.444012671663494 M-18.851190426461642 -16.444012671663494 C-18.575594478111228 -16.506915648442842, -18.299998529760817 -16.569818625222187, -17.788759187923336 -16.68650566884811 M-18.851190426461642 -16.444012671663494 C-18.52998555919346 -16.51732558655981, -18.208780691925273 -16.59063850145613, -17.788759187923336 -16.68650566884811 M-17.788759187923336 -16.68650566884811 C-17.5418365096235 -16.72642621256166, -17.29491383132366 -16.766346756275205, -16.712974248636613 -16.86043023499518 M-17.788759187923336 -16.68650566884811 C-17.39402543515642 -16.750323160789492, -16.999291682389504 -16.814140652730874, -16.712974248636613 -16.86043023499518 M-16.712974248636613 -16.86043023499518 C-16.37900653784527 -16.892647698400285, -16.045038827053933 -16.92486516180539, -15.62825623967212 -16.965071676755716 M-16.712974248636613 -16.86043023499518 C-16.44043396221644 -16.886721868648486, -16.16789367579626 -16.91301350230179, -15.62825623967212 -16.965071676755716 M-15.62825623967212 -16.965071676755716 C-15.350163801461006 -16.973989559975053, -15.072071363249892 -16.98290744319439, -14.539062500000005 -17 M-15.62825623967212 -16.965071676755716 C-15.358954236928083 -16.97370766781917, -15.089652234184044 -16.98234365888262, -14.539062500000005 -17 M-14.539062500000005 -17 C-14.539062500000004 -17, -14.539062500000002 -17, -14.5390625 -17 M-14.539062500000005 -17 C-14.539062500000004 -17, -14.539062500000002 -17, -14.5390625 -17" stroke="#86efac" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#14532d !important;stroke:#86efac !important;stroke-width:2px !important"/></g><g class="label" style="color:#dcfce7 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#dcfce7 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">VALID</tspan></tspan></text></g></g></g><g class="node default recovery" id="my-svg-flowchart-DIAGNOSE-25" data-look="classic" transform="translate(2729.4356536865234, 229.19999885559082)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-61.671875" y="-24.5" width="123.34375" height="49"/><g class="label" style="color:#ffedd5 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ffedd5 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Diagnose</tspan></tspan></text></g></g></g><g class="node default recovery" id="my-svg-flowchart-CORRECT-27" data-look="classic" transform="translate(3074.4044036865234, 258.9499988555908)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-56.796875" y="-24.5" width="113.59375" height="49"/><g class="label" style="color:#ffedd5 !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ffedd5 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Correct</tspan></tspan></text></g></g></g><g class="node default recovery" id="my-svg-flowchart-REVALIDATE-31" data-look="classic" transform="translate(3074.4044036865234, 457.4499988555908)"><rect class="basic label-container" style="fill:#451a03 !important;stroke:#fb923c !important;stroke-width:2px !important" x="-127.90625" y="-33.29999923706055" width="255.8125" height="66.5999984741211"/><g class="label" style="color:#ffedd5 !important" transform="translate(0, -18.299999237060547)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#ffedd5 !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Revalidate</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> contract,</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> route,</tspan></tspan><tspan class="text-outer-tspan row" x="0" y="1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">and</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> artifacts</tspan></tspan></text></g></g></g><g class="node default boundary" id="my-svg-flowchart-DELEGATE-35" data-look="classic" transform="translate(2035.0762786865234, 397.9499988555908)"><rect class="basic label-container" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important" x="-127.609375" y="-24.5" width="255.21875" height="49"/><g class="label" style="color:#fae8ff !important" transform="translate(0, -9.5)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#fae8ff !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Optional</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> delegation</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> bundle</tspan></tspan></text></g></g></g><g class="node default boundary" id="my-svg-flowchart-BLOCKED-39" data-look="classic" transform="translate(3522.966148376465, 230.49999809265137)"><g class="basic label-container outer-path"><path d="M-68.94687557220459 -25.799999237060547 C-32.70373828810566 -25.799999237060547, 3.539398995993267 -25.799999237060547, 68.94687557220459 -25.799999237060547 C68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547 C69.45889193984436 -25.783579868729742, 69.97090830748412 -25.767160500398933, 70.59988719882529 -25.746990371586765 C71.2420753789533 -25.685039250194098, 71.88426355908133 -25.623088128801434, 72.24610624610231 -25.58818159996402 C72.84718628781647 -25.491003640265017, 73.44826632953064 -25.393825680566014, 73.87876804685753 -25.32422550149928 C74.33375106277003 -25.220378597158902, 74.78873407868254 -25.116531692818523, 75.49116364354678 -24.956206728419545 C76.0782842342246 -24.78195241896524, 76.66540482490242 -24.607698109510935, 77.07666735680552 -24.48563754880318 C77.58866099211296 -24.297219158192753, 78.10065462742041 -24.10880076758233, 78.62876401178644 -23.914451632345997 C79.21224894256463 -23.656160161956, 79.7957338733428 -23.397868691565996, 80.14107571041056 -23.24499610449772 C80.56366832207553 -23.02452980967559, 80.9862609337405 -22.804063514853464, 81.6073880395184 -22.480021901620034 C82.11105591819198 -22.174695473687112, 82.61472379686555 -21.869369045754194, 83.02167560722664 -21.62267246679901 C83.30750652980932 -21.423289188626555, 83.59333745239198 -21.223905910454096, 84.37812680255584 -20.67647083276321 C84.80326387143687 -20.33743533370312, 85.22840094031791 -19.99839983464303, 85.6711676765865 -19.64530514498651 C85.9957877943512 -19.350493743010272, 86.32040791211588 -19.055682341034036, 86.89548484701088 -18.533412684464313 C87.34638914460434 -18.067816977267753, 87.7972934421978 -17.602221270071194, 88.04604733196044 -17.345362455817106 C88.31296739079863 -17.03182296652415, 88.57988744963683 -16.71828347723119, 89.11812722338968 -16.086036412270357 C89.42325045497994 -15.67719907923764, 89.72837368657021 -15.268361746204926, 90.10731911506427 -14.76060939466161 C90.2923873924474 -14.476294822810317, 90.4774556698305 -14.191980250959023, 91.00955820532036 -13.374527866909407 C91.21305147371598 -13.013204962945137, 91.4165447421116 -12.651882058980867, 91.8211370002064 -11.93348753532484 C92.06334364181286 -11.430540261637102, 92.30555028341932 -10.927592987949364, 92.53872054837109 -10.443409943732584 C92.68436451452759 -10.08366653149151, 92.83000848068409 -9.723923119250433, 93.15936014509381 -8.910418140577123 C93.2775608999875 -8.554416299570098, 93.39576165488118 -8.198414458563073, 93.6805054491449 -7.340811518003323 C93.78714541301439 -6.9341471177162814, 93.89378537688387 -6.52748271742924, 94.10001496268467 -5.741039926302914 C94.20935486796085 -5.1796026217068425, 94.31869477323706 -4.618165317110771, 94.41616483113748 -4.117677170096137 C94.48293179836134 -3.599845756936872, 94.54969876558519 -3.0820143437776073, 94.62765592687991 -2.4773939951584394 C94.6568433523428 -2.0227762839080476, 94.6860307778057 -1.5681585726576563, 94.73361918763487 -0.8269306768952902 C94.73361918763487 -0.21122103328311415, 94.73361918763487 0.4044886103290619, 94.73361918763487 0.826930676895284 C94.71031291174936 1.1899447362994628, 94.68700663586384 1.5529587957036415, 94.62765592687991 2.4773939951584216 C94.55188768196398 3.0650375405940857, 94.47611943704806 3.65268108602975, 94.41616483113748 4.117677170096119 C94.34571408983747 4.4794268369021735, 94.27526334853748 4.841176503708228, 94.10001496268467 5.741039926302909 C93.96433554738682 6.258444340664129, 93.828656132089 6.775848755025349, 93.6805054491449 7.340811518003306 C93.5333292128922 7.784082892247682, 93.38615297663951 8.227354266492057, 93.15936014509383 8.910418140577105 C92.99333782504557 9.320496480919495, 92.82731550499732 9.730574821261882, 92.53872054837109 10.443409943732577 C92.27511815007668 10.990785963978707, 92.01151575178227 11.538161984224837, 91.8211370002064 11.933487535324835 C91.59837075165497 12.329031567156624, 91.37560450310355 12.724575598988414, 91.00955820532037 13.374527866909402 C90.70967088763922 13.835235317887854, 90.40978356995807 14.295942768866308, 90.10731911506429 14.760609394661596 C89.76405070721955 15.220557788778246, 89.42078229937482 15.680506182894895, 89.11812722338968 16.086036412270353 C88.76016169475665 16.50652309101831, 88.40219616612363 16.92700976976627, 88.04604733196045 17.345362455817092 C87.65396196378764 17.750222789262917, 87.26187659561482 18.155083122708746, 86.89548484701088 18.533412684464306 C86.47239665254287 18.917650188379955, 86.04930845807486 19.301887692295608, 85.67116767658653 19.64530514498649 C85.15545786370976 20.056569997141246, 84.63974805083296 20.467834849296, 84.37812680255584 20.676470832763208 C83.87083911378565 21.030332764319176, 83.36355142501547 21.38419469587515, 83.02167560722665 21.622672466799003 C82.61712537659918 21.867913194006427, 82.21257514597168 22.113153921213854, 81.60738803951841 22.48002190162003 C81.05862309633717 22.766312220976964, 80.50985815315593 23.052602540333893, 80.14107571041058 23.244996104497716 C79.8032049664993 23.394561460247726, 79.46533422258801 23.544126815997735, 78.62876401178644 23.914451632345994 C78.2164509118643 24.066186664497856, 77.80413781194217 24.217921696649718, 77.07666735680553 24.485637548803172 C76.7239371061486 24.590326035679283, 76.37120685549166 24.69501452255539, 75.49116364354681 24.95620672841954 C75.09250370047428 25.047198258926596, 74.69384375740174 25.138189789433653, 73.87876804685754 25.324225501499278 C73.3568778755492 25.408600657077688, 72.83498770424085 25.492975812656095, 72.24610624610233 25.588181599964017 C71.89461345483231 25.622089686805907, 71.5431206635623 25.655997773647794, 70.59988719882529 25.746990371586765 C70.086333452623 25.763459040655746, 69.57277970642072 25.779927709724728, 68.94687557220459 25.799999237060547 C68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547 C15.871360881489124 25.799999237060547, -37.20415380922634 25.799999237060547, -68.94687557220459 25.799999237060547 C-69.52337420232276 25.78151204807917, -70.09987283244092 25.76302485909779, -70.59988719882527 25.746990371586765 C-71.02744261947221 25.705744614367582, -71.45499804011914 25.664498857148395, -72.24610624610231 25.588181599964017 C-72.77566335069028 25.502566914070915, -73.30522045527825 25.416952228177816, -73.87876804685753 25.324225501499278 C-74.22531427757103 25.24512858576442, -74.57186050828453 25.16603167002956, -75.49116364354678 24.956206728419545 C-75.85442222609292 24.848393487903063, -76.21768080863906 24.74058024738658, -77.0766673568055 24.485637548803183 C-77.42913791171783 24.355925126393352, -77.78160846663017 24.22621270398352, -78.62876401178644 23.914451632345997 C-79.18671155122199 23.667464807563587, -79.74465909065752 23.420477982781176, -80.14107571041056 23.244996104497723 C-80.44012166458502 23.08898402175298, -80.7391676187595 22.932971939008237, -81.6073880395184 22.480021901620038 C-82.0866682502894 22.189479421287498, -82.56594846106042 21.898936940954957, -83.02167560722663 21.622672466799017 C-83.4540184502734 21.321088815309622, -83.88636129332016 21.019505163820227, -84.37812680255584 20.67647083276321 C-84.81620883647814 20.327112068562695, -85.25429087040045 19.97775330436218, -85.6711676765865 19.645305144986512 C-85.97064384717332 19.37332881056483, -86.27012001776015 19.10135247614315, -86.89548484701086 18.533412684464324 C-87.34298142828246 18.071335724148806, -87.79047800955405 17.60925876383329, -88.04604733196044 17.3453624558171 C-88.35588141111158 16.98141371638762, -88.66571549026274 16.617464976958143, -89.11812722338968 16.08603641227036 C-89.36105930027826 15.760529560807148, -89.60399137716685 15.435022709343936, -90.10731911506427 14.760609394661614 C-90.31303190380483 14.444579309537799, -90.51874469254537 14.128549224413984, -91.00955820532036 13.374527866909418 C-91.18542504907168 13.062258477379928, -91.361291892823 12.749989087850436, -91.82113700020639 11.933487535324842 C-91.99387127771614 11.57480111215441, -92.16660555522587 11.216114688983975, -92.53872054837109 10.443409943732586 C-92.71095087610233 10.017997704389545, -92.88318120383357 9.592585465046504, -93.15936014509381 8.910418140577127 C-93.3384559532014 8.371010101598964, -93.517551761309 7.831602062620801, -93.6805054491449 7.340811518003316 C-93.80054964906617 6.883030956218166, -93.92059384898744 6.425250394433014, -94.10001496268467 5.741039926302918 C-94.20280079305468 5.213256411145865, -94.30558662342469 4.685472895988813, -94.41616483113748 4.117677170096139 C-94.47946937465902 3.6266996314391093, -94.54277391818056 3.1357220927820793, -94.62765592687991 2.477393995158454 C-94.66787293746889 1.8509815926485433, -94.70808994805786 1.2245691901386326, -94.73361918763487 0.8269306768952934 C-94.73361918763487 0.1854664614980288, -94.73361918763487 -0.4559977538992358, -94.73361918763487 -0.8269306768952809 C-94.70798796220947 -1.2261577020486671, -94.68235673678407 -1.6253847272020536, -94.62765592687991 -2.4773939951584185 C-94.55313063622883 -3.055397432764973, -94.47860534557776 -3.633400870371527, -94.41616483113748 -4.117677170096128 C-94.34596644262817 -4.478131058656777, -94.27576805411886 -4.838584947217425, -94.10001496268467 -5.741039926302906 C-93.95783232276784 -6.283243954651683, -93.81564968285103 -6.825447983000458, -93.6805054491449 -7.340811518003303 C-93.50376005624028 -7.873140480877932, -93.32701466333567 -8.405469443752562, -93.15936014509383 -8.910418140577093 C-92.93930224854721 -9.453965399577237, -92.7192443520006 -9.997512658577381, -92.53872054837109 -10.443409943732574 C-92.28325396705662 -10.973891765941248, -92.02778738574216 -11.504373588149921, -91.8211370002064 -11.933487535324831 C-91.59143373960927 -12.34134893449241, -91.36173047901212 -12.749210333659992, -91.00955820532036 -13.374527866909409 C-90.7267463843782 -13.809002769483886, -90.44393456343603 -14.243477672058363, -90.10731911506429 -14.760609394661605 C-89.90914342400967 -15.026146766497925, -89.71096773295505 -15.291684138334247, -89.11812722338968 -16.086036412270353 C-88.72712061905725 -16.545335018625305, -88.3361140147248 -17.00463362498026, -88.04604733196045 -17.345362455817092 C-87.59684715559217 -17.809198517937688, -87.14764697922391 -18.273034580058287, -86.89548484701089 -18.5334126844643 C-86.51618466613247 -18.877883073005233, -86.13688448525406 -19.22235346154617, -85.67116767658653 -19.645305144986487 C-85.33403982129722 -19.91415563823071, -84.99691196600791 -20.183006131474933, -84.37812680255585 -20.676470832763204 C-84.06630562718782 -20.893983786178822, -83.75448445181978 -21.111496739594443, -83.02167560722665 -21.622672466799 C-82.51552540822327 -21.929503691903584, -82.00937520921988 -22.236334917008172, -81.60738803951841 -22.480021901620027 C-81.28240843907251 -22.649563551013287, -80.9574288386266 -22.81910520040655, -80.14107571041058 -23.244996104497716 C-79.71263658849968 -23.434653394572674, -79.2841974665888 -23.624310684647632, -78.62876401178646 -23.91445163234599 C-78.26922404228283 -24.04676566467437, -77.90968407277919 -24.179079697002756, -77.07666735680553 -24.485637548803172 C-76.58707375656051 -24.63094635942664, -76.0974801563155 -24.776255170050113, -75.49116364354681 -24.956206728419538 C-74.86103815551434 -25.100028759109858, -74.23091266748187 -25.24385078980018, -73.87876804685754 -25.324225501499278 C-73.40168068103544 -25.401357286937614, -72.92459331521336 -25.47848907237595, -72.24610624610233 -25.588181599964017 C-71.83683965971233 -25.627663055337976, -71.42757307332232 -25.667144510711935, -70.59988719882529 -25.746990371586765 C-70.11543032644062 -25.762525960546043, -69.63097345405595 -25.778061549505324, -68.9468755722046 -25.799999237060547 C-68.9468755722046 -25.799999237060547, -68.94687557220459 -25.799999237060547, -68.94687557220459 -25.799999237060547" stroke="none" stroke-width="0" fill="#3f1d3f" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important"/><path d="M-68.94687557220459 -25.799999237060547 C-41.36750542994016 -25.799999237060547, -13.788135287675729 -25.799999237060547, 68.94687557220459 -25.799999237060547 M-68.94687557220459 -25.799999237060547 C-38.4238328822082 -25.799999237060547, -7.900790192211822 -25.799999237060547, 68.94687557220459 -25.799999237060547 M68.94687557220459 -25.799999237060547 C68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547 M68.94687557220459 -25.799999237060547 C68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547, 68.94687557220459 -25.799999237060547 M68.94687557220459 -25.799999237060547 C69.30338468339546 -25.788566683767545, 69.65989379458634 -25.77713413047454, 70.59988719882529 -25.746990371586765 M68.94687557220459 -25.799999237060547 C69.56826344244277 -25.780072537520123, 70.18965131268095 -25.760145837979703, 70.59988719882529 -25.746990371586765 M70.59988719882529 -25.746990371586765 C71.07203816051755 -25.70144253615692, 71.54418912220983 -25.655894700727078, 72.24610624610231 -25.58818159996402 M70.59988719882529 -25.746990371586765 C71.19872615794537 -25.689221097409668, 71.79756511706547 -25.631451823232574, 72.24610624610231 -25.58818159996402 M72.24610624610231 -25.58818159996402 C72.60526651170977 -25.530115353550066, 72.96442677731724 -25.472049107136108, 73.87876804685753 -25.32422550149928 M72.24610624610231 -25.58818159996402 C72.77730232662732 -25.502301937151866, 73.30849840715231 -25.416422274339713, 73.87876804685753 -25.32422550149928 M73.87876804685753 -25.32422550149928 C74.41960096696614 -25.20078391674912, 74.96043388707476 -25.07734233199896, 75.49116364354678 -24.956206728419545 M73.87876804685753 -25.32422550149928 C74.27096804863324 -25.23470841043817, 74.66316805040894 -25.14519131937706, 75.49116364354678 -24.956206728419545 M75.49116364354678 -24.956206728419545 C75.8381878175814 -24.853211775133133, 76.18521199161603 -24.750216821846717, 77.07666735680552 -24.48563754880318 M75.49116364354678 -24.956206728419545 C75.97436924491437 -24.812793842331605, 76.45757484628196 -24.669380956243668, 77.07666735680552 -24.48563754880318 M77.07666735680552 -24.48563754880318 C77.62920081218765 -24.28230012965928, 78.1817342675698 -24.078962710515384, 78.62876401178644 -23.914451632345997 M77.07666735680552 -24.48563754880318 C77.56974188797045 -24.30418156340348, 78.0628164191354 -24.12272557800378, 78.62876401178644 -23.914451632345997 M78.62876401178644 -23.914451632345997 C79.03211047847819 -23.735902116389386, 79.43545694516993 -23.557352600432775, 80.14107571041056 -23.24499610449772 M78.62876401178644 -23.914451632345997 C78.97022083875652 -23.763298824003236, 79.31167766572659 -23.61214601566047, 80.14107571041056 -23.24499610449772 M80.14107571041056 -23.24499610449772 C80.63904595439145 -22.985205347178056, 81.13701619837234 -22.725414589858392, 81.6073880395184 -22.480021901620034 M80.14107571041056 -23.24499610449772 C80.616923371305 -22.99674668460406, 81.09277103219947 -22.748497264710398, 81.6073880395184 -22.480021901620034 M81.6073880395184 -22.480021901620034 C82.12543924073466 -22.165976219035947, 82.64349044195095 -21.85193053645186, 83.02167560722664 -21.62267246679901 M81.6073880395184 -22.480021901620034 C82.14004234346073 -22.157123732346047, 82.67269664740307 -21.83422556307206, 83.02167560722664 -21.62267246679901 M83.02167560722664 -21.62267246679901 C83.53142321544179 -21.267094601926427, 84.04117082365694 -20.911516737053848, 84.37812680255584 -20.67647083276321 M83.02167560722664 -21.62267246679901 C83.33059536123174 -21.40718341932567, 83.63951511523683 -21.191694371852332, 84.37812680255584 -20.67647083276321 M84.37812680255584 -20.67647083276321 C84.85511359957297 -20.29608655529379, 85.33210039659012 -19.91570227782437, 85.6711676765865 -19.64530514498651 M84.37812680255584 -20.67647083276321 C84.79455378279937 -20.344381397606334, 85.21098076304291 -20.012291962449456, 85.6711676765865 -19.64530514498651 M85.6711676765865 -19.64530514498651 C86.10276268035054 -19.25334198194606, 86.53435768411455 -18.861378818905614, 86.89548484701088 -18.533412684464313 M85.6711676765865 -19.64530514498651 C86.06037579797196 -19.291836627026825, 86.44958391935742 -18.93836810906714, 86.89548484701088 -18.533412684464313 M86.89548484701088 -18.533412684464313 C87.21092195958568 -18.20769796786226, 87.52635907216047 -17.881983251260205, 88.04604733196044 -17.345362455817106 M86.89548484701088 -18.533412684464313 C87.12951358152424 -18.291758801962825, 87.36354231603761 -18.050104919461337, 88.04604733196044 -17.345362455817106 M88.04604733196044 -17.345362455817106 C88.32069314697233 -17.022747853714552, 88.59533896198421 -16.700133251612, 89.11812722338968 -16.086036412270357 M88.04604733196044 -17.345362455817106 C88.38064898315255 -16.952320316953525, 88.71525063434468 -16.559278178089944, 89.11812722338968 -16.086036412270357 M89.11812722338968 -16.086036412270357 C89.44479071403913 -15.64833709445631, 89.77145420468857 -15.210637776642262, 90.10731911506427 -14.76060939466161 M89.11812722338968 -16.086036412270357 C89.35412189800853 -15.76982504783824, 89.59011657262738 -15.453613683406124, 90.10731911506427 -14.76060939466161 M90.10731911506427 -14.76060939466161 C90.35238360617977 -14.384124527278196, 90.59744809729528 -14.007639659894783, 91.00955820532036 -13.374527866909407 M90.10731911506427 -14.76060939466161 C90.33652303003062 -14.408490631404332, 90.56572694499697 -14.056371868147053, 91.00955820532036 -13.374527866909407 M91.00955820532036 -13.374527866909407 C91.28035458947016 -12.893701465744085, 91.55115097361998 -12.412875064578765, 91.8211370002064 -11.93348753532484 M91.00955820532036 -13.374527866909407 C91.18974393795031 -13.054589852841, 91.36992967058026 -12.73465183877259, 91.8211370002064 -11.93348753532484 M91.8211370002064 -11.93348753532484 C92.02357349702508 -11.5131238182337, 92.22600999384377 -11.09276010114256, 92.53872054837109 -10.443409943732584 M91.8211370002064 -11.93348753532484 C91.97465605720576 -11.614701928684074, 92.12817511420512 -11.295916322043308, 92.53872054837109 -10.443409943732584 M92.53872054837109 -10.443409943732584 C92.7431931272225 -9.938358720761208, 92.94766570607392 -9.433307497789833, 93.15936014509381 -8.910418140577123 M92.53872054837109 -10.443409943732584 C92.6782161268486 -10.098853167929606, 92.81771170532609 -9.754296392126628, 93.15936014509381 -8.910418140577123 M93.15936014509381 -8.910418140577123 C93.35185333399183 -8.330659325240955, 93.54434652288984 -7.7509005099047865, 93.6805054491449 -7.340811518003323 M93.15936014509381 -8.910418140577123 C93.3618807021271 -8.300458490061674, 93.56440125916038 -7.6904988395462235, 93.6805054491449 -7.340811518003323 M93.6805054491449 -7.340811518003323 C93.81098576396619 -6.8432335270636, 93.94146607878747 -6.3456555361238784, 94.10001496268467 -5.741039926302914 M93.6805054491449 -7.340811518003323 C93.80400186885582 -6.8698661459587065, 93.92749828856674 -6.398920773914089, 94.10001496268467 -5.741039926302914 M94.10001496268467 -5.741039926302914 C94.1991408142106 -5.232049628973461, 94.2982666657365 -4.7230593316440075, 94.41616483113748 -4.117677170096137 M94.10001496268467 -5.741039926302914 C94.16368962184195 -5.414084009174265, 94.22736428099923 -5.0871280920456154, 94.41616483113748 -4.117677170096137 M94.41616483113748 -4.117677170096137 C94.48389789507331 -3.5923529016161053, 94.55163095900916 -3.067028633136074, 94.62765592687991 -2.4773939951584394 M94.41616483113748 -4.117677170096137 C94.49125049853538 -3.5353275611001425, 94.56633616593328 -2.952977952104148, 94.62765592687991 -2.4773939951584394 M94.62765592687991 -2.4773939951584394 C94.65872674387437 -1.9934409405577378, 94.68979756086883 -1.5094878859570362, 94.73361918763487 -0.8269306768952902 M94.62765592687991 -2.4773939951584394 C94.64908861586329 -2.1435625640870115, 94.67052130484669 -1.8097311330155836, 94.73361918763487 -0.8269306768952902 M94.73361918763487 -0.8269306768952902 C94.73361918763487 -0.25227434740674903, 94.73361918763487 0.32238198208179214, 94.73361918763487 0.826930676895284 M94.73361918763487 -0.8269306768952902 C94.73361918763487 -0.31851693819917026, 94.73361918763487 0.18989680049694968, 94.73361918763487 0.826930676895284 M94.73361918763487 0.826930676895284 C94.6927769652242 1.4630812581901047, 94.65193474281352 2.0992318394849256, 94.62765592687991 2.4773939951584216 M94.73361918763487 0.826930676895284 C94.69465945168693 1.4337600120173901, 94.65569971573898 2.0405893471394965, 94.62765592687991 2.4773939951584216 M94.62765592687991 2.4773939951584216 C94.57872261742796 2.85691108029291, 94.52978930797599 3.2364281654273985, 94.41616483113748 4.117677170096119 M94.62765592687991 2.4773939951584216 C94.55811891920922 3.0167092950169687, 94.48858191153853 3.5560245948755163, 94.41616483113748 4.117677170096119 M94.41616483113748 4.117677170096119 C94.3321797251828 4.548922938914985, 94.24819461922812 4.980168707733851, 94.10001496268467 5.741039926302909 M94.41616483113748 4.117677170096119 C94.35272025157438 4.4434516771359664, 94.28927567201129 4.769226184175813, 94.10001496268467 5.741039926302909 M94.10001496268467 5.741039926302909 C93.94933744895835 6.3156385901889065, 93.79865993523202 6.890237254074903, 93.6805054491449 7.340811518003306 M94.10001496268467 5.741039926302909 C93.94353179214075 6.33777807582198, 93.78704862159684 6.934516225341051, 93.6805054491449 7.340811518003306 M93.6805054491449 7.340811518003306 C93.52011768099419 7.823873921352747, 93.35972991284348 8.306936324702187, 93.15936014509383 8.910418140577105 M93.6805054491449 7.340811518003306 C93.56017318863125 7.703233114328359, 93.4398409281176 8.065654710653412, 93.15936014509383 8.910418140577105 M93.15936014509383 8.910418140577105 C92.93190123155567 9.472246054635274, 92.70444231801751 10.034073968693445, 92.53872054837109 10.443409943732577 M93.15936014509383 8.910418140577105 C92.99149739252661 9.325042384823684, 92.82363463995938 9.73966662907026, 92.53872054837109 10.443409943732577 M92.53872054837109 10.443409943732577 C92.3348493434778 10.866752862838467, 92.13097813858451 11.290095781944357, 91.8211370002064 11.933487535324835 M92.53872054837109 10.443409943732577 C92.31303238225581 10.912056249624111, 92.08734421614055 11.380702555515645, 91.8211370002064 11.933487535324835 M91.8211370002064 11.933487535324835 C91.62848635167104 12.275558269792922, 91.43583570313567 12.61762900426101, 91.00955820532037 13.374527866909402 M91.8211370002064 11.933487535324835 C91.6360074971932 12.262203714319753, 91.45087799417999 12.59091989331467, 91.00955820532037 13.374527866909402 M91.00955820532037 13.374527866909402 C90.77004131341897 13.742490132160968, 90.53052442151758 14.110452397412535, 90.10731911506429 14.760609394661596 M91.00955820532037 13.374527866909402 C90.70798190672916 13.83783004612058, 90.40640560813796 14.301132225331758, 90.10731911506429 14.760609394661596 M90.10731911506429 14.760609394661596 C89.90519751943813 15.031433919144483, 89.70307592381197 15.30225844362737, 89.11812722338968 16.086036412270353 M90.10731911506429 14.760609394661596 C89.781415997115 15.197289882328803, 89.45551287916571 15.633970369996012, 89.11812722338968 16.086036412270353 M89.11812722338968 16.086036412270353 C88.77392696570652 16.490353620494496, 88.42972670802335 16.894670828718635, 88.04604733196045 17.345362455817092 M89.11812722338968 16.086036412270353 C88.79711761548403 16.463112563680472, 88.47610800757839 16.840188715090587, 88.04604733196045 17.345362455817092 M88.04604733196045 17.345362455817092 C87.76038461282737 17.640332666667412, 87.47472189369428 17.93530287751773, 86.89548484701088 18.533412684464306 M88.04604733196045 17.345362455817092 C87.77611226565193 17.62409257386174, 87.50617719934341 17.90282269190639, 86.89548484701088 18.533412684464306 M86.89548484701088 18.533412684464306 C86.62793937954405 18.776390399152522, 86.36039391207721 19.019368113840738, 85.67116767658653 19.64530514498649 M86.89548484701088 18.533412684464306 C86.59442910517107 18.806823543704787, 86.29337336333127 19.080234402945266, 85.67116767658653 19.64530514498649 M85.67116767658653 19.64530514498649 C85.15576097334376 20.05632827527421, 84.64035427010099 20.46735140556193, 84.37812680255584 20.676470832763208 M85.67116767658653 19.64530514498649 C85.30886019953024 19.934235716532, 84.94655272247395 20.223166288077515, 84.37812680255584 20.676470832763208 M84.37812680255584 20.676470832763208 C83.93868829594919 20.98300411198565, 83.49924978934256 21.289537391208093, 83.02167560722665 21.622672466799003 M84.37812680255584 20.676470832763208 C83.9222375547999 20.99447943687029, 83.46634830704397 21.31248804097737, 83.02167560722665 21.622672466799003 M83.02167560722665 21.622672466799003 C82.69201044603106 21.822517424843298, 82.36234528483548 22.02236238288759, 81.60738803951841 22.48002190162003 M83.02167560722665 21.622672466799003 C82.48504985081628 21.947978153897957, 81.94842409440592 22.273283840996907, 81.60738803951841 22.48002190162003 M81.60738803951841 22.48002190162003 C81.16472058645482 22.710961228341272, 80.72205313339121 22.941900555062517, 80.14107571041058 23.244996104497716 M81.60738803951841 22.48002190162003 C81.08098971744072 22.754643569073746, 80.55459139536303 23.029265236527458, 80.14107571041058 23.244996104497716 M80.14107571041058 23.244996104497716 C79.5694015547799 23.49805929508411, 78.99772739914923 23.751122485670507, 78.62876401178644 23.914451632345994 M80.14107571041058 23.244996104497716 C79.65398515087786 23.460616646174774, 79.16689459134514 23.676237187851832, 78.62876401178644 23.914451632345994 M78.62876401178644 23.914451632345994 C78.29462957707634 24.037416193024168, 77.96049514236624 24.16038075370234, 77.07666735680553 24.485637548803172 M78.62876401178644 23.914451632345994 C78.27152784711683 24.04591784319932, 77.91429168244721 24.177384054052645, 77.07666735680553 24.485637548803172 M77.07666735680553 24.485637548803172 C76.7468277162132 24.583532222767374, 76.41698807562086 24.681426896731573, 75.49116364354681 24.95620672841954 M77.07666735680553 24.485637548803172 C76.64146913512013 24.614802096597316, 76.20627091343474 24.743966644391463, 75.49116364354681 24.95620672841954 M75.49116364354681 24.95620672841954 C75.12752570135822 25.03920471576475, 74.76388775916962 25.12220270310996, 73.87876804685754 25.324225501499278 M75.49116364354681 24.95620672841954 C75.02081055421165 25.06356175171954, 74.55045746487647 25.17091677501954, 73.87876804685754 25.324225501499278 M73.87876804685754 25.324225501499278 C73.31341012606741 25.41562818571647, 72.74805220527728 25.50703086993366, 72.24610624610233 25.588181599964017 M73.87876804685754 25.324225501499278 C73.42238295928651 25.39801030313855, 72.96599787171547 25.47179510477782, 72.24610624610233 25.588181599964017 M72.24610624610233 25.588181599964017 C71.7646335382052 25.634628693039204, 71.28316083030806 25.68107578611439, 70.59988719882529 25.746990371586765 M72.24610624610233 25.588181599964017 C71.89659288583341 25.621898733477842, 71.54707952556451 25.65561586699167, 70.59988719882529 25.746990371586765 M70.59988719882529 25.746990371586765 C69.99768371935727 25.76630186505534, 69.39548023988925 25.785613358523914, 68.94687557220459 25.799999237060547 M70.59988719882529 25.746990371586765 C70.01027907047893 25.765897956660233, 69.42067094213256 25.7848055417337, 68.94687557220459 25.799999237060547 M68.94687557220459 25.799999237060547 C68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547 M68.94687557220459 25.799999237060547 C68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547, 68.94687557220459 25.799999237060547 M68.94687557220459 25.799999237060547 C30.045573949908608 25.799999237060547, -8.855727672387374 25.799999237060547, -68.94687557220459 25.799999237060547 M68.94687557220459 25.799999237060547 C41.097184899222306 25.799999237060547, 13.247494226240022 25.799999237060547, -68.94687557220459 25.799999237060547 M-68.94687557220459 25.799999237060547 C-69.32376247189832 25.787913207753217, -69.70064937159205 25.775827178445887, -70.59988719882527 25.746990371586765 M-68.94687557220459 25.799999237060547 C-69.50592624240302 25.7820715701934, -70.06497691260147 25.764143903326254, -70.59988719882527 25.746990371586765 M-70.59988719882527 25.746990371586765 C-71.04127800135993 25.704409931716352, -71.48266880389457 25.661829491845943, -72.24610624610231 25.588181599964017 M-70.59988719882527 25.746990371586765 C-71.07391639093653 25.701261345527303, -71.5479455830478 25.65553231946784, -72.24610624610231 25.588181599964017 M-72.24610624610231 25.588181599964017 C-72.74969811196394 25.506764772504756, -73.25328997782556 25.425347945045498, -73.87876804685753 25.324225501499278 M-72.24610624610231 25.588181599964017 C-72.59493055634057 25.531786390657622, -72.94375486657883 25.47539118135123, -73.87876804685753 25.324225501499278 M-73.87876804685753 25.324225501499278 C-74.42571978867967 25.19938733562205, -74.9726715305018 25.07454916974482, -75.49116364354678 24.956206728419545 M-73.87876804685753 25.324225501499278 C-74.465339739216 25.19034434045647, -75.05191143157447 25.056463179413665, -75.49116364354678 24.956206728419545 M-75.49116364354678 24.956206728419545 C-75.91817987285145 24.829470553015845, -76.34519610215612 24.70273437761215, -77.0766673568055 24.485637548803183 M-75.49116364354678 24.956206728419545 C-75.94857064754505 24.82045073061122, -76.40597765154331 24.684694732802896, -77.0766673568055 24.485637548803183 M-77.0766673568055 24.485637548803183 C-77.48129413600711 24.33673115372805, -77.88592091520871 24.187824758652912, -78.62876401178644 23.914451632345997 M-77.0766673568055 24.485637548803183 C-77.62795490714308 24.282758634232707, -78.17924245748064 24.079879719662227, -78.62876401178644 23.914451632345997 M-78.62876401178644 23.914451632345997 C-79.17721481862014 23.671668729375856, -79.72566562545384 23.428885826405715, -80.14107571041056 23.244996104497723 M-78.62876401178644 23.914451632345997 C-79.17956130791073 23.67063000817305, -79.730358604035 23.4268083840001, -80.14107571041056 23.244996104497723 M-80.14107571041056 23.244996104497723 C-80.50224201211698 23.05657587623554, -80.8634083138234 22.868155647973364, -81.6073880395184 22.480021901620038 M-80.14107571041056 23.244996104497723 C-80.52879906935556 23.042721076484785, -80.91652242830054 22.84044604847185, -81.6073880395184 22.480021901620038 M-81.6073880395184 22.480021901620038 C-81.9452728774134 22.275194127256373, -82.28315771530842 22.07036635289271, -83.02167560722663 21.622672466799017 M-81.6073880395184 22.480021901620038 C-82.1290515519139 22.163786414770804, -82.6507150643094 21.847550927921567, -83.02167560722663 21.622672466799017 M-83.02167560722663 21.622672466799017 C-83.37196087970443 21.37832862432355, -83.72224615218224 21.133984781848085, -84.37812680255584 20.67647083276321 M-83.02167560722663 21.622672466799017 C-83.38834785383435 21.3668977805512, -83.75502010044207 21.11112309430338, -84.37812680255584 20.67647083276321 M-84.37812680255584 20.67647083276321 C-84.69748121032254 20.421794190946976, -85.01683561808923 20.167117549130737, -85.6711676765865 19.645305144986512 M-84.37812680255584 20.67647083276321 C-84.71048798264631 20.411421636143512, -85.04284916273677 20.146372439523816, -85.6711676765865 19.645305144986512 M-85.6711676765865 19.645305144986512 C-86.0471541069524 19.303844216984015, -86.4231405373183 18.962383288981517, -86.89548484701086 18.533412684464324 M-85.6711676765865 19.645305144986512 C-85.95064773868614 19.391488747224855, -86.23012780078577 19.1376723494632, -86.89548484701086 18.533412684464324 M-86.89548484701086 18.533412684464324 C-87.28001402060849 18.136354742292497, -87.6645431942061 17.739296800120666, -88.04604733196044 17.3453624558171 M-86.89548484701086 18.533412684464324 C-87.25209402569448 18.16518442931542, -87.60870320437809 17.796956174166517, -88.04604733196044 17.3453624558171 M-88.04604733196044 17.3453624558171 C-88.42337000025806 16.90213777936666, -88.80069266855568 16.458913102916224, -89.11812722338968 16.08603641227036 M-88.04604733196044 17.3453624558171 C-88.44298434800005 16.879097650420913, -88.83992136403967 16.412832845024727, -89.11812722338968 16.08603641227036 M-89.11812722338968 16.08603641227036 C-89.46075918285854 15.62694080099573, -89.8033911423274 15.167845189721099, -90.10731911506427 14.760609394661614 M-89.11812722338968 16.08603641227036 C-89.35089053324587 15.774154782236824, -89.58365384310206 15.462273152203286, -90.10731911506427 14.760609394661614 M-90.10731911506427 14.760609394661614 C-90.28803457493703 14.482981919401396, -90.46875003480979 14.205354444141179, -91.00955820532036 13.374527866909418 M-90.10731911506427 14.760609394661614 C-90.29206479382658 14.476790420921748, -90.47681047258888 14.192971447181883, -91.00955820532036 13.374527866909418 M-91.00955820532036 13.374527866909418 C-91.2755052085925 12.902312032545444, -91.54145221186465 12.43009619818147, -91.82113700020639 11.933487535324842 M-91.00955820532036 13.374527866909418 C-91.22659851330116 12.989150822375155, -91.44363882128194 12.603773777840892, -91.82113700020639 11.933487535324842 M-91.82113700020639 11.933487535324842 C-91.97043729476445 11.623462279160485, -92.11973758932251 11.313437022996126, -92.53872054837109 10.443409943732586 M-91.82113700020639 11.933487535324842 C-91.97678048904979 11.610290500504366, -92.13242397789318 11.28709346568389, -92.53872054837109 10.443409943732586 M-92.53872054837109 10.443409943732586 C-92.6757621061911 10.104914646398864, -92.81280366401113 9.76641934906514, -93.15936014509381 8.910418140577127 M-92.53872054837109 10.443409943732586 C-92.70454132233283 10.033829426120512, -92.87036209629457 9.624248908508438, -93.15936014509381 8.910418140577127 M-93.15936014509381 8.910418140577127 C-93.35719392981682 8.314574301524457, -93.55502771453983 7.718730462471787, -93.6805054491449 7.340811518003316 M-93.15936014509381 8.910418140577127 C-93.3512993847613 8.332327732063467, -93.54323862442878 7.754237323549805, -93.6805054491449 7.340811518003316 M-93.6805054491449 7.340811518003316 C-93.83438685833043 6.7539950121542836, -93.98826826751596 6.16717850630525, -94.10001496268467 5.741039926302918 M-93.6805054491449 7.340811518003316 C-93.7736263992234 6.985700976478955, -93.86674734930189 6.630590434954593, -94.10001496268467 5.741039926302918 M-94.10001496268467 5.741039926302918 C-94.18466892419222 5.306359725582733, -94.26932288569978 4.8716795248625475, -94.41616483113748 4.117677170096139 M-94.10001496268467 5.741039926302918 C-94.22558379615063 5.096270505437571, -94.35115262961659 4.451501084572224, -94.41616483113748 4.117677170096139 M-94.41616483113748 4.117677170096139 C-94.45957007441174 3.781034674595654, -94.50297531768602 3.444392179095168, -94.62765592687991 2.477393995158454 M-94.41616483113748 4.117677170096139 C-94.4893015424802 3.550443279399204, -94.56243825382292 2.9832093887022677, -94.62765592687991 2.477393995158454 M-94.62765592687991 2.477393995158454 C-94.65666446559501 2.0255625893996925, -94.68567300431012 1.5737311836409305, -94.73361918763487 0.8269306768952934 M-94.62765592687991 2.477393995158454 C-94.66138465204465 1.952041875380845, -94.69511337720937 1.426689755603236, -94.73361918763487 0.8269306768952934 M-94.73361918763487 0.8269306768952934 C-94.73361918763487 0.2083270891942911, -94.73361918763487 -0.4102764985067112, -94.73361918763487 -0.8269306768952809 M-94.73361918763487 0.8269306768952934 C-94.73361918763487 0.1997111928581059, -94.73361918763487 -0.4275082911790816, -94.73361918763487 -0.8269306768952809 M-94.73361918763487 -0.8269306768952809 C-94.69682013285251 -1.4001056587930654, -94.66002107807013 -1.97328064069085, -94.62765592687991 -2.4773939951584185 M-94.73361918763487 -0.8269306768952809 C-94.6993920790237 -1.3600455211391957, -94.66516497041252 -1.8931603653831108, -94.62765592687991 -2.4773939951584185 M-94.62765592687991 -2.4773939951584185 C-94.5833234299346 -2.821228087024609, -94.53899093298928 -3.1650621788907998, -94.41616483113748 -4.117677170096128 M-94.62765592687991 -2.4773939951584185 C-94.56645406021072 -2.9520635873691057, -94.50525219354154 -3.4267331795797924, -94.41616483113748 -4.117677170096128 M-94.41616483113748 -4.117677170096128 C-94.32560428359432 -4.582686441751763, -94.23504373605115 -5.047695713407398, -94.10001496268467 -5.741039926302906 M-94.41616483113748 -4.117677170096128 C-94.32789991480782 -4.570898860652243, -94.23963499847817 -5.024120551208358, -94.10001496268467 -5.741039926302906 M-94.10001496268467 -5.741039926302906 C-93.99647093641508 -6.135898174733729, -93.89292691014548 -6.530756423164552, -93.6805054491449 -7.340811518003303 M-94.10001496268467 -5.741039926302906 C-93.94483713956075 -6.332800220368384, -93.78965931643683 -6.924560514433862, -93.6805054491449 -7.340811518003303 M-93.6805054491449 -7.340811518003303 C-93.55656737450732 -7.714093251961186, -93.43262929986975 -8.08737498591907, -93.15936014509383 -8.910418140577093 M-93.6805054491449 -7.340811518003303 C-93.55996606422931 -7.703856940026193, -93.43942667931374 -8.066902362049083, -93.15936014509383 -8.910418140577093 M-93.15936014509383 -8.910418140577093 C-92.96142513799704 -9.399321434919177, -92.76349013090027 -9.888224729261259, -92.53872054837109 -10.443409943732574 M-93.15936014509383 -8.910418140577093 C-92.94769374312847 -9.433238245723023, -92.73602734116311 -9.956058350868954, -92.53872054837109 -10.443409943732574 M-92.53872054837109 -10.443409943732574 C-92.25427913807346 -11.03405861828682, -91.96983772777583 -11.624707292841066, -91.8211370002064 -11.933487535324831 M-92.53872054837109 -10.443409943732574 C-92.32318708097047 -10.890969800467373, -92.10765361356987 -11.338529657202171, -91.8211370002064 -11.933487535324831 M-91.8211370002064 -11.933487535324831 C-91.61204937405063 -12.304743787982428, -91.40296174789484 -12.676000040640025, -91.00955820532036 -13.374527866909409 M-91.8211370002064 -11.933487535324831 C-91.61855695647533 -12.29318891642318, -91.41597691274426 -12.652890297521527, -91.00955820532036 -13.374527866909409 M-91.00955820532036 -13.374527866909409 C-90.73384439834503 -13.798098313947207, -90.4581305913697 -14.221668760985006, -90.10731911506429 -14.760609394661605 M-91.00955820532036 -13.374527866909409 C-90.66313535831651 -13.906726387466827, -90.31671251131267 -14.438924908024244, -90.10731911506429 -14.760609394661605 M-90.10731911506429 -14.760609394661605 C-89.71846567969176 -15.281637572784062, -89.32961224431922 -15.80266575090652, -89.11812722338968 -16.086036412270353 M-90.10731911506429 -14.760609394661605 C-89.74233962044445 -15.249648667136192, -89.37736012582462 -15.738687939610777, -89.11812722338968 -16.086036412270353 M-89.11812722338968 -16.086036412270353 C-88.73508336964345 -16.535981518693404, -88.35203951589722 -16.98592662511646, -88.04604733196045 -17.345362455817092 M-89.11812722338968 -16.086036412270353 C-88.8434181446489 -16.40872532754868, -88.56870906590811 -16.731414242827007, -88.04604733196045 -17.345362455817092 M-88.04604733196045 -17.345362455817092 C-87.75389178160894 -17.6470370479718, -87.46173623125742 -17.948711640126508, -86.89548484701089 -18.5334126844643 M-88.04604733196045 -17.345362455817092 C-87.70198602879273 -17.700633999296095, -87.35792472562501 -18.055905542775097, -86.89548484701089 -18.5334126844643 M-86.89548484701089 -18.5334126844643 C-86.53822730918513 -18.85786452780118, -86.18096977135939 -19.18231637113806, -85.67116767658653 -19.645305144986487 M-86.89548484701089 -18.5334126844643 C-86.56747909471974 -18.83129883013848, -86.23947334242861 -19.129184975812656, -85.67116767658653 -19.645305144986487 M-85.67116767658653 -19.645305144986487 C-85.32576668806611 -19.920753241825203, -84.98036569954569 -20.196201338663915, -84.37812680255585 -20.676470832763204 M-85.67116767658653 -19.645305144986487 C-85.32681539814162 -19.919916923447328, -84.98246311969672 -20.194528701908173, -84.37812680255585 -20.676470832763204 M-84.37812680255585 -20.676470832763204 C-83.97408515657604 -20.958312794317767, -83.57004351059622 -21.24015475587233, -83.02167560722665 -21.622672466799 M-84.37812680255585 -20.676470832763204 C-84.04411585833718 -20.909462408349416, -83.7101049141185 -21.14245398393563, -83.02167560722665 -21.622672466799 M-83.02167560722665 -21.622672466799 C-82.65655924337332 -21.84400815222881, -82.29144287951999 -22.06534383765862, -81.60738803951841 -22.480021901620027 M-83.02167560722665 -21.622672466799 C-82.70509779237864 -21.814583798577615, -82.3885199775306 -22.006495130356228, -81.60738803951841 -22.480021901620027 M-81.60738803951841 -22.480021901620027 C-81.14891799924268 -22.719205427967797, -80.69044795896696 -22.958388954315566, -80.14107571041058 -23.244996104497716 M-81.60738803951841 -22.480021901620027 C-81.02810457147685 -22.782233715848545, -80.44882110343526 -23.084445530077062, -80.14107571041058 -23.244996104497716 M-80.14107571041058 -23.244996104497716 C-79.61033802179256 -23.479937935474755, -79.07960033317455 -23.714879766451794, -78.62876401178646 -23.91445163234599 M-80.14107571041058 -23.244996104497716 C-79.60988589553179 -23.480138078358546, -79.07869608065302 -23.715280052219377, -78.62876401178646 -23.91445163234599 M-78.62876401178646 -23.91445163234599 C-78.12925629795171 -24.098275088435866, -77.62974858411698 -24.282098544525738, -77.07666735680553 -24.485637548803172 M-78.62876401178646 -23.91445163234599 C-78.01603891672185 -24.139940131298452, -77.40331382165725 -24.365428630250918, -77.07666735680553 -24.485637548803172 M-77.07666735680553 -24.485637548803172 C-76.6520574483082 -24.61165954082229, -76.22744753981085 -24.737681532841407, -75.49116364354681 -24.956206728419538 M-77.07666735680553 -24.485637548803172 C-76.51430228444553 -24.652544550365118, -75.95193721208553 -24.819451551927063, -75.49116364354681 -24.956206728419538 M-75.49116364354681 -24.956206728419538 C-75.07290627547754 -25.051671243296948, -74.65464890740827 -25.14713575817436, -73.87876804685754 -25.324225501499278 M-75.49116364354681 -24.956206728419538 C-75.00368803587274 -25.06746985479552, -74.51621242819866 -25.1787329811715, -73.87876804685754 -25.324225501499278 M-73.87876804685754 -25.324225501499278 C-73.50402658146056 -25.384810795461195, -73.12928511606357 -25.44539608942311, -72.24610624610233 -25.588181599964017 M-73.87876804685754 -25.324225501499278 C-73.27970154566763 -25.42107792758156, -72.68063504447773 -25.517930353663843, -72.24610624610233 -25.588181599964017 M-72.24610624610233 -25.588181599964017 C-71.73926114706589 -25.637076337097646, -71.23241604802945 -25.68597107423128, -70.59988719882529 -25.746990371586765 M-72.24610624610233 -25.588181599964017 C-71.8324862942371 -25.628083019269685, -71.41886634237189 -25.66798443857535, -70.59988719882529 -25.746990371586765 M-70.59988719882529 -25.746990371586765 C-70.17784104037358 -25.7605245704253, -69.75579488192187 -25.774058769263835, -68.9468755722046 -25.799999237060547 M-70.59988719882529 -25.746990371586765 C-70.19118181851147 -25.760096757636667, -69.78247643819763 -25.77320314368657, -68.9468755722046 -25.799999237060547 M-68.9468755722046 -25.799999237060547 C-68.9468755722046 -25.799999237060547, -68.94687557220459 -25.799999237060547, -68.94687557220459 -25.799999237060547 M-68.9468755722046 -25.799999237060547 C-68.9468755722046 -25.799999237060547, -68.94687557220459 -25.799999237060547, -68.94687557220459 -25.799999237060547" stroke="#f0abfc" stroke-width="2" fill="none" stroke-dasharray="0 0" style="fill:#3f1d3f !important;stroke:#f0abfc !important;stroke-width:2px !important"/></g><g class="label" style="color:#fae8ff !important" transform="translate(0, -18.299999237060547)"><rect/><g><rect class="background" style="stroke: none"/><text y="-10.1" style="fill:#fae8ff !important"><tspan class="text-outer-tspan row" x="0" y="-0.1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">Resolve</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> blocker</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> /</tspan><tspan font-style="normal" class="text-inner-tspan" font-weight="normal"> next</tspan></tspan><tspan class="text-outer-tspan row" x="0" y="1em" dy="1.1em"><tspan font-style="normal" class="text-inner-tspan" font-weight="normal">cycle</tspan></tspan></text></g></g></g></g></g></g><defs><filter id="my-svg-drop-shadow" height="130%" width="130%"><feDropShadow dx="4" dy="4" stdDeviation="0" flood-opacity="0.06" flood-color="#FFFFFF"/></filter></defs><defs><filter id="my-svg-drop-shadow-small" height="150%" width="150%"><feDropShadow dx="2" dy="2" stdDeviation="0" flood-opacity="0.06" flood-color="#FFFFFF"/></filter></defs><linearGradient id="my-svg-gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-color="#cccccc" stop-opacity="1"/><stop offset="100%" stop-color="hsl(180, 0%, 18.3529411765%)" stop-opacity="1"/></linearGradient></svg>