myrta-ui 17.0.8 → 17.0.10

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 (159) hide show
  1. package/esm2022/lib/components/alert/alert.component.mjs +3 -3
  2. package/esm2022/lib/components/alert/alert.module.mjs +4 -4
  3. package/esm2022/lib/components/badges/badges.module.mjs +4 -4
  4. package/esm2022/lib/components/badges/components/badge/badge.component.mjs +3 -3
  5. package/esm2022/lib/components/badges/components/badge-group/badge-group.component.mjs +3 -3
  6. package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  7. package/esm2022/lib/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
  8. package/esm2022/lib/components/button/button.component.mjs +3 -3
  9. package/esm2022/lib/components/button/button.module.mjs +4 -4
  10. package/esm2022/lib/components/cdk-tooltip/cdk-tooltip/tooltip-container.component.mjs +3 -3
  11. package/esm2022/lib/components/cdk-tooltip/cdk-tooltip.directive.mjs +3 -3
  12. package/esm2022/lib/components/cdk-tooltip/cdk-tooltip.module.mjs +4 -4
  13. package/esm2022/lib/components/chars-left/chars-left.component.mjs +3 -3
  14. package/esm2022/lib/components/chars-left/chars-left.module.mjs +4 -4
  15. package/esm2022/lib/components/dropdown/directives/hide-after-click.directive.mjs +3 -3
  16. package/esm2022/lib/components/dropdown/dropdown.component.mjs +3 -3
  17. package/esm2022/lib/components/dropdown/dropdown.module.mjs +4 -4
  18. package/esm2022/lib/components/error-message/error-message.component.mjs +3 -3
  19. package/esm2022/lib/components/error-message/error-message.module.mjs +4 -4
  20. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +3 -3
  21. package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -4
  22. package/esm2022/lib/components/form/checkbox-group/checkbox-group.component.mjs +4 -4
  23. package/esm2022/lib/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
  24. package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.mjs +3 -3
  25. package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.mjs +3 -3
  26. package/esm2022/lib/components/form/editor/editor.component.mjs +9 -4
  27. package/esm2022/lib/components/form/editor/editor.module.mjs +4 -4
  28. package/esm2022/lib/components/form/input-date-time/input-date-time.component.mjs +3 -3
  29. package/esm2022/lib/components/form/input-date-time/input-date-time.module.mjs +4 -4
  30. package/esm2022/lib/components/form/input-datepicker/input-datepicker.component.mjs +3 -3
  31. package/esm2022/lib/components/form/input-datepicker/input-datepicker.module.mjs +4 -4
  32. package/esm2022/lib/components/form/input-file/input-file.component.mjs +3 -3
  33. package/esm2022/lib/components/form/input-file/input-file.module.mjs +4 -4
  34. package/esm2022/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.mjs +3 -3
  35. package/esm2022/lib/components/form/input-file-image/input-file-image.component.mjs +3 -3
  36. package/esm2022/lib/components/form/input-file-image/input-file-image.module.mjs +4 -4
  37. package/esm2022/lib/components/form/input-number/input-number.component.mjs +3 -3
  38. package/esm2022/lib/components/form/input-number/input-number.module.mjs +4 -4
  39. package/esm2022/lib/components/form/input-opt/components/input-opt/input-opt.component.mjs +3 -3
  40. package/esm2022/lib/components/form/input-opt/directives/opt-pattern.directive.mjs +3 -3
  41. package/esm2022/lib/components/form/input-opt/input-opt.module.mjs +4 -4
  42. package/esm2022/lib/components/form/input-opt/services/input-opt.service.mjs +3 -3
  43. package/esm2022/lib/components/form/input-password/input-password.component.mjs +3 -3
  44. package/esm2022/lib/components/form/input-password/input-password.module.mjs +4 -4
  45. package/esm2022/lib/components/form/input-phone/data/country-code.mjs +3 -3
  46. package/esm2022/lib/components/form/input-phone/directives/native-element-injector.directive.mjs +3 -3
  47. package/esm2022/lib/components/form/input-phone/input-phone.component.mjs +3 -3
  48. package/esm2022/lib/components/form/input-phone/input-phone.module.mjs +4 -4
  49. package/esm2022/lib/components/form/input-search/input-search.component.mjs +3 -3
  50. package/esm2022/lib/components/form/input-search/input-search.module.mjs +4 -4
  51. package/esm2022/lib/components/form/input-select/input-select.component.mjs +3 -3
  52. package/esm2022/lib/components/form/input-select/input-select.module.mjs +4 -4
  53. package/esm2022/lib/components/form/input-tel/directives/input-tel.directive.mjs +3 -3
  54. package/esm2022/lib/components/form/input-tel/input-tel.component.mjs +3 -3
  55. package/esm2022/lib/components/form/input-tel/input-tel.module.mjs +4 -4
  56. package/esm2022/lib/components/form/input-text/input-text.component.mjs +3 -3
  57. package/esm2022/lib/components/form/input-text/input-text.module.mjs +4 -4
  58. package/esm2022/lib/components/form/input-textarea/input-textarea.component.mjs +3 -3
  59. package/esm2022/lib/components/form/input-textarea/input-textarea.module.mjs +4 -4
  60. package/esm2022/lib/components/form/input-timepicker/input-timepicker.component.mjs +3 -3
  61. package/esm2022/lib/components/form/input-timepicker/input-timepicker.module.mjs +4 -4
  62. package/esm2022/lib/components/form/json-editor/json-editor.component.mjs +6 -6
  63. package/esm2022/lib/components/form/json-editor/json-editor.module.mjs +5 -5
  64. package/esm2022/lib/components/form/radio/radio.component.mjs +3 -3
  65. package/esm2022/lib/components/form/radio/radio.module.mjs +4 -4
  66. package/esm2022/lib/components/form/radio-group/components/radio-group-header/radio-group-header.component.mjs +3 -3
  67. package/esm2022/lib/components/form/radio-group/components/radio-group-item/radio-group-item.component.mjs +3 -3
  68. package/esm2022/lib/components/form/radio-group/radio-group.component.mjs +4 -4
  69. package/esm2022/lib/components/form/radio-group/radio-group.module.mjs +4 -4
  70. package/esm2022/lib/components/form/rating/rating.component.mjs +3 -3
  71. package/esm2022/lib/components/form/rating/rating.module.mjs +4 -4
  72. package/esm2022/lib/components/form/switch/switch.component.mjs +3 -3
  73. package/esm2022/lib/components/form/switch/switch.module.mjs +4 -4
  74. package/esm2022/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.mjs +3 -3
  75. package/esm2022/lib/components/gallery/components/gallery-item/gallery-item.component.mjs +3 -3
  76. package/esm2022/lib/components/gallery/gallery.component.mjs +3 -3
  77. package/esm2022/lib/components/gallery/gallery.module.mjs +4 -4
  78. package/esm2022/lib/components/gallery/services/gallery.service.mjs +3 -3
  79. package/esm2022/lib/components/hint-error-message/hint-error-message.component.mjs +3 -3
  80. package/esm2022/lib/components/hint-error-message/hint-error-message.module.mjs +4 -4
  81. package/esm2022/lib/components/icon-button/icon-button.component.mjs +3 -3
  82. package/esm2022/lib/components/icon-button/icon-button.module.mjs +4 -4
  83. package/esm2022/lib/components/label/label.component.mjs +3 -3
  84. package/esm2022/lib/components/label/label.module.mjs +4 -4
  85. package/esm2022/lib/components/link/link.component.mjs +3 -3
  86. package/esm2022/lib/components/link/link.module.mjs +4 -4
  87. package/esm2022/lib/components/loader/loader.component.mjs +3 -3
  88. package/esm2022/lib/components/loader/loader.module.mjs +4 -4
  89. package/esm2022/lib/components/modal/modal.component.mjs +3 -3
  90. package/esm2022/lib/components/modal/modal.module.mjs +4 -4
  91. package/esm2022/lib/components/pages-nav/pages-nav.component.mjs +3 -3
  92. package/esm2022/lib/components/pages-nav/pages-nav.module.mjs +4 -4
  93. package/esm2022/lib/components/paginator/paginator.component.mjs +3 -3
  94. package/esm2022/lib/components/paginator/paginator.module.mjs +4 -4
  95. package/esm2022/lib/components/pdf-viewer/pdf-viewer.component.mjs +5 -5
  96. package/esm2022/lib/components/pdf-viewer/pdf-viewer.module.mjs +4 -4
  97. package/esm2022/lib/components/progress/progress.component.mjs +3 -3
  98. package/esm2022/lib/components/progress/progress.module.mjs +4 -4
  99. package/esm2022/lib/components/save-state/components/save-state-checkbox/save-state-checkbox.component.mjs +3 -3
  100. package/esm2022/lib/components/save-state/components/save-state-checkbox-group/save-state-checkbox-group.component.mjs +3 -3
  101. package/esm2022/lib/components/save-state/components/save-state-editor/save-state-editor.component.mjs +3 -3
  102. package/esm2022/lib/components/save-state/components/save-state-input/save-state-input.component.mjs +3 -3
  103. package/esm2022/lib/components/save-state/components/save-state-switch/save-state-switch.component.mjs +3 -3
  104. package/esm2022/lib/components/save-state/save-state.component.mjs +3 -3
  105. package/esm2022/lib/components/save-state/save-state.module.mjs +4 -4
  106. package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  107. package/esm2022/lib/components/stepper/stepper.module.mjs +4 -4
  108. package/esm2022/lib/components/table/components/column/column.component.mjs +3 -3
  109. package/esm2022/lib/components/table/table.component.mjs +3 -3
  110. package/esm2022/lib/components/table/table.module.mjs +4 -4
  111. package/esm2022/lib/components/tabs/tab/tab.component.mjs +3 -3
  112. package/esm2022/lib/components/tabs/tabs-group/tabs-group.component.mjs +3 -3
  113. package/esm2022/lib/components/tabs/tabs.module.mjs +4 -4
  114. package/esm2022/lib/components/tooltip/services/tooltip.service.mjs +3 -3
  115. package/esm2022/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.mjs +3 -3
  116. package/esm2022/lib/components/tooltip/tooltip.component.mjs +3 -3
  117. package/esm2022/lib/components/tooltip/tooltip.module.mjs +4 -4
  118. package/esm2022/lib/components/truncate-text/directives/truncate-text.directive.mjs +3 -3
  119. package/esm2022/lib/components/truncate-text/truncate-text.component.mjs +3 -3
  120. package/esm2022/lib/components/truncate-text/truncate-text.module.mjs +4 -4
  121. package/esm2022/lib/components/warning-message/warning-message.component.mjs +3 -3
  122. package/esm2022/lib/components/warning-message/warning-message.module.mjs +4 -4
  123. package/esm2022/lib/components/wrappers/content-wrapper/content-wrapper.component.mjs +3 -3
  124. package/esm2022/lib/components/wrappers/content-wrapper/content-wrapper.module.mjs +4 -4
  125. package/esm2022/lib/components/wrappers/controls-wrapper/components/controls-item/controls-item.component.mjs +3 -3
  126. package/esm2022/lib/components/wrappers/controls-wrapper/controls-wrapper.component.mjs +3 -3
  127. package/esm2022/lib/components/wrappers/controls-wrapper/controls-wrapper.module.mjs +4 -4
  128. package/esm2022/lib/components/wrappers/widget-wrapper/widget-wrapper.component.mjs +3 -3
  129. package/esm2022/lib/components/wrappers/widget-wrapper/widget-wrapper.module.mjs +4 -4
  130. package/esm2022/lib/directives/autosize/autosize.directive.mjs +3 -3
  131. package/esm2022/lib/directives/autosize/autosize.module.mjs +4 -4
  132. package/esm2022/lib/directives/truncate/truncate.directive.mjs +3 -3
  133. package/esm2022/lib/directives/truncate/truncate.module.mjs +4 -4
  134. package/esm2022/lib/pipes/currency/currency.module.mjs +4 -4
  135. package/esm2022/lib/pipes/currency/currency.pipe.mjs +3 -3
  136. package/esm2022/lib/pipes/date/date-format.module.mjs +4 -4
  137. package/esm2022/lib/pipes/date/date-format.pipe.mjs +3 -3
  138. package/esm2022/lib/pipes/date/date-time-format.pipe.mjs +3 -3
  139. package/esm2022/lib/pipes/phone/phone-format.module.mjs +4 -4
  140. package/esm2022/lib/pipes/phone/phone-format.pipe.mjs +3 -3
  141. package/esm2022/lib/pipes/safe/safe.module.mjs +4 -4
  142. package/esm2022/lib/pipes/safe/safe.pipe.mjs +3 -3
  143. package/esm2022/lib/pipes/truncate/truncate.module.mjs +4 -4
  144. package/esm2022/lib/pipes/truncate/truncate.pipe.mjs +3 -3
  145. package/esm2022/lib/services/file-upload/file-upload.service.mjs +3 -3
  146. package/esm2022/lib/services/modal-service/components/alert-modal/alert-modal.component.mjs +3 -3
  147. package/esm2022/lib/services/modal-service/components/confirm-modal/confirm-modal.component.mjs +3 -3
  148. package/esm2022/lib/services/modal-service/modal-service.module.mjs +4 -4
  149. package/esm2022/lib/services/modal-service/modal-service.service.mjs +3 -3
  150. package/esm2022/lib/services/mrx-autosave/mrx-autosave.service.mjs +3 -3
  151. package/esm2022/lib/services/save-store/save-store.module.mjs +4 -4
  152. package/esm2022/lib/services/save-store/store/effect.mjs +3 -3
  153. package/esm2022/lib/services/toaster-service/components/toaster/toaster.component.mjs +3 -3
  154. package/esm2022/lib/services/toaster-service/toaster-service.module.mjs +4 -4
  155. package/esm2022/lib/services/toaster-service/toaster-service.service.mjs +3 -3
  156. package/fesm2022/myrta-ui.mjs +539 -534
  157. package/fesm2022/myrta-ui.mjs.map +1 -1
  158. package/lib/components/form/editor/editor.component.d.ts +1 -7
  159. package/package.json +1 -1
@@ -184,16 +184,16 @@ export class JsonEditorComponent {
184
184
  };
185
185
  onTouchedFn = () => {
186
186
  };
187
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: JsonEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
188
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: JsonEditorComponent, selector: "mrx-json-editor", inputs: { fields: "fields", options: "options", debug: "debug", data: "data" }, outputs: { changed: "changed", modelChange: "modelChange", jsonChange: "jsonChange" }, providers: [
187
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: JsonEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
188
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: JsonEditorComponent, selector: "mrx-json-editor", inputs: { fields: "fields", options: "options", debug: "debug", data: "data" }, outputs: { changed: "changed", modelChange: "modelChange", jsonChange: "jsonChange" }, providers: [
189
189
  {
190
190
  provide: NG_VALUE_ACCESSOR,
191
191
  useExisting: forwardRef(() => JsonEditorComponent),
192
192
  multi: true,
193
193
  },
194
- ], viewQueries: [{ propertyName: "jsonEditorContainer", first: true, predicate: ["jsonEditorContainer"], descendants: true, static: true }], ngImport: i0, template: "<div [id]=\"uuid\" #jsonEditorContainer></div>\r\n", styles: ["::ng-deep .jsoneditor,::ng-deep .jsoneditor-modal{-webkit-text-size-adjust:none;text-size-adjust:none}::ng-deep .jsoneditor input,::ng-deep .jsoneditor input:not([type]),::ng-deep .jsoneditor input[type=search],::ng-deep .jsoneditor input[type=text],::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input:not([type]),::ng-deep .jsoneditor-modal input[type=search],::ng-deep .jsoneditor-modal input[type=text]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}::ng-deep .jsoneditor input:focus,::ng-deep .jsoneditor input:not([type]):focus,::ng-deep .jsoneditor input[type=search]:focus,::ng-deep .jsoneditor input[type=text]:focus,::ng-deep .jsoneditor-modal input:focus,::ng-deep .jsoneditor-modal input:not([type]):focus,::ng-deep .jsoneditor-modal input[type=search]:focus,::ng-deep .jsoneditor-modal input[type=text]:focus{border:inherit;box-shadow:inherit}::ng-deep .jsoneditor textarea,::ng-deep .jsoneditor-modal textarea{height:inherit}::ng-deep .jsoneditor select,::ng-deep .jsoneditor-modal select{display:inherit;height:inherit}::ng-deep .jsoneditor label,::ng-deep .jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}::ng-deep .jsoneditor table,::ng-deep .jsoneditor-modal table{border-collapse:collapse;width:auto}::ng-deep .jsoneditor td,::ng-deep .jsoneditor th,::ng-deep .jsoneditor-modal td,::ng-deep .jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}::ng-deep .jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px}::ng-deep .jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}::ng-deep .jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}::ng-deep .jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}::ng-deep .jsoneditor-contextmenu-root{position:relative;width:0;height:0}::ng-deep .jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:0 0;font-size:14px;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:0 -72px}::ng-deep .jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A')}::ng-deep .jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}::ng-deep .jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}::ng-deep .jsoneditor-contextmenu li,::ng-deep .jsoneditor-contextmenu ul{box-sizing:content-box;position:relative}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover{background-color:#f5f5f5}::ng-deep .jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}::ng-deep .jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}::ng-deep .jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}::ng-deep .jsoneditor-modal table{width:100%}::ng-deep .jsoneditor-modal table td{padding:3px 0}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}::ng-deep .jsoneditor-modal table th{vertical-align:middle}::ng-deep .jsoneditor-modal p:first-child{margin-top:0}::ng-deep .jsoneditor-modal a{color:#3883fa}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}::ng-deep .jsoneditor-modal .pico-close{background:0 0!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}::ng-deep .jsoneditor-modal input{padding:4px}::ng-deep .jsoneditor-modal input[type=text]{cursor:inherit}::ng-deep .jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper:after{content:\"\";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}::ng-deep .jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:\"\";font-size:14px;line-height:1.5em}::ng-deep .jsoneditor-modal select::-ms-expand{display:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}::ng-deep .jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}::ng-deep .jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}::ng-deep .jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}::ng-deep .jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal input[type=text]:focus,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal textarea{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal textarea{border-radius:unset}::ng-deep .jsoneditor-modal,::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal option,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th,::ng-deep .jsoneditor-modal textarea{font-size:10.5pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;width:100%;box-sizing:border-box}::ng-deep .jsoneditor-modal input[type=button],::ng-deep .jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal select{cursor:pointer}::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}::ng-deep .jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}::ng-deep a.jsoneditor-value,::ng-deep div.jsoneditor-default,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-readonly,::ng-deep div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}::ng-deep div.jsoneditor-field p,::ng-deep div.jsoneditor-value p{margin:0}::ng-deep div.jsoneditor-value.jsoneditor-empty:after{content:\"value\"}::ng-deep div.jsoneditor-value.jsoneditor-string{color:#006000}::ng-deep div.jsoneditor-value.jsoneditor-number{color:#ee422e}::ng-deep div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}::ng-deep div.jsoneditor-value.jsoneditor-null{color:#004ed0}::ng-deep div.jsoneditor-value.jsoneditor-color-value{color:#1a1a1a}::ng-deep div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}::ng-deep div.jsoneditor-readonly{min-width:16px;color:gray}::ng-deep div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-empty:after{content:\"field\"}::ng-deep div.jsoneditor td{vertical-align:top}::ng-deep div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}::ng-deep div.jsoneditor td.jsoneditor-tree{vertical-align:top}::ng-deep div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}::ng-deep div.jsoneditor.busy div.jsoneditor-busy{display:inherit}::ng-deep div.jsoneditor code.jsoneditor-preview{background:0 0}::ng-deep div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}::ng-deep div.jsoneditor-default{color:gray;padding-left:10px}::ng-deep div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#fff}::ng-deep div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A')}::ng-deep div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}::ng-deep div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}::ng-deep div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-72px -72px;cursor:move}::ng-deep div.jsoneditor-tree :focus{outline:0}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:14px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}::ng-deep div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid grey;cursor:pointer}::ng-deep div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}::ng-deep div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}::ng-deep div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}::ng-deep div.jsoneditor-tree .jsoneditor-button{display:block}::ng-deep div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;background-color:transparent}::ng-deep div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::ng-deep div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}::ng-deep div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}::ng-deep div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}::ng-deep div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}::ng-deep div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}::ng-deep div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #fe0;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}::ng-deep div.jsoneditor-field.jsoneditor-empty:after,::ng-deep div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}::ng-deep a.jsoneditor-value.jsoneditor-url,::ng-deep div.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}::ng-deep a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}::ng-deep a.jsoneditor-value.jsoneditor-url:focus,::ng-deep a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}::ng-deep div.jsoneditor-field.jsoneditor-highlight,::ng-deep div.jsoneditor-field[contenteditable=true]:focus,::ng-deep div.jsoneditor-field[contenteditable=true]:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight,::ng-deep div.jsoneditor-value[contenteditable=true]:focus,::ng-deep div.jsoneditor-value[contenteditable=true]:hover{background-color:#ffffab;border:1px solid #fe0;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-highlight-active,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}::ng-deep div.jsoneditor-value.jsoneditor-array,::ng-deep div.jsoneditor-value.jsoneditor-object{min-width:16px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:focus,::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:hover{color:#ee422e}::ng-deep .ace-jsoneditor,::ng-deep textarea.jsoneditor-text{min-height:150px}::ng-deep .ace-jsoneditor.ace_editor,::ng-deep textarea.jsoneditor-text.ace_editor{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace}::ng-deep textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}::ng-deep tr.jsoneditor-highlight,::ng-deep tr.jsoneditor-selected{background-color:#d3d3d3}::ng-deep tr.jsoneditor-selected button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor tr{padding:0;margin:0}::ng-deep .jsoneditor-popover,::ng-deep .jsoneditor-schema-error,::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor textarea,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-value,::ng-deep pre.jsoneditor-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;color:#1a1a1a}::ng-deep .jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}::ng-deep .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}::ng-deep .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}::ng-deep .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}::ng-deep .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}::ng-deep .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}::ng-deep .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:\"\";display:block;left:50%;margin-left:-7px;position:absolute}::ng-deep .jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}::ng-deep .jsoneditor-schema-error:focus .jsoneditor-popover,::ng-deep .jsoneditor-schema-error:hover .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}::ng-deep .jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}::ng-deep .jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}::ng-deep .jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}::ng-deep .jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}::ng-deep .jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}::ng-deep .jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}::ng-deep .jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}::ng-deep .jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;background-color:transparent}::ng-deep .jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-25px 0;background-color:transparent}::ng-deep .jsoneditor-anchor{cursor:pointer}::ng-deep .jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}::ng-deep .fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}::ng-deep .jsoneditor-modal button.selectr-input-clear{right:8px}::ng-deep .jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button,::ng-deep .jsoneditor-menu>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:14px;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:hover,::ng-deep .jsoneditor-menu>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:active,::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:focus,::ng-deep .jsoneditor-menu>button:active,::ng-deep .jsoneditor-menu>button:focus{background-color:#ffffff4d}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:disabled,::ng-deep .jsoneditor-menu>button:disabled{opacity:.5;background-color:transparent;border:none}::ng-deep .jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform{display:none}::ng-deep .jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}::ng-deep .jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator,::ng-deep .jsoneditor-menu>button.jsoneditor-separator{margin-left:10px}::ng-deep .jsoneditor-menu a{font-family:arial,sans-serif;font-size:14px;color:#fff;opacity:.8;vertical-align:middle}::ng-deep .jsoneditor-menu a:hover{opacity:1}::ng-deep .jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}::ng-deep .jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}::ng-deep .jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:0;margin:1px;line-height:20px;font-family:arial,sans-serif}::ng-deep .jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');vertical-align:top}::ng-deep .jsoneditor-search button:hover{background-color:transparent}::ng-deep .jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}::ng-deep .jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}::ng-deep .jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}::ng-deep .jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}::ng-deep .jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}::ng-deep .jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-25px 0}::ng-deep .jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}::ng-deep div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,::ng-deep div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}::ng-deep .jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:0}::ng-deep .jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}::ng-deep .jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}::ng-deep .jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-element:hover,::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}::ng-deep .selectr-container{position:relative}::ng-deep .selectr-container li{list-style:none}::ng-deep .selectr-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0 none}::ng-deep .selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}::ng-deep .selectr-desktop.multiple .selectr-visible{display:none}::ng-deep .selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}::ng-deep .selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}::ng-deep .selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999;border-radius:3px;background-color:#fff}::ng-deep .selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:\"\";-o-transform:rotate(0) translate3d(0,-50%,0);-ms-transform:rotate(0) translate3d(0,-50%,0);-moz-transform:rotate(0) translate3d(0,-50%,0);-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}::ng-deep .selectr-container.native-open .selectr-selected:before,::ng-deep .selectr-container.open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}::ng-deep .selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}::ng-deep .selectr-placeholder{color:#6c7a86}::ng-deep .selectr-tags{margin:0;padding:0;white-space:normal}::ng-deep .has-selected .selectr-tags{margin:0 0 -2px}::ng-deep .selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}::ng-deep .selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}::ng-deep .selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999 #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.open .selectr-options-container{display:block}::ng-deep .selectr-input-container{position:relative;display:none}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear,::ng-deep .selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear{display:none}::ng-deep .selectr-container.has-selected .selectr-clear,::ng-deep .selectr-input-container.active .selectr-input-clear{display:block}::ng-deep .selectr-selected .selectr-tag-remove{right:2px}::ng-deep .selectr-clear:after,::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{position:absolute;top:5px;left:9px;width:2px;height:10px;content:\" \";background-color:#6c7a86}::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{top:4px;width:3px;height:12px;background-color:#fff}::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}::ng-deep .selectr-clear:after,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-tag-remove:after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}::ng-deep .selectr-input-container.active,::ng-deep .selectr-input-container.active .selectr-clear{display:block}::ng-deep .selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999;border-radius:3px}::ng-deep .selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.notice .selectr-notice{display:block}::ng-deep .selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}::ng-deep .selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}::ng-deep .selectr-container.notice .selectr-options-container,::ng-deep .selectr-container.open .selectr-input-container,::ng-deep .selectr-container.open .selectr-options{display:block}::ng-deep .selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}::ng-deep .selectr-options.optgroups>.selectr-option{padding-left:25px}::ng-deep .selectr-optgroup{font-weight:700;padding:0}::ng-deep .selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}::ng-deep .selectr-match{text-decoration:underline}::ng-deep .selectr-option.selected{background-color:#ddd}::ng-deep .selectr-option.active{color:#fff;background-color:#5897fb}::ng-deep .selectr-option.disabled{opacity:.4}::ng-deep .selectr-option.excluded{display:none}::ng-deep .selectr-container.open .selectr-selected{border-color:#999 #999 transparent #999;border-radius:3px 3px 0 0}::ng-deep .selectr-container.open .selectr-selected:after{-o-transform:rotate(180deg) translate3d(0,50%,0);-ms-transform:rotate(180deg) translate3d(0,50%,0);-moz-transform:rotate(180deg) translate3d(0,50%,0);-webkit-transform:rotate(180deg) translate3d(0,50%,0);transform:rotate(180deg) translate3d(0,50%,0)}::ng-deep .selectr-disabled{opacity:.6}::ng-deep .has-selected .selectr-placeholder,::ng-deep .selectr-empty{display:none}::ng-deep .has-selected .selectr-label{display:block}::ng-deep .taggable .selectr-selected{padding:4px 28px 4px 4px}::ng-deep .taggable .selectr-selected:after{display:table;content:\" \";clear:both}::ng-deep .taggable .selectr-label{width:auto}::ng-deep .taggable .selectr-tags{float:left;display:block}::ng-deep .taggable .selectr-placeholder{display:none}::ng-deep .input-tag{float:left;min-width:90px;width:auto}::ng-deep .selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}::ng-deep .selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:\"\";-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:.5s linear 0s normal forwards infinite running selectr-spin;-webkit-animation:.5s linear 0s normal forwards infinite running selectr-spin;animation:.5s linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}@keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}::ng-deep .selectr-container.open.inverted .selectr-selected{border-color:transparent #999 #999;border-radius:0 0 3px 3px}::ng-deep .selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999 #999 transparent;border-radius:3px 3px 0 0;background-color:#fff}::ng-deep .selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}::ng-deep .selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::placeholder{color:#6c7a86;opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
194
+ ], viewQueries: [{ propertyName: "jsonEditorContainer", first: true, predicate: ["jsonEditorContainer"], descendants: true, static: true }], ngImport: i0, template: "<div [id]=\"uuid\" #jsonEditorContainer></div>\r\n", styles: ["::ng-deep .jsoneditor,::ng-deep .jsoneditor-modal{-webkit-text-size-adjust:none;text-size-adjust:none}::ng-deep .jsoneditor input,::ng-deep .jsoneditor input:not([type]),::ng-deep .jsoneditor input[type=search],::ng-deep .jsoneditor input[type=text],::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input:not([type]),::ng-deep .jsoneditor-modal input[type=search],::ng-deep .jsoneditor-modal input[type=text]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}::ng-deep .jsoneditor input:focus,::ng-deep .jsoneditor input:not([type]):focus,::ng-deep .jsoneditor input[type=search]:focus,::ng-deep .jsoneditor input[type=text]:focus,::ng-deep .jsoneditor-modal input:focus,::ng-deep .jsoneditor-modal input:not([type]):focus,::ng-deep .jsoneditor-modal input[type=search]:focus,::ng-deep .jsoneditor-modal input[type=text]:focus{border:inherit;box-shadow:inherit}::ng-deep .jsoneditor textarea,::ng-deep .jsoneditor-modal textarea{height:inherit}::ng-deep .jsoneditor select,::ng-deep .jsoneditor-modal select{display:inherit;height:inherit}::ng-deep .jsoneditor label,::ng-deep .jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}::ng-deep .jsoneditor table,::ng-deep .jsoneditor-modal table{border-collapse:collapse;width:auto}::ng-deep .jsoneditor td,::ng-deep .jsoneditor th,::ng-deep .jsoneditor-modal td,::ng-deep .jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}::ng-deep .jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px}::ng-deep .jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}::ng-deep .jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}::ng-deep .jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}::ng-deep .jsoneditor-contextmenu-root{position:relative;width:0;height:0}::ng-deep .jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:0 0;font-size:14px;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:0 -72px}::ng-deep .jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\")}::ng-deep .jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}::ng-deep .jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}::ng-deep .jsoneditor-contextmenu li,::ng-deep .jsoneditor-contextmenu ul{box-sizing:content-box;position:relative}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover{background-color:#f5f5f5}::ng-deep .jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}::ng-deep .jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}::ng-deep .jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}::ng-deep .jsoneditor-modal table{width:100%}::ng-deep .jsoneditor-modal table td{padding:3px 0}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}::ng-deep .jsoneditor-modal table th{vertical-align:middle}::ng-deep .jsoneditor-modal p:first-child{margin-top:0}::ng-deep .jsoneditor-modal a{color:#3883fa}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}::ng-deep .jsoneditor-modal .pico-close{background:0 0!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}::ng-deep .jsoneditor-modal input{padding:4px}::ng-deep .jsoneditor-modal input[type=text]{cursor:inherit}::ng-deep .jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper:after{content:\"\";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}::ng-deep .jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:\"\";font-size:14px;line-height:1.5em}::ng-deep .jsoneditor-modal select::-ms-expand{display:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}::ng-deep .jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}::ng-deep .jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}::ng-deep .jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}::ng-deep .jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal input[type=text]:focus,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal textarea{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal textarea{border-radius:unset}::ng-deep .jsoneditor-modal,::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal option,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th,::ng-deep .jsoneditor-modal textarea{font-size:10.5pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;width:100%;box-sizing:border-box}::ng-deep .jsoneditor-modal input[type=button],::ng-deep .jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal select{cursor:pointer}::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}::ng-deep .jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}::ng-deep a.jsoneditor-value,::ng-deep div.jsoneditor-default,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-readonly,::ng-deep div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}::ng-deep div.jsoneditor-field p,::ng-deep div.jsoneditor-value p{margin:0}::ng-deep div.jsoneditor-value.jsoneditor-empty:after{content:\"value\"}::ng-deep div.jsoneditor-value.jsoneditor-string{color:#006000}::ng-deep div.jsoneditor-value.jsoneditor-number{color:#ee422e}::ng-deep div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}::ng-deep div.jsoneditor-value.jsoneditor-null{color:#004ed0}::ng-deep div.jsoneditor-value.jsoneditor-color-value{color:#1a1a1a}::ng-deep div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}::ng-deep div.jsoneditor-readonly{min-width:16px;color:gray}::ng-deep div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-empty:after{content:\"field\"}::ng-deep div.jsoneditor td{vertical-align:top}::ng-deep div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}::ng-deep div.jsoneditor td.jsoneditor-tree{vertical-align:top}::ng-deep div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}::ng-deep div.jsoneditor.busy div.jsoneditor-busy{display:inherit}::ng-deep div.jsoneditor code.jsoneditor-preview{background:0 0}::ng-deep div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}::ng-deep div.jsoneditor-default{color:gray;padding-left:10px}::ng-deep div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#fff}::ng-deep div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\")}::ng-deep div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}::ng-deep div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}::ng-deep div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-72px -72px;cursor:move}::ng-deep div.jsoneditor-tree :focus{outline:0}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:14px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}::ng-deep div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid grey;cursor:pointer}::ng-deep div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}::ng-deep div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}::ng-deep div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}::ng-deep div.jsoneditor-tree .jsoneditor-button{display:block}::ng-deep div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;background-color:transparent}::ng-deep div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::ng-deep div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}::ng-deep div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}::ng-deep div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}::ng-deep div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}::ng-deep div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}::ng-deep div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #fe0;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}::ng-deep div.jsoneditor-field.jsoneditor-empty:after,::ng-deep div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}::ng-deep a.jsoneditor-value.jsoneditor-url,::ng-deep div.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}::ng-deep a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}::ng-deep a.jsoneditor-value.jsoneditor-url:focus,::ng-deep a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}::ng-deep div.jsoneditor-field.jsoneditor-highlight,::ng-deep div.jsoneditor-field[contenteditable=true]:focus,::ng-deep div.jsoneditor-field[contenteditable=true]:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight,::ng-deep div.jsoneditor-value[contenteditable=true]:focus,::ng-deep div.jsoneditor-value[contenteditable=true]:hover{background-color:#ffffab;border:1px solid #fe0;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-highlight-active,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}::ng-deep div.jsoneditor-value.jsoneditor-array,::ng-deep div.jsoneditor-value.jsoneditor-object{min-width:16px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:focus,::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:hover{color:#ee422e}::ng-deep .ace-jsoneditor,::ng-deep textarea.jsoneditor-text{min-height:150px}::ng-deep .ace-jsoneditor.ace_editor,::ng-deep textarea.jsoneditor-text.ace_editor{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace}::ng-deep textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}::ng-deep tr.jsoneditor-highlight,::ng-deep tr.jsoneditor-selected{background-color:#d3d3d3}::ng-deep tr.jsoneditor-selected button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor tr{padding:0;margin:0}::ng-deep .jsoneditor-popover,::ng-deep .jsoneditor-schema-error,::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor textarea,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-value,::ng-deep pre.jsoneditor-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;color:#1a1a1a}::ng-deep .jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}::ng-deep .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}::ng-deep .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}::ng-deep .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}::ng-deep .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}::ng-deep .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}::ng-deep .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:\"\";display:block;left:50%;margin-left:-7px;position:absolute}::ng-deep .jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}::ng-deep .jsoneditor-schema-error:focus .jsoneditor-popover,::ng-deep .jsoneditor-schema-error:hover .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}::ng-deep .jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}::ng-deep .jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}::ng-deep .jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}::ng-deep .jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}::ng-deep .jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}::ng-deep .jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}::ng-deep .jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}::ng-deep .jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;background-color:transparent}::ng-deep .jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-25px 0;background-color:transparent}::ng-deep .jsoneditor-anchor{cursor:pointer}::ng-deep .jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}::ng-deep .fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}::ng-deep .jsoneditor-modal button.selectr-input-clear{right:8px}::ng-deep .jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button,::ng-deep .jsoneditor-menu>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:14px;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:hover,::ng-deep .jsoneditor-menu>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:active,::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:focus,::ng-deep .jsoneditor-menu>button:active,::ng-deep .jsoneditor-menu>button:focus{background-color:#ffffff4d}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:disabled,::ng-deep .jsoneditor-menu>button:disabled{opacity:.5;background-color:transparent;border:none}::ng-deep .jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform{display:none}::ng-deep .jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}::ng-deep .jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator,::ng-deep .jsoneditor-menu>button.jsoneditor-separator{margin-left:10px}::ng-deep .jsoneditor-menu a{font-family:arial,sans-serif;font-size:14px;color:#fff;opacity:.8;vertical-align:middle}::ng-deep .jsoneditor-menu a:hover{opacity:1}::ng-deep .jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}::ng-deep .jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}::ng-deep .jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:0;margin:1px;line-height:20px;font-family:arial,sans-serif}::ng-deep .jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");vertical-align:top}::ng-deep .jsoneditor-search button:hover{background-color:transparent}::ng-deep .jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}::ng-deep .jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}::ng-deep .jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}::ng-deep .jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}::ng-deep .jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}::ng-deep .jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-25px 0}::ng-deep .jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}::ng-deep div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,::ng-deep div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}::ng-deep .jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:0}::ng-deep .jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}::ng-deep .jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}::ng-deep .jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-element:hover,::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}::ng-deep .selectr-container{position:relative}::ng-deep .selectr-container li{list-style:none}::ng-deep .selectr-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0 none}::ng-deep .selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}::ng-deep .selectr-desktop.multiple .selectr-visible{display:none}::ng-deep .selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}::ng-deep .selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}::ng-deep .selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999;border-radius:3px;background-color:#fff}::ng-deep .selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:\"\";-o-transform:rotate(0) translate3d(0,-50%,0);-ms-transform:rotate(0) translate3d(0,-50%,0);-moz-transform:rotate(0) translate3d(0,-50%,0);-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}::ng-deep .selectr-container.native-open .selectr-selected:before,::ng-deep .selectr-container.open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}::ng-deep .selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}::ng-deep .selectr-placeholder{color:#6c7a86}::ng-deep .selectr-tags{margin:0;padding:0;white-space:normal}::ng-deep .has-selected .selectr-tags{margin:0 0 -2px}::ng-deep .selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}::ng-deep .selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}::ng-deep .selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999 #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.open .selectr-options-container{display:block}::ng-deep .selectr-input-container{position:relative;display:none}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear,::ng-deep .selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear{display:none}::ng-deep .selectr-container.has-selected .selectr-clear,::ng-deep .selectr-input-container.active .selectr-input-clear{display:block}::ng-deep .selectr-selected .selectr-tag-remove{right:2px}::ng-deep .selectr-clear:after,::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{position:absolute;top:5px;left:9px;width:2px;height:10px;content:\" \";background-color:#6c7a86}::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{top:4px;width:3px;height:12px;background-color:#fff}::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}::ng-deep .selectr-clear:after,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-tag-remove:after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}::ng-deep .selectr-input-container.active,::ng-deep .selectr-input-container.active .selectr-clear{display:block}::ng-deep .selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999;border-radius:3px}::ng-deep .selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.notice .selectr-notice{display:block}::ng-deep .selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}::ng-deep .selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}::ng-deep .selectr-container.notice .selectr-options-container,::ng-deep .selectr-container.open .selectr-input-container,::ng-deep .selectr-container.open .selectr-options{display:block}::ng-deep .selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}::ng-deep .selectr-options.optgroups>.selectr-option{padding-left:25px}::ng-deep .selectr-optgroup{font-weight:700;padding:0}::ng-deep .selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}::ng-deep .selectr-match{text-decoration:underline}::ng-deep .selectr-option.selected{background-color:#ddd}::ng-deep .selectr-option.active{color:#fff;background-color:#5897fb}::ng-deep .selectr-option.disabled{opacity:.4}::ng-deep .selectr-option.excluded{display:none}::ng-deep .selectr-container.open .selectr-selected{border-color:#999 #999 transparent #999;border-radius:3px 3px 0 0}::ng-deep .selectr-container.open .selectr-selected:after{-o-transform:rotate(180deg) translate3d(0,50%,0);-ms-transform:rotate(180deg) translate3d(0,50%,0);-moz-transform:rotate(180deg) translate3d(0,50%,0);-webkit-transform:rotate(180deg) translate3d(0,50%,0);transform:rotate(180deg) translate3d(0,50%,0)}::ng-deep .selectr-disabled{opacity:.6}::ng-deep .has-selected .selectr-placeholder,::ng-deep .selectr-empty{display:none}::ng-deep .has-selected .selectr-label{display:block}::ng-deep .taggable .selectr-selected{padding:4px 28px 4px 4px}::ng-deep .taggable .selectr-selected:after{display:table;content:\" \";clear:both}::ng-deep .taggable .selectr-label{width:auto}::ng-deep .taggable .selectr-tags{float:left;display:block}::ng-deep .taggable .selectr-placeholder{display:none}::ng-deep .input-tag{float:left;min-width:90px;width:auto}::ng-deep .selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}::ng-deep .selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:\"\";-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:.5s linear 0s normal forwards infinite running selectr-spin;-webkit-animation:.5s linear 0s normal forwards infinite running selectr-spin;animation:.5s linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}@keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}::ng-deep .selectr-container.open.inverted .selectr-selected{border-color:transparent #999 #999;border-radius:0 0 3px 3px}::ng-deep .selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999 #999 transparent;border-radius:3px 3px 0 0;background-color:#fff}::ng-deep .selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}::ng-deep .selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::placeholder{color:#6c7a86;opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
195
195
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: JsonEditorComponent, decorators: [{
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: JsonEditorComponent, decorators: [{
197
197
  type: Component,
198
198
  args: [{ selector: 'mrx-json-editor', preserveWhitespaces: false, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
199
199
  {
@@ -201,7 +201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
201
201
  useExisting: forwardRef(() => JsonEditorComponent),
202
202
  multi: true,
203
203
  },
204
- ], template: "<div [id]=\"uuid\" #jsonEditorContainer></div>\r\n", styles: ["::ng-deep .jsoneditor,::ng-deep .jsoneditor-modal{-webkit-text-size-adjust:none;text-size-adjust:none}::ng-deep .jsoneditor input,::ng-deep .jsoneditor input:not([type]),::ng-deep .jsoneditor input[type=search],::ng-deep .jsoneditor input[type=text],::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input:not([type]),::ng-deep .jsoneditor-modal input[type=search],::ng-deep .jsoneditor-modal input[type=text]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}::ng-deep .jsoneditor input:focus,::ng-deep .jsoneditor input:not([type]):focus,::ng-deep .jsoneditor input[type=search]:focus,::ng-deep .jsoneditor input[type=text]:focus,::ng-deep .jsoneditor-modal input:focus,::ng-deep .jsoneditor-modal input:not([type]):focus,::ng-deep .jsoneditor-modal input[type=search]:focus,::ng-deep .jsoneditor-modal input[type=text]:focus{border:inherit;box-shadow:inherit}::ng-deep .jsoneditor textarea,::ng-deep .jsoneditor-modal textarea{height:inherit}::ng-deep .jsoneditor select,::ng-deep .jsoneditor-modal select{display:inherit;height:inherit}::ng-deep .jsoneditor label,::ng-deep .jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}::ng-deep .jsoneditor table,::ng-deep .jsoneditor-modal table{border-collapse:collapse;width:auto}::ng-deep .jsoneditor td,::ng-deep .jsoneditor th,::ng-deep .jsoneditor-modal td,::ng-deep .jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}::ng-deep .jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px}::ng-deep .jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}::ng-deep .jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}::ng-deep .jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}::ng-deep .jsoneditor-contextmenu-root{position:relative;width:0;height:0}::ng-deep .jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:0 0;font-size:14px;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:0 -72px}::ng-deep .jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A')}::ng-deep .jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}::ng-deep .jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}::ng-deep .jsoneditor-contextmenu li,::ng-deep .jsoneditor-contextmenu ul{box-sizing:content-box;position:relative}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover{background-color:#f5f5f5}::ng-deep .jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}::ng-deep .jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}::ng-deep .jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}::ng-deep .jsoneditor-modal table{width:100%}::ng-deep .jsoneditor-modal table td{padding:3px 0}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}::ng-deep .jsoneditor-modal table th{vertical-align:middle}::ng-deep .jsoneditor-modal p:first-child{margin-top:0}::ng-deep .jsoneditor-modal a{color:#3883fa}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}::ng-deep .jsoneditor-modal .pico-close{background:0 0!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}::ng-deep .jsoneditor-modal input{padding:4px}::ng-deep .jsoneditor-modal input[type=text]{cursor:inherit}::ng-deep .jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper:after{content:\"\";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}::ng-deep .jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:\"\";font-size:14px;line-height:1.5em}::ng-deep .jsoneditor-modal select::-ms-expand{display:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}::ng-deep .jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}::ng-deep .jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}::ng-deep .jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}::ng-deep .jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal input[type=text]:focus,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal textarea{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal textarea{border-radius:unset}::ng-deep .jsoneditor-modal,::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal option,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th,::ng-deep .jsoneditor-modal textarea{font-size:10.5pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;width:100%;box-sizing:border-box}::ng-deep .jsoneditor-modal input[type=button],::ng-deep .jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal select{cursor:pointer}::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}::ng-deep .jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}::ng-deep a.jsoneditor-value,::ng-deep div.jsoneditor-default,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-readonly,::ng-deep div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}::ng-deep div.jsoneditor-field p,::ng-deep div.jsoneditor-value p{margin:0}::ng-deep div.jsoneditor-value.jsoneditor-empty:after{content:\"value\"}::ng-deep div.jsoneditor-value.jsoneditor-string{color:#006000}::ng-deep div.jsoneditor-value.jsoneditor-number{color:#ee422e}::ng-deep div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}::ng-deep div.jsoneditor-value.jsoneditor-null{color:#004ed0}::ng-deep div.jsoneditor-value.jsoneditor-color-value{color:#1a1a1a}::ng-deep div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}::ng-deep div.jsoneditor-readonly{min-width:16px;color:gray}::ng-deep div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-empty:after{content:\"field\"}::ng-deep div.jsoneditor td{vertical-align:top}::ng-deep div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}::ng-deep div.jsoneditor td.jsoneditor-tree{vertical-align:top}::ng-deep div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}::ng-deep div.jsoneditor.busy div.jsoneditor-busy{display:inherit}::ng-deep div.jsoneditor code.jsoneditor-preview{background:0 0}::ng-deep div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}::ng-deep div.jsoneditor-default{color:gray;padding-left:10px}::ng-deep div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#fff}::ng-deep div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A')}::ng-deep div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}::ng-deep div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}::ng-deep div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-72px -72px;cursor:move}::ng-deep div.jsoneditor-tree :focus{outline:0}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:14px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}::ng-deep div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid grey;cursor:pointer}::ng-deep div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}::ng-deep div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}::ng-deep div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}::ng-deep div.jsoneditor-tree .jsoneditor-button{display:block}::ng-deep div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;background-color:transparent}::ng-deep div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::ng-deep div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}::ng-deep div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}::ng-deep div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}::ng-deep div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}::ng-deep div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}::ng-deep div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #fe0;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}::ng-deep div.jsoneditor-field.jsoneditor-empty:after,::ng-deep div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}::ng-deep a.jsoneditor-value.jsoneditor-url,::ng-deep div.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}::ng-deep a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}::ng-deep a.jsoneditor-value.jsoneditor-url:focus,::ng-deep a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}::ng-deep div.jsoneditor-field.jsoneditor-highlight,::ng-deep div.jsoneditor-field[contenteditable=true]:focus,::ng-deep div.jsoneditor-field[contenteditable=true]:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight,::ng-deep div.jsoneditor-value[contenteditable=true]:focus,::ng-deep div.jsoneditor-value[contenteditable=true]:hover{background-color:#ffffab;border:1px solid #fe0;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-highlight-active,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}::ng-deep div.jsoneditor-value.jsoneditor-array,::ng-deep div.jsoneditor-value.jsoneditor-object{min-width:16px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:focus,::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:hover{color:#ee422e}::ng-deep .ace-jsoneditor,::ng-deep textarea.jsoneditor-text{min-height:150px}::ng-deep .ace-jsoneditor.ace_editor,::ng-deep textarea.jsoneditor-text.ace_editor{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace}::ng-deep textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}::ng-deep tr.jsoneditor-highlight,::ng-deep tr.jsoneditor-selected{background-color:#d3d3d3}::ng-deep tr.jsoneditor-selected button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor tr{padding:0;margin:0}::ng-deep .jsoneditor-popover,::ng-deep .jsoneditor-schema-error,::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor textarea,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-value,::ng-deep pre.jsoneditor-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;color:#1a1a1a}::ng-deep .jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}::ng-deep .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}::ng-deep .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}::ng-deep .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}::ng-deep .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}::ng-deep .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}::ng-deep .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:\"\";display:block;left:50%;margin-left:-7px;position:absolute}::ng-deep .jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}::ng-deep .jsoneditor-schema-error:focus .jsoneditor-popover,::ng-deep .jsoneditor-schema-error:hover .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}::ng-deep .jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}::ng-deep .jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}::ng-deep .jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}::ng-deep .jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}::ng-deep .jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}::ng-deep .jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}::ng-deep .jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}::ng-deep .jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;background-color:transparent}::ng-deep .jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-25px 0;background-color:transparent}::ng-deep .jsoneditor-anchor{cursor:pointer}::ng-deep .jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}::ng-deep .fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}::ng-deep .jsoneditor-modal button.selectr-input-clear{right:8px}::ng-deep .jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button,::ng-deep .jsoneditor-menu>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:14px;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:hover,::ng-deep .jsoneditor-menu>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:active,::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:focus,::ng-deep .jsoneditor-menu>button:active,::ng-deep .jsoneditor-menu>button:focus{background-color:#ffffff4d}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:disabled,::ng-deep .jsoneditor-menu>button:disabled{opacity:.5;background-color:transparent;border:none}::ng-deep .jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform{display:none}::ng-deep .jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}::ng-deep .jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator,::ng-deep .jsoneditor-menu>button.jsoneditor-separator{margin-left:10px}::ng-deep .jsoneditor-menu a{font-family:arial,sans-serif;font-size:14px;color:#fff;opacity:.8;vertical-align:middle}::ng-deep .jsoneditor-menu a:hover{opacity:1}::ng-deep .jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}::ng-deep .jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}::ng-deep .jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:0;margin:1px;line-height:20px;font-family:arial,sans-serif}::ng-deep .jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');vertical-align:top}::ng-deep .jsoneditor-search button:hover{background-color:transparent}::ng-deep .jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}::ng-deep .jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}::ng-deep .jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}::ng-deep .jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}::ng-deep .jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}::ng-deep .jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-168px -48px;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url('data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>%0A<svg%0A xmlns:dc=\"http://purl.org/dc/elements/1.1/\"%0A xmlns:cc=\"http://creativecommons.org/ns%23\"%0A xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns%23\"%0A xmlns:svg=\"http://www.w3.org/2000/svg\"%0A xmlns=\"http://www.w3.org/2000/svg\"%0A xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"%0A xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"%0A width=\"240\"%0A height=\"144\"%0A id=\"svg4136\"%0A version=\"1.1\"%0A inkscape:version=\"0.91 r13725\"%0A sodipodi:docname=\"jsoneditor-icons.svg\">%0A <title%0A id=\"title6512\">JSON Editor Icons</title>%0A <metadata%0A id=\"metadata4148\">%0A <rdf:RDF>%0A <cc:Work%0A rdf:about=\"\">%0A <dc:format>image/svg+xml</dc:format>%0A <dc:type%0A rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />%0A <dc:title>JSON Editor Icons</dc:title>%0A </cc:Work>%0A </rdf:RDF>%0A </metadata>%0A <defs%0A id=\"defs4146\" />%0A <sodipodi:namedview%0A pagecolor=\"%23ff63ff\"%0A bordercolor=\"%23666666\"%0A borderopacity=\"1\"%0A objecttolerance=\"10\"%0A gridtolerance=\"10\"%0A guidetolerance=\"10\"%0A inkscape:pageopacity=\"0\"%0A inkscape:pageshadow=\"2\"%0A inkscape:window-width=\"1920\"%0A inkscape:window-height=\"1026\"%0A id=\"namedview4144\"%0A showgrid=\"true\"%0A inkscape:zoom=\"4\"%0A inkscape:cx=\"13.229181\"%0A inkscape:cy=\"119.82429\"%0A inkscape:window-x=\"0\"%0A inkscape:window-y=\"0\"%0A inkscape:window-maximized=\"1\"%0A inkscape:current-layer=\"svg4136\"%0A showguides=\"false\"%0A borderlayer=\"false\"%0A inkscape:showpageshadow=\"true\"%0A showborder=\"true\">%0A <inkscape:grid%0A type=\"xygrid\"%0A id=\"grid4640\"%0A empspacing=\"24\" />%0A </sodipodi:namedview>%0A <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"4\" />%0A <rect%0A id=\"svg_1-7\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"28.000006\"%0A style=\"fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A x=\"52.000004\"%0A y=\"3.999995\"%0A width=\"16\"%0A height=\"16\"%0A id=\"rect4165\" />%0A <rect%0A id=\"rect4175\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.9999852\"%0A x=\"172.00002\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4175-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"3.999995\"%0A x=\"196\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <g%0A id=\"g4299\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <g%0A id=\"g4299-3\"%0A transform=\"matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)\"%0A style=\"stroke:none\">%0A <rect%0A x=\"7.0000048\"%0A y=\"10.999998\"%0A width=\"9.9999924\"%0A height=\"1.9999986\"%0A id=\"svg_1-1-0\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <rect%0A x=\"11.000005\"%0A y=\"7.0000114\"%0A width=\"1.9999955\"%0A height=\"9.9999838\"%0A id=\"svg_1-1-1-9\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0\" />%0A </g>%0A <rect%0A id=\"svg_1-7-5\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"7.0000048\"%0A x=\"55.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A x=\"58\"%0A y=\"10.00001\"%0A width=\"6.9999909\"%0A height=\"6.9999905\"%0A id=\"rect4354\" />%0A <rect%0A id=\"svg_1-7-5-7\"%0A height=\"6.9999905\"%0A width=\"6.9999909\"%0A y=\"10.000005\"%0A x=\"58.000004\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647\" />%0A <g%0A id=\"g4378\">%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"10.999999\"%0A width=\"7.9999909\"%0A height=\"1.9999965\"%0A id=\"svg_1-7-5-3\" />%0A <rect%0A id=\"rect4374\"%0A height=\"1.9999946\"%0A width=\"11.999995\"%0A y=\"7.0000005\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A id=\"rect4376\"%0A height=\"1.9999995\"%0A width=\"3.9999928\"%0A y=\"14.999996\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A </g>%0A <g%0A transform=\"matrix(1,0,0,-1,-23.999995,23.999995)\"%0A id=\"g4383\">%0A <rect%0A id=\"rect4385\"%0A height=\"1.9999965\"%0A width=\"7.9999909\"%0A y=\"10.999999\"%0A x=\"198\"%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"7.0000005\"%0A width=\"11.999995\"%0A height=\"1.9999946\"%0A id=\"rect4387\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0\"%0A x=\"198\"%0A y=\"14.999996\"%0A width=\"3.9999928\"%0A height=\"1.9999995\"%0A id=\"rect4389\" />%0A </g>%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-4\"%0A width=\"16\"%0A height=\"16\"%0A x=\"76\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z\"%0A id=\"path4351\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z\"%0A id=\"path4351-9\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-25\"%0A width=\"16\"%0A height=\"16\"%0A x=\"100\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z\"%0A id=\"path2987\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z\"%0A id=\"path2987-1\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-73\"%0A width=\"16\"%0A height=\"16\"%0A x=\"124\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z\"%0A id=\"path3780\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccc\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A d=\"m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z\"%0A id=\"path3782\"%0A inkscape:connector-curvature=\"0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none\"%0A id=\"rect3754-35\"%0A width=\"16\"%0A height=\"16\"%0A x=\"148\"%0A y=\"3.9999199\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:1;stroke:none\"%0A d=\"m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z\"%0A id=\"path5008-2-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccc\" />%0A <rect%0A id=\"svg_1-7-2\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"64\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"svg_1-7-2-2\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"52\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"52\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4561\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"80.000008\"%0A y=\"58\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4563\" />%0A <rect%0A id=\"rect4565\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"58\"%0A x=\"85.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4567\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"64\"%0A x=\"80.000008\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"85.000008\"%0A y=\"64\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4569\" />%0A <circle%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4571\"%0A cx=\"110.06081\"%0A cy=\"57.939209\"%0A r=\"4.7438836\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"116.64566\"%0A y=\"-31.79752\"%0A width=\"4.229713\"%0A height=\"6.4053884\"%0A id=\"rect4563-2\"%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\" />%0A <path%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 125,56 138.77027,56.095 132,64 Z\"%0A id=\"path4613\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615\"%0A d=\"M 149,64 162.77027,63.905 156,56 Z\"%0A style=\"fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"54\"%0A y=\"53\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4638\" />%0A <rect%0A id=\"svg_1-7-2-24\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-56\"%0A x=\"53\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\"%0A x=\"53\"%0A y=\"-66\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4657\" />%0A <rect%0A id=\"rect4659\"%0A height=\"0.99999291\"%0A width=\"11.999999\"%0A y=\"57\"%0A x=\"54\"%0A style=\"fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"88.000122\"%0A width=\"11.999996\"%0A height=\"1.9999961\"%0A id=\"rect4661\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"76.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4663\" />%0A <rect%0A id=\"rect4665\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"76.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A id=\"rect4667\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"82.000122\"%0A x=\"80.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"85.000008\"%0A y=\"82.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4669\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"80.000008\"%0A y=\"88.000122\"%0A width=\"2.9999907\"%0A height=\"2.9999905\"%0A id=\"rect4671\" />%0A <rect%0A id=\"rect4673\"%0A height=\"2.9999905\"%0A width=\"2.9999907\"%0A y=\"88.000122\"%0A x=\"85.000008\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <circle%0A r=\"4.7438836\"%0A cy=\"81.939331\"%0A cx=\"110.06081\"%0A id=\"circle4675\"%0A style=\"opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)\"%0A id=\"rect4677\"%0A height=\"6.4053884\"%0A width=\"4.229713\"%0A y=\"-14.826816\"%0A x=\"133.6163\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4679\"%0A d=\"m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"M 149,88.0002 162.77027,87.9052 156,80.0002 Z\"%0A id=\"path4681\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <rect%0A id=\"rect4683\"%0A height=\"1.9999961\"%0A width=\"11.999996\"%0A y=\"77.000122\"%0A x=\"54\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\" />%0A <rect%0A transform=\"matrix(0,1,-1,0,0,0)\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"77.000122\"%0A y=\"-56\"%0A width=\"12.99999\"%0A height=\"1.9999957\"%0A id=\"rect4685\" />%0A <rect%0A id=\"rect4687\"%0A height=\"1.9999957\"%0A width=\"12.99999\"%0A y=\"-66\"%0A x=\"77.000122\"%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A transform=\"matrix(0,1,-1,0,0,0)\" />%0A <rect%0A style=\"fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1\"%0A x=\"54\"%0A y=\"81.000122\"%0A width=\"11.999999\"%0A height=\"0.99999291\"%0A id=\"rect4689\" />%0A <rect%0A id=\"rect4761-1\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"101\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-0\"%0A height=\"1.9999945\"%0A width=\"15.99999\"%0A y=\"105\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-7\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"109\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1\"%0A height=\"1.9999945\"%0A width=\"12\"%0A y=\"125\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"137\"%0A x=\"76.000008\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4\"%0A height=\"1.9999945\"%0A width=\"10\"%0A y=\"129\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <rect%0A id=\"rect4761-1-1-4-4-3\"%0A height=\"1.9999945\"%0A width=\"9\"%0A y=\"133\"%0A x=\"82\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A id=\"path3055-0-77\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9850574,108.015 14.0298856,-0.03\"%0A id=\"path5244-5-0-5\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A style=\"opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"%0A d=\"m 4.9849874,132.015 14.0298866,-0.03\"%0A id=\"path5244-5-0-5-8\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cc\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z\"%0A id=\"path4138-12\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate\"%0A d=\"m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z\"%0A id=\"path4138-1-3\" />%0A <path%0A id=\"path6191\"%0A d=\"m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A inkscape:connector-curvature=\"0\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A d=\"m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z\"%0A id=\"path6193\" />%0A <path%0A id=\"path6195\"%0A d=\"m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z\"%0A style=\"opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none\"%0A inkscape:connector-curvature=\"0\" />%0A <path%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4500\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z\"%0A inkscape:transform-center-x=\"-1.2779026\" />%0A <path%0A inkscape:transform-center-x=\"1.277902\"%0A d=\"m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073242\"%0A sodipodi:cx=\"-36.611614\"%0A sodipodi:sides=\"3\"%0A id=\"path4502\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"scale(-1,1)\" />%0A <path%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\"%0A inkscape:randomized=\"0\"%0A inkscape:rounded=\"0\"%0A inkscape:flatsided=\"false\"%0A sodipodi:arg2=\"1.0471976\"%0A sodipodi:arg1=\"0\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:sides=\"3\"%0A id=\"path4504\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A sodipodi:type=\"star\"%0A transform=\"matrix(0,1,-1,0,72.0074,71.7877)\"%0A inkscape:transform-center-y=\"1.2779029\" />%0A <path%0A inkscape:transform-center-y=\"-1.2779026\"%0A transform=\"matrix(0,-1,-1,0,96,96)\"%0A sodipodi:type=\"star\"%0A style=\"fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none\"%0A id=\"path4506\"%0A sodipodi:sides=\"3\"%0A sodipodi:cx=\"11.55581\"%0A sodipodi:cy=\"60.073212\"%0A sodipodi:r1=\"5.1116104\"%0A sodipodi:r2=\"2.5558052\"%0A sodipodi:arg1=\"0\"%0A sodipodi:arg2=\"1.0471976\"%0A inkscape:flatsided=\"false\"%0A inkscape:rounded=\"0\"%0A inkscape:randomized=\"0\"%0A d=\"m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z\" />%0A <path%0A sodipodi:nodetypes=\"cccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4615-5\"%0A d=\"m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z\"%0A style=\"fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,55 0,6 2,0 0,-6\"%0A id=\"path4300\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 179,62 0,2 2,0 0,-2\"%0A id=\"path4300-6\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccc\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8\"%0A d=\"M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z\"%0A id=\"path4268\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"ccccccccccccccc\" />%0A <rect%0A id=\"rect4175-3-5\"%0A height=\"16\"%0A width=\"16\"%0A y=\"4\"%0A x=\"220\"%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\" />%0A <path%0A style=\"fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2\"%0A id=\"path3546\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <g%0A transform=\"matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)\"%0A id=\"g4383-6\">%0A <rect%0A id=\"rect4385-2\"%0A height=\"1.2499905\"%0A width=\"5.9999924\"%0A y=\"12.625005\"%0A x=\"198.00002\"%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"15.125007\"%0A width=\"7.4999928\"%0A height=\"1.2499949\"%0A id=\"rect4387-9\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"7.6250024\"%0A width=\"2.9999909\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-0\" />%0A <rect%0A style=\"fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0\"%0A x=\"198.00002\"%0A y=\"10.125004\"%0A width=\"4.4999919\"%0A height=\"1.2499905\"%0A id=\"rect4389-1-9\" />%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0\"%0A id=\"path4402\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A </g>%0A <path%0A style=\"fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"%0A d=\"m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3\"%0A id=\"path3546-2-2\"%0A inkscape:connector-curvature=\"0\"%0A sodipodi:nodetypes=\"cccccccc\" />%0A <rect%0A style=\"fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0\"%0A id=\"svg_1-3\"%0A height=\"16\"%0A width=\"16\"%0A y=\"28\"%0A x=\"4\" />%0A <path%0A sodipodi:nodetypes=\"ccccccccc\"%0A inkscape:connector-curvature=\"0\"%0A id=\"path4402-5-7\"%0A d=\"m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9\"%0A style=\"fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />%0A</svg>%0A');background-position:-25px 0}::ng-deep .jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}::ng-deep div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,::ng-deep div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}::ng-deep .jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:0}::ng-deep .jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}::ng-deep .jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}::ng-deep .jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-element:hover,::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}::ng-deep .selectr-container{position:relative}::ng-deep .selectr-container li{list-style:none}::ng-deep .selectr-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0 none}::ng-deep .selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}::ng-deep .selectr-desktop.multiple .selectr-visible{display:none}::ng-deep .selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}::ng-deep .selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}::ng-deep .selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999;border-radius:3px;background-color:#fff}::ng-deep .selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:\"\";-o-transform:rotate(0) translate3d(0,-50%,0);-ms-transform:rotate(0) translate3d(0,-50%,0);-moz-transform:rotate(0) translate3d(0,-50%,0);-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}::ng-deep .selectr-container.native-open .selectr-selected:before,::ng-deep .selectr-container.open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}::ng-deep .selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}::ng-deep .selectr-placeholder{color:#6c7a86}::ng-deep .selectr-tags{margin:0;padding:0;white-space:normal}::ng-deep .has-selected .selectr-tags{margin:0 0 -2px}::ng-deep .selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}::ng-deep .selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}::ng-deep .selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999 #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.open .selectr-options-container{display:block}::ng-deep .selectr-input-container{position:relative;display:none}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear,::ng-deep .selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear{display:none}::ng-deep .selectr-container.has-selected .selectr-clear,::ng-deep .selectr-input-container.active .selectr-input-clear{display:block}::ng-deep .selectr-selected .selectr-tag-remove{right:2px}::ng-deep .selectr-clear:after,::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{position:absolute;top:5px;left:9px;width:2px;height:10px;content:\" \";background-color:#6c7a86}::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{top:4px;width:3px;height:12px;background-color:#fff}::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}::ng-deep .selectr-clear:after,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-tag-remove:after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}::ng-deep .selectr-input-container.active,::ng-deep .selectr-input-container.active .selectr-clear{display:block}::ng-deep .selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999;border-radius:3px}::ng-deep .selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.notice .selectr-notice{display:block}::ng-deep .selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}::ng-deep .selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}::ng-deep .selectr-container.notice .selectr-options-container,::ng-deep .selectr-container.open .selectr-input-container,::ng-deep .selectr-container.open .selectr-options{display:block}::ng-deep .selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}::ng-deep .selectr-options.optgroups>.selectr-option{padding-left:25px}::ng-deep .selectr-optgroup{font-weight:700;padding:0}::ng-deep .selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}::ng-deep .selectr-match{text-decoration:underline}::ng-deep .selectr-option.selected{background-color:#ddd}::ng-deep .selectr-option.active{color:#fff;background-color:#5897fb}::ng-deep .selectr-option.disabled{opacity:.4}::ng-deep .selectr-option.excluded{display:none}::ng-deep .selectr-container.open .selectr-selected{border-color:#999 #999 transparent #999;border-radius:3px 3px 0 0}::ng-deep .selectr-container.open .selectr-selected:after{-o-transform:rotate(180deg) translate3d(0,50%,0);-ms-transform:rotate(180deg) translate3d(0,50%,0);-moz-transform:rotate(180deg) translate3d(0,50%,0);-webkit-transform:rotate(180deg) translate3d(0,50%,0);transform:rotate(180deg) translate3d(0,50%,0)}::ng-deep .selectr-disabled{opacity:.6}::ng-deep .has-selected .selectr-placeholder,::ng-deep .selectr-empty{display:none}::ng-deep .has-selected .selectr-label{display:block}::ng-deep .taggable .selectr-selected{padding:4px 28px 4px 4px}::ng-deep .taggable .selectr-selected:after{display:table;content:\" \";clear:both}::ng-deep .taggable .selectr-label{width:auto}::ng-deep .taggable .selectr-tags{float:left;display:block}::ng-deep .taggable .selectr-placeholder{display:none}::ng-deep .input-tag{float:left;min-width:90px;width:auto}::ng-deep .selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}::ng-deep .selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:\"\";-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:.5s linear 0s normal forwards infinite running selectr-spin;-webkit-animation:.5s linear 0s normal forwards infinite running selectr-spin;animation:.5s linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}@keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}::ng-deep .selectr-container.open.inverted .selectr-selected{border-color:transparent #999 #999;border-radius:0 0 3px 3px}::ng-deep .selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999 #999 transparent;border-radius:3px 3px 0 0;background-color:#fff}::ng-deep .selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}::ng-deep .selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::placeholder{color:#6c7a86;opacity:1}\n"] }]
204
+ ], template: "<div [id]=\"uuid\" #jsonEditorContainer></div>\r\n", styles: ["::ng-deep .jsoneditor,::ng-deep .jsoneditor-modal{-webkit-text-size-adjust:none;text-size-adjust:none}::ng-deep .jsoneditor input,::ng-deep .jsoneditor input:not([type]),::ng-deep .jsoneditor input[type=search],::ng-deep .jsoneditor input[type=text],::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input:not([type]),::ng-deep .jsoneditor-modal input[type=search],::ng-deep .jsoneditor-modal input[type=text]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}::ng-deep .jsoneditor input:focus,::ng-deep .jsoneditor input:not([type]):focus,::ng-deep .jsoneditor input[type=search]:focus,::ng-deep .jsoneditor input[type=text]:focus,::ng-deep .jsoneditor-modal input:focus,::ng-deep .jsoneditor-modal input:not([type]):focus,::ng-deep .jsoneditor-modal input[type=search]:focus,::ng-deep .jsoneditor-modal input[type=text]:focus{border:inherit;box-shadow:inherit}::ng-deep .jsoneditor textarea,::ng-deep .jsoneditor-modal textarea{height:inherit}::ng-deep .jsoneditor select,::ng-deep .jsoneditor-modal select{display:inherit;height:inherit}::ng-deep .jsoneditor label,::ng-deep .jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}::ng-deep .jsoneditor table,::ng-deep .jsoneditor-modal table{border-collapse:collapse;width:auto}::ng-deep .jsoneditor td,::ng-deep .jsoneditor th,::ng-deep .jsoneditor-modal td,::ng-deep .jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}::ng-deep .jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px}::ng-deep .jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}::ng-deep .jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}::ng-deep .jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}::ng-deep .jsoneditor-contextmenu-root{position:relative;width:0;height:0}::ng-deep .jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:0 0;font-size:14px;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:0 -72px}::ng-deep .jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\")}::ng-deep .jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}::ng-deep .jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}::ng-deep .jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}::ng-deep .jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}::ng-deep .jsoneditor-contextmenu li,::ng-deep .jsoneditor-contextmenu ul{box-sizing:content-box;position:relative}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus,::ng-deep .jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover{background-color:#f5f5f5}::ng-deep .jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}::ng-deep .jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}::ng-deep .jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}::ng-deep .jsoneditor-modal table{width:100%}::ng-deep .jsoneditor-modal table td{padding:3px 0}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}::ng-deep .jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}::ng-deep .jsoneditor-modal table th{vertical-align:middle}::ng-deep .jsoneditor-modal p:first-child{margin-top:0}::ng-deep .jsoneditor-modal a{color:#3883fa}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}::ng-deep .jsoneditor-modal .pico-close{background:0 0!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}::ng-deep .jsoneditor-modal input{padding:4px}::ng-deep .jsoneditor-modal input[type=text]{cursor:inherit}::ng-deep .jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}::ng-deep .jsoneditor-modal .jsoneditor-select-wrapper:after{content:\"\";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}::ng-deep .jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:\"\";font-size:14px;line-height:1.5em}::ng-deep .jsoneditor-modal select::-ms-expand{display:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}::ng-deep .jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}::ng-deep .jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}::ng-deep .jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}::ng-deep .jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}::ng-deep .jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}::ng-deep .jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}::ng-deep .jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal input[type=text]:focus,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal textarea{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal textarea{border-radius:unset}::ng-deep .jsoneditor-modal,::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal input[type=text],::ng-deep .jsoneditor-modal option,::ng-deep .jsoneditor-modal select,::ng-deep .jsoneditor-modal table td,::ng-deep .jsoneditor-modal table th,::ng-deep .jsoneditor-modal textarea{font-size:10.5pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-modal #query,::ng-deep .jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;width:100%;box-sizing:border-box}::ng-deep .jsoneditor-modal input[type=button],::ng-deep .jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}::ng-deep .jsoneditor-modal input,::ng-deep .jsoneditor-modal select{cursor:pointer}::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,::ng-deep .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}::ng-deep .jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}::ng-deep a.jsoneditor-value,::ng-deep div.jsoneditor-default,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-readonly,::ng-deep div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}::ng-deep div.jsoneditor-field p,::ng-deep div.jsoneditor-value p{margin:0}::ng-deep div.jsoneditor-value.jsoneditor-empty:after{content:\"value\"}::ng-deep div.jsoneditor-value.jsoneditor-string{color:#006000}::ng-deep div.jsoneditor-value.jsoneditor-number{color:#ee422e}::ng-deep div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}::ng-deep div.jsoneditor-value.jsoneditor-null{color:#004ed0}::ng-deep div.jsoneditor-value.jsoneditor-color-value{color:#1a1a1a}::ng-deep div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}::ng-deep div.jsoneditor-readonly{min-width:16px;color:gray}::ng-deep div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-empty:after{content:\"field\"}::ng-deep div.jsoneditor td{vertical-align:top}::ng-deep div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}::ng-deep div.jsoneditor td.jsoneditor-tree{vertical-align:top}::ng-deep div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}::ng-deep div.jsoneditor.busy div.jsoneditor-busy{display:inherit}::ng-deep div.jsoneditor code.jsoneditor-preview{background:0 0}::ng-deep div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}::ng-deep div.jsoneditor-default{color:gray;padding-left:10px}::ng-deep div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#fff}::ng-deep div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\")}::ng-deep div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}::ng-deep div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}::ng-deep div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}::ng-deep div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-72px -72px;cursor:move}::ng-deep div.jsoneditor-tree :focus{outline:0}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:14px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}::ng-deep div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid grey;cursor:pointer}::ng-deep div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}::ng-deep div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}::ng-deep div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}::ng-deep div.jsoneditor-tree .jsoneditor-button{display:block}::ng-deep div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;background-color:transparent}::ng-deep div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::ng-deep div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}::ng-deep div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}::ng-deep div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}::ng-deep div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}::ng-deep div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}::ng-deep div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #fe0;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}::ng-deep div.jsoneditor-field.jsoneditor-empty:after,::ng-deep div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}::ng-deep a.jsoneditor-value.jsoneditor-url,::ng-deep div.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}::ng-deep a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}::ng-deep a.jsoneditor-value.jsoneditor-url:focus,::ng-deep a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}::ng-deep div.jsoneditor-field.jsoneditor-highlight,::ng-deep div.jsoneditor-field[contenteditable=true]:focus,::ng-deep div.jsoneditor-field[contenteditable=true]:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight,::ng-deep div.jsoneditor-value[contenteditable=true]:focus,::ng-deep div.jsoneditor-value[contenteditable=true]:hover{background-color:#ffffab;border:1px solid #fe0;border-radius:2px}::ng-deep div.jsoneditor-field.jsoneditor-highlight-active,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-field.jsoneditor-highlight-active:hover,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:focus,::ng-deep div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}::ng-deep div.jsoneditor-value.jsoneditor-array,::ng-deep div.jsoneditor-value.jsoneditor-object{min-width:16px}::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:focus,::ng-deep div.jsoneditor-tree div.jsoneditor-show-more a:hover{color:#ee422e}::ng-deep .ace-jsoneditor,::ng-deep textarea.jsoneditor-text{min-height:150px}::ng-deep .ace-jsoneditor.ace_editor,::ng-deep textarea.jsoneditor-text.ace_editor{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace}::ng-deep textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}::ng-deep tr.jsoneditor-highlight,::ng-deep tr.jsoneditor-selected{background-color:#d3d3d3}::ng-deep tr.jsoneditor-selected button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:focus,::ng-deep div.jsoneditor-tree button.jsoneditor-dragarea:hover,::ng-deep tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor tr{padding:0;margin:0}::ng-deep .jsoneditor-popover,::ng-deep .jsoneditor-schema-error,::ng-deep div.jsoneditor td,::ng-deep div.jsoneditor textarea,::ng-deep div.jsoneditor th,::ng-deep div.jsoneditor-field,::ng-deep div.jsoneditor-value,::ng-deep pre.jsoneditor-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;color:#1a1a1a}::ng-deep .jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}::ng-deep .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}::ng-deep .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}::ng-deep .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}::ng-deep .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}::ng-deep .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}::ng-deep .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}::ng-deep .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:\"\";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}::ng-deep .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:\"\";display:block;left:50%;margin-left:-7px;position:absolute}::ng-deep .jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}::ng-deep .jsoneditor-schema-error:focus .jsoneditor-popover,::ng-deep .jsoneditor-schema-error:hover .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}::ng-deep .jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}::ng-deep .jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}::ng-deep .jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}::ng-deep .jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}::ng-deep .jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}::ng-deep .jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}::ng-deep .jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}::ng-deep .jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}::ng-deep .jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;background-color:transparent}::ng-deep .jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-25px 0;background-color:transparent}::ng-deep .jsoneditor-anchor{cursor:pointer}::ng-deep .jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}::ng-deep .fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}::ng-deep .jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}::ng-deep .jsoneditor-modal button.selectr-input-clear{right:8px}::ng-deep .jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button,::ng-deep .jsoneditor-menu>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:14px;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:hover,::ng-deep .jsoneditor-menu>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:active,::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:focus,::ng-deep .jsoneditor-menu>button:active,::ng-deep .jsoneditor-menu>button:focus{background-color:#ffffff4d}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button:disabled,::ng-deep .jsoneditor-menu>button:disabled{opacity:.5;background-color:transparent;border:none}::ng-deep .jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,::ng-deep .jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform{display:none}::ng-deep .jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}::ng-deep .jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}::ng-deep .jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}::ng-deep .jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}::ng-deep .jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator,::ng-deep .jsoneditor-menu>button.jsoneditor-separator{margin-left:10px}::ng-deep .jsoneditor-menu a{font-family:arial,sans-serif;font-size:14px;color:#fff;opacity:.8;vertical-align:middle}::ng-deep .jsoneditor-menu a:hover{opacity:1}::ng-deep .jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}::ng-deep .jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}::ng-deep .jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:0;margin:1px;line-height:20px;font-family:arial,sans-serif}::ng-deep .jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");vertical-align:top}::ng-deep .jsoneditor-search button:hover{background-color:transparent}::ng-deep .jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}::ng-deep .jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}::ng-deep .jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}::ng-deep .jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}::ng-deep .jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}::ng-deep .jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}::ng-deep .jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}::ng-deep .jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-168px -48px;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}::ng-deep .jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='240' height='144' id='svg4136' version='1.1' inkscape:version='0.91 r13725' sodipodi:docname='jsoneditor-icons.svg'%3E%3Ctitle id='title6512'%3EJSON Editor Icons%3C/title%3E%3Cmetadata id='metadata4148'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3EJSON Editor Icons%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs4146' /%3E%3Csodipodi:namedview pagecolor='%23ff63ff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='1920' inkscape:window-height='1026' id='namedview4144' showgrid='true' inkscape:zoom='4' inkscape:cx='13.229181' inkscape:cy='119.82429' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg4136' showguides='false' borderlayer='false' inkscape:showpageshadow='true' showborder='true'%3E%3Cinkscape:grid type='xygrid' id='grid4640' empspacing='24' /%3E%3C/sodipodi:namedview%3E%3C!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1' height='16' width='16' y='4' x='4' /%3E%3Crect id='svg_1-7' height='16' width='16' y='3.999995' x='28.000006' style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' x='52.000004' y='3.999995' width='16' height='16' id='rect4165' /%3E%3Crect id='rect4175' height='16' width='16' y='3.9999852' x='172.00002' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect id='rect4175-3' height='16' width='16' y='3.999995' x='196' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cg id='g4299' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Cg id='g4299-3' transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)' style='stroke:none'%3E%3Crect x='7.0000048' y='10.999998' width='9.9999924' height='1.9999986' id='svg_1-1-0' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Crect x='11.000005' y='7.0000114' width='1.9999955' height='9.9999838' id='svg_1-1-1-9' style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3C/g%3E%3Crect id='svg_1-7-5' height='6.9999905' width='6.9999909' y='7.0000048' x='55.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' x='58' y='10.00001' width='6.9999909' height='6.9999905' id='rect4354' /%3E%3Crect id='svg_1-7-5-7' height='6.9999905' width='6.9999909' y='10.000005' x='58.000004' style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647' /%3E%3Cg id='g4378'%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='10.999999' width='7.9999909' height='1.9999965' id='svg_1-7-5-3' /%3E%3Crect id='rect4374' height='1.9999946' width='11.999995' y='7.0000005' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect id='rect4376' height='1.9999995' width='3.9999928' y='14.999996' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3C/g%3E%3Cg transform='matrix(1,0,0,-1,-23.999995,23.999995)' id='g4383'%3E%3Crect id='rect4385' height='1.9999965' width='7.9999909' y='10.999999' x='198' style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='7.0000005' width='11.999995' height='1.9999946' id='rect4387' /%3E%3Crect style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0' x='198' y='14.999996' width='3.9999928' height='1.9999995' id='rect4389' /%3E%3C/g%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-4' width='16' height='16' x='76' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 85.10447,6.0157384 -0.0156,1.4063 c 3.02669,-0.2402 0.33008,3.6507996 2.48438,4.5780996 -2.18694,1.0938 0.49191,4.9069 -2.45313,4.5781 l -0.0156,1.4219 c 5.70828,0.559 1.03264,-5.1005 4.70313,-5.2656 l 0,-1.4063 c -3.61303,-0.027 1.11893,-5.7069996 -4.70313,-5.3124996 z' id='path4351' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 82.78125,5.9984384 0.0156,1.4063 c -3.02668,-0.2402 -0.33007,3.6506996 -2.48437,4.5780996 2.18694,1.0938 -0.49192,4.9069 2.45312,4.5781 l 0.0156,1.4219 c -5.70827,0.559 -1.03263,-5.1004 -4.70312,-5.2656 l 0,-1.4063 c 3.61303,-0.027 -1.11894,-5.7070996 4.70312,-5.3124996 z' id='path4351-9' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-25' width='16' height='16' x='100' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 103.719,5.6719384 0,12.7187996 3.03125,0 0,-1.5313 -1.34375,0 0,-9.6249996 1.375,0 0,-1.5625 z' id='path2987' inkscape:connector-curvature='0' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 112.2185,5.6721984 0,12.7187996 -3.03125,0 0,-1.5313 1.34375,0 0,-9.6249996 -1.375,0 0,-1.5625 z' id='path2987-1' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-73' width='16' height='16' x='124' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 126.2824,17.602938 1.78957,0 1.14143,-2.8641 5.65364,0 1.14856,2.8641 1.76565,0 -4.78687,-11.1610996 -1.91903,0 z' id='path3780' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccc' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;stroke:none' d='m 129.72704,13.478838 4.60852,0.01 -2.30426,-5.5497996 z' id='path3782' inkscape:connector-curvature='0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none' id='rect3754-35' width='16' height='16' x='148' y='3.9999199' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 156.47655,5.8917384 0,2.1797 0.46093,2.3983996 1.82813,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:1;stroke:none' d='m 152.51561,5.8906384 0,2.1797 0.46094,2.3983996 1.82812,0 0.39844,-2.3983996 0,-2.1797 z' id='path5008-2-8' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccc' /%3E%3Crect id='svg_1-7-2' height='1.9999961' width='11.999996' y='64' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='svg_1-7-2-2' height='2.9999905' width='2.9999907' y='52' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='52' width='2.9999907' height='2.9999905' id='rect4561' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='80.000008' y='58' width='2.9999907' height='2.9999905' id='rect4563' /%3E%3Crect id='rect4565' height='2.9999905' width='2.9999907' y='58' x='85.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect id='rect4567' height='2.9999905' width='2.9999907' y='64' x='80.000008' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='85.000008' y='64' width='2.9999907' height='2.9999905' id='rect4569' /%3E%3Ccircle style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4571' cx='110.06081' cy='57.939209' r='4.7438836' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='116.64566' y='-31.79752' width='4.229713' height='6.4053884' id='rect4563-2' transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' /%3E%3Cpath style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 125,56 138.77027,56.095 132,64 Z' id='path4613' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615' d='M 149,64 162.77027,63.905 156,56 Z' style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='54' y='53' width='11.999996' height='1.9999961' id='rect4638' /%3E%3Crect id='svg_1-7-2-24' height='1.9999957' width='12.99999' y='-56' x='53' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' x='53' y='-66' width='12.99999' height='1.9999957' id='rect4657' /%3E%3Crect id='rect4659' height='0.99999291' width='11.999999' y='57' x='54' style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='88.000122' width='11.999996' height='1.9999961' id='rect4661' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='76.000122' width='2.9999907' height='2.9999905' id='rect4663' /%3E%3Crect id='rect4665' height='2.9999905' width='2.9999907' y='76.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect id='rect4667' height='2.9999905' width='2.9999907' y='82.000122' x='80.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='85.000008' y='82.000122' width='2.9999907' height='2.9999905' id='rect4669' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='80.000008' y='88.000122' width='2.9999907' height='2.9999905' id='rect4671' /%3E%3Crect id='rect4673' height='2.9999905' width='2.9999907' y='88.000122' x='85.000008' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Ccircle r='4.7438836' cy='81.939331' cx='110.06081' id='circle4675' style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Crect transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)' id='rect4677' height='6.4053884' width='4.229713' y='-14.826816' x='133.6163' style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4679' d='m 125,80.000005 13.77027,0.09499 L 132,87.999992 Z' style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 149,88.0002 162.77027,87.9052 156,80.0002 Z' id='path4681' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Crect id='rect4683' height='1.9999961' width='11.999996' y='77.000122' x='54' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' /%3E%3Crect transform='matrix(0,1,-1,0,0,0)' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='77.000122' y='-56' width='12.99999' height='1.9999957' id='rect4685' /%3E%3Crect id='rect4687' height='1.9999957' width='12.99999' y='-66' x='77.000122' style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' transform='matrix(0,1,-1,0,0,0)' /%3E%3Crect style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1' x='54' y='81.000122' width='11.999999' height='0.99999291' id='rect4689' /%3E%3Crect id='rect4761-1' height='1.9999945' width='15.99999' y='101' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-0' height='1.9999945' width='15.99999' y='105' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-7' height='1.9999945' width='9' y='109' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1' height='1.9999945' width='12' y='125' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4' height='1.9999945' width='10' y='137' x='76.000008' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4' height='1.9999945' width='10' y='129' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Crect id='rect4761-1-1-4-4-3' height='1.9999945' width='9' y='133' x='82' style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,100.0254 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,100.5991 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1452 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533865,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550756,0 6.710442,-2.4113 7.650391,-5.9414 0.939949,-3.5301 -0.618463,-7.2736 -3.710938,-9.0703 -1.159678,-0.6738 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,99.9629 c -1.270084,0.039 -2.541493,0.3887 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5402 -3.710937,9.0703 0.939949,3.5301 4.09768,5.9414 7.648437,5.9414 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4056 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,100 0,2 -2.4999996,0 L 12,107 l 4,-5 -2.5,0 0,-2 -3,0 z' id='path3055-0-77' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9850574,108.015 14.0298856,-0.03' id='path5244-5-0-5' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='m 4.9849874,132.015 14.0298866,-0.03' id='path5244-5-0-5-8' inkscape:connector-curvature='0' sodipodi:nodetypes='cc' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 36.398438,123.9629 c -0.423362,-0.013 -0.846847,0.01 -1.265626,0.062 -1.656562,0.2196 -3.244567,0.9739 -4.507812,2.2266 L 29,124.5366 l -2.324219,7.7129 7.826172,-1.9062 -1.804687,-1.9063 c 1.597702,-1.5308 4.048706,-1.8453 5.984375,-0.7207 1.971162,1.1453 2.881954,3.3975 2.308593,5.5508 -0.573361,2.1533 -2.533864,3.6953 -4.830078,3.6953 l 0,3.0742 c 3.550757,0 6.710442,-2.4093 7.650391,-5.9394 0.939949,-3.5301 -0.618463,-7.2756 -3.710938,-9.0723 -1.159678,-0.6737 -2.431087,-1.0231 -3.701171,-1.0625 z' id='path4138-12' /%3E%3Cpath inkscape:connector-curvature='0' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate' d='m 59.722656,123.9629 c -1.270084,0.039 -2.541493,0.3888 -3.701172,1.0625 -3.092475,1.7967 -4.650886,5.5422 -3.710937,9.0723 0.939949,3.5301 4.09768,5.9394 7.648437,5.9394 l 0,-3.0742 c -2.296214,0 -4.256717,-1.542 -4.830078,-3.6953 -0.573361,-2.1533 0.337432,-4.4055 2.308594,-5.5508 1.935731,-1.1246 4.38863,-0.8102 5.986326,0.7207 l -1.806638,1.9063 7.828128,1.9062 -2.32422,-7.7129 -1.62696,1.7168 c -1.26338,-1.2531 -2.848917,-2.0088 -4.505855,-2.2285 -0.418778,-0.055 -0.842263,-0.076 -1.265625,-0.062 z' id='path4138-1-3' /%3E%3Cpath id='path6191' d='m 10.5,116 0,-2 -2.4999996,0 L 12,109 l 4,5 -2.5,0 0,2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath inkscape:connector-curvature='0' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' d='m 10.5,129 0,-2 -2.4999996,0 L 12,122 l 4,5 -2.5,0 0,2 -3,0 z' id='path6193' /%3E%3Cpath id='path6195' d='m 10.5,135 0,2 -2.4999996,0 L 12,142 l 4,-5 -2.5,0 0,-2 -3,0 z' style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none' inkscape:connector-curvature='0' /%3E%3Cpath sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4500' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073242' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073242 -3.833708,2.213392 -3.8337072,2.213393 0,-4.426785 0,-4.426784 3.8337082,2.213392 z' inkscape:transform-center-x='-1.2779026' /%3E%3Cpath inkscape:transform-center-x='1.277902' d='m -31.500004,60.073242 -3.833708,2.213392 -3.833707,2.213393 0,-4.426785 0,-4.426784 3.833707,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073242' sodipodi:cx='-36.611614' sodipodi:sides='3' id='path4502' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='scale(-1,1)' /%3E%3Cpath d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' inkscape:randomized='0' inkscape:rounded='0' inkscape:flatsided='false' sodipodi:arg2='1.0471976' sodipodi:arg1='0' sodipodi:r2='2.5558052' sodipodi:r1='5.1116104' sodipodi:cy='60.073212' sodipodi:cx='11.55581' sodipodi:sides='3' id='path4504' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' sodipodi:type='star' transform='matrix(0,1,-1,0,72.0074,71.7877)' inkscape:transform-center-y='1.2779029' /%3E%3Cpath inkscape:transform-center-y='-1.2779026' transform='matrix(0,-1,-1,0,96,96)' sodipodi:type='star' style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none' id='path4506' sodipodi:sides='3' sodipodi:cx='11.55581' sodipodi:cy='60.073212' sodipodi:r1='5.1116104' sodipodi:r2='2.5558052' sodipodi:arg1='0' sodipodi:arg2='1.0471976' inkscape:flatsided='false' inkscape:rounded='0' inkscape:randomized='0' d='m 16.66742,60.073212 -3.833708,2.213392 -3.8337072,2.213392 0,-4.426784 0,-4.426785 3.8337082,2.213392 z' /%3E%3Cpath sodipodi:nodetypes='cccc' inkscape:connector-curvature='0' id='path4615-5' d='m 171.82574,65.174193 16.34854,0 -8.17427,-13.348454 z' style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,55 0,6 2,0 0,-6' id='path4300' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 179,62 0,2 2,0 0,-2' id='path4300-6' inkscape:connector-curvature='0' sodipodi:nodetypes='cccc' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8' d='M 99.994369,113.0221 102,114.98353 l 7,-6.9558 3,0.97227 2,-1 1,-2 0,-3 -3,3 -3,-3 3,-3 -3,0 -2,1 -1,2 0.99437,3.0221 z' id='path4268' inkscape:connector-curvature='0' sodipodi:nodetypes='ccccccccccccccc' /%3E%3Crect id='rect4175-3-5' height='16' width='16' y='4' x='220' style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' /%3E%3Cpath style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 234,6 0,2 -5,5 0,5 -2,0 0,-5 -5,-5 0,-2' id='path3546' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Cg transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)' id='g4383-6'%3E%3Crect id='rect4385-2' height='1.2499905' width='5.9999924' y='12.625005' x='198.00002' style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='15.125007' width='7.4999928' height='1.2499949' id='rect4387-9' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='7.6250024' width='2.9999909' height='1.2499905' id='rect4389-1-0' /%3E%3Crect style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0' x='198.00002' y='10.125004' width='4.4999919' height='1.2499905' id='rect4389-1-9' /%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 207.00001,16.375004 0,-5.625005 -2.25,0 3,-3.1250014 3,3.1250014 -2.25,0 0,5.625005 -1.5,0' id='path4402' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3C/g%3E%3Cpath style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='m 164,100 0,3 -6,6 0,7 -4,0 0,-7 -6,-6 0,-3' id='path3546-2-2' inkscape:connector-curvature='0' sodipodi:nodetypes='cccccccc' /%3E%3Crect style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0' id='svg_1-3' height='16' width='16' y='28' x='4' /%3E%3Cpath sodipodi:nodetypes='ccccccccc' inkscape:connector-curvature='0' id='path4402-5-7' d='m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' /%3E%3C/svg%3E%0A\");background-position:-25px 0}::ng-deep .jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}::ng-deep div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,::ng-deep div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}::ng-deep .jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:0}::ng-deep .jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}::ng-deep .jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}::ng-deep .jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:14px}::ng-deep .jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-element:hover,::ng-deep .jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}::ng-deep .selectr-container{position:relative}::ng-deep .selectr-container li{list-style:none}::ng-deep .selectr-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0 none}::ng-deep .selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}::ng-deep .selectr-desktop.multiple .selectr-visible{display:none}::ng-deep .selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}::ng-deep .selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}::ng-deep .selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999;border-radius:3px;background-color:#fff}::ng-deep .selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:\"\";-o-transform:rotate(0) translate3d(0,-50%,0);-ms-transform:rotate(0) translate3d(0,-50%,0);-moz-transform:rotate(0) translate3d(0,-50%,0);-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}::ng-deep .selectr-container.native-open .selectr-selected:before,::ng-deep .selectr-container.open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}::ng-deep .selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}::ng-deep .selectr-placeholder{color:#6c7a86}::ng-deep .selectr-tags{margin:0;padding:0;white-space:normal}::ng-deep .has-selected .selectr-tags{margin:0 0 -2px}::ng-deep .selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}::ng-deep .selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}::ng-deep .selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999 #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.open .selectr-options-container{display:block}::ng-deep .selectr-input-container{position:relative;display:none}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear,::ng-deep .selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}::ng-deep .selectr-clear,::ng-deep .selectr-input-clear{display:none}::ng-deep .selectr-container.has-selected .selectr-clear,::ng-deep .selectr-input-container.active .selectr-input-clear{display:block}::ng-deep .selectr-selected .selectr-tag-remove{right:2px}::ng-deep .selectr-clear:after,::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{position:absolute;top:5px;left:9px;width:2px;height:10px;content:\" \";background-color:#6c7a86}::ng-deep .selectr-tag-remove:after,::ng-deep .selectr-tag-remove:before{top:4px;width:3px;height:12px;background-color:#fff}::ng-deep .selectr-clear:before,::ng-deep .selectr-input-clear:before,::ng-deep .selectr-tag-remove:before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}::ng-deep .selectr-clear:after,::ng-deep .selectr-input-clear:after,::ng-deep .selectr-tag-remove:after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}::ng-deep .selectr-input-container.active,::ng-deep .selectr-input-container.active .selectr-clear{display:block}::ng-deep .selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999;border-radius:3px}::ng-deep .selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999;border-radius:0 0 3px 3px;background-color:#fff}::ng-deep .selectr-container.notice .selectr-notice{display:block}::ng-deep .selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}::ng-deep .selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}::ng-deep .selectr-container.notice .selectr-options-container,::ng-deep .selectr-container.open .selectr-input-container,::ng-deep .selectr-container.open .selectr-options{display:block}::ng-deep .selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}::ng-deep .selectr-options.optgroups>.selectr-option{padding-left:25px}::ng-deep .selectr-optgroup{font-weight:700;padding:0}::ng-deep .selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}::ng-deep .selectr-match{text-decoration:underline}::ng-deep .selectr-option.selected{background-color:#ddd}::ng-deep .selectr-option.active{color:#fff;background-color:#5897fb}::ng-deep .selectr-option.disabled{opacity:.4}::ng-deep .selectr-option.excluded{display:none}::ng-deep .selectr-container.open .selectr-selected{border-color:#999 #999 transparent #999;border-radius:3px 3px 0 0}::ng-deep .selectr-container.open .selectr-selected:after{-o-transform:rotate(180deg) translate3d(0,50%,0);-ms-transform:rotate(180deg) translate3d(0,50%,0);-moz-transform:rotate(180deg) translate3d(0,50%,0);-webkit-transform:rotate(180deg) translate3d(0,50%,0);transform:rotate(180deg) translate3d(0,50%,0)}::ng-deep .selectr-disabled{opacity:.6}::ng-deep .has-selected .selectr-placeholder,::ng-deep .selectr-empty{display:none}::ng-deep .has-selected .selectr-label{display:block}::ng-deep .taggable .selectr-selected{padding:4px 28px 4px 4px}::ng-deep .taggable .selectr-selected:after{display:table;content:\" \";clear:both}::ng-deep .taggable .selectr-label{width:auto}::ng-deep .taggable .selectr-tags{float:left;display:block}::ng-deep .taggable .selectr-placeholder{display:none}::ng-deep .input-tag{float:left;min-width:90px;width:auto}::ng-deep .selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}::ng-deep .selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:\"\";-o-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:.5s linear 0s normal forwards infinite running selectr-spin;-webkit-animation:.5s linear 0s normal forwards infinite running selectr-spin;animation:.5s linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}@keyframes selectr-spin{0%{-webkit-transform:rotate(0) translate3d(0,-50%,0);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0,-50%,0);transform:rotate(360deg) translate3d(0,-50%,0)}}::ng-deep .selectr-container.open.inverted .selectr-selected{border-color:transparent #999 #999;border-radius:0 0 3px 3px}::ng-deep .selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999 #999 transparent;border-radius:3px 3px 0 0;background-color:#fff}::ng-deep .selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}::ng-deep .selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}::ng-deep .selectr-container ::placeholder{color:#6c7a86;opacity:1}\n"] }]
205
205
  }], ctorParameters: () => [], propDecorators: { fields: [{
206
206
  type: Input
207
207
  }], options: [{
@@ -221,4 +221,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
221
221
  type: ViewChild,
222
222
  args: ['jsonEditorContainer', { static: true }]
223
223
  }] } });
224
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbi1lZGl0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbXlydGEtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vanNvbi1lZGl0b3IvanNvbi1lZGl0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbXlydGEtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vanNvbi1lZGl0b3IvanNvbi1lZGl0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBRVQsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxVQUFVLE1BQU0sWUFBWSxDQUFDO0FBQ3BDLE9BQU8sRUFBRSxFQUFFLElBQUksTUFBTSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRXBDLE9BQU8sRUFBa0IsaUJBQWlCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFpQjlFLE1BQU0sT0FBTyxtQkFBbUI7SUFDdEIsS0FBSyxHQUFXLEVBQUUsQ0FBQztJQUNuQixNQUFNLENBQWM7SUFFckIsY0FBYyxHQUFHLEtBQUssQ0FBQztJQUN2QixRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQ2pCLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFFekIsYUFBYTtJQUNOLElBQUksR0FBVyxNQUFNLEVBQUUsQ0FBQTtJQUNkLE1BQU0sR0FBWSxFQUFFLENBQUM7SUFFNUIsT0FBTyxHQUFzQixJQUFJLGlCQUFpQixFQUFFLENBQUM7SUFDckQsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUV2QixJQUFtQixJQUFJLENBQUMsS0FBYTtRQUNuQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ3RCLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNsQixDQUFDO0lBQ0gsQ0FBQztJQUVnQixPQUFPLEdBQXVDLElBQUksWUFBWSxFQUF3QixDQUFDO0lBQ3ZGLFdBQVcsR0FBd0MsSUFBSSxZQUFZLEVBQXlCLENBQUM7SUFDcEcsVUFBVSxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO0lBRWhCLG1CQUFtQixDQUFjO0lBRW5GO0lBQ0EsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLGFBQWEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUN4QywrQkFBK0I7WUFDL0IsYUFBYSxHQUFJLElBQUksQ0FBQyxNQUFjLENBQUMsT0FBTyxDQUFDO1FBQy9DLENBQUM7UUFFRCxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQ2xELElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUM7UUFDaEQsQ0FBQztRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUN4QyxDQUFDO1FBQ0QsTUFBTSxXQUFXLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxFQUFFLEVBQUUsYUFBYSxDQUFDLENBQUM7UUFFckQsa0dBQWtHO1FBQ2xHLE9BQU8sV0FBVyxDQUFDLFNBQVMsQ0FBQztRQUM3QixJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNmLE9BQU8sQ0FBQyxHQUFHLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2QyxDQUFDO1FBQ0QsSUFBSSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztZQUM1QyxPQUFPLENBQUMsS0FBSyxDQUFDLHFEQUFxRCxDQUFDLENBQUM7UUFDdkUsQ0FBQztRQUVELElBQ0UsV0FBVyxDQUFDLElBQUksS0FBSyxNQUFNLElBQUksV0FBVyxDQUFDLElBQUksS0FBSyxNQUFNO1lBQzFELENBQ0UsV0FBVyxDQUFDLEtBQUs7Z0JBQ2pCLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksV0FBVyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FDdkYsRUFDRCxDQUFDO1lBQ0QsV0FBVyxDQUFDLFlBQVksR0FBRyxTQUFTLENBQUM7UUFDdkMsQ0FBQztRQUNELElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxVQUFVLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsRUFBRSxXQUFrQixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUVyRyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUMxQixDQUFDO0lBQ0gsQ0FBQztJQUVELFdBQVc7SUFDWCxDQUFDO0lBRU0sWUFBWSxHQUFHLEdBQUcsRUFBRTtRQUN6QixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUM7Z0JBQ0gsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1lBQzFDLENBQUM7WUFBQyxPQUFPLEtBQUssRUFBRSxDQUFDO2dCQUNmLElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO29CQUNmLE9BQU8sQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQ3JCLENBQUM7WUFDSCxDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUMsQ0FBQztJQUVLLFFBQVEsR0FBRyxHQUFHLEVBQUU7UUFDckIsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDO2dCQUNILE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxFQUFFLENBQUM7Z0JBQy9CLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUE7WUFDeEIsQ0FBQztZQUFDLE9BQU8sS0FBSyxFQUFFLENBQUM7Z0JBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7b0JBQ2YsT0FBTyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztnQkFDckIsQ0FBQztZQUNILENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQyxDQUFDO0lBRUY7O09BRUc7SUFFSSxXQUFXO1FBQ2hCLElBQUksQ0FBQyxNQUFNLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFFTSxLQUFLO1FBQ1YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRU0sR0FBRztRQUNSLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU0sT0FBTztRQUNaLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQW9CLENBQUM7SUFDakQsQ0FBQztJQUVNLE9BQU87UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFHLENBQUM7SUFDaEMsQ0FBQztJQUVNLE9BQU87UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVNLEdBQUcsQ0FBQyxJQUFVO1FBQ25CLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hCLENBQUM7SUFFTSxPQUFPLENBQUMsSUFBb0I7UUFDakMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVNLE9BQU8sQ0FBQyxJQUFZO1FBQ3pCLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFTSxZQUFZLENBQUMsS0FBVSxFQUFFLEdBQVE7UUFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUMsS0FBSyxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFFTSxZQUFZO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNwQyxDQUFDO0lBRU0saUJBQWlCO1FBQ3RCLCtCQUErQjtRQUMvQixPQUFRLElBQUksQ0FBQyxNQUFjLENBQUMsY0FBYyxDQUFDO0lBQzdDLENBQUM7SUFFTSxTQUFTLENBQUMsTUFBVyxFQUFFLFVBQWU7UUFDM0MsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxNQUFNLENBQUMsS0FBYTtRQUN6QiwrQkFBK0I7UUFDOUIsSUFBSSxDQUFDLE1BQWMsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUVNLFVBQVUsQ0FBQyxVQUE2QjtRQUM3QyxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQ3hCLENBQUM7UUFDRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQztRQUMzQixJQUFJLENBQUMsT0FBTyxHQUFHLFVBQVUsQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUVNLE1BQU0sQ0FBQyxJQUFVO1FBQ3RCLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUN4QixDQUFDO0lBQ0gsQ0FBQztJQUVNLFNBQVM7UUFDZCwwREFBMEQ7UUFDMUQsT0FBTyxJQUFJLENBQUMsTUFBYSxDQUFDO0lBQzVCLENBQUM7SUFFTSxXQUFXO1FBQ2hCLElBQUksQ0FBQztZQUNILElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7WUFDM0IsT0FBTyxJQUFJLENBQUM7UUFDZCxDQUFDO1FBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUNYLE9BQU8sS0FBSyxDQUFDO1FBQ2YsQ0FBQztJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBRU0sV0FBVyxDQUFDLFdBQWdCO1FBQ2pDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQy9CLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEVBQUMsS0FBSyxFQUFFLFdBQVcsRUFBRSxFQUFFLEVBQUUsSUFBSSxDQUFDLElBQUksRUFBQyxDQUFDLENBQUE7UUFDMUQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVNLGdCQUFnQixDQUFDLEVBQU87UUFDN0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVNLGlCQUFpQixDQUFDLEVBQVk7UUFDbkMsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVPLFVBQVUsR0FBRyxDQUFDLEtBQVUsRUFBRSxFQUFFO0lBQ3BDLENBQUMsQ0FBQztJQUNNLFdBQVcsR0FBRyxHQUFHLEVBQUU7SUFDM0IsQ0FBQyxDQUFDO3dHQTdOUyxtQkFBbUI7NEZBQW5CLG1CQUFtQixpTkFSbkI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO2dCQUNsRCxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0Ysb0tDN0JILG9EQUNBOzs0RkQ4QmEsbUJBQW1CO2tCQWQvQixTQUFTOytCQUNFLGlCQUFpQix1QkFHTixLQUFLLG1CQUNULHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsb0JBQW9CLENBQUM7NEJBQ2xELEtBQUssRUFBRSxJQUFJO3lCQUNaO3FCQUNGO3dEQVllLE1BQU07c0JBQXJCLEtBQUs7Z0JBRUcsT0FBTztzQkFBZixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFFYSxJQUFJO3NCQUF0QixLQUFLO3VCQUFDLE1BQU07Z0JBUUksT0FBTztzQkFBdkIsTUFBTTtnQkFDVSxXQUFXO3NCQUEzQixNQUFNO2dCQUNHLFVBQVU7c0JBQW5CLE1BQU07Z0JBRTJDLG1CQUFtQjtzQkFBcEUsU0FBUzt1QkFBQyxxQkFBcUIsRUFBRSxFQUFDLE1BQU0sRUFBRSxJQUFJLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIElucHV0LCBPbkRlc3Ryb3ksIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgSlNPTkVkaXRvciBmcm9tICdqc29uZWRpdG9yJztcbmltcG9ydCB7IHY0IGFzIHV1aWR2NCB9IGZyb20gJ3V1aWQnO1xuaW1wb3J0IHsgRmllbGQgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcyc7XG5pbXBvcnQgeyBKc29uRWRpdG9yTW9kZSwgSnNvbkVkaXRvck9wdGlvbnMgfSBmcm9tICcuL3V0aWxzL2pzb25lZGl0b3JvcHRpb25zJztcbmltcG9ydCB7IEpzb25FZGl0b3JWYWx1ZVR5cGVzLCBKc29uRWRpdG9yVmFsdWVXaXRoSWQgfSBmcm9tICcuL2pzb24tZWRpdG9yLmVudW0nO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtcngtanNvbi1lZGl0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vanNvbi1lZGl0b3IuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vanNvbi1lZGl0b3IuY29tcG9uZW50Lmxlc3MnLFxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gSnNvbkVkaXRvckNvbXBvbmVudCksXG4gICAgICBtdWx0aTogdHJ1ZSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBKc29uRWRpdG9yQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgcHJpdmF0ZSBfZGF0YTogT2JqZWN0ID0ge307XG4gIHByaXZhdGUgZWRpdG9yITogSlNPTkVkaXRvcjtcblxuICBwdWJsaWMgb3B0aW9uc0NoYW5nZWQgPSBmYWxzZTtcbiAgcHVibGljIGRpc2FibGVkID0gZmFsc2U7XG4gIHB1YmxpYyBpc0ZvY3VzZWQgPSBmYWxzZTtcblxuICAvLyBTQVZFIFNUQVRFXG4gIHB1YmxpYyB1dWlkOiBzdHJpbmcgPSB1dWlkdjQoKVxuICBASW5wdXQoKSBwdWJsaWMgZmllbGRzOiBGaWVsZFtdID0gW107XG5cbiAgQElucHV0KCkgb3B0aW9uczogSnNvbkVkaXRvck9wdGlvbnMgPSBuZXcgSnNvbkVkaXRvck9wdGlvbnMoKTtcbiAgQElucHV0KCkgZGVidWcgPSBmYWxzZTtcblxuICBASW5wdXQoJ2RhdGEnKSBzZXQgZGF0YSh2YWx1ZTogT2JqZWN0KSB7XG4gICAgdGhpcy5fZGF0YSA9IHZhbHVlO1xuICAgIGlmICh0aGlzLmVkaXRvcikge1xuICAgICAgdGhpcy5lZGl0b3IuZGVzdHJveSgpO1xuICAgICAgdGhpcy5uZ09uSW5pdCgpO1xuICAgIH1cbiAgfVxuXG4gIEBPdXRwdXQoKSBwdWJsaWMgY2hhbmdlZDogRXZlbnRFbWl0dGVyPEpzb25FZGl0b3JWYWx1ZVR5cGVzPiA9IG5ldyBFdmVudEVtaXR0ZXI8SnNvbkVkaXRvclZhbHVlVHlwZXM+KCk7XG4gIEBPdXRwdXQoKSBwdWJsaWMgbW9kZWxDaGFuZ2U6IEV2ZW50RW1pdHRlcjxKc29uRWRpdG9yVmFsdWVXaXRoSWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxKc29uRWRpdG9yVmFsdWVXaXRoSWQ+KCk7XG4gIEBPdXRwdXQoKSBqc29uQ2hhbmdlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuXG4gIEBWaWV3Q2hpbGQoJ2pzb25FZGl0b3JDb250YWluZXInLCB7c3RhdGljOiB0cnVlfSkganNvbkVkaXRvckNvbnRhaW5lciE6IEVsZW1lbnRSZWY7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gIH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICBsZXQgb3B0aW9uc0JlZm9yZSA9IHRoaXMub3B0aW9ucztcbiAgICBpZiAoIXRoaXMub3B0aW9uc0NoYW5nZWQgJiYgdGhpcy5lZGl0b3IpIHtcbiAgICAgIC8vVE9ETzogY2hlY2sgaWYgdGhpcyBpcyBuZWVkZWRcbiAgICAgIG9wdGlvbnNCZWZvcmUgPSAodGhpcy5lZGl0b3IgYXMgYW55KS5vcHRpb25zO1xuICAgIH1cblxuICAgIGlmICghdGhpcy5vcHRpb25zLm9uQ2hhbmdlSlNPTiAmJiB0aGlzLmpzb25DaGFuZ2UpIHtcbiAgICAgIHRoaXMub3B0aW9ucy5vbkNoYW5nZUpTT04gPSB0aGlzLm9uQ2hhbmdlSlNPTjtcbiAgICB9XG4gICAgaWYgKCF0aGlzLm9wdGlvbnMub25DaGFuZ2UgJiYgdGhpcy5jaGFuZ2VkKSB7XG4gICAgICB0aGlzLm9wdGlvbnMub25DaGFuZ2UgPSB0aGlzLm9uQ2hhbmdlO1xuICAgIH1cbiAgICBjb25zdCBvcHRpb25zQ29weSA9IE9iamVjdC5hc3NpZ24oe30sIG9wdGlvbnNCZWZvcmUpO1xuXG4gICAgLy8gZXhwYW5kQWxsIGlzIGFuIG9wdGlvbiBvbmx5IHN1cHBvcnRlZCBieSBhbmctanNvbmVkaXRvciBhbmQgbm90IGJ5IHRoZSB0aGUgb3JpZ2luYWwganNvbmVkaXRvci5cbiAgICBkZWxldGUgb3B0aW9uc0NvcHkuZXhwYW5kQWxsO1xuICAgIGlmICh0aGlzLmRlYnVnKSB7XG4gICAgICBjb25zb2xlLmxvZyhvcHRpb25zQ29weSwgdGhpcy5fZGF0YSk7XG4gICAgfVxuICAgIGlmICghdGhpcy5qc29uRWRpdG9yQ29udGFpbmVyLm5hdGl2ZUVsZW1lbnQpIHtcbiAgICAgIGNvbnNvbGUuZXJyb3IoYENhbid0IGZpbmQgdGhlIEVsZW1lbnRSZWYgcmVmZXJlbmNlIGZvciBqc29uZWRpdG9yKWApO1xuICAgIH1cblxuICAgIGlmIChcbiAgICAgIG9wdGlvbnNDb3B5Lm1vZGUgPT09ICd0ZXh0JyB8fCBvcHRpb25zQ29weS5tb2RlID09PSAnY29kZScgfHxcbiAgICAgIChcbiAgICAgICAgb3B0aW9uc0NvcHkubW9kZXMgJiZcbiAgICAgICAgKG9wdGlvbnNDb3B5Lm1vZGVzLmluZGV4T2YoJ3RleHQnKSAhPT0gLTEgfHwgb3B0aW9uc0NvcHkubW9kZXMuaW5kZXhPZignY29kZScpICE9PSAtMSlcbiAgICAgIClcbiAgICApIHtcbiAgICAgIG9wdGlvbnNDb3B5Lm9uQ2hhbmdlSlNPTiA9IHVuZGVmaW5lZDtcbiAgICB9XG4gICAgdGhpcy5lZGl0b3IgPSBuZXcgSlNPTkVkaXRvcih0aGlzLmpzb25FZGl0b3JDb250YWluZXIubmF0aXZlRWxlbWVudCwgb3B0aW9uc0NvcHkgYXMgYW55LCB0aGlzLl9kYXRhKTtcblxuICAgIGlmICh0aGlzLm9wdGlvbnMuZXhwYW5kQWxsKSB7XG4gICAgICB0aGlzLmVkaXRvci5leHBhbmRBbGwoKTtcbiAgICB9XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgfVxuXG4gIHB1YmxpYyBvbkNoYW5nZUpTT04gPSAoKSA9PiB7XG4gICAgaWYgKHRoaXMuZWRpdG9yKSB7XG4gICAgICB0cnkge1xuICAgICAgICB0aGlzLmpzb25DaGFuZ2UuZW1pdCh0aGlzLmVkaXRvci5nZXQoKSk7XG4gICAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgICBpZiAodGhpcy5kZWJ1Zykge1xuICAgICAgICAgIGNvbnNvbGUubG9nKGVycm9yKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfTtcblxuICBwdWJsaWMgb25DaGFuZ2UgPSAoKSA9PiB7XG4gICAgaWYgKHRoaXMuZWRpdG9yKSB7XG4gICAgICB0cnkge1xuICAgICAgICBjb25zdCBqc29uID0gdGhpcy5lZGl0b3IuZ2V0KCk7XG4gICAgICAgIHRoaXMudXBkYXRlVmFsdWUoanNvbilcbiAgICAgIH0gY2F0Y2ggKGVycm9yKSB7XG4gICAgICAgIGlmICh0aGlzLmRlYnVnKSB7XG4gICAgICAgICAgY29uc29sZS5sb2coZXJyb3IpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9O1xuXG4gIC8qKlxuICAgKiBKU09OIEVESVRPUiBGVU5DVElPTlNcbiAgICovXG5cbiAgcHVibGljIGNvbGxhcHNlQWxsKCkge1xuICAgIHRoaXMuZWRpdG9yLmNvbGxhcHNlQWxsKCk7XG4gIH1cblxuICBwdWJsaWMgZXhwYW5kQWxsKCkge1xuICAgIHRoaXMuZWRpdG9yLmV4cGFuZEFsbCgpO1xuICB9XG5cbiAgcHVibGljIGZvY3VzKCkge1xuICAgIHRoaXMuZWRpdG9yLmZvY3VzKCk7XG4gIH1cblxuICBwdWJsaWMgZ2V0KCk6IEpTT04ge1xuICAgIHJldHVybiB0aGlzLmVkaXRvci5nZXQoKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXRNb2RlKCk6IEpzb25FZGl0b3JNb2RlIHtcbiAgICByZXR1cm4gdGhpcy5lZGl0b3IuZ2V0TW9kZSgpIGFzIEpzb25FZGl0b3JNb2RlO1xuICB9XG5cbiAgcHVibGljIGdldE5hbWUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5lZGl0b3IuZ2V0TmFtZSgpITtcbiAgfVxuXG4gIHB1YmxpYyBnZXRUZXh0KCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuZWRpdG9yLmdldFRleHQoKTtcbiAgfVxuXG4gIHB1YmxpYyBzZXQoanNvbjogSlNPTikge1xuICAgIHRoaXMuZWRpdG9yLnNldChqc29uKTtcbiAgfVxuXG4gIHB1YmxpYyBzZXRNb2RlKG1vZGU6IEpzb25FZGl0b3JNb2RlKSB7XG4gICAgdGhpcy5lZGl0b3Iuc2V0TW9kZShtb2RlKTtcbiAgfVxuXG4gIHB1YmxpYyBzZXROYW1lKG5hbWU6IHN0cmluZykge1xuICAgIHRoaXMuZWRpdG9yLnNldE5hbWUobmFtZSk7XG4gIH1cblxuICBwdWJsaWMgc2V0U2VsZWN0aW9uKHN0YXJ0OiBhbnksIGVuZDogYW55KSB7XG4gICAgdGhpcy5lZGl0b3Iuc2V0U2VsZWN0aW9uKHN0YXJ0LCBlbmQpO1xuICB9XG5cbiAgcHVibGljIGdldFNlbGVjdGlvbigpOiBhbnkge1xuICAgIHJldHVybiB0aGlzLmVkaXRvci5nZXRTZWxlY3Rpb24oKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXRWYWxpZGF0ZVNjaGVtYSgpOiBhbnkge1xuICAgIC8vVE9ETzogY2hlY2sgaWYgdGhpcyBpcyBuZWVkZWRcbiAgICByZXR1cm4gKHRoaXMuZWRpdG9yIGFzIGFueSkudmFsaWRhdGVTY2hlbWE7XG4gIH1cblxuICBwdWJsaWMgc2V0U2NoZW1hKHNjaGVtYTogYW55LCBzY2hlbWFSZWZzOiBhbnkpIHtcbiAgICB0aGlzLmVkaXRvci5zZXRTY2hlbWEoc2NoZW1hLCBzY2hlbWFSZWZzKTtcbiAgfVxuXG4gIHB1YmxpYyBzZWFyY2gocXVlcnk6IHN0cmluZykge1xuICAgIC8vVE9ETzogY2hlY2sgaWYgdGhpcyBpcyBuZWVkZWRcbiAgICAodGhpcy5lZGl0b3IgYXMgYW55KS5zZWFyY2gocXVlcnkpO1xuICB9XG5cbiAgcHVibGljIHNldE9wdGlvbnMobmV3T3B0aW9uczogSnNvbkVkaXRvck9wdGlvbnMpIHtcbiAgICBpZiAodGhpcy5lZGl0b3IpIHtcbiAgICAgIHRoaXMuZWRpdG9yLmRlc3Ryb3koKTtcbiAgICB9XG4gICAgdGhpcy5vcHRpb25zQ2hhbmdlZCA9IHRydWU7XG4gICAgdGhpcy5vcHRpb25zID0gbmV3T3B0aW9ucztcbiAgICB0aGlzLm5nT25Jbml0KCk7XG4gIH1cblxuICBwdWJsaWMgdXBkYXRlKGpzb246IEpTT04pIHtcbiAgICB0aGlzLmVkaXRvci51cGRhdGUoanNvbik7XG4gIH1cblxuICBwdWJsaWMgZGVzdHJveSgpIHtcbiAgICBpZiAodGhpcy5lZGl0b3IpIHtcbiAgICAgIHRoaXMuZWRpdG9yLmRlc3Ryb3koKTtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZ2V0RWRpdG9yKCkge1xuICAgIC8vVE9ETzogbWFkZSBpdCBhbnkgYmVjYXVzZSBvZiB0aGUgbWlzc2luZyB0eXBlIGRlZmluaXRpb25cbiAgICByZXR1cm4gdGhpcy5lZGl0b3IgYXMgYW55O1xuICB9XG5cbiAgcHVibGljIGlzVmFsaWRKc29uKCkge1xuICAgIHRyeSB7XG4gICAgICBKU09OLnBhcnNlKHRoaXMuZ2V0VGV4dCgpKTtcbiAgICAgIHJldHVybiB0cnVlO1xuICAgIH0gY2F0Y2ggKGUpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gIH1cblxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLmRhdGEgPSB2YWx1ZTtcbiAgfVxuXG4gIHB1YmxpYyB1cGRhdGVWYWx1ZShpbnNpZGVWYWx1ZTogYW55KSB7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQoaW5zaWRlVmFsdWUpO1xuICAgIHRoaXMubW9kZWxDaGFuZ2UuZW1pdCh7dmFsdWU6IGluc2lkZVZhbHVlLCBpZDogdGhpcy51dWlkfSlcbiAgICB0aGlzLm9uQ2hhbmdlRm4oaW5zaWRlVmFsdWUpO1xuICAgIHRoaXMub25Ub3VjaGVkRm4oKTtcbiAgfVxuXG4gIHB1YmxpYyByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpIHtcbiAgICB0aGlzLm9uQ2hhbmdlRm4gPSBmbjtcbiAgfVxuXG4gIHB1YmxpYyByZWdpc3Rlck9uVG91Y2hlZChmbjogKCkgPT4ge30pOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZEZuID0gZm47XG4gIH1cblxuICBwcml2YXRlIG9uQ2hhbmdlRm4gPSAodmFsdWU6IGFueSkgPT4ge1xuICB9O1xuICBwcml2YXRlIG9uVG91Y2hlZEZuID0gKCkgPT4ge1xuICB9O1xufVxuIiwiPGRpdiBbaWRdPVwidXVpZFwiICNqc29uRWRpdG9yQ29udGFpbmVyPjwvZGl2PlxyXG4iXX0=
224
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbi1lZGl0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbXlydGEtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vanNvbi1lZGl0b3IvanNvbi1lZGl0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbXlydGEtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0vanNvbi1lZGl0b3IvanNvbi1lZGl0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBRVQsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxVQUFVLE1BQU0sWUFBWSxDQUFDO0FBQ3BDLE9BQU8sRUFBRSxFQUFFLElBQUksTUFBTSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRXBDLE9BQU8sRUFBa0IsaUJBQWlCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFpQjlFLE1BQU0sT0FBTyxtQkFBbUI7SUFDdEIsS0FBSyxHQUFXLEVBQUUsQ0FBQztJQUNuQixNQUFNLENBQWM7SUFFckIsY0FBYyxHQUFHLEtBQUssQ0FBQztJQUN2QixRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQ2pCLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFFekIsYUFBYTtJQUNOLElBQUksR0FBVyxNQUFNLEVBQUUsQ0FBQTtJQUNkLE1BQU0sR0FBWSxFQUFFLENBQUM7SUFFNUIsT0FBTyxHQUFzQixJQUFJLGlCQUFpQixFQUFFLENBQUM7SUFDckQsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUV2QixJQUFtQixJQUFJLENBQUMsS0FBYTtRQUNuQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxDQUFDO1lBQ3RCLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNsQixDQUFDO0lBQ0gsQ0FBQztJQUVnQixPQUFPLEdBQXVDLElBQUksWUFBWSxFQUF3QixDQUFDO0lBQ3ZGLFdBQVcsR0FBd0MsSUFBSSxZQUFZLEVBQXlCLENBQUM7SUFDcEcsVUFBVSxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO0lBRWhCLG1CQUFtQixDQUFjO0lBRW5GO0lBQ0EsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLGFBQWEsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxJQUFJLENBQUMsY0FBYyxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUN4QywrQkFBK0I7WUFDL0IsYUFBYSxHQUFJLElBQUksQ0FBQyxNQUFjLENBQUMsT0FBTyxDQUFDO1FBQy9DLENBQUM7UUFFRCxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQ2xELElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUM7UUFDaEQsQ0FBQztRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUN4QyxDQUFDO1FBQ0QsTUFBTSxXQUFXLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxFQUFFLEVBQUUsYUFBYSxDQUFDLENBQUM7UUFFckQsa0dBQWtHO1FBQ2xHLE9BQU8sV0FBVyxDQUFDLFNBQVMsQ0FBQztRQUM3QixJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNmLE9BQU8sQ0FBQyxHQUFHLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2QyxDQUFDO1FBQ0QsSUFBSSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztZQUM1QyxPQUFPLENBQUMsS0FBSyxDQUFDLHFEQUFxRCxDQUFDLENBQUM7UUFDdkUsQ0FBQztRQUVELElBQ0UsV0FBVyxDQUFDLElBQUksS0FBSyxNQUFNLElBQUksV0FBVyxDQUFDLElBQUksS0FBSyxNQUFNO1lBQzFELENBQ0UsV0FBVyxDQUFDLEtBQUs7Z0JBQ2pCLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksV0FBVyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FDdkYsRUFDRCxDQUFDO1lBQ0QsV0FBVyxDQUFDLFlBQVksR0FBRyxTQUFTLENBQUM7UUFDdkMsQ0FBQztRQUNELElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxVQUFVLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsRUFBRSxXQUFrQixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUVyRyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDM0IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUMxQixDQUFDO0lBQ0gsQ0FBQztJQUVELFdBQVc7SUFDWCxDQUFDO0lBRU0sWUFBWSxHQUFHLEdBQUcsRUFBRTtRQUN6QixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUM7Z0JBQ0gsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1lBQzFDLENBQUM7WUFBQyxPQUFPLEtBQUssRUFBRSxDQUFDO2dCQUNmLElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO29CQUNmLE9BQU8sQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQ3JCLENBQUM7WUFDSCxDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUMsQ0FBQztJQUVLLFFBQVEsR0FBRyxHQUFHLEVBQUU7UUFDckIsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDO2dCQUNILE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxFQUFFLENBQUM7Z0JBQy9CLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUE7WUFDeEIsQ0FBQztZQUFDLE9BQU8sS0FBSyxFQUFFLENBQUM7Z0JBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7b0JBQ2YsT0FBTyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztnQkFDckIsQ0FBQztZQUNILENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQyxDQUFDO0lBRUY7O09BRUc7SUFFSSxXQUFXO1FBQ2hCLElBQUksQ0FBQyxNQUFNLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFFTSxLQUFLO1FBQ1YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRU0sR0FBRztRQUNSLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU0sT0FBTztRQUNaLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQW9CLENBQUM7SUFDakQsQ0FBQztJQUVNLE9BQU87UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFHLENBQUM7SUFDaEMsQ0FBQztJQUVNLE9BQU87UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVNLEdBQUcsQ0FBQyxJQUFVO1FBQ25CLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hCLENBQUM7SUFFTSxPQUFPLENBQUMsSUFBb0I7UUFDakMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVNLE9BQU8sQ0FBQyxJQUFZO1FBQ3pCLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFTSxZQUFZLENBQUMsS0FBVSxFQUFFLEdBQVE7UUFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUMsS0FBSyxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFFTSxZQUFZO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNwQyxDQUFDO0lBRU0saUJBQWlCO1FBQ3RCLCtCQUErQjtRQUMvQixPQUFRLElBQUksQ0FBQyxNQUFjLENBQUMsY0FBYyxDQUFDO0lBQzdDLENBQUM7SUFFTSxTQUFTLENBQUMsTUFBVyxFQUFFLFVBQWU7UUFDM0MsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsTUFBTSxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxNQUFNLENBQUMsS0FBYTtRQUN6QiwrQkFBK0I7UUFDOUIsSUFBSSxDQUFDLE1BQWMsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUVNLFVBQVUsQ0FBQyxVQUE2QjtRQUM3QyxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNoQixJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQ3hCLENBQUM7UUFDRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQztRQUMzQixJQUFJLENBQUMsT0FBTyxHQUFHLFVBQVUsQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUVNLE1BQU0sQ0FBQyxJQUFVO1FBQ3RCLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUN4QixDQUFDO0lBQ0gsQ0FBQztJQUVNLFNBQVM7UUFDZCwwREFBMEQ7UUFDMUQsT0FBTyxJQUFJLENBQUMsTUFBYSxDQUFDO0lBQzVCLENBQUM7SUFFTSxXQUFXO1FBQ2hCLElBQUksQ0FBQztZQUNILElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7WUFDM0IsT0FBTyxJQUFJLENBQUM7UUFDZCxDQUFDO1FBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUNYLE9BQU8sS0FBSyxDQUFDO1FBQ2YsQ0FBQztJQUNILENBQUM7SUFFRCxVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBRU0sV0FBVyxDQUFDLFdBQWdCO1FBQ2pDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQy9CLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEVBQUMsS0FBSyxFQUFFLFdBQVcsRUFBRSxFQUFFLEVBQUUsSUFBSSxDQUFDLElBQUksRUFBQyxDQUFDLENBQUE7UUFDMUQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVNLGdCQUFnQixDQUFDLEVBQU87UUFDN0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVNLGlCQUFpQixDQUFDLEVBQVk7UUFDbkMsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVPLFVBQVUsR0FBRyxDQUFDLEtBQVUsRUFBRSxFQUFFO0lBQ3BDLENBQUMsQ0FBQztJQUNNLFdBQVcsR0FBRyxHQUFHLEVBQUU7SUFDM0IsQ0FBQyxDQUFDO3dHQTdOUyxtQkFBbUI7NEZBQW5CLG1CQUFtQixpTkFSbkI7WUFDVDtnQkFDRSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO2dCQUNsRCxLQUFLLEVBQUUsSUFBSTthQUNaO1NBQ0Ysb0tDN0JILG9EQUNBOzs0RkQ4QmEsbUJBQW1CO2tCQWQvQixTQUFTOytCQUNFLGlCQUFpQix1QkFHTixLQUFLLG1CQUNULHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsb0JBQW9CLENBQUM7NEJBQ2xELEtBQUssRUFBRSxJQUFJO3lCQUNaO3FCQUNGO3dEQVllLE1BQU07c0JBQXJCLEtBQUs7Z0JBRUcsT0FBTztzQkFBZixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFFYSxJQUFJO3NCQUF0QixLQUFLO3VCQUFDLE1BQU07Z0JBUUksT0FBTztzQkFBdkIsTUFBTTtnQkFDVSxXQUFXO3NCQUEzQixNQUFNO2dCQUNHLFVBQVU7c0JBQW5CLE1BQU07Z0JBRTJDLG1CQUFtQjtzQkFBcEUsU0FBUzt1QkFBQyxxQkFBcUIsRUFBRSxFQUFDLE1BQU0sRUFBRSxJQUFJLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG4gIENvbXBvbmVudCxcclxuICBFbGVtZW50UmVmLFxyXG4gIEV2ZW50RW1pdHRlcixcclxuICBmb3J3YXJkUmVmLFxyXG4gIElucHV0LCBPbkRlc3Ryb3ksIE9uSW5pdCxcclxuICBPdXRwdXQsXHJcbiAgVmlld0NoaWxkXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IEpTT05FZGl0b3IgZnJvbSAnanNvbmVkaXRvcic7XHJcbmltcG9ydCB7IHY0IGFzIHV1aWR2NCB9IGZyb20gJ3V1aWQnO1xyXG5pbXBvcnQgeyBGaWVsZCB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzJztcclxuaW1wb3J0IHsgSnNvbkVkaXRvck1vZGUsIEpzb25FZGl0b3JPcHRpb25zIH0gZnJvbSAnLi91dGlscy9qc29uZWRpdG9yb3B0aW9ucyc7XHJcbmltcG9ydCB7IEpzb25FZGl0b3JWYWx1ZVR5cGVzLCBKc29uRWRpdG9yVmFsdWVXaXRoSWQgfSBmcm9tICcuL2pzb24tZWRpdG9yLmVudW0nO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdtcngtanNvbi1lZGl0b3InLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9qc29uLWVkaXRvci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2pzb24tZWRpdG9yLmNvbXBvbmVudC5sZXNzJyxcclxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICBwcm92aWRlcnM6IFtcclxuICAgIHtcclxuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEpzb25FZGl0b3JDb21wb25lbnQpLFxyXG4gICAgICBtdWx0aTogdHJ1ZSxcclxuICAgIH0sXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEpzb25FZGl0b3JDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25Jbml0LCBPbkRlc3Ryb3kge1xyXG4gIHByaXZhdGUgX2RhdGE6IE9iamVjdCA9IHt9O1xyXG4gIHByaXZhdGUgZWRpdG9yITogSlNPTkVkaXRvcjtcclxuXHJcbiAgcHVibGljIG9wdGlvbnNDaGFuZ2VkID0gZmFsc2U7XHJcbiAgcHVibGljIGRpc2FibGVkID0gZmFsc2U7XHJcbiAgcHVibGljIGlzRm9jdXNlZCA9IGZhbHNlO1xyXG5cclxuICAvLyBTQVZFIFNUQVRFXHJcbiAgcHVibGljIHV1aWQ6IHN0cmluZyA9IHV1aWR2NCgpXHJcbiAgQElucHV0KCkgcHVibGljIGZpZWxkczogRmllbGRbXSA9IFtdO1xyXG5cclxuICBASW5wdXQoKSBvcHRpb25zOiBKc29uRWRpdG9yT3B0aW9ucyA9IG5ldyBKc29uRWRpdG9yT3B0aW9ucygpO1xyXG4gIEBJbnB1dCgpIGRlYnVnID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgnZGF0YScpIHNldCBkYXRhKHZhbHVlOiBPYmplY3QpIHtcclxuICAgIHRoaXMuX2RhdGEgPSB2YWx1ZTtcclxuICAgIGlmICh0aGlzLmVkaXRvcikge1xyXG4gICAgICB0aGlzLmVkaXRvci5kZXN0cm95KCk7XHJcbiAgICAgIHRoaXMubmdPbkluaXQoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBPdXRwdXQoKSBwdWJsaWMgY2hhbmdlZDogRXZlbnRFbWl0dGVyPEpzb25FZGl0b3JWYWx1ZVR5cGVzPiA9IG5ldyBFdmVudEVtaXR0ZXI8SnNvbkVkaXRvclZhbHVlVHlwZXM+KCk7XHJcbiAgQE91dHB1dCgpIHB1YmxpYyBtb2RlbENoYW5nZTogRXZlbnRFbWl0dGVyPEpzb25FZGl0b3JWYWx1ZVdpdGhJZD4gPSBuZXcgRXZlbnRFbWl0dGVyPEpzb25FZGl0b3JWYWx1ZVdpdGhJZD4oKTtcclxuICBAT3V0cHV0KCkganNvbkNoYW5nZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgQFZpZXdDaGlsZCgnanNvbkVkaXRvckNvbnRhaW5lcicsIHtzdGF0aWM6IHRydWV9KSBqc29uRWRpdG9yQ29udGFpbmVyITogRWxlbWVudFJlZjtcclxuXHJcbiAgY29uc3RydWN0b3IoKSB7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIGxldCBvcHRpb25zQmVmb3JlID0gdGhpcy5vcHRpb25zO1xyXG4gICAgaWYgKCF0aGlzLm9wdGlvbnNDaGFuZ2VkICYmIHRoaXMuZWRpdG9yKSB7XHJcbiAgICAgIC8vVE9ETzogY2hlY2sgaWYgdGhpcyBpcyBuZWVkZWRcclxuICAgICAgb3B0aW9uc0JlZm9yZSA9ICh0aGlzLmVkaXRvciBhcyBhbnkpLm9wdGlvbnM7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKCF0aGlzLm9wdGlvbnMub25DaGFuZ2VKU09OICYmIHRoaXMuanNvbkNoYW5nZSkge1xyXG4gICAgICB0aGlzLm9wdGlvbnMub25DaGFuZ2VKU09OID0gdGhpcy5vbkNoYW5nZUpTT047XHJcbiAgICB9XHJcbiAgICBpZiAoIXRoaXMub3B0aW9ucy5vbkNoYW5nZSAmJiB0aGlzLmNoYW5nZWQpIHtcclxuICAgICAgdGhpcy5vcHRpb25zLm9uQ2hhbmdlID0gdGhpcy5vbkNoYW5nZTtcclxuICAgIH1cclxuICAgIGNvbnN0IG9wdGlvbnNDb3B5ID0gT2JqZWN0LmFzc2lnbih7fSwgb3B0aW9uc0JlZm9yZSk7XHJcblxyXG4gICAgLy8gZXhwYW5kQWxsIGlzIGFuIG9wdGlvbiBvbmx5IHN1cHBvcnRlZCBieSBhbmctanNvbmVkaXRvciBhbmQgbm90IGJ5IHRoZSB0aGUgb3JpZ2luYWwganNvbmVkaXRvci5cclxuICAgIGRlbGV0ZSBvcHRpb25zQ29weS5leHBhbmRBbGw7XHJcbiAgICBpZiAodGhpcy5kZWJ1Zykge1xyXG4gICAgICBjb25zb2xlLmxvZyhvcHRpb25zQ29weSwgdGhpcy5fZGF0YSk7XHJcbiAgICB9XHJcbiAgICBpZiAoIXRoaXMuanNvbkVkaXRvckNvbnRhaW5lci5uYXRpdmVFbGVtZW50KSB7XHJcbiAgICAgIGNvbnNvbGUuZXJyb3IoYENhbid0IGZpbmQgdGhlIEVsZW1lbnRSZWYgcmVmZXJlbmNlIGZvciBqc29uZWRpdG9yKWApO1xyXG4gICAgfVxyXG5cclxuICAgIGlmIChcclxuICAgICAgb3B0aW9uc0NvcHkubW9kZSA9PT0gJ3RleHQnIHx8IG9wdGlvbnNDb3B5Lm1vZGUgPT09ICdjb2RlJyB8fFxyXG4gICAgICAoXHJcbiAgICAgICAgb3B0aW9uc0NvcHkubW9kZXMgJiZcclxuICAgICAgICAob3B0aW9uc0NvcHkubW9kZXMuaW5kZXhPZigndGV4dCcpICE9PSAtMSB8fCBvcHRpb25zQ29weS5tb2Rlcy5pbmRleE9mKCdjb2RlJykgIT09IC0xKVxyXG4gICAgICApXHJcbiAgICApIHtcclxuICAgICAgb3B0aW9uc0NvcHkub25DaGFuZ2VKU09OID0gdW5kZWZpbmVkO1xyXG4gICAgfVxyXG4gICAgdGhpcy5lZGl0b3IgPSBuZXcgSlNPTkVkaXRvcih0aGlzLmpzb25FZGl0b3JDb250YWluZXIubmF0aXZlRWxlbWVudCwgb3B0aW9uc0NvcHkgYXMgYW55LCB0aGlzLl9kYXRhKTtcclxuXHJcbiAgICBpZiAodGhpcy5vcHRpb25zLmV4cGFuZEFsbCkge1xyXG4gICAgICB0aGlzLmVkaXRvci5leHBhbmRBbGwoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG9uQ2hhbmdlSlNPTiA9ICgpID0+IHtcclxuICAgIGlmICh0aGlzLmVkaXRvcikge1xyXG4gICAgICB0cnkge1xyXG4gICAgICAgIHRoaXMuanNvbkNoYW5nZS5lbWl0KHRoaXMuZWRpdG9yLmdldCgpKTtcclxuICAgICAgfSBjYXRjaCAoZXJyb3IpIHtcclxuICAgICAgICBpZiAodGhpcy5kZWJ1Zykge1xyXG4gICAgICAgICAgY29uc29sZS5sb2coZXJyb3IpO1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgfVxyXG4gIH07XHJcblxyXG4gIHB1YmxpYyBvbkNoYW5nZSA9ICgpID0+IHtcclxuICAgIGlmICh0aGlzLmVkaXRvcikge1xyXG4gICAgICB0cnkge1xyXG4gICAgICAgIGNvbnN0IGpzb24gPSB0aGlzLmVkaXRvci5nZXQoKTtcclxuICAgICAgICB0aGlzLnVwZGF0ZVZhbHVlKGpzb24pXHJcbiAgICAgIH0gY2F0Y2ggKGVycm9yKSB7XHJcbiAgICAgICAgaWYgKHRoaXMuZGVidWcpIHtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKGVycm9yKTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9O1xyXG5cclxuICAvKipcclxuICAgKiBKU09OIEVESVRPUiBGVU5DVElPTlNcclxuICAgKi9cclxuXHJcbiAgcHVibGljIGNvbGxhcHNlQWxsKCkge1xyXG4gICAgdGhpcy5lZGl0b3IuY29sbGFwc2VBbGwoKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBleHBhbmRBbGwoKSB7XHJcbiAgICB0aGlzLmVkaXRvci5leHBhbmRBbGwoKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBmb2N1cygpIHtcclxuICAgIHRoaXMuZWRpdG9yLmZvY3VzKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0KCk6IEpTT04ge1xyXG4gICAgcmV0dXJuIHRoaXMuZWRpdG9yLmdldCgpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldE1vZGUoKTogSnNvbkVkaXRvck1vZGUge1xyXG4gICAgcmV0dXJuIHRoaXMuZWRpdG9yLmdldE1vZGUoKSBhcyBKc29uRWRpdG9yTW9kZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXROYW1lKCk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gdGhpcy5lZGl0b3IuZ2V0TmFtZSgpITtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXRUZXh0KCk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gdGhpcy5lZGl0b3IuZ2V0VGV4dCgpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHNldChqc29uOiBKU09OKSB7XHJcbiAgICB0aGlzLmVkaXRvci5zZXQoanNvbik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc2V0TW9kZShtb2RlOiBKc29uRWRpdG9yTW9kZSkge1xyXG4gICAgdGhpcy5lZGl0b3Iuc2V0TW9kZShtb2RlKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzZXROYW1lKG5hbWU6IHN0cmluZykge1xyXG4gICAgdGhpcy5lZGl0b3Iuc2V0TmFtZShuYW1lKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzZXRTZWxlY3Rpb24oc3RhcnQ6IGFueSwgZW5kOiBhbnkpIHtcclxuICAgIHRoaXMuZWRpdG9yLnNldFNlbGVjdGlvbihzdGFydCwgZW5kKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXRTZWxlY3Rpb24oKTogYW55IHtcclxuICAgIHJldHVybiB0aGlzLmVkaXRvci5nZXRTZWxlY3Rpb24oKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXRWYWxpZGF0ZVNjaGVtYSgpOiBhbnkge1xyXG4gICAgLy9UT0RPOiBjaGVjayBpZiB0aGlzIGlzIG5lZWRlZFxyXG4gICAgcmV0dXJuICh0aGlzLmVkaXRvciBhcyBhbnkpLnZhbGlkYXRlU2NoZW1hO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHNldFNjaGVtYShzY2hlbWE6IGFueSwgc2NoZW1hUmVmczogYW55KSB7XHJcbiAgICB0aGlzLmVkaXRvci5zZXRTY2hlbWEoc2NoZW1hLCBzY2hlbWFSZWZzKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzZWFyY2gocXVlcnk6IHN0cmluZykge1xyXG4gICAgLy9UT0RPOiBjaGVjayBpZiB0aGlzIGlzIG5lZWRlZFxyXG4gICAgKHRoaXMuZWRpdG9yIGFzIGFueSkuc2VhcmNoKHF1ZXJ5KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzZXRPcHRpb25zKG5ld09wdGlvbnM6IEpzb25FZGl0b3JPcHRpb25zKSB7XHJcbiAgICBpZiAodGhpcy5lZGl0b3IpIHtcclxuICAgICAgdGhpcy5lZGl0b3IuZGVzdHJveSgpO1xyXG4gICAgfVxyXG4gICAgdGhpcy5vcHRpb25zQ2hhbmdlZCA9IHRydWU7XHJcbiAgICB0aGlzLm9wdGlvbnMgPSBuZXdPcHRpb25zO1xyXG4gICAgdGhpcy5uZ09uSW5pdCgpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHVwZGF0ZShqc29uOiBKU09OKSB7XHJcbiAgICB0aGlzLmVkaXRvci51cGRhdGUoanNvbik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZGVzdHJveSgpIHtcclxuICAgIGlmICh0aGlzLmVkaXRvcikge1xyXG4gICAgICB0aGlzLmVkaXRvci5kZXN0cm95KCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0RWRpdG9yKCkge1xyXG4gICAgLy9UT0RPOiBtYWRlIGl0IGFueSBiZWNhdXNlIG9mIHRoZSBtaXNzaW5nIHR5cGUgZGVmaW5pdGlvblxyXG4gICAgcmV0dXJuIHRoaXMuZWRpdG9yIGFzIGFueTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBpc1ZhbGlkSnNvbigpIHtcclxuICAgIHRyeSB7XHJcbiAgICAgIEpTT04ucGFyc2UodGhpcy5nZXRUZXh0KCkpO1xyXG4gICAgICByZXR1cm4gdHJ1ZTtcclxuICAgIH0gY2F0Y2ggKGUpIHtcclxuICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KTogdm9pZCB7XHJcbiAgICB0aGlzLmRhdGEgPSB2YWx1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyB1cGRhdGVWYWx1ZShpbnNpZGVWYWx1ZTogYW55KSB7XHJcbiAgICB0aGlzLmNoYW5nZWQuZW1pdChpbnNpZGVWYWx1ZSk7XHJcbiAgICB0aGlzLm1vZGVsQ2hhbmdlLmVtaXQoe3ZhbHVlOiBpbnNpZGVWYWx1ZSwgaWQ6IHRoaXMudXVpZH0pXHJcbiAgICB0aGlzLm9uQ2hhbmdlRm4oaW5zaWRlVmFsdWUpO1xyXG4gICAgdGhpcy5vblRvdWNoZWRGbigpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSkge1xyXG4gICAgdGhpcy5vbkNoYW5nZUZuID0gZm47XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHt9KTogdm9pZCB7XHJcbiAgICB0aGlzLm9uVG91Y2hlZEZuID0gZm47XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIG9uQ2hhbmdlRm4gPSAodmFsdWU6IGFueSkgPT4ge1xyXG4gIH07XHJcbiAgcHJpdmF0ZSBvblRvdWNoZWRGbiA9ICgpID0+IHtcclxuICB9O1xyXG59XHJcbiIsIjxkaXYgW2lkXT1cInV1aWRcIiAjanNvbkVkaXRvckNvbnRhaW5lcj48L2Rpdj5cclxuIl19