{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Cancellation","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"cancellation","__idx":0},"children":["Cancellation"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["These operations cover the cancellation of car rental bookings, either initiated by the traveler or by the car rental supplier/vendor."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Webhook used:"]}," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/openapi/webhookeventapi/webhooks/paths/pnr_v3/post"},"children":["PNR_V3"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Step"},"children":["Step"]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"Operation"},"children":["Operation "]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event trigger"},"children":["Event trigger"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Context"},"children":["Context"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["1"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_TRAVELER"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When the car booking is canceled by the traveler."]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The car reservation has been canceled by the traveler."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"The refund amount depends on the supplier's cancellation policy:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Refundable"]}," (canceled before the cancellation deadline): The full prepaid amount is refunded."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Partially refundable"]}," (canceled after the deadline): A penalty is deducted from the full price and the remaining amount is refunded."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Non-refundable:"]}," No refund is received."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Pay-at-counter bookings"]},": There is no refund to process, however a cancellation fee may still apply per supplier policy."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," A traveler booked a refundable $165 car rental with free cancellation until 48 hours before pickup."," ","They cancel 5 days before pickup. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_TRAVELER"]}," event is triggered and the full $165 is refunded."]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_VENDOR"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["When the car booking is canceled by the supplier or the vendor."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The car rental company or booking supplier has canceled the reservation."," ","This scenario is less common and could occur due to fleet unavailability, branch closure, or operational issues."," ","The refund processing follows the same rules as traveler-initiated cancellations."," ","For a vendor cancellation, the traveler is typically entitled to a full refund since the cancellation was not their doing,"," ","though the actual refund may depend on the supplier policies."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," A traveler has a confirmed reservation at an airport branch."," ","The branch experiences a fleet shortage and cancels the reservation."," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_VENDOR"]}," event is triggered. The full prepaid amount is refunded."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"car-cancellation-flow-diagram","__idx":1},"children":["Car cancellation flow diagram"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"flowchart LR\n    subgraph cancellation[\"Cancellation\"]\n        A([\"Confirmed car<br>booking\"]) --> B{\"Who initiates<br>the cancellation?\"}\n\n        B -->|\"Traveler<br>cancels\"| C{\"Cancellation<br>policy?\"}\n\n        C -->|\"Free<br>cancellation\"| D[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Full prepaid price refunded if canceled before deadline\"]\n\n        C -->|\"Penalty<br>applies\"| E[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Penalty deducted and remainder refunded, if canceled after deadline.\"]\n\n        C -->|\"Non-<br>refundable\"| F[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Non-refundable rate.<br>No refund processed ($0).\"]\n\n        B -->|\"Supplier/vendor<br>cancels\"| G[\"<b>BOOKING_CANCELED_<br>BY_VENDOR</b><br>―――――――――――<br>Supplier proactively canceled.<br>e.g., Due to fleet shortage, closure, etc.<br>Typically full refund.\"]\n        D --> H[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Credit note or a refund<br>adjustment invoice.\"]\n        E --> H\n        G --> H\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style D fill:#F44336,color:#fff\n    style E fill:#F44336,color:#fff\n    style F fill:#F44336,color:#fff\n    style G fill:#F44336,color:#fff\n    style H fill:#FF9800,color:#fff\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780930085742\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"flowchart\" style=\"max-width: 1269.03125px;\" viewBox=\"0 0 1269.03125 1270.3125\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#mermaid-1780930085742{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780930085742 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780930085742 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780930085742 .error-icon{fill:#552222;}#mermaid-1780930085742 .error-text{fill:#552222;stroke:#552222;}#mermaid-1780930085742 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780930085742 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780930085742 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780930085742 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780930085742 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780930085742 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780930085742 .marker{fill:#333333;stroke:#333333;}#mermaid-1780930085742 .marker.cross{stroke:#333333;}#mermaid-1780930085742 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780930085742 p{margin:0;}#mermaid-1780930085742 .label{font-family:\"trebuchet ms\",verdana,arial,sans-serif;color:#333;}#mermaid-1780930085742 .cluster-label text{fill:#333;}#mermaid-1780930085742 .cluster-label span{color:#333;}#mermaid-1780930085742 .cluster-label span p{background-color:transparent;}#mermaid-1780930085742 .label text,#mermaid-1780930085742 span{fill:#333;color:#333;}#mermaid-1780930085742 .node rect,#mermaid-1780930085742 .node circle,#mermaid-1780930085742 .node ellipse,#mermaid-1780930085742 .node polygon,#mermaid-1780930085742 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-1780930085742 .rough-node .label text,#mermaid-1780930085742 .node .label text,#mermaid-1780930085742 .image-shape .label,#mermaid-1780930085742 .icon-shape .label{text-anchor:middle;}#mermaid-1780930085742 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#mermaid-1780930085742 .rough-node .label,#mermaid-1780930085742 .node .label,#mermaid-1780930085742 .image-shape .label,#mermaid-1780930085742 .icon-shape .label{text-align:center;}#mermaid-1780930085742 .node.clickable{cursor:pointer;}#mermaid-1780930085742 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#mermaid-1780930085742 .arrowheadPath{fill:#333333;}#mermaid-1780930085742 .edgePath .path{stroke:#333333;stroke-width:2.0px;}#mermaid-1780930085742 .flowchart-link{stroke:#333333;fill:none;}#mermaid-1780930085742 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780930085742 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#mermaid-1780930085742 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780930085742 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#mermaid-1780930085742 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#mermaid-1780930085742 .cluster text{fill:#333;}#mermaid-1780930085742 .cluster span{color:#333;}#mermaid-1780930085742 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(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#mermaid-1780930085742 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#mermaid-1780930085742 rect.text{fill:none;stroke-width:0;}#mermaid-1780930085742 .icon-shape,#mermaid-1780930085742 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780930085742 .icon-shape p,#mermaid-1780930085742 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#mermaid-1780930085742 .icon-shape rect,#mermaid-1780930085742 .image-shape rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780930085742 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#mermaid-1780930085742 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#mermaid-1780930085742 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><marker id=\"mermaid-1780930085742_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780930085742_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780930085742_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1780930085742_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1780930085742_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780930085742_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"></g><g class=\"edgeLabels\"></g><g class=\"nodes\"><g class=\"root\" transform=\"translate(0, 0)\"><g class=\"clusters\"><g class=\"cluster\" id=\"cancellation\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"1253.03125\" height=\"1254.3125\"></rect><g class=\"cluster-label\" transform=\"translate(588.7265625, 8)\"><foreignObject width=\"91.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Cancellation</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M790.016,109L789.932,115.167C789.849,121.333,789.682,133.667,789.599,145.417C789.516,157.167,789.516,168.333,789.516,173.917L789.516,179.5\" id=\"L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6NzkwLjAxNTYyNSwieSI6MTA5fSx7IngiOjc4OS41MTU2MjUsInkiOjE0Nn0seyJ4Ijo3ODkuNTE1NjI1LCJ5IjoxODMuNX1d\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M723.321,320.04L683.267,341.322C643.214,362.605,563.107,405.169,523.053,436.035C483,466.901,483,486.068,483,495.651L483,505.234\" id=\"L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NzIzLjMyMDk4Mzg1OTI5LCJ5IjozMjAuMDM5NzMzODU5Mjl9LHsieCI6NDgzLCJ5Ijo0NDcuNzM0Mzc1fSx7IngiOjQ4MywieSI6NTA5LjIzNDM3NX1d\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M425.395,621.207L383.329,641.058C341.263,660.909,257.132,700.611,215.066,734.045C173,767.479,173,794.646,173,808.229L173,821.813\" id=\"L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6NDI1LjM5NDgyOTIwOTgyNzk1LCJ5Ijo2MjEuMjA3MzI5MjA5ODI3OX0seyJ4IjoxNzMsInkiOjc0MC4zMTI1fSx7IngiOjE3MywieSI6ODI1LjgxMjV9XQ==\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M483,678.813L483,689.063C483,699.313,483,719.813,483,743.646C483,767.479,483,794.646,483,808.229L483,821.813\" id=\"L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6NDgzLCJ5Ijo2NzguODEyNX0seyJ4Ijo0ODMsInkiOjc0MC4zMTI1fSx7IngiOjQ4MywieSI6ODI1LjgxMjV9XQ==\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M540.396,621.417L581.916,641.233C623.436,661.049,706.476,700.681,747.996,736.08C789.516,771.479,789.516,802.646,789.516,818.229L789.516,833.813\" id=\"L_C_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_F_0\" data-points=\"W3sieCI6NTQwLjM5NTk4ODE2NjIwMzcsInkiOjYyMS40MTY1MTE4MzM3OTYzfSx7IngiOjc4OS41MTU2MjUsInkiOjc0MC4zMTI1fSx7IngiOjc4OS41MTU2MjUsInkiOjgzNy44MTI1fV0=\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M855.71,320.04L895.764,341.322C935.817,362.605,1015.924,405.169,1055.978,450.833C1096.031,496.497,1096.031,545.26,1096.031,594.023C1096.031,642.786,1096.031,691.549,1096.031,725.514C1096.031,759.479,1096.031,778.646,1096.031,788.229L1096.031,797.813\" id=\"L_B_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_G_0\" data-points=\"W3sieCI6ODU1LjcxMDI2NjE0MDcxLCJ5IjozMjAuMDM5NzMzODU5Mjl9LHsieCI6MTA5Ni4wMzEyNSwieSI6NDQ3LjczNDM3NX0seyJ4IjoxMDk2LjAzMTI1LCJ5Ijo1OTQuMDIzNDM3NX0seyJ4IjoxMDk2LjAzMTI1LCJ5Ijo3NDAuMzEyNX0seyJ4IjoxMDk2LjAzMTI1LCJ5Ijo4MDEuODEyNX1d\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M173,999.813L173,1010.063C173,1020.313,173,1040.813,204.366,1061.231C235.732,1081.65,298.463,1101.987,329.829,1112.155L361.195,1122.324\" id=\"L_D_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_H_0\" data-points=\"W3sieCI6MTczLCJ5Ijo5OTkuODEyNX0seyJ4IjoxNzMsInkiOjEwNjEuMzEyNX0seyJ4IjozNjUsInkiOjExMjMuNTU3NjYxMjkwMzIyNn1d\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M483,999.813L483,1010.063C483,1020.313,483,1040.813,483,1056.646C483,1072.479,483,1083.646,483,1089.229L483,1094.813\" id=\"L_E_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_H_0\" data-points=\"W3sieCI6NDgzLCJ5Ijo5OTkuODEyNX0seyJ4Ijo0ODMsInkiOjEwNjEuMzEyNX0seyJ4Ijo0ODMsInkiOjEwOTguODEyNX1d\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path><path d=\"M1096.031,1023.813L1096.031,1030.063C1096.031,1036.313,1096.031,1048.813,1014.184,1068.481C932.337,1088.149,768.642,1114.985,686.795,1128.403L604.947,1141.821\" id=\"L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6MTA5Ni4wMzEyNSwieSI6MTAyMy44MTI1fSx7IngiOjEwOTYuMDMxMjUsInkiOjEwNjEuMzEyNX0seyJ4Ijo2MDEsInkiOjExNDIuNDY3NjQ2MDQ2Nzk2fV0=\" marker-end=\"url(#mermaid-1780930085742_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(483, 447.734375)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-30.390625, -24)\"><foreignObject width=\"60.78125\" height=\"48\"><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>Traveler<br>cancels</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(173, 740.3125)\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(-44.5859375, -24)\"><foreignObject width=\"89.171875\" height=\"48\"><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>Free<br>cancellation</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(483, 740.3125)\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(-27.5390625, -24)\"><foreignObject width=\"55.078125\" height=\"48\"><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>Penalty<br>applies</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(789.515625, 740.3125)\"><g class=\"label\" data-id=\"L_C_F_0\" transform=\"translate(-41.015625, -24)\"><foreignObject width=\"82.03125\" height=\"48\"><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>Non-<br>refundable</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1096.03125, 594.0234375)\"><g class=\"label\" data-id=\"L_B_G_0\" transform=\"translate(-60.1875, -24)\"><foreignObject width=\"120.375\" height=\"48\"><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>Supplier/vendor<br>cancels</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"flowchart-A-0\" transform=\"translate(789.515625, 77)\"><g class=\"basic label-container outer-path\"><path d=\"M-37.03125 -31.5 C-16.36686502262119 -31.5, 4.297519954757618 -31.5, 37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 C37.43868887051463 -31.486934228454245, 37.846127741029264 -31.473868456908495, 39.04946192939246 -31.435279871635593 C39.85286919942332 -31.357776138534323, 40.656276469454184 -31.280272405433056, 41.05938059306194 -31.241385435432253 C41.818507126473726 -31.118655744624427, 42.57763365988552 -30.9959260538166, 43.052746804093225 -30.91911344521856 C43.71795202070171 -30.767284695397386, 44.38315723731019 -30.615455945576215, 45.02136939314948 -30.469788185729428 C45.51977759834658 -30.321863246624982, 46.01818580354369 -30.173938307520537, 46.95715886774405 -29.895256030836062 C47.392206528282664 -29.73515447022136, 47.827254188821286 -29.57505290960666, 48.85216065370028 -29.197877856399685 C49.324573695983446 -28.988754616215925, 49.79698673826661 -28.77963137603216, 50.69858778220308 -28.380519338926202 C51.291649194893665 -28.07111957979949, 51.88471060758425 -27.761719820672774, 52.488852888124036 -27.44653917988677 C52.88558863090937 -27.206035641132285, 53.282324373694706 -26.9655321023778, 54.215599388132276 -26.399775304092984 C54.684982150010114 -26.072354208659274, 55.15436491188795 -25.744933113225564, 55.8717317104733 -25.244529088840633 C56.30340206108806 -24.900283471455822, 56.735072411702824 -24.556037854071015, 57.45044445219533 -23.985547688627737 C57.76286543428283 -23.70181521890208, 58.07528641637033 -23.41808274917642, 58.94525034400982 -22.62800452807842 C59.4597064580079 -22.09678635274293, 59.97416257200598 -21.565568177407446, 60.350006907872434 -21.177478043231485 C60.8672736606201 -20.56986708214204, 61.384540413367766 -19.96225612105259, 61.65894169774294 -19.63992875855011 C62.10919134096734 -19.03663525521574, 62.559440984191745 -18.433341751881365, 62.8666760198041 -18.02167479384835 C63.27761512012572 -17.39036198315509, 63.688554220447344 -16.759049172461822, 63.9682470346684 -16.329365901781543 C64.31355888150672 -15.71622975110397, 64.65887072834504 -15.103093600426396, 64.9591281507495 -14.56995614258631 C65.27986737108728 -13.903934288834993, 65.60060659142505 -13.237912435083674, 65.83524762499809 -12.750675308355413 C66.03936014133299 -12.24651344676116, 66.2434726576679 -11.742351585166904, 66.59300529456745 -10.878999214271206 C66.82054156781743 -10.193696212224161, 67.04807784106741 -9.508393210177116, 67.22928737065482 -8.962618978877531 C67.34034350617314 -8.53911380211256, 67.45139964169147 -8.115608625347589, 67.74147923372745 -7.009409419623907 C67.81873118259621 -6.612736989387994, 67.89598313146497 -6.216064559152081, 68.12747617755518 -5.027396693551458 C68.1874468756777 -4.562275801467069, 68.2474175738002 -4.097154909382681, 68.38569205789975 -3.024725316091981 C68.43212457997501 -2.301501305112449, 68.47855710205029 -1.5782772941329168, 68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.5930478355996434, 68.51506581032167 -0.1764709776921488, 68.51506581032167 1.00962469350713 C68.46699153964369 1.7584202641696103, 68.4189172689657 2.50721583483209, 68.38569205789975 3.02472531609196 C68.29456291556718 3.7315049485387326, 68.20343377323462 4.438284580985505, 68.12747617755518 5.027396693551435 C67.99295888349252 5.718114568323043, 67.85844158942986 6.40883244309465, 67.74147923372745 7.0094094196239 C67.61271580976867 7.50044016159964, 67.48395238580991 7.991470903575379, 67.22928737065482 8.96261897887751 C67.0881978013289 9.387558282117086, 66.94710823200299 9.812497585356661, 66.59300529456746 10.878999214271184 C66.39849001492023 11.35945571569694, 66.203974735273 11.839912217122698, 65.83524762499809 12.750675308355405 C65.58524281969765 13.269815635807674, 65.3352380143972 13.788955963259943, 64.9591281507495 14.569956142586303 C64.60105223811333 15.205756184589797, 64.24297632547714 15.84155622659329, 63.96824703466841 16.329365901781536 C63.69848608799614 16.74379115682702, 63.42872514132386 17.158216411872505, 62.86667601980412 18.021674793848334 C62.44650050413334 18.58467170607023, 62.02632498846257 19.147668618292123, 61.65894169774295 19.639928758550102 C61.19895329458803 20.180257310977485, 60.73896489143311 20.720585863404864, 60.35000690787245 21.177478043231467 C60.00550764441162 21.533201816670307, 59.6610083809508 21.88892559010915, 58.94525034400983 22.628004528078414 C58.62876317797557 22.91542979847918, 58.31227601194132 23.202855068879945, 57.450444452195356 23.985547688627715 C56.95200702433933 24.38303827336589, 56.453569596483305 24.780528858104066, 55.87173171047331 25.24452908884063 C55.245541330335634 25.681332390680012, 54.61935095019795 26.118135692519395, 54.2155993881323 26.399775304092973 C53.760056822115914 26.67592788467737, 53.30451425609953 26.952080465261773, 52.48885288812404 27.446539179886766 C52.105900504838985 27.646325192953874, 51.72294812155393 27.84611120602098, 50.698587782203084 28.3805193389262 C50.301496279555856 28.55629996784722, 49.90440477690863 28.73208059676824, 48.852160653700295 29.197877856399682 C48.13414138482604 29.46211558464277, 47.41612211595178 29.72635331288586, 46.95715886774407 29.895256030836055 C46.19602152117468 30.12115760000639, 45.43488417460529 30.347059169176728, 45.02136939314951 30.46978818572942 C44.36983658986149 30.618496296431033, 43.71830378657348 30.767204407132642, 43.05274680409324 30.919113445218557 C42.507598953493805 31.00724872201875, 41.96245110289438 31.095383998818946, 41.05938059306196 31.24138543543225 C40.48551855537519 31.296745216037817, 39.91165651768842 31.352104996643384, 39.04946192939246 31.435279871635593 C38.35279337244071 31.457620676273955, 37.65612481548895 31.479961480912312, 37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125 31.5, 37.03125 31.5 C14.797502490524856 31.5, -7.436245018950288 31.5, -37.03124999999999 31.5 C-37.79847313187135 31.475396647470117, -38.5656962637427 31.450793294940237, -39.04946192939244 31.435279871635593 C-39.68852288805149 31.373630429537005, -40.32758384671053 31.311980987438417, -41.059380593061945 31.24138543543225 C-41.81177353946336 31.11974437875251, -42.564166485864774 30.998103322072776, -43.052746804093225 30.919113445218557 C-43.46285065159191 30.825509918204688, -43.87295449909059 30.731906391190822, -45.02136939314947 30.469788185729428 C-45.599231532578976 30.29828173600702, -46.17709367200848 30.126775286284612, -46.957158867744035 29.89525603083607 C-47.574092088541164 29.66821890271455, -48.19102530933829 29.441181774593026, -48.85216065370029 29.197877856399685 C-49.57049804230843 28.879891203184396, -50.28883543091656 28.561904549969107, -50.69858778220308 28.380519338926206 C-51.39295160179166 28.018270179008095, -52.08731542138025 27.656021019089984, -52.48885288812403 27.446539179886773 C-52.9666835997548 27.156875394451248, -53.44451431138558 26.867211609015722, -54.21559938813226 26.399775304092994 C-54.86246235539706 25.948551700375607, -55.50932532266186 25.497328096658222, -55.8717317104733 25.244529088840636 C-56.36925337633723 24.847768799921713, -56.86677504220115 24.45100851100279, -57.45044445219533 23.98554768862774 C-58.031950232146336 23.457439525076055, -58.61345601209735 22.92933136152437, -58.94525034400981 22.628004528078435 C-59.253573182435325 22.309635883628278, -59.56189602086085 21.99126723917812, -60.35000690787244 21.177478043231478 C-60.636125302450175 20.841387096362606, -60.922243697027916 20.505296149493734, -61.65894169774293 19.639928758550113 C-61.91249132831449 19.300195352430766, -62.166040958886036 18.96046194631142, -62.8666760198041 18.021674793848355 C-63.224630405561406 17.471760733113904, -63.58258479131871 16.92184667237945, -63.968247034668394 16.329365901781557 C-64.1840976035813 15.94610135943648, -64.3999481724942 15.562836817091402, -64.9591281507495 14.569956142586314 C-65.14208297238198 14.190046540860394, -65.32503779401446 13.810136939134475, -65.83524762499809 12.750675308355417 C-65.99905034337729 12.346079427048684, -66.16285306175648 11.941483545741953, -66.59300529456745 10.878999214271209 C-66.72280823593553 10.48805343616066, -66.85261117730363 10.097107658050112, -67.22928737065482 8.962618978877522 C-67.34447607162274 8.523354538988007, -67.45966477259067 8.084090099098491, -67.74147923372743 7.009409419623911 C-67.82620851835146 6.574342450620173, -67.9109378029755 6.139275481616434, -68.12747617755518 5.027396693551461 C-68.19386928221004 4.512464884649733, -68.26026238686492 3.9975330757480045, -68.38569205789975 3.024725316091999 C-68.41989119276722 2.4920461854862115, -68.4540903276347 1.959367054880424, -68.51506581032167 1.0096246935071416 C-68.51506581032167 0.5052580803406765, -68.51506581032167 0.0008914671742115132, -68.51506581032167 -1.0096246935071262 C-68.48171427599713 -1.5291017614856526, -68.44836274167261 -2.048578829464179, -68.38569205789975 -3.024725316091956 C-68.30629143058093 -3.6405409021494277, -68.2268908032621 -4.256356488206899, -68.12747617755518 -5.027396693551446 C-68.02382114452055 -5.559643380685276, -67.92016611148593 -6.091890067819104, -67.74147923372745 -7.009409419623896 C-67.55584993472563 -7.717294388964956, -67.3702206357238 -8.425179358306016, -67.22928737065482 -8.962618978877506 C-66.98491927868565 -9.698616737120624, -66.74055118671649 -10.434614495363743, -66.59300529456746 -10.878999214271168 C-66.32162179001013 -11.549321717370889, -66.0502382854528 -12.219644220470608, -65.83524762499809 -12.750675308355401 C-65.54304332402764 -13.35744379149101, -65.25083902305718 -13.964212274626616, -64.9591281507495 -14.5699561425863 C-64.64723954819982 -15.123745938558919, -64.33535094565015 -15.677535734531538, -63.9682470346684 -16.329365901781546 C-63.538239694086066 -16.98997265005472, -63.10823235350374 -17.650579398327892, -62.86667601980411 -18.021674793848344 C-62.38856812539086 -18.662295815836877, -61.91046023097761 -19.30291683782541, -61.65894169774295 -19.639928758550102 C-61.13827362836658 -20.25153509969202, -60.61760555899022 -20.86314144083394, -60.350006907872455 -21.177478043231467 C-59.98910274449437 -21.55014122270221, -59.62819858111628 -21.922804402172954, -58.945250344009835 -22.628004528078403 C-58.59376743243002 -22.94721200864696, -58.242284520850205 -23.26641948921552, -57.450444452195356 -23.98554768862771 C-56.99868486904646 -24.34581393436157, -56.54692528589755 -24.706080180095427, -55.87173171047331 -25.244529088840626 C-55.47407550179427 -25.5219168457553, -55.07641929311522 -25.799304602669974, -54.215599388132304 -26.39977530409297 C-53.63393144295321 -26.7523858307208, -53.05226349777413 -27.10499635734863, -52.48885288812404 -27.446539179886763 C-51.90412170864904 -27.751593061680676, -51.319390529174036 -28.05664694347459, -50.69858778220309 -28.3805193389262 C-50.149259739744636 -28.62369056808515, -49.59993169728617 -28.8668617972441, -48.8521606537003 -29.19787785639968 C-48.42840182693011 -29.353825021834762, -48.00464300015992 -29.509772187269846, -46.95715886774408 -29.895256030836055 C-46.55921615052408 -30.013363340463002, -46.16127343330408 -30.13147065008995, -45.02136939314951 -30.469788185729417 C-44.37481961496645 -30.617358953468102, -43.72826983678338 -30.764929721206784, -43.05274680409324 -30.919113445218553 C-42.38750475344565 -31.026664620938103, -41.722262702798055 -31.134215796657653, -41.05938059306196 -31.24138543543225 C-40.48400107953885 -31.296891605106715, -39.90862156601574 -31.352397774781185, -39.04946192939246 -31.435279871635593 C-38.33811079712616 -31.45809151788639, -37.626759664859875 -31.48090316413719, -37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125 -31.5, -37.03125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#f0f0f0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path><path d=\"M-37.03125 -31.5 C-11.361685445610256 -31.5, 14.307879108779488 -31.5, 37.03125 -31.5 M-37.03125 -31.5 C-13.800639523301694 -31.5, 9.429970953396612 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.707066467403024 -31.47832788128734, 38.382882934806055 -31.456655762574677, 39.04946192939246 -31.435279871635593 M37.03125 -31.5 C37.59492090212473 -31.481924171287712, 38.158591804249454 -31.463848342575425, 39.04946192939246 -31.435279871635593 M39.04946192939246 -31.435279871635593 C39.851763475310655 -31.357882806409645, 40.65406502122885 -31.280485741183696, 41.05938059306194 -31.241385435432253 M39.04946192939246 -31.435279871635593 C39.59329623328016 -31.38281683039599, 40.13713053716786 -31.330353789156383, 41.05938059306194 -31.241385435432253 M41.05938059306194 -31.241385435432253 C41.60981250799326 -31.15239587208941, 42.16024442292459 -31.063406308746565, 43.052746804093225 -30.91911344521856 M41.05938059306194 -31.241385435432253 C41.51025350161468 -31.168491800149074, 41.96112641016742 -31.095598164865894, 43.052746804093225 -30.91911344521856 M43.052746804093225 -30.91911344521856 C43.75525814272643 -30.758769816490442, 44.457769481359634 -30.598426187762325, 45.02136939314948 -30.469788185729428 M43.052746804093225 -30.91911344521856 C43.55124181876305 -30.80533521110415, 44.049736833432874 -30.69155697698974, 45.02136939314948 -30.469788185729428 M45.02136939314948 -30.469788185729428 C45.432873327314645 -30.347655978097436, 45.84437726147981 -30.22552377046544, 46.95715886774405 -29.895256030836062 M45.02136939314948 -30.469788185729428 C45.4554603132564 -30.34095227923143, 45.88955123336332 -30.212116372733433, 46.95715886774405 -29.895256030836062 M46.95715886774405 -29.895256030836062 C47.34198222096537 -29.753637479582533, 47.72680557418669 -29.612018928329004, 48.85216065370028 -29.197877856399685 M46.95715886774405 -29.895256030836062 C47.490944115940934 -29.698818125242862, 48.024729364137826 -29.502380219649663, 48.85216065370028 -29.197877856399685 M48.85216065370028 -29.197877856399685 C49.51416219040279 -28.904829413679344, 50.176163727105305 -28.611780970959007, 50.69858778220308 -28.380519338926202 M48.85216065370028 -29.197877856399685 C49.38564077967082 -28.961722029758196, 49.91912090564136 -28.72556620311671, 50.69858778220308 -28.380519338926202 M50.69858778220308 -28.380519338926202 C51.21968367755422 -28.108663944099362, 51.740779572905375 -27.83680854927252, 52.488852888124036 -27.44653917988677 M50.69858778220308 -28.380519338926202 C51.07009328048139 -28.186705158435036, 51.4415987787597 -27.992890977943873, 52.488852888124036 -27.44653917988677 M52.488852888124036 -27.44653917988677 C52.92497577567694 -27.18215892250963, 53.361098663229846 -26.917778665132488, 54.215599388132276 -26.399775304092984 M52.488852888124036 -27.44653917988677 C53.03715182966724 -27.114157139361044, 53.58545077121044 -26.781775098835322, 54.215599388132276 -26.399775304092984 M54.215599388132276 -26.399775304092984 C54.6746492289322 -26.079562007098282, 55.13369906973213 -25.75934871010358, 55.8717317104733 -25.244529088840633 M54.215599388132276 -26.399775304092984 C54.83035202614192 -25.970950476030243, 55.44510466415156 -25.5421256479675, 55.8717317104733 -25.244529088840633 M55.8717317104733 -25.244529088840633 C56.35640627619277 -24.858014020411215, 56.841080841912245 -24.4714989519818, 57.45044445219533 -23.985547688627737 M55.8717317104733 -25.244529088840633 C56.222192524842434 -24.965045915535192, 56.57265333921157 -24.685562742229752, 57.45044445219533 -23.985547688627737 M57.45044445219533 -23.985547688627737 C57.88313362322402 -23.592590831827597, 58.31582279425271 -23.199633975027453, 58.94525034400982 -22.62800452807842 M57.45044445219533 -23.985547688627737 C57.97627971245799 -23.507998018095776, 58.502114972720655 -23.030448347563812, 58.94525034400982 -22.62800452807842 M58.94525034400982 -22.62800452807842 C59.3933008600275 -22.165355584658684, 59.84135137604518 -21.702706641238944, 60.350006907872434 -21.177478043231485 M58.94525034400982 -22.62800452807842 C59.46493987387086 -22.09138242119299, 59.98462940373191 -21.554760314307554, 60.350006907872434 -21.177478043231485 M60.350006907872434 -21.177478043231485 C60.790411686439306 -20.660153530585024, 61.23081646500618 -20.142829017938567, 61.65894169774294 -19.63992875855011 M60.350006907872434 -21.177478043231485 C60.78810856617773 -20.662858906695526, 61.22621022448303 -20.148239770159563, 61.65894169774294 -19.63992875855011 M61.65894169774294 -19.63992875855011 C62.12481886003642 -19.01569580335945, 62.5906960223299 -18.39146284816879, 62.8666760198041 -18.02167479384835 M61.65894169774294 -19.63992875855011 C61.93043379501584 -19.2761540816433, 62.20192589228874 -18.912379404736487, 62.8666760198041 -18.02167479384835 M62.8666760198041 -18.02167479384835 C63.20673443686384 -17.499253746773825, 63.54679285392358 -16.9768326996993, 63.9682470346684 -16.329365901781543 M62.8666760198041 -18.02167479384835 C63.19031183652493 -17.52448327098006, 63.513947653245744 -17.027291748111768, 63.9682470346684 -16.329365901781543 M63.9682470346684 -16.329365901781543 C64.27584159038489 -15.783200620780658, 64.58343614610138 -15.237035339779773, 64.9591281507495 -14.56995614258631 M63.9682470346684 -16.329365901781543 C64.27967621779923 -15.776391851508345, 64.59110540093008 -15.223417801235147, 64.9591281507495 -14.56995614258631 M64.9591281507495 -14.56995614258631 C65.30687549713491 -13.847851337215753, 65.65462284352033 -13.125746531845195, 65.83524762499809 -12.750675308355413 M64.9591281507495 -14.56995614258631 C65.15867829354346 -14.155586001385606, 65.35822843633741 -13.741215860184901, 65.83524762499809 -12.750675308355413 M65.83524762499809 -12.750675308355413 C66.06733837834237 -12.177406660425568, 66.29942913168667 -11.60413801249572, 66.59300529456745 -10.878999214271206 M65.83524762499809 -12.750675308355413 C66.10162995911118 -12.09270579294402, 66.36801229322427 -11.434736277532627, 66.59300529456745 -10.878999214271206 M66.59300529456745 -10.878999214271206 C66.76439644774726 -10.362796368365457, 66.93578760092707 -9.846593522459708, 67.22928737065482 -8.962618978877531 M66.59300529456745 -10.878999214271206 C66.72466889242234 -10.482449435277731, 66.85633249027725 -10.085899656284258, 67.22928737065482 -8.962618978877531 M67.22928737065482 -8.962618978877531 C67.3325664703337 -8.568771010357008, 67.43584557001257 -8.174923041836482, 67.74147923372745 -7.009409419623907 M67.22928737065482 -8.962618978877531 C67.37788874331058 -8.395937540698789, 67.52649011596634 -7.8292561025200476, 67.74147923372745 -7.009409419623907 M67.74147923372745 -7.009409419623907 C67.8935842711328 -6.228382199958494, 68.04568930853814 -5.447354980293082, 68.12747617755518 -5.027396693551458 M67.74147923372745 -7.009409419623907 C67.8611404440424 -6.394974395062352, 67.98080165435736 -5.780539370500796, 68.12747617755518 -5.027396693551458 M68.12747617755518 -5.027396693551458 C68.19682184130903 -4.489565419326733, 68.2661675050629 -3.9517341451020083, 68.38569205789975 -3.024725316091981 M68.12747617755518 -5.027396693551458 C68.20991899343849 -4.387986493735948, 68.29236180932179 -3.7485762939204372, 68.38569205789975 -3.024725316091981 M68.38569205789975 -3.024725316091981 C68.42246648665709 -2.4519339044117165, 68.45924091541444 -1.8791424927314515, 68.51506581032167 -1.0096246935071378 M68.38569205789975 -3.024725316091981 C68.42148023060376 -2.4672956385338853, 68.45726840330778 -1.9098659609757895, 68.51506581032167 -1.0096246935071378 M68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.3634546531410845, 68.51506581032167 0.2827153872249688, 68.51506581032167 1.00962469350713 M68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.23525819436586226, 68.51506581032167 0.5391083047754133, 68.51506581032167 1.00962469350713 M68.51506581032167 1.00962469350713 C68.46484227941099 1.7918967271454544, 68.41461874850032 2.574168760783779, 68.38569205789975 3.02472531609196 M68.51506581032167 1.00962469350713 C68.47652423059958 1.6099409078819644, 68.43798265087749 2.210257122256799, 68.38569205789975 3.02472531609196 M68.38569205789975 3.02472531609196 C68.30187467639651 3.674796375416983, 68.21805729489327 4.324867434742006, 68.12747617755518 5.027396693551435 M68.38569205789975 3.02472531609196 C68.30830227629674 3.624945179863973, 68.23091249469373 4.225165043635986, 68.12747617755518 5.027396693551435 M68.12747617755518 5.027396693551435 C67.97965841987023 5.786409637969486, 67.83184066218529 6.545422582387536, 67.74147923372745 7.0094094196239 M68.12747617755518 5.027396693551435 C67.99798285317193 5.692317545835612, 67.86848952878869 6.35723839811979, 67.74147923372745 7.0094094196239 M67.74147923372745 7.0094094196239 C67.58030395806847 7.624040599517939, 67.41912868240948 8.238671779411979, 67.22928737065482 8.96261897887751 M67.74147923372745 7.0094094196239 C67.57688510781871 7.6370781572593485, 67.41229098190996 8.264746894894797, 67.22928737065482 8.96261897887751 M67.22928737065482 8.96261897887751 C67.04325481023614 9.52291941059532, 66.85722224981744 10.083219842313131, 66.59300529456746 10.878999214271184 M67.22928737065482 8.96261897887751 C67.02398098982229 9.580969086815537, 66.81867460898978 10.199319194753567, 66.59300529456746 10.878999214271184 M66.59300529456746 10.878999214271184 C66.40766886661926 11.336783774539292, 66.22233243867107 11.794568334807401, 65.83524762499809 12.750675308355405 M66.59300529456746 10.878999214271184 C66.32614619569306 11.53814634786063, 66.05928709681866 12.197293481450075, 65.83524762499809 12.750675308355405 M65.83524762499809 12.750675308355405 C65.48940259468773 13.468829913693082, 65.14355756437737 14.186984519030759, 64.9591281507495 14.569956142586303 M65.83524762499809 12.750675308355405 C65.65682354621704 13.121176725607949, 65.478399467436 13.491678142860493, 64.9591281507495 14.569956142586303 M64.9591281507495 14.569956142586303 C64.65143353283224 15.116299094157073, 64.34373891491498 15.662642045727843, 63.96824703466841 16.329365901781536 M64.9591281507495 14.569956142586303 C64.57696471451874 15.248526021858249, 64.19480127828797 15.927095901130194, 63.96824703466841 16.329365901781536 M63.96824703466841 16.329365901781536 C63.66047580530019 16.80218515823804, 63.352704575931966 17.27500441469454, 62.86667601980412 18.021674793848334 M63.96824703466841 16.329365901781536 C63.667996790588866 16.790630905167294, 63.36774654650933 17.251895908553056, 62.86667601980412 18.021674793848334 M62.86667601980412 18.021674793848334 C62.6187318700157 18.353897366388082, 62.370787720227284 18.68611993892783, 61.65894169774295 19.639928758550102 M62.86667601980412 18.021674793848334 C62.562772305843005 18.428878084358324, 62.2588685918819 18.83608137486831, 61.65894169774295 19.639928758550102 M61.65894169774295 19.639928758550102 C61.29091595194241 20.072232740825584, 60.92289020614188 20.50453672310107, 60.35000690787245 21.177478043231467 M61.65894169774295 19.639928758550102 C61.2211868257919 20.154140540101658, 60.78343195384085 20.66835232165321, 60.35000690787245 21.177478043231467 M60.35000690787245 21.177478043231467 C59.84294039898251 21.701065844594932, 59.335873890092586 22.224653645958398, 58.94525034400983 22.628004528078414 M60.35000690787245 21.177478043231467 C60.057616310871396 21.479395340349512, 59.76522571387035 21.781312637467554, 58.94525034400983 22.628004528078414 M58.94525034400983 22.628004528078414 C58.6032848865633 22.93856850862116, 58.26131942911677 23.2491324891639, 57.450444452195356 23.985547688627715 M58.94525034400983 22.628004528078414 C58.61893695383024 22.924353715260324, 58.29262356365066 23.220702902442234, 57.450444452195356 23.985547688627715 M57.450444452195356 23.985547688627715 C56.84077473002735 24.471743068064033, 56.23110500785934 24.957938447500347, 55.87173171047331 25.24452908884063 M57.450444452195356 23.985547688627715 C57.06434339967397 24.293453003433008, 56.67824234715259 24.601358318238297, 55.87173171047331 25.24452908884063 M55.87173171047331 25.24452908884063 C55.25893739108176 25.671987878609638, 54.6461430716902 26.09944666837865, 54.2155993881323 26.399775304092973 M55.87173171047331 25.24452908884063 C55.47466686163859 25.52150433872746, 55.077602012803865 25.798479588614292, 54.2155993881323 26.399775304092973 M54.2155993881323 26.399775304092973 C53.67771336227892 26.72584497393444, 53.13982733642555 27.05191464377591, 52.48885288812404 27.446539179886766 M54.2155993881323 26.399775304092973 C53.75983550680702 26.676062047318215, 53.304071625481754 26.952348790543454, 52.48885288812404 27.446539179886766 M52.48885288812404 27.446539179886766 C51.84120492085952 27.784416709570344, 51.193556953595 28.122294239253925, 50.698587782203084 28.3805193389262 M52.48885288812404 27.446539179886766 C51.84797745420059 27.780883483264326, 51.207102020277134 28.11522778664188, 50.698587782203084 28.3805193389262 M50.698587782203084 28.3805193389262 C50.328320625881545 28.5444256254448, 49.958053469560014 28.7083319119634, 48.852160653700295 29.197877856399682 M50.698587782203084 28.3805193389262 C50.19633824513892 28.60285031028134, 49.69408870807475 28.825181281636482, 48.852160653700295 29.197877856399682 M48.852160653700295 29.197877856399682 C48.2656699405082 29.413711860315097, 47.6791792273161 29.62954586423051, 46.95715886774407 29.895256030836055 M48.852160653700295 29.197877856399682 C48.18822195154513 29.442213436174864, 47.52428324938997 29.68654901595005, 46.95715886774407 29.895256030836055 M46.95715886774407 29.895256030836055 C46.50806580569665 30.028544494314144, 46.058972743649235 30.16183295779223, 45.02136939314951 30.46978818572942 M46.95715886774407 29.895256030836055 C46.30268270152796 30.0895011215535, 45.648206535311836 30.283746212270945, 45.02136939314951 30.46978818572942 M45.02136939314951 30.46978818572942 C44.4226508350228 30.60644178961812, 43.823932276896095 30.743095393506824, 43.05274680409324 30.919113445218557 M45.02136939314951 30.46978818572942 C44.3058629161616 30.633097869985797, 43.59035643917369 30.796407554242176, 43.05274680409324 30.919113445218557 M43.05274680409324 30.919113445218557 C42.29776525802064 31.04117300661824, 41.54278371194804 31.163232568017925, 41.05938059306196 31.24138543543225 M43.05274680409324 30.919113445218557 C42.509923932582566 31.006872837430162, 41.9671010610719 31.094632229641768, 41.05938059306196 31.24138543543225 M41.05938059306196 31.24138543543225 C40.34758991191546 31.310051026388912, 39.63579923076897 31.378716617345578, 39.04946192939246 31.435279871635593 M41.05938059306196 31.24138543543225 C40.65370457506124 31.280520512991984, 40.24802855706052 31.319655590551722, 39.04946192939246 31.435279871635593 M39.04946192939246 31.435279871635593 C38.5783947425326 31.450386079441532, 38.10732755567275 31.465492287247475, 37.03125000000001 31.5 M39.04946192939246 31.435279871635593 C38.25149571186152 31.460869095084792, 37.45352949433059 31.48645831853399, 37.03125000000001 31.5 M37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125000000001 31.5, 37.03125 31.5 M37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125 31.5, 37.03125 31.5 M37.03125 31.5 C22.08822137361562 31.5, 7.145192747231242 31.5, -37.03124999999999 31.5 M37.03125 31.5 C15.726383280099462 31.5, -5.578483439801076 31.5, -37.03124999999999 31.5 M-37.03124999999999 31.5 C-37.480844736365356 31.48558237188783, -37.93043947273072 31.471164743775656, -39.04946192939244 31.435279871635593 M-37.03124999999999 31.5 C-37.59488452086379 31.48192533796394, -38.158519041727594 31.463850675927876, -39.04946192939244 31.435279871635593 M-39.04946192939244 31.435279871635593 C-39.71680454264724 31.37090213233182, -40.384147155902035 31.306524393028045, -41.059380593061945 31.24138543543225 M-39.04946192939244 31.435279871635593 C-39.66951935513742 31.375463677502132, -40.289576780882385 31.315647483368675, -41.059380593061945 31.24138543543225 M-41.059380593061945 31.24138543543225 C-41.59499225430656 31.15479189577269, -42.13060391555118 31.06819835611313, -43.052746804093225 30.919113445218557 M-41.059380593061945 31.24138543543225 C-41.71164276068675 31.13593274653933, -42.363904928311555 31.030480057646407, -43.052746804093225 30.919113445218557 M-43.052746804093225 30.919113445218557 C-43.743655206161115 30.761418111045234, -44.434563608229006 30.603722776871912, -45.02136939314947 30.469788185729428 M-43.052746804093225 30.919113445218557 C-43.5343396078788 30.809193030441243, -44.01593241166438 30.69927261566393, -45.02136939314947 30.469788185729428 M-45.02136939314947 30.469788185729428 C-45.77490889321397 30.246141617519836, -46.52844839327847 30.022495049310248, -46.957158867744035 29.89525603083607 M-45.02136939314947 30.469788185729428 C-45.76861506458579 30.248009592819702, -46.515860736022105 30.026230999909973, -46.957158867744035 29.89525603083607 M-46.957158867744035 29.89525603083607 C-47.414582758407924 29.726919810691665, -47.872006649071814 29.55858359054726, -48.85216065370029 29.197877856399685 M-46.957158867744035 29.89525603083607 C-47.562580364361146 29.672455323626007, -48.168001860978265 29.449654616415945, -48.85216065370029 29.197877856399685 M-48.85216065370029 29.197877856399685 C-49.47499830373578 28.922166104551415, -50.09783595377127 28.646454352703145, -50.69858778220308 28.380519338926206 M-48.85216065370029 29.197877856399685 C-49.58353638331804 28.874119516388085, -50.3149121129358 28.55036117637648, -50.69858778220308 28.380519338926206 M-50.69858778220308 28.380519338926206 C-51.34749077255392 28.041987064502376, -51.99639376290476 27.703454790078545, -52.48885288812403 27.446539179886773 M-50.69858778220308 28.380519338926206 C-51.068242937871744 28.18767048098929, -51.43789809354041 27.99482162305237, -52.48885288812403 27.446539179886773 M-52.48885288812403 27.446539179886773 C-53.09286218654037 27.080385193634154, -53.69687148495671 26.714231207381538, -54.21559938813226 26.399775304092994 M-52.48885288812403 27.446539179886773 C-52.861616750167094 27.22056753611266, -53.23438061221016 26.994595892338545, -54.21559938813226 26.399775304092994 M-54.21559938813226 26.399775304092994 C-54.658392859919935 26.09090174639437, -55.1011863317076 25.782028188695747, -55.8717317104733 25.244529088840636 M-54.21559938813226 26.399775304092994 C-54.76532198192062 26.016312619773775, -55.31504457570899 25.63284993545456, -55.8717317104733 25.244529088840636 M-55.8717317104733 25.244529088840636 C-56.43289481015934 24.797016450018255, -56.99405790984538 24.349503811195873, -57.45044445219533 23.98554768862774 M-55.8717317104733 25.244529088840636 C-56.39076621872938 24.830612880594746, -56.909800726985466 24.416696672348856, -57.45044445219533 23.98554768862774 M-57.45044445219533 23.98554768862774 C-57.87932796496287 23.596047029968176, -58.30821147773041 23.20654637130861, -58.94525034400981 22.628004528078435 M-57.45044445219533 23.98554768862774 C-57.87830670608723 23.596974510258, -58.30616895997914 23.20840133188826, -58.94525034400981 22.628004528078435 M-58.94525034400981 22.628004528078435 C-59.28904307348909 22.273010308983057, -59.632835802968366 21.91801608988768, -60.35000690787244 21.177478043231478 M-58.94525034400981 22.628004528078435 C-59.27597629830155 22.286502827166384, -59.606702252593294 21.945001126254333, -60.35000690787244 21.177478043231478 M-60.35000690787244 21.177478043231478 C-60.762132045975065 20.693372405431454, -61.17425718407769 20.209266767631426, -61.65894169774293 19.639928758550113 M-60.35000690787244 21.177478043231478 C-60.847976919268454 20.592534132549368, -61.34594693066447 20.007590221867254, -61.65894169774293 19.639928758550113 M-61.65894169774293 19.639928758550113 C-62.043511779822644 19.124639883618514, -62.42808186190236 18.609351008686914, -62.8666760198041 18.021674793848355 M-61.65894169774293 19.639928758550113 C-62.13338385231717 19.004219493990085, -62.607826006891415 18.36851022943006, -62.8666760198041 18.021674793848355 M-62.8666760198041 18.021674793848355 C-63.140058677055734 17.60168561878751, -63.41344133430737 17.18169644372667, -63.968247034668394 16.329365901781557 M-62.8666760198041 18.021674793848355 C-63.294738822373255 17.364055378145, -63.722801624942406 16.706435962441645, -63.968247034668394 16.329365901781557 M-63.968247034668394 16.329365901781557 C-64.17525385207576 15.961804335761528, -64.3822606694831 15.594242769741498, -64.9591281507495 14.569956142586314 M-63.968247034668394 16.329365901781557 C-64.3269378705198 15.692474001341715, -64.68562870637119 15.055582100901875, -64.9591281507495 14.569956142586314 M-64.9591281507495 14.569956142586314 C-65.17382337842689 14.124136908572273, -65.38851860610426 13.678317674558231, -65.83524762499809 12.750675308355417 M-64.9591281507495 14.569956142586314 C-65.24747164888556 13.971204699144263, -65.53581514702164 13.37245325570221, -65.83524762499809 12.750675308355417 M-65.83524762499809 12.750675308355417 C-66.09728577259027 12.103436017639815, -66.35932392018243 11.456196726924215, -66.59300529456745 10.878999214271209 M-65.83524762499809 12.750675308355417 C-66.11145913415179 12.06842754055956, -66.38767064330547 11.3861797727637, -66.59300529456745 10.878999214271209 M-66.59300529456745 10.878999214271209 C-66.76475937039548 10.361703303172881, -66.93651344622351 9.844407392074555, -67.22928737065482 8.962618978877522 M-66.59300529456745 10.878999214271209 C-66.78718521751603 10.294160224719304, -66.9813651404646 9.7093212351674, -67.22928737065482 8.962618978877522 M-67.22928737065482 8.962618978877522 C-67.36127196061345 8.459304534882099, -67.49325655057208 7.955990090886674, -67.74147923372743 7.009409419623911 M-67.22928737065482 8.962618978877522 C-67.41136732482259 8.268269199684463, -67.59344727899037 7.573919420491404, -67.74147923372743 7.009409419623911 M-67.74147923372743 7.009409419623911 C-67.86380680289136 6.381283205908077, -67.98613437205529 5.753156992192242, -68.12747617755518 5.027396693551461 M-67.74147923372743 7.009409419623911 C-67.8249859092 6.580620290214451, -67.90849258467254 6.151831160804992, -68.12747617755518 5.027396693551461 M-68.12747617755518 5.027396693551461 C-68.18557100431855 4.576824689295901, -68.24366583108191 4.126252685040339, -68.38569205789975 3.024725316091999 M-68.12747617755518 5.027396693551461 C-68.20563107739329 4.421242723837679, -68.2837859772314 3.8150887541238965, -68.38569205789975 3.024725316091999 M-68.38569205789975 3.024725316091999 C-68.41204389840308 2.6142741294296012, -68.43839573890644 2.203822942767204, -68.51506581032167 1.0096246935071416 M-68.38569205789975 3.024725316091999 C-68.42326852306488 2.4394415399684046, -68.46084498823 1.8541577638448108, -68.51506581032167 1.0096246935071416 M-68.51506581032167 1.0096246935071416 C-68.51506581032167 0.39245312781244035, -68.51506581032167 -0.22471843788226087, -68.51506581032167 -1.0096246935071262 M-68.51506581032167 1.0096246935071416 C-68.51506581032167 0.4405760110652107, -68.51506581032167 -0.12847267137672014, -68.51506581032167 -1.0096246935071262 M-68.51506581032167 -1.0096246935071262 C-68.47130258933426 -1.6912721854223363, -68.42753936834683 -2.3729196773375465, -68.38569205789975 -3.024725316091956 M-68.51506581032167 -1.0096246935071262 C-68.46609442281223 -1.7723935829590938, -68.41712303530281 -2.535162472411061, -68.38569205789975 -3.024725316091956 M-68.38569205789975 -3.024725316091956 C-68.31636675501893 -3.5623986754060386, -68.24704145213813 -4.100072034720121, -68.12747617755518 -5.027396693551446 M-68.38569205789975 -3.024725316091956 C-68.33206522558892 -3.440644437678876, -68.2784383932781 -3.856563559265796, -68.12747617755518 -5.027396693551446 M-68.12747617755518 -5.027396693551446 C-68.04570123114402 -5.447293760231684, -67.96392628473286 -5.867190826911923, -67.74147923372745 -7.009409419623896 M-68.12747617755518 -5.027396693551446 C-67.99430586128852 -5.711198122024386, -67.86113554502188 -6.394999550497325, -67.74147923372745 -7.009409419623896 M-67.74147923372745 -7.009409419623896 C-67.63124789805909 -7.429769277090428, -67.52101656239073 -7.850129134556961, -67.22928737065482 -8.962618978877506 M-67.74147923372745 -7.009409419623896 C-67.63834021585741 -7.402723195495434, -67.53520119798739 -7.796036971366972, -67.22928737065482 -8.962618978877506 M-67.22928737065482 -8.962618978877506 C-66.98653702846471 -9.693744332539529, -66.7437866862746 -10.42486968620155, -66.59300529456746 -10.878999214271168 M-67.22928737065482 -8.962618978877506 C-66.99120511440206 -9.679684801454707, -66.75312285814931 -10.39675062403191, -66.59300529456746 -10.878999214271168 M-66.59300529456746 -10.878999214271168 C-66.43192092711698 -11.276880716228245, -66.27083655966649 -11.674762218185323, -65.83524762499809 -12.750675308355401 M-66.59300529456746 -10.878999214271168 C-66.34144823207664 -11.50035002214841, -66.08989116958584 -12.12170083002565, -65.83524762499809 -12.750675308355401 M-65.83524762499809 -12.750675308355401 C-65.63101384235719 -13.17477112791212, -65.42678005971631 -13.59886694746884, -64.9591281507495 -14.5699561425863 M-65.83524762499809 -12.750675308355401 C-65.59598304425428 -13.247513329711836, -65.35671846351048 -13.74435135106827, -64.9591281507495 -14.5699561425863 M-64.9591281507495 -14.5699561425863 C-64.72286927110463 -14.989457707201565, -64.48661039145973 -15.408959271816832, -63.9682470346684 -16.329365901781546 M-64.9591281507495 -14.5699561425863 C-64.57039395327669 -15.260193073805212, -64.18165975580389 -15.950430005024124, -63.9682470346684 -16.329365901781546 M-63.9682470346684 -16.329365901781546 C-63.69087229744991 -16.75548798369505, -63.41349756023142 -17.18161006560856, -62.86667601980411 -18.021674793848344 M-63.9682470346684 -16.329365901781546 C-63.64258216825474 -16.829674589854168, -63.31691730184109 -17.329983277926786, -62.86667601980411 -18.021674793848344 M-62.86667601980411 -18.021674793848344 C-62.49465334712233 -18.52015128327923, -62.12263067444054 -19.01862777271011, -61.65894169774295 -19.639928758550102 M-62.86667601980411 -18.021674793848344 C-62.51345186494599 -18.49496298197572, -62.160227710087874 -18.968251170103102, -61.65894169774295 -19.639928758550102 M-61.65894169774295 -19.639928758550102 C-61.2692883606222 -20.09763774023512, -60.87963502350145 -20.555346721920138, -60.350006907872455 -21.177478043231467 M-61.65894169774295 -19.639928758550102 C-61.282149372925254 -20.082530463371615, -60.90535704810757 -20.525132168193128, -60.350006907872455 -21.177478043231467 M-60.350006907872455 -21.177478043231467 C-59.99339119741216 -21.54571304297606, -59.63677548695186 -21.91394804272065, -58.945250344009835 -22.628004528078403 M-60.350006907872455 -21.177478043231467 C-60.01770066151072 -21.520611525450168, -59.685394415149 -21.86374500766887, -58.945250344009835 -22.628004528078403 M-58.945250344009835 -22.628004528078403 C-58.56502585899063 -22.97331434518425, -58.18480137397143 -23.3186241622901, -57.450444452195356 -23.98554768862771 M-58.945250344009835 -22.628004528078403 C-58.36071781158723 -23.15886150814131, -57.77618527916462 -23.689718488204218, -57.450444452195356 -23.98554768862771 M-57.450444452195356 -23.98554768862771 C-57.02024479542576 -24.32862046680781, -56.590045138656166 -24.671693244987903, -55.87173171047331 -25.244529088840626 M-57.450444452195356 -23.98554768862771 C-57.01555087723883 -24.332363741651474, -56.58065730228231 -24.67917979467524, -55.87173171047331 -25.244529088840626 M-55.87173171047331 -25.244529088840626 C-55.2922002686771 -25.64878513512589, -54.712668826880886 -26.053041181411157, -54.215599388132304 -26.39977530409297 M-55.87173171047331 -25.244529088840626 C-55.48875790243402 -25.511675038659888, -55.10578409439472 -25.778820988479154, -54.215599388132304 -26.39977530409297 M-54.215599388132304 -26.39977530409297 C-53.58591215433004 -26.78149540567683, -52.95622492052778 -27.16321550726069, -52.48885288812404 -27.446539179886763 M-54.215599388132304 -26.39977530409297 C-53.64542629211992 -26.74541758560471, -53.07525319610754 -27.091059867116453, -52.48885288812404 -27.446539179886763 M-52.48885288812404 -27.446539179886763 C-52.127017542120136 -27.635308448130402, -51.76518219611623 -27.82407771637404, -50.69858778220309 -28.3805193389262 M-52.48885288812404 -27.446539179886763 C-52.02163526300931 -27.69028631564195, -51.55441763789457 -27.934033451397138, -50.69858778220309 -28.3805193389262 M-50.69858778220309 -28.3805193389262 C-50.08269528688824 -28.653156676800336, -49.466802791573386 -28.925794014674477, -48.8521606537003 -29.19787785639968 M-50.69858778220309 -28.3805193389262 C-50.029459349248526 -28.676722647205455, -49.36033091629397 -28.972925955484712, -48.8521606537003 -29.19787785639968 M-48.8521606537003 -29.19787785639968 C-48.25884796605151 -29.416222409976797, -47.66553527840273 -29.63456696355391, -46.95715886774408 -29.895256030836055 M-48.8521606537003 -29.19787785639968 C-48.30061809335189 -29.400850617011432, -47.749075533003484 -29.603823377623186, -46.95715886774408 -29.895256030836055 M-46.95715886774408 -29.895256030836055 C-46.42802338975336 -30.052300663214897, -45.89888791176264 -30.20934529559374, -45.02136939314951 -30.469788185729417 M-46.95715886774408 -29.895256030836055 C-46.29306794922405 -30.092354729568434, -45.62897703070403 -30.28945342830081, -45.02136939314951 -30.469788185729417 M-45.02136939314951 -30.469788185729417 C-44.625744388887064 -30.560087011257895, -44.230119384624615 -30.650385836786377, -43.05274680409324 -30.919113445218553 M-45.02136939314951 -30.469788185729417 C-44.52874651142892 -30.58222614381741, -44.03612362970833 -30.69466410190541, -43.05274680409324 -30.919113445218553 M-43.05274680409324 -30.919113445218553 C-42.3147428058426 -31.038428208349234, -41.57673880759196 -31.157742971479916, -41.05938059306196 -31.24138543543225 M-43.05274680409324 -30.919113445218553 C-42.60197159604447 -30.99199128504193, -42.151196387995704 -31.064869124865307, -41.05938059306196 -31.24138543543225 M-41.05938059306196 -31.24138543543225 C-40.296273516110084 -31.315001457375264, -39.5331664391582 -31.388617479318278, -39.04946192939246 -31.435279871635593 M-41.05938059306196 -31.24138543543225 C-40.48223532176073 -31.29706194563594, -39.9050900504595 -31.352738455839624, -39.04946192939246 -31.435279871635593 M-39.04946192939246 -31.435279871635593 C-38.6426909727919 -31.44832422448214, -38.235920016191336 -31.46136857732868, -37.03125000000001 -31.5 M-39.04946192939246 -31.435279871635593 C-38.61766567412128 -31.449126737101714, -38.185869418850096 -31.46297360256784, -37.03125000000001 -31.5 M-37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125 -31.5, -37.03125 -31.5 M-37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125000000001 -31.5, -37.03125 -31.5\" stroke=\"#999\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-53.15625, -24)\"><rect></rect><foreignObject width=\"106.3125\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Confirmed car<br>booking</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-B-1\" transform=\"translate(789.515625, 284.8671875)\"><polygon points=\"101.3671875,0 202.734375,-101.3671875 101.3671875,-202.734375 0,-101.3671875\" class=\"label-container\" transform=\"translate(-100.8671875, 101.3671875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-62.3671875, -24)\"><rect></rect><foreignObject width=\"124.734375\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Who initiates<br>the cancellation?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-C-3\" transform=\"translate(483, 594.0234375)\"><polygon points=\"84.7890625,0 169.578125,-84.7890625 84.7890625,-169.578125 0,-84.7890625\" class=\"label-container\" transform=\"translate(-84.2890625, 84.7890625)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-45.7890625, -24)\"><rect></rect><foreignObject width=\"91.578125\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Cancellation<br>policy?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-D-5\" transform=\"translate(173, 912.8125)\"><rect class=\"basic label-container\" style=\"fill:#F44336 !important\" x=\"-130\" y=\"-87\" width=\"260\" height=\"174\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -72)\"><rect></rect><foreignObject width=\"200\" height=\"144\"><div style=\"color: rgb(255, 255, 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:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Full prepaid price refunded if canceled before deadline</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-E-7\" transform=\"translate(483, 912.8125)\"><rect class=\"basic label-container\" style=\"fill:#F44336 !important\" x=\"-130\" y=\"-87\" width=\"260\" height=\"174\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -72)\"><rect></rect><foreignObject width=\"200\" height=\"144\"><div style=\"color: rgb(255, 255, 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:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Penalty deducted and remainder refunded, if canceled after deadline.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-F-9\" transform=\"translate(789.515625, 912.8125)\"><rect class=\"basic label-container\" style=\"fill:#F44336 !important\" x=\"-126.515625\" y=\"-75\" width=\"253.03125\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-96.515625, -60)\"><rect></rect><foreignObject width=\"193.03125\" height=\"120\"><div style=\"color: rgb(255, 255, 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:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Non-refundable rate.<br>No refund processed ($0).</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-G-11\" transform=\"translate(1096.03125, 912.8125)\"><rect class=\"basic label-container\" style=\"fill:#F44336 !important\" x=\"-130\" y=\"-111\" width=\"260\" height=\"222\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -96)\"><rect></rect><foreignObject width=\"200\" height=\"192\"><div style=\"color: rgb(255, 255, 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:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CANCELED_<br>BY_VENDOR</b><br>―――――――――――<br>Supplier proactively canceled.<br>e.g., Due to fleet shortage, closure, etc.<br>Typically full refund.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-H-13\" transform=\"translate(483, 1161.8125)\"><rect class=\"basic label-container\" style=\"fill:#FF9800 !important\" x=\"-118\" y=\"-63\" width=\"236\" height=\"126\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-88, -48)\"><rect></rect><foreignObject width=\"176\" height=\"96\"><div style=\"color: rgb(255, 255, 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:#fff !important\" class=\"nodeLabel\"><p><b>INVOICE_GENERATED</b><br>―――――――――――<br>Credit note or a refund<br>adjustment invoice.</p></span></div></foreignObject></g></g></g></g></g></g></g></svg></div>"},"children":["flowchart LR\n    subgraph cancellation[\"Cancellation\"]\n        A([\"Confirmed car<br>booking\"]) --> B{\"Who initiates<br>the cancellation?\"}\n\n        B -->|\"Traveler<br>cancels\"| C{\"Cancellation<br>policy?\"}\n\n        C -->|\"Free<br>cancellation\"| D[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Full prepaid price refunded if canceled before deadline\"]\n\n        C -->|\"Penalty<br>applies\"| E[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Penalty deducted and remainder refunded, if canceled after deadline.\"]\n\n        C -->|\"Non-<br>refundable\"| F[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Non-refundable rate.<br>No refund processed ($0).\"]\n\n        B -->|\"Supplier/vendor<br>cancels\"| G[\"<b>BOOKING_CANCELED_<br>BY_VENDOR</b><br>―――――――――――<br>Supplier proactively canceled.<br>e.g., Due to fleet shortage, closure, etc.<br>Typically full refund.\"]\n        D --> H[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Credit note or a refund<br>adjustment invoice.\"]\n        E --> H\n        G --> H\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style D fill:#F44336,color:#fff\n    style E fill:#F44336,color:#fff\n    style F fill:#F44336,color:#fff\n    style G fill:#F44336,color:#fff\n    style H fill:#FF9800,color:#fff\n"]}]},"headings":[{"value":"Cancellation","id":"cancellation","depth":1},{"value":"Car cancellation flow diagram","id":"car-cancellation-flow-diagram","depth":2}],"frontmatter":{"seo":{"title":"Cancellation"}},"lastModified":"2026-06-15T05:22:58.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/webhooks/booking-lifecycle/car-booking-lifecycle/car-cancellation-lifecycle","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}