@tscircuit/schematic-trace-solver 0.0.149 → 0.0.150

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 (158) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +28 -1
  3. package/dist/index.js +26 -4
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +14 -4
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  11. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  12. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  15. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  16. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  17. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  18. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  19. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  20. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  21. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  22. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  23. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  24. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  25. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  26. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  27. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  28. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  29. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  30. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  31. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  32. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  33. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  34. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  35. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  36. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  37. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  38. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  39. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  40. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  41. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  42. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  43. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  44. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  45. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  46. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  47. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  49. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  50. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  51. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  52. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  53. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  54. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  55. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  56. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  57. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  59. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  60. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  61. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  62. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  63. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  64. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  65. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  67. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  69. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  70. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  71. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  72. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  73. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  74. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  75. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  76. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  77. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  78. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  79. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  80. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  81. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  82. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  83. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  84. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  85. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  86. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  87. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  88. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  89. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  90. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  91. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example51.snap.svg +590 -5
  93. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  94. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  95. package/tests/fixtures/matcher.ts +45 -8
  96. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  97. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  98. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  99. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  100. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  101. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  102. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  104. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  105. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  106. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  107. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  108. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  109. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  110. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  111. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  112. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  113. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  114. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  115. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  116. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  117. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  118. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  119. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  120. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  121. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  122. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  123. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  125. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  126. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  127. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  128. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  129. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  130. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  131. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  132. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  133. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  134. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  135. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  136. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  137. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  139. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  140. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  141. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  142. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  143. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  144. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  145. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  146. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  147. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  152. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  153. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  154. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  155. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  156. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  157. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  158. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.209999999999999,-7.06 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,276.8697365947267 513.5797314731376,262.9286413526182" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.459999999999999 14.600000000000001,-8.08" data-type="line" data-label="" points="493.39418732050126,268.15655206840887 513.5797314731376,291.682150289467" fill="none" stroke="hsl(98, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-4.41 -16.188750000000002,-4.21" data-type="line" data-label="" points="46.53488839473843,238.38650493682294 66.46629799869044,235.482110094717" fill="none" stroke="hsl(204, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.10000000000000009 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(166, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.659999999999999 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,271.0609469105148 513.5797314731376,262.9286413526182" fill="none" stroke="hsl(335, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.859999999999999 14.600000000000001,-8.08" data-type="line" data-label="" points="493.39418732050126,273.96534175262076 513.5797314731376,291.682150289467" fill="none" stroke="hsl(97, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-7.06 9.719999999999999,-7.259999999999999" data-type="line" data-label="" points="457.0892517941769,276.8697365947267 442.71249732575245,279.77413143683265" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.06 13.61,-4.12" data-type="line" data-label="" points="493.39418732050126,262.347762384197 499.20297700471315,234.17513241576933" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-17.7380195 -0.03375000000000039,-17.6180195" data-type="line" data-label="" points="283.1704581553203,431.93566039326026 301.0687913697982,430.19302348799664" fill="none" stroke="hsl(306, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.0180195 1.9662499999999996,-17.818019500000002" data-type="line" data-label="" points="327.2083449487517,450.5237873827383 330.11273979085763,433.09741833010264" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-16.188750000000006,-1.77 -17.56125,-3.8099999999999987" data-type="line" data-label="" points="66.46629799869041,200.04849302102446 46.53488839473843,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.188750000000006,-1.77 -16.188750000000002,-3.8099999999999996" data-type="line" data-label="" points="66.46629799869041,200.04849302102446 66.46629799869044,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-17.56125,-3.8099999999999987 -16.188750000000002,-3.8099999999999996" data-type="line" data-label="" points="46.53488839473843,229.67332041050508 66.46629799869044,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 13.209999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 493.39418732050126,259.44336754209104" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 15.47,-3.58" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 526.2138490362984,226.33326634208328" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.859999999999999 15.47,-3.58" data-type="line" data-label="" points="493.39418732050126,259.44336754209104 526.2138490362984,226.33326634208328" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.2,2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 197.00069368358953,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.2,-1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 197.00069368358953,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.9,0.38" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -10.8,-1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -10.8,2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,1.8000000000000012" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,-2.4" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-3.100000000000001" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-1.3000000000000012" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-0.9000000000000008" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-0.10000000000000009" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,0.10000000000000009" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.2,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 197.00069368358953,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.9,0.38" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,1.8000000000000012" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,-2.4" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-3.100000000000001" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-1.3000000000000012" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-0.9000000000000008" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -7.9,0.38" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,1.8000000000000012" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,-2.4" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-3.100000000000001" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-1.3000000000000012" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-0.9000000000000008" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -10.8,-1.9299999999999997" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -10.8,2.6900000000000004" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,1.8000000000000012" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,-2.4" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-3.100000000000001" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-1.3000000000000012" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-0.9000000000000008" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-0.10000000000000009" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,0.10000000000000009" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.261249999999999,-4.320259749999998 11.141249999999998,-4.320259749999999" data-type="line" data-label="" points="436.05054165667195,237.08329934067643 463.3518531724678,237.08329934067643" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-6.54 19.02,-4.0600000000000005" data-type="line" data-label="" points="543.3497786047235,269.31831000525125 577.7668574836789,233.30381396313754" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,1.8000000000000012" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,-2.4" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-3.100000000000001" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-1.3000000000000012" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-0.9000000000000008" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,1.8000000000000012" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,-2.4" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-3.100000000000001" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-1.3000000000000012" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-0.9000000000000008" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,1.5799999999999998 16.11,-0.8200000000000001" data-type="line" data-label="" points="539.8645047941964,151.3998794157499 535.5079125310374,186.25261752102122" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 -2.02,-2.4" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 -2.02,-2.4" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-1.3000000000000012" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.9000000000000008 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.9000000000000008 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.10000000000000009 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.188749999999999,-3.9099999999999997 -13.823750000000002,-5.91" data-type="line" data-label="" points="95.51024641974996,231.12551783155806 100.81076700659324,260.16946625261755" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.188749999999999,-3.9099999999999997 -15.456438325000002,-7.26984725" data-type="line" data-label="" points="95.51024641974996,231.12551783155806 77.10090925711026,279.9171329473773" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.823750000000002,-5.91 -15.456438325000002,-7.26984725" data-type="line" data-label="" points="100.81076700659324,260.16946625261755 77.10090925711026,279.9171329473773" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.2,1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 197.00069368358953,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.2,-2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 197.00069368358953,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.9,-0.38" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -10.8,-2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -10.8,1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -2.02,-1.7999999999999998" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 1.58,1.700000000000001" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -2.8,-5.18" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.2,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 197.00069368358953,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.9,-0.38" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -2.02,-1.7999999999999998" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 1.58,1.700000000000001" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -2.8,-5.18" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -7.9,-0.38" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -2.02,-1.7999999999999998" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 1.58,1.700000000000001" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -2.8,-5.18" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -10.8,-2.6900000000000004" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -10.8,1.9299999999999997" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -2.02,-1.7999999999999998" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 1.58,1.700000000000001" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -2.8,-5.18" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-7.3 17.02,-4.36" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 548.7229090626195,237.66040622629646" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-7.3 19.02,-3.8600000000000003" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 577.7668574836789,230.3994191210316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -2.02,-1.7999999999999998" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 1.58,1.700000000000001" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -2.8,-5.18" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 -2.02,-1.7999999999999998" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 1.58,1.700000000000001" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 -2.8,-5.18" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-5.659999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,259.44336754209104" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.06" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.26" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 9.719999999999999,-7.86" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 14.21,-4.12" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 15.47,-4.34" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 16.11,-1.5799999999999998" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -16.188750000000002,-4.01" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 66.46629799869044,232.57771525261106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -13.823750000000002,-6.67" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 100.81076700659324,271.20616665262014" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,259.44336754209104" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,262.347762384197 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,262.347762384197 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,262.347762384197 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,262.347762384197 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,262.347762384197 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,262.347762384197 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,262.347762384197 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 14.21,-4.12" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 15.47,-4.34" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-1.7999999999999998 1.58,1.700000000000001" data-type="line" data-label="" points="272.22452009413354,200.48415224734035 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-1.7999999999999998 -2.8,-5.18" data-type="line" data-label="" points="272.22452009413354,200.48415224734035 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,1.700000000000001 -2.8,-5.18" data-type="line" data-label="" points="324.50362725204053,149.6572425104863 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="17.02,-4.36 19.02,-3.8600000000000003" data-type="line" data-label="" points="548.7229090626195,237.66040622629646 577.7668574836789,230.3994191210316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.188750000000002,-4.01 -13.823750000000002,-6.67" data-type="line" data-label="" points="66.46629799869044,232.57771525261106 100.81076700659324,271.20616665262014" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 1.9662499999999996,-17.6180195" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 330.11273979085763,430.19302348799664" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 -1.2662500000000003,-18.498019499999998" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 283.1704581553203,442.97236079326274" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9662499999999996,-17.6180195 -1.2662500000000003,-18.498019499999998" data-type="line" data-label="" points="330.11273979085763,430.19302348799664 283.1704581553203,442.97236079326274" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9662499999999996,-17.6180195 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="330.11273979085763,430.19302348799664 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.656249999999998,-4.352759749999999 8.656249999999998,-6.752759749999999" data-type="line" data-label="" points="427.2647472593015,237.55526350251864 427.2647472593015,272.40800160778997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 14.21,-4.12" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 15.47,-4.34" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 16.11,-1.5799999999999998" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.21,-4.12 15.47,-4.34" data-type="line" data-label="" points="507.916161531031,234.17513241576933 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.21,-4.12 16.11,-1.5799999999999998" data-type="line" data-label="" points="507.916161531031,234.17513241576933 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="15.47,-4.34 16.11,-1.5799999999999998" data-type="line" data-label="" points="526.2138490362984,237.36996674208586 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2662500000000003,-18.498019499999998 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="283.1704581553203,442.97236079326274 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-8.9255195 -15.461687425000001,-8.325672250000002" data-type="line" data-label="" points="77.02468196228179,303.960762662967 77.02468196228179,295.2497963682099" fill="none" stroke="hsl(212, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 1.58,-0.7000000000000006" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 324.50362725204053,184.50998061575766" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 1.58,0.2999999999999998" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 324.50362725204053,169.98800640522794" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 -2.8,-4.42" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.7000000000000006 1.58,0.2999999999999998" data-type="line" data-label="" points="324.50362725204053,184.50998061575766 324.50362725204053,169.98800640522794" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.7000000000000006 -2.8,-4.42" data-type="line" data-label="" points="324.50362725204053,184.50998061575766 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,0.2999999999999998 -2.8,-4.42" data-type="line" data-label="" points="324.50362725204053,169.98800640522794 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-6.659999999999999 14.179999999999998,-6.659999999999999 14.179999999999998,-6.1 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,271.0609469105148 507.48050230471506,271.0609469105148 507.48050230471506,262.9286413526182 513.5797314731376,262.9286413526182" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-7.06 14.179999999999998,-7.06 14.179999999999998,-6.659999999999999 13.209999999999999,-6.659999999999999" data-type="line" data-label="" points="493.39418732050126,276.8697365947267 507.48050230471506,276.8697365947267 507.48050230471506,271.0609469105148 493.39418732050126,271.0609469105148" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.459999999999999 14.379999999999997,-6.459999999999999 14.379999999999997,-6.859999999999999 13.209999999999999,-6.859999999999999" data-type="line" data-label="" points="493.39418732050126,268.15655206840887 510.384897146821,268.15655206840887 510.384897146821,273.96534175262076 493.39418732050126,273.96534175262076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-4.41 -17.56125,-4.609999999999999 -16.24125,-4.609999999999999 -16.24125,-4.210000000000001 -16.188750000000002,-4.210000000000001" data-type="line" data-label="" points="46.53488839473843,238.38650493682294 46.53488839473843,241.29089977892886 65.70389435263766,241.29089977892886 65.70389435263766,235.482110094717 66.46629799869044,235.482110094717" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.6,0.38 -9.6,0.5799999999999993 -7.9,0.5799999999999993 -7.9,0.38" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 162.1479555783182,165.9218536262796 186.83531173621873,165.9218536262796 186.83531173621873,168.82624846838556" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.823750000000002,-5.91 -13.823750000000002,-3.9099999999999997 -14.188749999999999,-3.9099999999999997" data-type="line" data-label="" points="100.81076700659324,260.16946625261755 100.81076700659324,231.12551783155806 95.51024641974996,231.12551783155806" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.261249999999999,-4.320259749999998 9.261249999999999,-4.120259749999999 11.141249999999998,-4.120259749999999 11.141249999999998,-4.32025975" data-type="line" data-label="" points="436.05054165667195,237.08329934067643 436.05054165667195,234.1789044985705 463.3518531724678,234.1789044985705 463.3518531724678,237.08329934067643" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 -2.2199999999999998,1.3322676295501878e-15 -2.2199999999999998,1.8000000000000012 -2.02,1.8000000000000012" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 269.3201252520276,174.34459866838682 269.3201252520276,148.20504508943333 272.22452009413354,148.20504508943333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,0.10000000000000009 1.68,0.10000000000000009 1.68,-0.10000000000000009 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,172.89240124733388 325.9558246730935,172.89240124733388 325.9558246730935,175.79679608943982 324.50362725204053,175.79679608943982" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.71,-7.06 9.719999999999999,-7.06 9.719999999999999,-7.259999999999999" data-type="line" data-label="" points="457.0892517941769,276.8697365947267 442.71249732575245,276.8697365947267 442.71249732575245,279.77413143683265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-17.7380195 -1.2662500000000003,-17.6180195 -0.033749999999998614,-17.6180195" data-type="line" data-label="" points="283.1704581553203,431.93566039326026 283.1704581553203,430.19302348799664 301.0687913697982,430.19302348799664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.0180195 1.7662500000000005,-18.418019500000003 2.5962499999999995,-18.418019500000003 2.5962499999999995,-17.818019500000002 1.9662499999999998,-17.818019500000002" data-type="line" data-label="" points="327.2083449487517,450.5237873827383 327.2083449487517,441.8106028564205 339.2615835434914,441.8106028564205 339.2615835434914,433.09741833010264 330.11273979085763,433.09741833010264" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.188750000000002,-3.8099999999999996 -16.388750000000005,-3.8099999999999996 -16.388750000000005,-1.77 -16.188750000000006,-1.77" data-type="line" data-label="" points="66.46629799869044,229.67332041050508 63.561903156584464,229.67332041050508 63.561903156584464,200.04849302102446 66.46629799869041,200.04849302102446" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-3.8099999999999987 -17.56125,-3.6099999999999994 -16.38875,-3.6099999999999994 -16.38875,-3.8099999999999987 -16.188750000000002,-3.8099999999999987" data-type="line" data-label="" points="46.53488839473843,229.67332041050508 46.53488839473843,226.76892556839914 63.56190315658452,226.76892556839914 63.56190315658452,229.67332041050508 66.46629799869044,229.67332041050508" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.6,-0.38 -9.6,-0.5799999999999993 -7.9,-0.5799999999999993 -7.9,-0.38" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 162.1479555783182,182.7673437104941 186.83531173621873,182.7673437104941 186.83531173621873,179.86294886838814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-18.498019499999998 -1.2662500000000003,-18.698019499999997 -0.35125000000000023,-18.698019499999997 -0.35125000000000023,-17.818019500000002 -0.033749999999998614,-17.818019500000002" data-type="line" data-label="" points="283.1704581553203,442.97236079326274 283.1704581553203,445.8767556353687 296.458064557955,445.8767556353687 296.458064557955,433.09741833010264 301.0687913697982,433.09741833010264" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.7780195 1.7662500000000005,-19.9780195 2.8012500000000005,-19.9780195 2.8012500000000005,-17.6180195 1.9662499999999998,-17.6180195" data-type="line" data-label="" points="327.2083449487517,461.5604877827409 327.2083449487517,464.46488262484684 342.23858825664996,464.46488262484684 342.23858825664996,430.19302348799664 330.11273979085763,430.19302348799664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.26 10.594999999999999,-6.26 10.594999999999999,-6.459999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 455.419224759966,265.2521572263029 455.419224759966,268.15655206840887 457.0892517941769,268.15655206840887" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.06 10.594999999999999,-6.06 10.594999999999999,-6.26 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,262.347762384197 455.419224759966,262.347762384197 455.419224759966,265.2521572263029 457.0892517941769,265.2521572263029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.594999999999999,-5.859999999999999 10.594999999999999,-6.06 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 455.419224759966,259.44336754209104 455.419224759966,262.347762384197 457.0892517941769,262.347762384197" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.594999999999999,-5.659999999999999 10.594999999999999,-5.859999999999999 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 455.419224759966,256.5389726999851 455.419224759966,259.44336754209104 457.0892517941769,259.44336754209104" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.47,-4.34 15.47,-4.54 14.84,-4.54 14.84,-4.12 14.21,-4.12" data-type="line" data-label="" points="526.2138490362984,237.36996674208586 526.2138490362984,240.2743615841918 517.0650052836647,240.2743615841918 517.0650052836647,234.17513241576933 507.916161531031,234.17513241576933" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.461687425000001,-8.9255195 -15.461687425000001,-8.325672250000002" data-type="line" data-label="" points="77.02468196228179,303.960762662967 77.02468196228179,295.2497963682099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.261249999999999,-4.92025975 9.261249999999999,-5.836509749999999 6.456249999999998,-5.836509749999999 6.456249999999998,-6.752759749999999 6.656249999999998,-6.752759749999999" data-type="line" data-label="" points="436.05054165667195,245.79648386699427 436.05054165667195,259.10224273739215 395.3164039961361,259.10224273739215 395.3164039961361,272.40800160778997 398.22079883824205,272.40800160778997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.2,2.8899999999999997 -10.8,2.8899999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 197.00069368358953,132.37609319995596 144.72158652568254,132.37609319995596 144.72158652568254,135.28048804206188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -7.2,-1.7300000000000004 -10.8,-1.7300000000000004 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 197.00069368358953,199.46761405260327 144.72158652568254,199.46761405260327 144.72158652568254,202.3720088947092" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.2,1.7300000000000004 -10.8,1.7300000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 197.00069368358953,149.22158328417044 144.72158652568254,149.22158328417044 144.72158652568254,146.3171884420645" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -7.2,-2.8899999999999997 -10.8,-2.8899999999999997 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 197.00069368358953,216.31310413681774 144.72158652568254,216.31310413681774 144.72158652568254,213.40870929471183" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.65,-7.3 16.65,-7.499999999999999 15.999999999999996,-7.499999999999999 15.999999999999996,-4.360000000000001 17.02,-4.360000000000001" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 543.3497786047235,283.2594052473598 533.9104953678791,283.2594052473598 533.9104953678791,237.66040622629646 548.7229090626195,237.66040622629646" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -15.461687425000001,-9.885519499999997 -13.823750000000002,-9.885519499999997 -13.823750000000002,-6.670000000000002" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 77.02468196228179,317.90185790507553 100.81076700659324,317.90185790507553 100.81076700659324,271.20616665262014" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0200000000000005,-1.8000000000000007 -3.45,-1.8000000000000007 -3.45,-5.38 -2.8,-5.38 -2.8,-5.18" data-type="line" data-label="" points="272.22452009413354,200.48415224734038 251.458096973076,200.48415224734038 251.458096973076,252.47281992103677 260.89738020992036,252.47281992103677 260.89738020992036,249.56842507893083" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0200000000000005,-2.6 -2.8,-2.6 -2.8,-4.42" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 260.89738020992036,212.10173161576415 260.89738020992036,238.53172467892824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-1.3000000000000012 2.521,-1.3000000000000012 2.521,-3.100000000000001 1.58,-3.100000000000001" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 338.168804984149,193.22316514207552 338.168804984149,219.362718721029 324.50362725204053,219.362718721029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.9000000000000008 2.761,-0.9000000000000009 2.761,-1.3000000000000012 1.58,-1.3000000000000012" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 341.65407879467614,187.41437545786363 341.65407879467614,193.22316514207552 324.50362725204053,193.22316514207552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.10000000000000009 2.331,-0.10000000000000009 2.331,-0.9000000000000008 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 335.40962988414833,175.79679608943982 335.40962988414833,187.41437545786363 324.50362725204053,187.41437545786363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.06 13.41,-6.06 13.41,-4.12 13.61,-4.12" data-type="line" data-label="" points="493.39418732050126,262.347762384197 496.2985821626072,262.347762384197 496.2985821626072,234.17513241576933 499.20297700471315,234.17513241576933" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.71,-6.459999999999999 10.594999999999999,-6.46 10.594999999999999,-8.059999999999999 9.719999999999999,-8.059999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 455.419224759966,268.15655206840887 455.419224759966,291.3917108052564 442.71249732575245,291.3917108052564 442.71249732575245,288.4873159631505" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,0.2999999999999998 2.431,0.2999999999999998 2.431,-0.7000000000000006 1.58,-0.7000000000000006" data-type="line" data-label="" points="324.50362725204053,169.98800640522794 336.86182730520136,169.98800640522794 336.86182730520136,184.50998061575766 324.50362725204053,184.50998061575766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.65,-6.54 16.65,-5.299999999999998 19.961000000000006,-5.299999999999998 19.961000000000006,-4.06 19.02,-4.06" data-type="line" data-label="" points="543.3497786047235,269.31831000525125 543.3497786047235,251.31106198419437 591.4320352157874,251.31106198419437 591.4320352157874,233.30381396313754 577.7668574836789,233.30381396313754" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.14875,-1.77 -14.84775,-1.77 -14.84775,-1.3190000000000002" data-type="line" data-label="" points="81.5691511776414,200.04849302102446 85.94026541501086,200.04849302102446 85.94026541501086,193.49908265207557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 9.858999999999998,-6.659999999999999 9.858999999999998,-6.608999999999999" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 444.73105174101613,271.0609469105148 444.73105174101613,270.32032622577776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-5.859999999999999 13.710999999999999,-5.859999999999999 13.710999999999999,-5.558999999999999" data-type="line" data-label="" points="493.39418732050126,259.44336754209104 500.6696963999766,259.44336754209104 500.6696963999766,255.07225330472158" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.2199999999999998,1.8000000000000012 -2.5699999999999994,1.8000000000000012" data-type="line" data-label="" points="269.3201252520276,148.20504508943333 264.23743427834216,148.20504508943333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.059999999999999,-18.52 7.758999999999999,-18.52 7.758999999999999,-18.168999999999997" data-type="line" data-label="" points="418.6060201362732,443.2915610473974 414.23490589890366,443.2915610473974 414.23490589890366,438.19434809950144" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 16.250999999999998,-5.659999999999999 16.250999999999998,-5.710999999999999" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 537.5555108947221,256.5389726999851 537.5555108947221,257.2795933847221" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,1.700000000000001 2.6710000000000003,1.700000000000001 2.6710000000000003,1.6490000000000011" data-type="line" data-label="" points="324.50362725204053,149.6572425104863 340.3471011157285,149.6572425104863 340.3471011157285,150.39786319522332" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.02,-3.8600000000000003 20.311,-3.8600000000000003 20.311,-3.911" data-type="line" data-label="" points="577.7668574836789,230.3994191210316 596.5147261894729,230.3994191210316 596.5147261894729,231.1400398057686" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.656249999999998,-4.352759749999999 8.897249999999998,-4.352759749999999 8.897249999999998,-4.953759749999999" data-type="line" data-label="" points="427.2647472593015,237.55526350251864 430.7645430440391,237.55526350251864 430.7645430440391,246.282970003047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.656249999999998,-6.752759749999999 8.897249999999998,-6.752759749999999 8.897249999999998,-7.15375975" data-type="line" data-label="" points="427.2647472593015,272.40800160778997 430.7645430440391,272.40800160778997 430.7645430440391,278.2313132662124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8800000000000001,0.2999999999999998 2.73,0.2999999999999998 2.73,0.8009999999999997" data-type="line" data-label="" points="328.86021951519945,169.98800640522794 341.20389759414974,169.98800640522794 341.20389759414974,162.71249732575254" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-15.668750000000003" data-y="-1.7000000000000002" x="66.4662979986904" y="194.09448359470727" width="15.102853178950994" height="9.87494246316021" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-17.16375" data-y="-4.109999999999999" x="41.81524677631627" y="229.67332041050508" width="20.98425273421546" height="8.71318452631786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-9.287499999999998" data-y="0" x="155.61306718357991" y="168.82624846838556" width="22.14601067105778" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.8875" data-y="2.31" x="190.4658052888512" y="135.2804880420619" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-6.8875" data-y="-2.31" x="190.4658052888512" y="202.3720088947092" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-7.5875" data-y="0" x="180.30042334148035" y="168.82624846838556" width="22.14601067105781" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9.478749999999998" data-y="-4.620259749999999" x="431.33090003824987" y="237.08329934067643" width="15.756342018424732" height="8.713184526317832" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="16.902499999999996" data-y="-6.92" x="536.8148902099852" y="269.31831000525125" width="20.4033737657943" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.4875" data-y="-2.31" x="138.18669813094417" y="202.3720088947092" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-10.4875" data-y="2.31" x="138.18669813094417" y="135.2804880420619" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="16.7825" data-y="1.2" x="533.329616399458" y="151.3998794157499" width="23.88864757632132" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-15.329187425" data-y="-9.305519499999999" x="70.48979356754344" y="303.960762662967" width="16.91809995526711" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="11.959999999999999" data-y="-6.359999999999999" x="457.0892517941769" y="253.63457785787915" width="36.30493552632436" height="26.139553578953496" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-0.21999999999999997" data-y="-1" x="272.22452009413354" y="146.75284766838035" width="52.27910715790699" height="84.2274504210724" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="18.02" data-y="-4.16" x="548.7229090626196" y="227.49502427892565" width="29.04394842105944" height="14.52197421052972" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-15.18875" data-y="-4.01" x="66.46629799869042" y="228.22112298945217" width="29.043948421059525" height="8.713184526317804" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="0.9662499999999996" data-y="-17.7180195" x="301.0687913697982" y="427.28862864589064" width="29.04394842105944" height="8.713184526317889" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="7.656249999999998" data-y="-4.252759749999999" x="398.22079883824205" y="231.74647381830675" width="29.04394842105944" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="7.656249999999998" data-y="-6.85275975" x="398.22079883824205" y="269.5036067656841" width="29.04394842105944" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="10.162500000000001" data-y="-22.779999999999998" x="440.93355548496265" y="496.5872064000414" width="16.409830857898555" height="17.135929568425126" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="10.2" data-y="-18.52" x="441.4781295178575" y="434.7235962631849" width="16.409830857898555" height="17.135929568425013" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="11.41875" data-y="-4.620259749999999" x="458.63221155404574" y="237.08329934067643" width="17.49897892368824" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="10.162500000000001" data-y="-20.65" x="444.781878650753" y="469.2858948842456" width="8.713184526317832" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="8.6" data-y="-18.52" x="418.6060201362732" y="438.3540898158173" width="15.683732147372098" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="9.9375" data-y="-7.56" x="437.99285570733036" y="279.77413143683265" width="15.756342018424732" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="13.91" data-y="-4.12" x="499.20297700471315" y="229.23766118418922" width="8.713184526317832" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="14.96" data-y="-6.1" x="513.5797314731376" y="257.99117012103807" width="10.455821431581398" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="14.96" data-y="-8.08" x="513.5797314731376" y="286.7446790578869" width="10.455821431581398" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="15.662500000000001" data-y="-3.96" x="519.67896064156" y="226.33326634208328" width="18.660736860530733" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-13.691250000000002" data-y="-6.29" x="94.27587861185489" y="260.1694662526175" width="16.91809995526711" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-2.6075" data-y="-4.8" x="254.36249181518195" y="238.53172467892824" width="18.660736860530733" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="16.2425" data-y="-1.2" x="528.973024136299" y="186.25261752102122" width="16.918099955267166" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-1.1337500000000003" data-y="-18.1180195" x="276.6355697605819" y="431.93566039326026" width="16.918099955267166" height="11.036700400002474" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="1.9587500000000004" data-y="-19.3980195" x="320.67345655401334" y="450.52378738273825" width="18.660736860530676" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="-15.49516617041211" data-y="-7.797759750000001" x="63.03268574836795" y="279.91713294737724" width="27.0116374728766" height="15.332663420832603" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="13.3925" data-y="-17.1580195" x="486.4417921672101" y="422.0607179301" width="19.205310893425576" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="13.2725" data-y="-18.5580195" x="486.4417921672101" y="442.3914818248416" width="15.7200370828985" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="13.3925" data-y="-19.958019500000002" x="486.4417921672101" y="462.7222457195833" width="19.205310893425576" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="13.2725" data-y="-18.5580195" x="486.4417921672101" y="442.3914818248416" width="15.7200370828985" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="TYPE_C_16PIN_2MD_073_" data-x="12.37" data-y="-7.389999999999999" x="462.89804147838885" y="280.3550104052539" width="36.595375010534894" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="J_USB" data-x="11.41" data-y="-5.344999999999999" x="462.02672302575706" y="250.14930404735202" width="10.455821431581398" height="3.6304935526324016" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="RP2040" data-x="-1.2599999999999998" data-y="-4.03" x="278.0333097783454" y="231.56117705787398" width="10.455821431581398" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.5" data-y="2.015" x="277.16199132571364" y="143.26757385785322" width="5.227910715790699" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="W25Q16JVUXIQ" data-x="18.14" data-y="-4.79" x="554.5316987468314" y="242.59787745787656" width="20.911642863162797" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U2" data-x="17.54" data-y="-3.545" x="553.6603802941995" y="224.00975046839852" width="5.227910715790699" height="3.63049355263243" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="AP2112K_3_3TRG1" data-x="-14.88875" data-y="-4.4399999999999995" x="72.27508768290238" y="237.5151864841912" width="26.139553578953496" height="2.613955357895321" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U3" data-x="-15.66875" data-y="-3.5949999999999998" x="71.4037692302706" y="224.73584917892498" width="5.227910715790699" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="X322512MSB4SI" data-x="1.1462499999999995" data-y="-18.1480195" x="306.8775810540101" y="436.5826921406298" width="22.654279768426363" height="2.6139553578952928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="Y1" data-x="0.4862499999999995" data-y="-17.3030195" x="306.0062626013783" y="423.8033548353636" width="5.227910715790699" height="3.6304935526324016" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SKRPACE010" data-x="7.656249999999998" data-y="-4.682759749999999" x="404.02958852245393" y="241.0405373130458" width="17.426369052635664" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SW_BOOT" data-x="7.4762499999999985" data-y="-3.837759749999999" x="403.15827006982215" y="228.26120000777962" width="13.941095242108531" height="3.63049355263243" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SKRPACE010" data-x="7.656249999999998" data-y="-7.28275975" x="404.02958852245393" y="278.79767026042305" width="17.426369052635664" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SW_RUN" data-x="7.416249999999998" data-y="-6.43775975" x="403.15827006982215" y="266.0183329551569" width="12.198458336844965" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="netId: VSYS
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.209999999999999,-7.06 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,276.8697365947267 513.5797314731376,262.9286413526182" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.459999999999999 14.600000000000001,-8.08" data-type="line" data-label="" points="493.39418732050126,268.15655206840887 513.5797314731376,291.682150289467" fill="none" stroke="hsl(98, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-4.41 -16.188750000000002,-4.21" data-type="line" data-label="" points="46.53488839473843,238.38650493682294 66.46629799869044,235.482110094717" fill="none" stroke="hsl(204, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.10000000000000009 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(166, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.659999999999999 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,271.0609469105148 513.5797314731376,262.9286413526182" fill="none" stroke="hsl(335, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.859999999999999 14.600000000000001,-8.08" data-type="line" data-label="" points="493.39418732050126,273.96534175262076 513.5797314731376,291.682150289467" fill="none" stroke="hsl(97, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-7.06 9.719999999999999,-7.259999999999999" data-type="line" data-label="" points="457.0892517941769,276.8697365947267 442.71249732575245,279.77413143683265" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.06 13.61,-4.12" data-type="line" data-label="" points="493.39418732050126,262.347762384197 499.20297700471315,234.17513241576933" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-17.7380195 -0.03375000000000039,-17.6180195" data-type="line" data-label="" points="283.1704581553203,431.93566039326026 301.0687913697982,430.19302348799664" fill="none" stroke="hsl(306, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.0180195 1.9662499999999996,-17.818019500000002" data-type="line" data-label="" points="327.2083449487517,450.5237873827383 330.11273979085763,433.09741833010264" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-16.188750000000006,-1.77 -17.56125,-3.8099999999999987" data-type="line" data-label="" points="66.46629799869041,200.04849302102446 46.53488839473843,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.188750000000006,-1.77 -16.188750000000002,-3.8099999999999996" data-type="line" data-label="" points="66.46629799869041,200.04849302102446 66.46629799869044,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-17.56125,-3.8099999999999987 -16.188750000000002,-3.8099999999999996" data-type="line" data-label="" points="46.53488839473843,229.67332041050508 66.46629799869044,229.67332041050508" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 13.209999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 493.39418732050126,259.44336754209104" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 15.47,-3.58" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 526.2138490362984,226.33326634208328" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.859999999999999 15.47,-3.58" data-type="line" data-label="" points="493.39418732050126,259.44336754209104 526.2138490362984,226.33326634208328" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.2,2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 197.00069368358953,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.2,-1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 197.00069368358953,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -7.9,0.38" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -10.8,-1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -10.8,2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,1.8000000000000012" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 -2.02,-2.4" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-3.100000000000001" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-1.3000000000000012" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-0.9000000000000008" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,-0.10000000000000009" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,0.38 1.58,0.10000000000000009" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.2,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 197.00069368358953,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.9,0.38" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,1.8000000000000012" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 -2.02,-2.4" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-3.100000000000001" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-1.3000000000000012" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-0.9000000000000008" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,-0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,2.6900000000000004 1.58,0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -7.9,0.38" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 186.83531173621873,168.82624846838556" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,1.8000000000000012" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -2.02,-2.4" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-3.100000000000001" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-1.3000000000000012" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-0.9000000000000008" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,-0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-1.9299999999999997 1.58,0.10000000000000009" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -10.8,-1.9299999999999997" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 144.72158652568254,202.3720088947092" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -10.8,2.6900000000000004" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,1.8000000000000012" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 -2.02,-2.4" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-3.100000000000001" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-1.3000000000000012" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-0.9000000000000008" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,-0.10000000000000009" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,0.38 1.58,0.10000000000000009" data-type="line" data-label="" points="186.83531173621873,168.82624846838556 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.261249999999999,-4.320259749999998 11.141249999999998,-4.320259749999999" data-type="line" data-label="" points="436.05054165667195,237.08329934067643 463.3518531724678,237.08329934067643" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-6.54 19.02,-4.0600000000000005" data-type="line" data-label="" points="543.3497786047235,269.31831000525125 577.7668574836789,233.30381396313754" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 144.72158652568254,135.28048804206188" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,1.8000000000000012" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 -2.02,-2.4" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-3.100000000000001" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-1.3000000000000012" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-0.9000000000000008" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,-0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-1.9299999999999997 1.58,0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,202.3720088947092 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,1.8000000000000012" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,148.20504508943333" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 -2.02,-2.4" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-3.100000000000001" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-1.3000000000000012" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-0.9000000000000008" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,-0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,2.6900000000000004 1.58,0.10000000000000009" data-type="line" data-label="" points="144.72158652568254,135.28048804206188 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,1.5799999999999998 16.11,-0.8200000000000001" data-type="line" data-label="" points="539.8645047941964,151.3998794157499 535.5079125310374,186.25261752102122" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 -2.02,1.3322676295501878e-15" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 272.22452009413354,174.34459866838682" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 -2.02,-2.4" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.8000000000000012 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,148.20504508943333 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 -2.02,-2.4" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 272.22452009413354,209.1973367736582" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-3.100000000000001" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,219.362718721029" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-1.3000000000000012" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-0.9000000000000008" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,-0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.4 1.58,0.10000000000000009" data-type="line" data-label="" points="272.22452009413354,209.1973367736582 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-1.3000000000000012" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,193.22316514207552" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-3.100000000000001 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,219.362718721029 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,187.41437545786363" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-1.3000000000000012 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.9000000000000008 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 324.50362725204053,175.79679608943982" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.9000000000000008 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.10000000000000009 1.58,0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 324.50362725204053,172.89240124733388" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.188749999999999,-3.9099999999999997 -13.823750000000002,-5.91" data-type="line" data-label="" points="95.51024641974996,231.12551783155806 100.81076700659324,260.16946625261755" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.188749999999999,-3.9099999999999997 -15.456438325000002,-7.26984725" data-type="line" data-label="" points="95.51024641974996,231.12551783155806 77.10090925711026,279.9171329473773" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.823750000000002,-5.91 -15.456438325000002,-7.26984725" data-type="line" data-label="" points="100.81076700659324,260.16946625261755 77.10090925711026,279.9171329473773" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.2,1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 197.00069368358953,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.2,-2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 197.00069368358953,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -7.9,-0.38" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -10.8,-2.6900000000000004" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -10.8,1.9299999999999997" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -2.02,-1.7999999999999998" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 1.58,1.700000000000001" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.6,-0.38 -2.8,-5.18" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.2,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 197.00069368358953,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.9,-0.38" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -2.02,-1.7999999999999998" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 1.58,1.700000000000001" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,1.9299999999999997 -2.8,-5.18" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -7.9,-0.38" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 186.83531173621873,179.86294886838814" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -2.02,-1.7999999999999998" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 1.58,1.700000000000001" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -2.8,-5.18" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -10.8,-2.6900000000000004" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 144.72158652568254,213.40870929471183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -10.8,1.9299999999999997" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -2.02,-1.7999999999999998" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 1.58,1.700000000000001" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.9,-0.38 -2.8,-5.18" data-type="line" data-label="" points="186.83531173621873,179.86294886838814 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-7.3 17.02,-4.36" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 548.7229090626195,237.66040622629646" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.65,-7.3 19.02,-3.8600000000000003" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 577.7668574836789,230.3994191210316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 144.72158652568254,146.3171884420645" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -2.02,-1.7999999999999998" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 1.58,1.700000000000001" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,-2.6900000000000004 -2.8,-5.18" data-type="line" data-label="" points="144.72158652568254,213.40870929471183 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 -2.02,-1.7999999999999998" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 272.22452009413354,200.48415224734035" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 1.58,1.700000000000001" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.8,1.9299999999999997 -2.8,-5.18" data-type="line" data-label="" points="144.72158652568254,146.3171884420645 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-5.659999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,259.44336754209104" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.06" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.26" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 9.719999999999999,-7.86" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 14.21,-4.12" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 15.47,-4.34" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="16.41,0.8200000000000001 16.11,-1.5799999999999998" data-type="line" data-label="" points="539.8645047941964,162.43657981575248 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -16.188750000000002,-4.01" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 66.46629799869044,232.57771525261106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -13.823750000000002,-6.67" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 100.81076700659324,271.20616665262014" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,259.44336754209104" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,262.347762384197" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,262.347762384197 457.0892517941769,265.2521572263029" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,262.347762384197 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,262.347762384197 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,262.347762384197 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,262.347762384197 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,262.347762384197 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.06 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,262.347762384197 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 457.0892517941769,268.15655206840887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.26 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 13.209999999999999,-5.659999999999999" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 493.39418732050126,256.5389726999851" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 14.21,-4.12" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 15.47,-4.34" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.709999999999999,-6.459999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 442.71249732575245,288.4873159631505" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 14.21,-4.12" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 15.47,-4.34" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 16.11,-1.5799999999999998" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-1.7999999999999998 1.58,1.700000000000001" data-type="line" data-label="" points="272.22452009413354,200.48415224734035 324.50362725204053,149.6572425104863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-1.7999999999999998 -2.8,-5.18" data-type="line" data-label="" points="272.22452009413354,200.48415224734035 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,1.700000000000001 -2.8,-5.18" data-type="line" data-label="" points="324.50362725204053,149.6572425104863 260.89738020992036,249.56842507893083" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="17.02,-4.36 19.02,-3.8600000000000003" data-type="line" data-label="" points="548.7229090626195,237.66040622629646 577.7668574836789,230.3994191210316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-16.188750000000002,-4.01 -13.823750000000002,-6.67" data-type="line" data-label="" points="66.46629799869044,232.57771525261106 100.81076700659324,271.20616665262014" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 1.9662499999999996,-17.6180195" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 330.11273979085763,430.19302348799664" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 -1.2662500000000003,-18.498019499999998" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 283.1704581553203,442.97236079326274" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.03375000000000039,-17.818019500000002 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="301.0687913697982,433.09741833010264 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9662499999999996,-17.6180195 -1.2662500000000003,-18.498019499999998" data-type="line" data-label="" points="330.11273979085763,430.19302348799664 283.1704581553203,442.97236079326274" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9662499999999996,-17.6180195 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="330.11273979085763,430.19302348799664 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.656249999999998,-4.352759749999999 8.656249999999998,-6.752759749999999" data-type="line" data-label="" points="427.2647472593015,237.55526350251864 427.2647472593015,272.40800160778997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 14.21,-4.12" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 507.916161531031,234.17513241576933" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 15.47,-4.34" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.719999999999999,-7.86 16.11,-1.5799999999999998" data-type="line" data-label="" points="442.71249732575245,288.4873159631505 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.21,-4.12 15.47,-4.34" data-type="line" data-label="" points="507.916161531031,234.17513241576933 526.2138490362984,237.36996674208586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.21,-4.12 16.11,-1.5799999999999998" data-type="line" data-label="" points="507.916161531031,234.17513241576933 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="15.47,-4.34 16.11,-1.5799999999999998" data-type="line" data-label="" points="526.2138490362984,237.36996674208586 535.5079125310374,197.2893179210238" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2662500000000003,-18.498019499999998 1.7662500000000005,-19.7780195" data-type="line" data-label="" points="283.1704581553203,442.97236079326274 327.2083449487517,461.5604877827409" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-15.461687425000001,-8.9255195 -15.461687425000001,-8.325672250000002" data-type="line" data-label="" points="77.02468196228179,303.960762662967 77.02468196228179,295.2497963682099" fill="none" stroke="hsl(212, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 1.58,-0.7000000000000006" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 324.50362725204053,184.50998061575766" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 1.58,0.2999999999999998" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 324.50362725204053,169.98800640522794" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.02,-2.6 -2.8,-4.42" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.7000000000000006 1.58,0.2999999999999998" data-type="line" data-label="" points="324.50362725204053,184.50998061575766 324.50362725204053,169.98800640522794" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,-0.7000000000000006 -2.8,-4.42" data-type="line" data-label="" points="324.50362725204053,184.50998061575766 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.58,0.2999999999999998 -2.8,-4.42" data-type="line" data-label="" points="324.50362725204053,169.98800640522794 260.89738020992036,238.53172467892824" fill="none" stroke="hsl(30, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.209999999999999,-6.659999999999999 14.179999999999998,-6.659999999999999 14.179999999999998,-6.1 14.600000000000001,-6.1" data-type="line" data-label="" points="493.39418732050126,271.0609469105148 507.48050230471506,271.0609469105148 507.48050230471506,262.9286413526182 513.5797314731376,262.9286413526182" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-7.06 14.179999999999998,-7.06 14.179999999999998,-6.659999999999999 13.209999999999999,-6.659999999999999" data-type="line" data-label="" points="493.39418732050126,276.8697365947267 507.48050230471506,276.8697365947267 507.48050230471506,271.0609469105148 493.39418732050126,271.0609469105148" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.459999999999999 14.379999999999997,-6.459999999999999 14.379999999999997,-6.859999999999999 13.209999999999999,-6.859999999999999" data-type="line" data-label="" points="493.39418732050126,268.15655206840887 510.384897146821,268.15655206840887 510.384897146821,273.96534175262076 493.39418732050126,273.96534175262076" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-4.41 -17.56125,-4.609999999999999 -16.24125,-4.609999999999999 -16.24125,-4.210000000000001 -16.188750000000002,-4.210000000000001" data-type="line" data-label="" points="46.53488839473843,238.38650493682294 46.53488839473843,241.29089977892886 65.70389435263766,241.29089977892886 65.70389435263766,235.482110094717 66.46629799869044,235.482110094717" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.6,0.38 -9.6,0.5799999999999993 -7.9,0.5799999999999993 -7.9,0.38" data-type="line" data-label="" points="162.1479555783182,168.82624846838556 162.1479555783182,165.9218536262796 186.83531173621873,165.9218536262796 186.83531173621873,168.82624846838556" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.823750000000002,-5.91 -13.823750000000002,-3.9099999999999997 -14.188749999999999,-3.9099999999999997" data-type="line" data-label="" points="100.81076700659324,260.16946625261755 100.81076700659324,231.12551783155806 95.51024641974996,231.12551783155806" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.261249999999999,-4.320259749999998 9.261249999999999,-4.120259749999999 11.141249999999998,-4.120259749999999 11.141249999999998,-4.32025975" data-type="line" data-label="" points="436.05054165667195,237.08329934067643 436.05054165667195,234.1789044985705 463.3518531724678,234.1789044985705 463.3518531724678,237.08329934067643" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.02,1.3322676295501878e-15 -2.2199999999999998,1.3322676295501878e-15 -2.2199999999999998,1.8000000000000012 -2.02,1.8000000000000012" data-type="line" data-label="" points="272.22452009413354,174.34459866838682 269.3201252520276,174.34459866838682 269.3201252520276,148.20504508943333 272.22452009413354,148.20504508943333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,0.10000000000000009 1.68,0.10000000000000009 1.68,-0.10000000000000009 1.58,-0.10000000000000009" data-type="line" data-label="" points="324.50362725204053,172.89240124733388 325.9558246730935,172.89240124733388 325.9558246730935,175.79679608943982 324.50362725204053,175.79679608943982" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.71,-7.06 9.719999999999999,-7.06 9.719999999999999,-7.259999999999999" data-type="line" data-label="" points="457.0892517941769,276.8697365947267 442.71249732575245,276.8697365947267 442.71249732575245,279.77413143683265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-17.7380195 -1.2662500000000003,-17.6180195 -0.033749999999998614,-17.6180195" data-type="line" data-label="" points="283.1704581553203,431.93566039326026 283.1704581553203,430.19302348799664 301.0687913697982,430.19302348799664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.0180195 1.7662500000000005,-18.418019500000003 2.5962499999999995,-18.418019500000003 2.5962499999999995,-17.818019500000002 1.9662499999999998,-17.818019500000002" data-type="line" data-label="" points="327.2083449487517,450.5237873827383 327.2083449487517,441.8106028564205 339.2615835434914,441.8106028564205 339.2615835434914,433.09741833010264 330.11273979085763,433.09741833010264" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.188750000000002,-3.8099999999999996 -16.388750000000005,-3.8099999999999996 -16.388750000000005,-1.77 -16.188750000000006,-1.77" data-type="line" data-label="" points="66.46629799869044,229.67332041050508 63.561903156584464,229.67332041050508 63.561903156584464,200.04849302102446 66.46629799869041,200.04849302102446" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-17.56125,-3.8099999999999987 -17.56125,-3.6099999999999994 -16.38875,-3.6099999999999994 -16.38875,-3.8099999999999987 -16.188750000000002,-3.8099999999999987" data-type="line" data-label="" points="46.53488839473843,229.67332041050508 46.53488839473843,226.76892556839914 63.56190315658452,226.76892556839914 63.56190315658452,229.67332041050508 66.46629799869044,229.67332041050508" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.6,-0.38 -9.6,-0.5799999999999993 -7.9,-0.5799999999999993 -7.9,-0.38" data-type="line" data-label="" points="162.1479555783182,179.86294886838814 162.1479555783182,182.7673437104941 186.83531173621873,182.7673437104941 186.83531173621873,179.86294886838814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2662500000000003,-18.498019499999998 -1.2662500000000003,-18.698019499999997 -0.35125000000000023,-18.698019499999997 -0.35125000000000023,-17.818019500000002 -0.033749999999998614,-17.818019500000002" data-type="line" data-label="" points="283.1704581553203,442.97236079326274 283.1704581553203,445.8767556353687 296.458064557955,445.8767556353687 296.458064557955,433.09741833010264 301.0687913697982,433.09741833010264" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7662500000000005,-19.7780195 1.7662500000000005,-19.9780195 2.8012500000000005,-19.9780195 2.8012500000000005,-17.6180195 1.9662499999999998,-17.6180195" data-type="line" data-label="" points="327.2083449487517,461.5604877827409 327.2083449487517,464.46488262484684 342.23858825664996,464.46488262484684 342.23858825664996,430.19302348799664 330.11273979085763,430.19302348799664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.26 10.594999999999999,-6.26 10.594999999999999,-6.459999999999999 10.709999999999999,-6.459999999999999" data-type="line" data-label="" points="457.0892517941769,265.2521572263029 455.419224759966,265.2521572263029 455.419224759966,268.15655206840887 457.0892517941769,268.15655206840887" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.06 10.594999999999999,-6.06 10.594999999999999,-6.26 10.709999999999999,-6.26" data-type="line" data-label="" points="457.0892517941769,262.347762384197 455.419224759966,262.347762384197 455.419224759966,265.2521572263029 457.0892517941769,265.2521572263029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-5.859999999999999 10.594999999999999,-5.859999999999999 10.594999999999999,-6.06 10.709999999999999,-6.06" data-type="line" data-label="" points="457.0892517941769,259.44336754209104 455.419224759966,259.44336754209104 455.419224759966,262.347762384197 457.0892517941769,262.347762384197" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-5.659999999999999 10.594999999999999,-5.659999999999999 10.594999999999999,-5.859999999999999 10.709999999999999,-5.859999999999999" data-type="line" data-label="" points="457.0892517941769,256.5389726999851 455.419224759966,256.5389726999851 455.419224759966,259.44336754209104 457.0892517941769,259.44336754209104" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.47,-4.34 15.47,-4.54 14.84,-4.54 14.84,-4.12 14.21,-4.12" data-type="line" data-label="" points="526.2138490362984,237.36996674208586 526.2138490362984,240.2743615841918 517.0650052836647,240.2743615841918 517.0650052836647,234.17513241576933 507.916161531031,234.17513241576933" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.461687425000001,-8.9255195 -15.461687425000001,-8.325672250000002" data-type="line" data-label="" points="77.02468196228179,303.960762662967 77.02468196228179,295.2497963682099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.261249999999999,-4.92025975 9.261249999999999,-5.836509749999999 6.456249999999998,-5.836509749999999 6.456249999999998,-6.752759749999999 6.656249999999998,-6.752759749999999" data-type="line" data-label="" points="436.05054165667195,245.79648386699427 436.05054165667195,259.10224273739215 395.3164039961361,259.10224273739215 395.3164039961361,272.40800160778997 398.22079883824205,272.40800160778997" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,2.6900000000000004 -7.2,2.8899999999999997 -10.8,2.8899999999999997 -10.8,2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,135.28048804206188 197.00069368358953,132.37609319995596 144.72158652568254,132.37609319995596 144.72158652568254,135.28048804206188" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-1.9299999999999997 -7.2,-1.7300000000000004 -10.8,-1.7300000000000004 -10.8,-1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,202.3720088947092 197.00069368358953,199.46761405260327 144.72158652568254,199.46761405260327 144.72158652568254,202.3720088947092" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,1.9299999999999997 -7.2,1.7300000000000004 -10.8,1.7300000000000004 -10.8,1.9299999999999997" data-type="line" data-label="" points="197.00069368358953,146.3171884420645 197.00069368358953,149.22158328417044 144.72158652568254,149.22158328417044 144.72158652568254,146.3171884420645" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-2.6900000000000004 -7.2,-2.8899999999999997 -10.8,-2.8899999999999997 -10.8,-2.6900000000000004" data-type="line" data-label="" points="197.00069368358953,213.40870929471183 197.00069368358953,216.31310413681774 144.72158652568254,216.31310413681774 144.72158652568254,213.40870929471183" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.65,-7.3 16.65,-7.499999999999999 15.999999999999996,-7.499999999999999 15.999999999999996,-4.360000000000001 17.02,-4.360000000000001" data-type="line" data-label="" points="543.3497786047235,280.35501040525384 543.3497786047235,283.2594052473598 533.9104953678791,283.2594052473598 533.9104953678791,237.66040622629646 548.7229090626195,237.66040622629646" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.461687425000001,-9.685519499999998 -15.461687425000001,-9.885519499999997 -13.823750000000002,-9.885519499999997 -13.823750000000002,-6.670000000000002" data-type="line" data-label="" points="77.02468196228179,314.9974630629696 77.02468196228179,317.90185790507553 100.81076700659324,317.90185790507553 100.81076700659324,271.20616665262014" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0200000000000005,-1.8000000000000007 -3.45,-1.8000000000000007 -3.45,-5.38 -2.8,-5.38 -2.8,-5.18" data-type="line" data-label="" points="272.22452009413354,200.48415224734038 251.458096973076,200.48415224734038 251.458096973076,252.47281992103677 260.89738020992036,252.47281992103677 260.89738020992036,249.56842507893083" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.0200000000000005,-2.6 -2.8,-2.6 -2.8,-4.42" data-type="line" data-label="" points="272.22452009413354,212.10173161576415 260.89738020992036,212.10173161576415 260.89738020992036,238.53172467892824" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-1.3000000000000012 2.521,-1.3000000000000012 2.521,-3.100000000000001 1.58,-3.100000000000001" data-type="line" data-label="" points="324.50362725204053,193.22316514207552 338.168804984149,193.22316514207552 338.168804984149,219.362718721029 324.50362725204053,219.362718721029" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.9000000000000008 2.761,-0.9000000000000009 2.761,-1.3000000000000012 1.58,-1.3000000000000012" data-type="line" data-label="" points="324.50362725204053,187.41437545786363 341.65407879467614,187.41437545786363 341.65407879467614,193.22316514207552 324.50362725204053,193.22316514207552" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,-0.10000000000000009 2.331,-0.10000000000000009 2.331,-0.9000000000000008 1.58,-0.9000000000000008" data-type="line" data-label="" points="324.50362725204053,175.79679608943982 335.40962988414833,175.79679608943982 335.40962988414833,187.41437545786363 324.50362725204053,187.41437545786363" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-6.06 13.41,-6.06 13.41,-4.12 13.61,-4.12" data-type="line" data-label="" points="493.39418732050126,262.347762384197 496.2985821626072,262.347762384197 496.2985821626072,234.17513241576933 499.20297700471315,234.17513241576933" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.71,-6.459999999999999 10.594999999999999,-6.46 10.594999999999999,-8.059999999999999 9.719999999999999,-8.059999999999999 9.719999999999999,-7.86" data-type="line" data-label="" points="457.0892517941769,268.15655206840887 455.419224759966,268.15655206840887 455.419224759966,291.3917108052564 442.71249732575245,291.3917108052564 442.71249732575245,288.4873159631505" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,0.2999999999999998 2.431,0.2999999999999998 2.431,-0.7000000000000006 1.58,-0.7000000000000006" data-type="line" data-label="" points="324.50362725204053,169.98800640522794 336.86182730520136,169.98800640522794 336.86182730520136,184.50998061575766 324.50362725204053,184.50998061575766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.65,-6.54 16.65,-5.299999999999998 19.961000000000006,-5.299999999999998 19.961000000000006,-4.06 19.02,-4.06" data-type="line" data-label="" points="543.3497786047235,269.31831000525125 543.3497786047235,251.31106198419437 591.4320352157874,251.31106198419437 591.4320352157874,233.30381396313754 577.7668574836789,233.30381396313754" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-15.14875,-1.77 -14.84775,-1.77 -14.84775,-1.3190000000000002" data-type="line" data-label="" points="81.5691511776414,200.04849302102446 85.94026541501086,200.04849302102446 85.94026541501086,193.49908265207557" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.709999999999999,-6.659999999999999 9.858999999999998,-6.659999999999999 9.858999999999998,-6.608999999999999" data-type="line" data-label="" points="457.0892517941769,271.0609469105148 444.73105174101613,271.0609469105148 444.73105174101613,270.32032622577776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-5.859999999999999 13.710999999999999,-5.859999999999999 13.710999999999999,-5.558999999999999" data-type="line" data-label="" points="493.39418732050126,259.44336754209104 500.6696963999766,259.44336754209104 500.6696963999766,255.07225330472158" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.2199999999999998,1.8000000000000012 -2.5699999999999994,1.8000000000000012" data-type="line" data-label="" points="269.3201252520276,148.20504508943333 264.23743427834216,148.20504508943333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.059999999999999,-18.52 7.758999999999999,-18.52 7.758999999999999,-18.168999999999997" data-type="line" data-label="" points="418.6060201362732,443.2915610473974 414.23490589890366,443.2915610473974 414.23490589890366,438.19434809950144" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.209999999999999,-5.659999999999999 16.250999999999998,-5.659999999999999 16.250999999999998,-5.710999999999999" data-type="line" data-label="" points="493.39418732050126,256.5389726999851 537.5555108947221,256.5389726999851 537.5555108947221,257.2795933847221" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.58,1.700000000000001 2.6710000000000003,1.700000000000001 2.6710000000000003,1.6490000000000011" data-type="line" data-label="" points="324.50362725204053,149.6572425104863 340.3471011157285,149.6572425104863 340.3471011157285,150.39786319522332" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="19.02,-3.8600000000000003 20.311,-3.8600000000000003 20.311,-3.911" data-type="line" data-label="" points="577.7668574836789,230.3994191210316 596.5147261894729,230.3994191210316 596.5147261894729,231.1400398057686" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.656249999999998,-4.352759749999999 8.897249999999998,-4.352759749999999 8.897249999999998,-4.953759749999999" data-type="line" data-label="" points="427.2647472593015,237.55526350251864 430.7645430440391,237.55526350251864 430.7645430440391,246.282970003047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.656249999999998,-6.752759749999999 8.897249999999998,-6.752759749999999 8.897249999999998,-7.15375975" data-type="line" data-label="" points="427.2647472593015,272.40800160778997 430.7645430440391,272.40800160778997 430.7645430440391,278.2313132662124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8800000000000001,0.2999999999999998 2.73,0.2999999999999998 2.73,0.8009999999999997" data-type="line" data-label="" points="328.86021951519945,169.98800640522794 341.20389759414974,169.98800640522794 341.20389759414974,162.71249732575254" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-15.668750000000003" data-y="-1.7000000000000002" x="66.4662979986904" y="194.09448359470727" width="15.102853178950994" height="9.87494246316021" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-17.16375" data-y="-4.109999999999999" x="41.81524677631627" y="229.67332041050508" width="20.98425273421546" height="8.71318452631786" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-9.287499999999998" data-y="0" x="155.61306718357991" y="168.82624846838556" width="22.14601067105778" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.8875" data-y="2.31" x="190.4658052888512" y="135.2804880420619" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-6.8875" data-y="-2.31" x="190.4658052888512" y="202.3720088947092" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-7.5875" data-y="0" x="180.30042334148035" y="168.82624846838556" width="22.14601067105781" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="9.478749999999998" data-y="-4.620259749999999" x="431.33090003824987" y="237.08329934067643" width="15.756342018424732" height="8.713184526317832" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="16.902499999999996" data-y="-6.92" x="536.8148902099852" y="269.31831000525125" width="20.4033737657943" height="11.036700400002587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-10.4875" data-y="-2.31" x="138.18669813094417" y="202.3720088947092" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-10.4875" data-y="2.31" x="138.18669813094417" y="135.2804880420619" width="22.14601067105781" height="11.036700400002616" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="16.7825" data-y="1.2" x="533.329616399458" y="151.3998794157499" width="23.88864757632132" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-15.329187425" data-y="-9.305519499999999" x="70.48979356754344" y="303.960762662967" width="16.91809995526711" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="11.959999999999999" data-y="-6.359999999999999" x="457.0892517941769" y="253.63457785787915" width="36.30493552632436" height="26.139553578953496" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-0.21999999999999997" data-y="-1" x="272.22452009413354" y="146.75284766838035" width="52.27910715790699" height="84.2274504210724" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="18.02" data-y="-4.16" x="548.7229090626196" y="227.49502427892565" width="29.04394842105944" height="14.52197421052972" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-15.18875" data-y="-4.01" x="66.46629799869042" y="228.22112298945217" width="29.043948421059525" height="8.713184526317804" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="0.9662499999999996" data-y="-17.7180195" x="301.0687913697982" y="427.28862864589064" width="29.04394842105944" height="8.713184526317889" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="7.656249999999998" data-y="-4.252759749999999" x="398.22079883824205" y="231.74647381830675" width="29.04394842105944" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="7.656249999999998" data-y="-6.85275975" x="398.22079883824205" y="269.5036067656841" width="29.04394842105944" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="10.162500000000001" data-y="-22.779999999999998" x="440.93355548496265" y="496.5872064000414" width="16.409830857898555" height="17.135929568425126" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="10.2" data-y="-18.52" x="441.4781295178575" y="434.7235962631849" width="16.409830857898555" height="17.135929568425013" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="11.41875" data-y="-4.620259749999999" x="458.63221155404574" y="237.08329934067643" width="17.49897892368824" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="10.162500000000001" data-y="-20.65" x="444.781878650753" y="469.2858948842456" width="8.713184526317832" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="8.6" data-y="-18.52" x="418.6060201362732" y="438.3540898158173" width="15.683732147372098" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="9.9375" data-y="-7.56" x="437.99285570733036" y="279.77413143683265" width="15.756342018424732" height="8.713184526317832" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="13.91" data-y="-4.12" x="499.20297700471315" y="229.23766118418922" width="8.713184526317832" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="14.96" data-y="-6.1" x="513.5797314731376" y="257.99117012103807" width="10.455821431581398" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="14.96" data-y="-8.08" x="513.5797314731376" y="286.7446790578869" width="10.455821431581398" height="9.87494246316021" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="15.662500000000001" data-y="-3.96" x="519.67896064156" y="226.33326634208328" width="18.660736860530733" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="-13.691250000000002" data-y="-6.29" x="94.27587861185489" y="260.1694662526175" width="16.91809995526711" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="-2.6075" data-y="-4.8" x="254.36249181518195" y="238.53172467892824" width="18.660736860530733" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="16.2425" data-y="-1.2" x="528.973024136299" y="186.25261752102122" width="16.918099955267166" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="-1.1337500000000003" data-y="-18.1180195" x="276.6355697605819" y="431.93566039326026" width="16.918099955267166" height="11.036700400002474" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="1.9587500000000004" data-y="-19.3980195" x="320.67345655401334" y="450.52378738273825" width="18.660736860530676" height="11.036700400002587" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="-15.49516617041211" data-y="-7.797759750000001" x="63.03268574836795" y="279.91713294737724" width="27.0116374728766" height="15.332663420832603" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="13.3925" data-y="-17.1580195" x="486.4417921672101" y="422.0607179301" width="19.205310893425576" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="13.2725" data-y="-18.5580195" x="486.4417921672101" y="442.3914818248416" width="15.7200370828985" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="13.3925" data-y="-19.958019500000002" x="486.4417921672101" y="462.7222457195833" width="19.205310893425576" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="13.2725" data-y="-18.5580195" x="486.4417921672101" y="442.3914818248416" width="15.7200370828985" height="2.904394842105944" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="TYPE_C_16PIN_2MD_073_" data-x="12.37" data-y="-7.389999999999999" x="462.89804147838885" y="280.3550104052539" width="36.595375010534894" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="J_USB" data-x="11.41" data-y="-5.344999999999999" x="462.02672302575706" y="250.14930404735202" width="10.455821431581398" height="3.6304935526324016" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="RP2040" data-x="-1.2599999999999998" data-y="-4.03" x="278.0333097783454" y="231.56117705787398" width="10.455821431581398" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.5" data-y="2.015" x="277.16199132571364" y="143.26757385785322" width="5.227910715790699" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="W25Q16JVUXIQ" data-x="18.14" data-y="-4.79" x="554.5316987468314" y="242.59787745787656" width="20.911642863162797" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U2" data-x="17.54" data-y="-3.545" x="553.6603802941995" y="224.00975046839852" width="5.227910715790699" height="3.63049355263243" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="AP2112K_3_3TRG1" data-x="-14.88875" data-y="-4.4399999999999995" x="72.27508768290238" y="237.5151864841912" width="26.139553578953496" height="2.613955357895321" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="U3" data-x="-15.66875" data-y="-3.5949999999999998" x="71.4037692302706" y="224.73584917892498" width="5.227910715790699" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="X322512MSB4SI" data-x="1.1462499999999995" data-y="-18.1480195" x="306.8775810540101" y="436.5826921406298" width="22.654279768426363" height="2.6139553578952928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="Y1" data-x="0.4862499999999995" data-y="-17.3030195" x="306.0062626013783" y="423.8033548353636" width="5.227910715790699" height="3.6304935526324016" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SKRPACE010" data-x="7.656249999999998" data-y="-4.682759749999999" x="404.02958852245393" y="241.0405373130458" width="17.426369052635664" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SW_BOOT" data-x="7.4762499999999985" data-y="-3.837759749999999" x="403.15827006982215" y="228.26120000777962" width="13.941095242108531" height="3.63049355263243" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SKRPACE010" data-x="7.656249999999998" data-y="-7.28275975" x="404.02958852245393" y="278.79767026042305" width="17.426369052635664" height="2.6139553578953496" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="SW_RUN" data-x="7.416249999999998" data-y="-6.43775975" x="403.15827006982215" y="266.0183329551569" width="12.198458336844965" height="3.6304935526324584" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="netId: VSYS
2
4
  globalConnNetId: connectivity_net20" data-x="-17.56125" data-y="-3.3999999999999995" x="42.1782961315795" y="220.66969639997666" width="8.71318452631786" height="6.099229168422482" fill="#ef444466" stroke="#ef4444" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="netId: VBUS
3
5
  globalConnNetId: connectivity_net21" data-x="-14.84775" data-y="-1.1090000000000002" x="81.58367315185193" y="187.3998534836531" width="8.71318452631786" height="6.099229168422482" fill="#ef444466" stroke="#ef4444" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="netId: VBUS
4
6
  globalConnNetId: connectivity_net21" data-x="9.858999999999998" data-y="-6.398999999999999" x="440.37445947785716" y="264.22109705735534" width="8.713184526317889" height="6.099229168422426" fill="#ef444466" stroke="#ef4444" stroke-width="0.06886116071428573"/></g><g><rect data-type="rect" data-label="netId: VBUS
@@ -319,7 +321,7 @@ orientation: y-" data-x="11.141249999999998" data-y="-4.920259749999999" cx="463
319
321
  const h = svg.getElementById('crosshair-h');
320
322
  const v = svg.getElementById('crosshair-v');
321
323
  const coords = svg.getElementById('coordinates');
322
-
324
+
323
325
  crosshair.style.display = 'block';
324
326
  h.setAttribute('x1', '0');
325
327
  h.setAttribute('x2', '640');
@@ -338,13 +340,13 @@ orientation: y-" data-x="11.141249999999998" data-y="-4.920259749999999" cx="463
338
340
  // y' = (y - ty) / sy
339
341
  const sx = matrix.a;
340
342
  const sy = matrix.d;
341
- const tx = matrix.e;
343
+ const tx = matrix.e;
342
344
  const ty = matrix.f;
343
345
  const realPoint = {
344
346
  x: (x - tx) / sx,
345
347
  y: (y - ty) / sy // Flip y back since we used negative scale
346
348
  }
347
-
349
+
348
350
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
349
351
  coords.setAttribute('x', (x + 5).toString());
350
352
  coords.setAttribute('y', (y - 5).toString());
@@ -352,4 +354,566 @@ orientation: y-" data-x="11.141249999999998" data-y="-4.920259749999999" cx="463
352
354
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
353
355
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
354
356
  });
355
- ]]></script></svg>
357
+ ]]></script>
358
+ </g>
359
+ <g transform="translate(1216, 200)">
360
+ <style>
361
+ .boundary { fill: rgb(245, 241, 237); }
362
+ .schematic-boundary { fill: none; stroke: #fff; }
363
+ .component { fill: none; stroke: rgb(132, 0, 0); }
364
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
365
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
366
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
367
+ .pin-number { fill: rgb(169, 0, 0); }
368
+ .port-label { fill: rgb(0, 100, 100); }
369
+ .component-name { fill: rgb(0, 100, 100); }
370
+
371
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 962.480535321479 302.18631132913396 L 990.5385991222819 302.18631132913396 L 990.5385991222819 285.98784150599 L 1002.68745148964 285.98784150599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 302.18631132913396 L 990.5385991222819 302.18631132913396 L 990.5385991222819 285.98784150599 L 1002.68745148964 285.98784150599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 962.480535321479 313.756646917094 L 990.5385991222819 313.756646917094 L 990.5385991222819 302.18631132913396 L 962.480535321479 302.18631132913396" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 313.756646917094 L 990.5385991222819 313.756646917094 L 990.5385991222819 302.18631132913396 L 962.480535321479 302.18631132913396" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 962.480535321479 296.40114353515395 L 996.3237669162619 296.40114353515395 L 996.3237669162619 307.97147912311397 L 962.480535321479 307.97147912311397" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 296.40114353515395 L 996.3237669162619 296.40114353515395 L 996.3237669162619 307.97147912311397 L 962.480535321479 307.97147912311397" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 72.39631291894358 237.103173646859 L 72.39631291894358 242.88834144083899 L 110.57842035921158 242.88834144083899 L 110.57842035921158 231.31800585287903 L 112.09702690513132 231.31800585287903" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 72.39631291894358 237.103173646859 L 72.39631291894358 242.88834144083899 L 110.57842035921158 242.88834144083899 L 110.57842035921158 231.31800585287903 L 112.09702690513132 231.31800585287903" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 302.68214841805997 98.548404981038 L 302.68214841805997 92.76323718705802 L 351.85607466689 92.76323718705802 L 351.85607466689 98.548404981038" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.68214841805997 98.548404981038 L 302.68214841805997 92.76323718705802 L 351.85607466689 92.76323718705802 L 351.85607466689 98.548404981038" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 180.50663606894477 280.491932101709 L 180.50663606894477 222.640254161909 L 169.9487048449314 222.640254161909" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 180.50663606894477 280.491932101709 L 180.50663606894477 222.640254161909 L 169.9487048449314 222.640254161909" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 848.2596286890863 234.50736162624037 L 848.2596286890863 228.72219383226042 L 902.6402059524983 228.72219383226042 L 902.6402059524983 234.50736162624042" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 848.2596286890863 234.50736162624037 L 848.2596286890863 228.72219383226042 L 902.6402059524983 228.72219383226042 L 902.6402059524983 234.50736162624042" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 521.940007809902 109.54022378959996 L 516.154840015922 109.54022378959996 L 516.154840015922 57.47371364377997 L 521.940007809902 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 109.54022378959996 L 516.154840015922 109.54022378959996 L 516.154840015922 57.47371364377997 L 521.940007809902 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 626.0730281015419 106.64763989261 L 628.9656119985319 106.64763989261 L 628.9656119985319 112.43280768659001 L 626.0730281015419 112.43280768659001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 106.64763989261 L 628.9656119985319 106.64763989261 L 628.9656119985319 112.43280768659001 L 626.0730281015419 112.43280768659001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 890.165937896729 313.756646917094 L 861.5293573165279 313.756646917094 L 861.5293573165279 319.541814711074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.165937896729 313.756646917094 L 861.5293573165279 313.756646917094 L 861.5293573165279 319.541814711074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 543.742858933464 622.627319491546 L 543.742858933464 619.156218815158 L 579.3939554638658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.742858933464 622.627319491546 L 543.742858933464 619.156218815158 L 579.3939554638658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 631.4604656096859 659.6523933730181 L 631.4604656096859 642.2968899910782 L 655.4689119547029 642.2968899910782 L 655.4689119547029 624.9413866091381 L 637.2456334036658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.4604656096859 659.6523933730181 L 631.4604656096859 642.2968899910782 L 655.4689119547029 642.2968899910782 L 655.4689119547029 624.9413866091381 L 637.2456334036658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 112.09702690513132 219.747670264919 L 106.3118591111512 219.747670264919 L 106.3118591111512 160.738958766323 L 112.0970269051312 160.738958766323" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 112.09702690513132 219.747670264919 L 106.3118591111512 219.747670264919 L 106.3118591111512 160.738958766323 L 112.0970269051312 160.738958766323" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 72.39631291894358 219.74767026491895 L 72.39631291894358 213.962502470939 L 106.3118591111513 213.962502470939 L 106.3118591111513 219.74767026491895 L 112.09702690513132 219.74767026491895" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 72.39631291894358 219.74767026491895 L 72.39631291894358 213.962502470939 L 106.3118591111513 213.962502470939 L 106.3118591111513 219.74767026491895 L 112.09702690513132 219.74767026491895" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 302.68214841805997 120.53204259816201 L 302.68214841805997 126.31721039214199 L 351.85607466689 126.31721039214199 L 351.85607466689 120.53204259816201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.68214841805997 120.53204259816201 L 302.68214841805997 126.31721039214199 L 351.85607466689 126.31721039214199 L 351.85607466689 120.53204259816201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 543.742858933464 644.61095710867 L 543.742858933464 650.39612490265 L 570.2100015909226 650.39612490265 L 570.2100015909226 624.9413866091381 L 579.3939554638658 624.9413866091381" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 543.742858933464 644.61095710867 L 543.742858933464 650.39612490265 L 570.2100015909226 650.39612490265 L 570.2100015909226 624.9413866091381 L 579.3939554638658 624.9413866091381" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 631.4604656096859 681.636030990142 L 631.4604656096859 687.421198784122 L 661.3987089435324 687.421198784122 L 661.3987089435324 619.156218815158 L 637.2456334036658 619.156218815158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 631.4604656096859 681.636030990142 L 631.4604656096859 687.421198784122 L 661.3987089435324 687.421198784122 L 661.3987089435324 619.156218815158 L 637.2456334036658 619.156218815158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 890.1659378967289 290.615975741174 L 886.8394664151904 290.615975741174 L 886.8394664151904 296.40114353515395 L 890.1659378967289 296.40114353515395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 290.615975741174 L 886.8394664151904 290.615975741174 L 886.8394664151904 296.40114353515395 L 890.1659378967289 296.40114353515395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 890.1659378967289 284.830807947194 L 886.8394664151904 284.830807947194 L 886.8394664151904 290.615975741174 L 890.1659378967289 290.615975741174" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 284.830807947194 L 886.8394664151904 284.830807947194 L 886.8394664151904 290.615975741174 L 890.1659378967289 290.615975741174" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 890.1659378967289 279.045640153214 L 886.8394664151904 279.045640153214 L 886.8394664151904 284.830807947194 L 890.1659378967289 284.830807947194" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 279.045640153214 L 886.8394664151904 279.045640153214 L 886.8394664151904 284.830807947194 L 890.1659378967289 284.830807947194" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 890.1659378967289 273.260472359234 L 886.8394664151904 273.260472359234 L 886.8394664151904 279.045640153214 L 890.1659378967289 279.045640153214" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 273.260472359234 L 886.8394664151904 273.260472359234 L 886.8394664151904 279.045640153214 L 890.1659378967289 279.045640153214" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 1027.852931393453 235.078364918966 L 1027.852931393453 240.86353271294598 L 1009.6296528424159 240.86353271294598 L 1009.6296528424159 228.71468034558802 L 991.406374291379 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1027.852931393453 235.078364918966 L 1027.852931393453 240.86353271294598 L 1009.6296528424159 240.86353271294598 L 1009.6296528424159 228.71468034558802 L 991.406374291379 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 133.12792187062217 367.71836356930237 L 133.12792187062217 350.3672786092651" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.12792187062217 367.71836356930237 L 133.12792187062217 350.3672786092651" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 848.2596286890863 251.86286500818045 L 848.2596286890863 278.3661649643513 L 767.1226503785168 278.3661649643513 L 767.1226503785168 304.86946492052215 L 772.9078181724967 304.86946492052215" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 848.2596286890863 251.86286500818045 L 848.2596286890863 278.3661649643513 L 767.1226503785168 278.3661649643513 L 767.1226503785168 304.86946492052215 L 772.9078181724967 304.86946492052215" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 372.10416194582 31.729716960568993 L 372.10416194582 25.944549166589013 L 267.97114165418 25.944549166589013 L 267.97114165418 31.729716960568993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 31.729716960568993 L 372.10416194582 25.944549166589013 L 267.97114165418 25.944549166589013 L 267.97114165418 31.729716960568993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 372.10416194582 165.367093001507 L 372.10416194582 159.581925207527 L 267.97114165418 159.581925207527 L 267.97114165418 165.367093001507" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 165.367093001507 L 372.10416194582 159.581925207527 L 267.97114165418 159.581925207527 L 267.97114165418 165.367093001507" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 372.10416194582 53.71335457769302 L 372.10416194582 59.498522371673 L 267.97114165418 59.498522371673 L 267.97114165418 53.71335457769302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 53.71335457769302 L 372.10416194582 59.498522371673 L 267.97114165418 59.498522371673 L 267.97114165418 53.71335457769302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 372.10416194582 187.35073061863102 L 372.10416194582 193.135898412611 L 267.97114165418 193.135898412611 L 267.97114165418 187.35073061863102" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 372.10416194582 187.35073061863102 L 372.10416194582 193.135898412611 L 267.97114165418 193.135898412611 L 267.97114165418 187.35073061863102" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 1061.985421377935 320.69884826987 L 1061.985421377935 326.48401606385 L 1043.1836260474997 326.48401606385 L 1043.1836260474997 235.65688169836403 L 1072.6879817967979 235.65688169836403" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1061.985421377935 320.69884826987 L 1061.985421377935 326.48401606385 L 1043.1836260474997 326.48401606385 L 1043.1836260474997 235.65688169836403 L 1072.6879817967979 235.65688169836403" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 133.12792187062217 389.70200118642634 L 133.12792187062217 395.4871689804063 L 180.50663606894477 395.4871689804063 L 180.50663606894477 302.47556971883307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 133.12792187062217 389.70200118642634 L 133.12792187062217 395.4871689804063 L 180.50663606894477 395.4871689804063 L 180.50663606894477 302.47556971883307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 521.940007809902 161.60673393542004 L 480.576058082945 161.60673393542004 L 480.576058082945 265.161237447662 L 499.37785341337997 265.161237447662 L 499.37785341337997 259.376069653682" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 161.60673393542004 L 480.576058082945 161.60673393542004 L 480.576058082945 265.161237447662 L 499.37785341337997 265.161237447662 L 499.37785341337997 259.376069653682" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 521.940007809902 184.74740511134002 L 499.37785341337997 184.74740511134002 L 499.37785341337997 237.392432036558" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.940007809902 184.74740511134002 L 499.37785341337997 184.74740511134002 L 499.37785341337997 237.392432036558" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 626.0730281015419 147.14381445047005 L 653.2922425722179 147.14381445047005 L 653.2922425722179 199.21032459629004 L 626.0730281015419 199.21032459629004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 147.14381445047005 L 653.2922425722179 147.14381445047005 L 653.2922425722179 199.21032459629004 L 626.0730281015419 199.21032459629004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 626.0730281015419 135.57347886251003 L 660.2344439249939 135.57347886251003 L 660.2344439249939 147.14381445047005 L 626.0730281015419 147.14381445047005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 135.57347886251003 L 660.2344439249939 135.57347886251003 L 660.2344439249939 147.14381445047005 L 626.0730281015419 147.14381445047005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 626.0730281015419 112.43280768659001 L 647.7963331679368 112.43280768659001 L 647.7963331679368 135.57347886251003 L 626.0730281015419 135.57347886251003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 112.43280768659001 L 647.7963331679368 112.43280768659001 L 647.7963331679368 135.57347886251003 L 626.0730281015419 135.57347886251003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 962.480535321479 284.830807947194 L 968.265703115459 284.830807947194 L 968.265703115459 228.71468034558802 L 974.050870909439 228.71468034558802" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 284.830807947194 L 968.265703115459 284.830807947194 L 968.265703115459 228.71468034558802 L 974.050870909439 228.71468034558802" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 890.165937896729 296.40114353515395 L 886.8394664151904 296.401143535154 L 886.8394664151904 342.68248588699396 L 861.5293573165279 342.68248588699396 L 861.5293573165279 336.897318093014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.165937896729 296.40114353515395 L 886.8394664151904 296.401143535154 L 886.8394664151904 342.68248588699396 L 861.5293573165279 342.68248588699396 L 861.5293573165279 336.897318093014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 626.0730281015419 100.86247209863001 L 650.6889170649268 100.86247209863001 L 650.6889170649268 129.78831106853002 L 626.0730281015419 129.78831106853002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 100.86247209863001 L 650.6889170649268 100.86247209863001 L 650.6889170649268 129.78831106853002 L 626.0730281015419 129.78831106853002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 1061.985421377935 298.715210652746 L 1061.985421377935 262.84717033006996 L 1157.758874207274 262.84717033006996 L 1157.758874207274 226.979130007394 L 1130.539659736598 226.979130007394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1061.985421377935 298.715210652746 L 1061.985421377935 262.84717033006996 L 1157.758874207274 262.84717033006996 L 1157.758874207274 226.979130007394 L 1130.539659736598 226.979130007394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 142.17989943382736 160.738958766323 L 150.88657696376725 160.738958766323 L 150.88657696376725 147.6934053908981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 142.17989943382736 160.738958766323 L 150.88657696376725 160.738958766323 L 150.88657696376725 147.6934053908981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 890.1659378967289 302.18631132913396 L 865.550048933344 302.18631132913396 L 865.550048933344 300.7110935416691" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 890.1659378967289 302.18631132913396 L 865.550048933344 302.18631132913396 L 865.550048933344 300.7110935416691" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 962.480535321479 279.045640153214 L 976.9723806453987 279.045640153214 L 976.9723806453987 270.3389626232741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 279.045640153214 L 976.9723806453987 279.045640153214 L 976.9723806453987 270.3389626232741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 516.154840015922 57.47371364377997 L 506.030796376457 57.47371364377997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 516.154840015922 57.47371364377997 L 506.030796376457 57.47371364377997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 813.512464626494 645.2467615121479 L 804.805787096554 645.2467615121479 L 804.805787096554 635.0937920337129" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 813.512464626494 645.2467615121479 L 804.805787096554 645.2467615121479 L 804.805787096554 635.0937920337129" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 962.480535321479 273.260472359234 L 1050.4440116289447 273.260472359234 L 1050.4440116289447 274.73569014669886" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 962.480535321479 273.260472359234 L 1050.4440116289447 273.260472359234 L 1050.4440116289447 274.73569014669886" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 626.0730281015419 60.36629754076998 L 657.6311184177029 60.36629754076998 L 657.6311184177029 61.84151532823488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 626.0730281015419 60.36629754076998 L 657.6311184177029 60.36629754076998 L 657.6311184177029 61.84151532823488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 1130.539659736598 221.193962213414 L 1167.882917846739 221.193962213414 L 1167.882917846739 222.6691800008789" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1130.539659736598 221.193962213414 L 1167.882917846739 221.193962213414 L 1167.882917846739 222.6691800008789" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 830.7594961122968 235.44745139276216 L 837.7306233040426 235.44745139276216 L 837.7306233040426 252.83188061367207" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.7594961122968 235.44745139276216 L 837.7306233040426 235.44745139276216 L 837.7306233040426 252.83188061367207" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 830.7594961122968 304.86946492052215 L 837.7306233040426 304.86946492052215 L 837.7306233040426 316.4687263474521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.7594961122968 304.86946492052215 L 837.7306233040426 304.86946492052215 L 837.7306233040426 316.4687263474521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 634.7507797925119 100.86247209863001 L 659.337742916927 100.86247209863001 L 659.337742916927 86.37062677471012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.628134235184px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 634.7507797925119 100.86247209863001 L 659.337742916927 100.86247209863001 L 659.337742916927 86.37062677471012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.578516779398px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="962.480535321479" cy="302.18631132913396" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="990.5385991222819" cy="302.18631132913396" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="516.154840015922" cy="57.47371364377997" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="626.0730281015419" cy="112.43280768659001" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="112.09702690513132" cy="219.747670264919" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="106.3118591111512" cy="219.747670264919" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="890.1659378967289" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="290.615975741174" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="296.40114353515395" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="890.1659378967289" cy="296.40114353515395" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="890.1659378967289" cy="284.830807947194" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="284.830807947194" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="890.1659378967289" cy="279.045640153214" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="886.8394664151904" cy="279.045640153214" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><circle cx="626.0730281015419" cy="147.14381445047005" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="626.0730281015419" cy="135.57347886251003" r="0.8677751690969999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="123.66736249309122" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="123.66736249309122" y="148.87936478866402" width="6.942201352776124" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="127.13846316947928" y="158.71415003843" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 127.13846316947928, 158.71415003843)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309122" y1="160.738958766323" x2="112.0970269051312" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="111.5185101257332" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911115" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008117" y="160.738958766323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="130.60956384586734" y1="160.738958766323" x2="142.17989943382736" y2="160.738958766323" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="141.60138265442936" y="160.160441986925" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="136.3947316398474" y="160.160441986925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="127.7169799488774" y="160.738958766323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="62.99541525372615" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="62.99541525372615" y="226.979130007394" width="41.797837311505475" height="2.8925838969899758" fill="transparent"/><text class="sch-text" x="83.89433390947886" y="228.425421955889" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 83.89433390947886, 228.425421955889)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="72.39631291894358" y1="226.979130007394" x2="72.39631291894358" y2="219.74767026491895" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="71.81779613954558" y="219.16915348552095" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="71.81779613954558" y="223.36340013615649" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 71.81779613954558 223.36340013615649)"></text><text class="pin-number sch-pin-label" x="72.39631291894358" y="229.87171390438397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 72.39631291894358 229.87171390438397)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="72.39631291894358" y1="229.87171390438397" x2="72.39631291894358" y2="237.103173646859" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="71.81779613954558" y="236.524656867461" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="71.81779613954558" y="233.4874437756215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 71.81779613954558 233.4874437756215)"></text><text class="pin-number sch-pin-label" x="72.39631291894358" y="226.979130007394" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 72.39631291894358 226.979130007394)">schematic_port_3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="289.66552088160506" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="289.66552088160506" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="311.7214730961538" y="109.5402237896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 311.7214730961538, 109.5402237896)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="302.68214841805997" y1="108.093931841105" x2="302.68214841805997" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="302.10363163866197" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.103631638662" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 302.103631638662 103.32116841107151)"></text><text class="pin-number sch-pin-label" x="302.68214841805997" y="110.98651573809501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 302.68214841805997 110.98651573809501)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="302.68214841805997" y1="110.98651573809501" x2="302.68214841805997" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="302.10363163866197" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="302.103631638662" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 302.103631638662 115.7592791681285)"></text><text class="pin-number sch-pin-label" x="302.68214841805997" y="108.093931841105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 302.68214841805997 108.093931841105)">schematic_port_5</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="359.08753440936493" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.08753440936493" y="41.27524382063601" width="44.111904429097535" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="381.14348662391376" y="42.72153576913101" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 381.14348662391376, 42.72153576913101)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="41.27524382063601" x2="372.10416194582" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="371.525645166422" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 36.5024803906025)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="44.16782771762601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 44.16782771762601)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="44.167827717626" x2="372.10416194582" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="371.525645166422" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 48.94059114765952)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="41.27524382063599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 41.27524382063599)">schematic_port_7</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="359.08753440936493" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.08753440936493" y="174.912619861574" width="44.111904429097535" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="381.14348662391376" y="176.358911810069" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 381.14348662391376, 176.358911810069)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="174.912619861574" x2="372.10416194582" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="371.525645166422" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 170.1398564315405)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="177.805203758564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 177.805203758564)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="372.10416194582" y1="177.805203758564" x2="372.10416194582" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="371.525645166422" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="371.525645166422" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 371.525645166422 182.5779671885975)"></text><text class="pin-number sch-pin-label" x="372.10416194582" y="174.912619861574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 372.10416194582 174.912619861574)">schematic_port_9</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="338.839447130435" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="338.839447130435" y="108.093931841105" width="44.11190442909742" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="360.89539934498373" y="109.5402237896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 360.89539934498373, 109.5402237896)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="351.85607466689" y1="108.093931841105" x2="351.85607466689" y2="98.548404981038" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="351.277557887492" y="97.96988820164" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.277557887492" y="103.32116841107151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 351.277557887492 103.32116841107151)"></text><text class="pin-number sch-pin-label" x="351.85607466689" y="110.98651573809501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 351.85607466689 110.98651573809501)">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="351.85607466689" y1="110.98651573809501" x2="351.85607466689" y2="120.53204259816201" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="351.277557887492" y="119.953525818764" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="351.277557887492" y="115.7592791681285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 351.277557887492 115.7592791681285)"></text><text class="pin-number sch-pin-label" x="351.85607466689" y="108.093931841105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 351.85607466689 108.093931841105)">schematic_port_11</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="838.8587310238688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="838.8587310238688" y="241.73882136871543" width="31.384535282341403" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="854.5509986650395" y="243.18511331721038" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 854.5509986650395, 243.18511331721038)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="848.2596286890863" y1="244.63140526570538" x2="848.2596286890863" y2="251.86286500818045" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="847.6811119096883" y="251.28434822878245" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.6811119096883" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 847.6811119096883 248.24713513694292)"></text><text class="pin-number sch-pin-label" x="848.2596286890863" y="241.73882136871543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 848.2596286890863 241.73882136871543)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="848.2596286890863" y1="241.73882136871543" x2="848.2596286890863" y2="234.50736162624037" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="847.6811119096883" y="233.92884484684237" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.6811119096883" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 847.6811119096883 238.1230914974779)"></text><text class="pin-number sch-pin-label" x="848.2596286890863" y="244.63140526570538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 848.2596286890863 244.63140526570538)">schematic_port_13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="1048.96879384148" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1048.96879384148" y="308.260737512813" width="40.64080375270942" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="1069.2891957178347" y="309.707029461308" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1069.2891957178347, 309.707029461308)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="1061.985421377935" y1="308.260737512813" x2="1061.985421377935" y2="298.715210652746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="1061.406904598537" y="298.136693873348" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.406904598537" y="303.4879740827795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1061.406904598537 303.4879740827795)"></text><text class="pin-number sch-pin-label" x="1061.985421377935" y="311.15332140980297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1061.985421377935 311.15332140980297)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1061.985421377935" y1="311.15332140980297" x2="1061.985421377935" y2="320.69884826987" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="1061.406904598537" y="320.120331490472" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.406904598537" y="315.9260848398365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1061.406904598537 315.9260848398365)"></text><text class="pin-number sch-pin-label" x="1061.985421377935" y="308.260737512813" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1061.985421377935 308.260737512813)">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="254.95451411772495" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.95451411772495" y="174.912619861574" width="44.11190442909748" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="277.0104663322737" y="176.358911810069" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 277.0104663322737, 176.358911810069)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="174.912619861574" x2="267.97114165418" y2="165.367093001507" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="267.392624874782" y="164.788576222109" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="170.1398564315405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 170.1398564315405)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="177.805203758564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 177.805203758564)">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="177.805203758564" x2="267.97114165418" y2="187.35073061863102" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="267.392624874782" y="186.77221383923302" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="182.5779671885975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 182.5779671885975)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="174.912619861574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 174.912619861574)">schematic_port_17</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="254.95451411772495" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="254.95451411772495" y="41.27524382063601" width="44.11190442909748" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="277.0104663322737" y="42.72153576913101" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 277.0104663322737, 42.72153576913101)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="41.27524382063601" x2="267.97114165418" y2="31.729716960568993" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="267.392624874782" y="31.151200181170992" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="36.5024803906025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 36.5024803906025)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="44.16782771762601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 44.16782771762601)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="267.97114165418" y1="44.167827717626" x2="267.97114165418" y2="53.71335457769302" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="267.392624874782" y="53.13483779829502" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="267.392624874782" y="48.94059114765952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 267.392624874782 48.94059114765952)"></text><text class="pin-number sch-pin-label" x="267.97114165418" y="41.27524382063599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 267.97114165418 41.27524382063599)">schematic_port_19</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="1042.026592488704" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.026592488704" y="73.38292507722501" width="47.58300510548543" height="2.89258389698999" fill="transparent"/><text class="sch-text" x="1065.8180950414467" y="74.82921702572" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1065.8180950414467, 74.82921702572)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.043220025159" y1="73.38292507722501" x2="1055.043220025159" y2="64.41591499655601" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1055.043220025159" cy="63.83739821715801" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1054.464703245761" y="63.25888143776001" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.464703245761" y="68.61016164719152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1054.464703245761 68.61016164719152)"></text><text class="pin-number sch-pin-label" x="1055.043220025159" y="76.275508974215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1055.043220025159 76.275508974215)">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.043220025159" y1="76.275508974215" x2="1055.043220025159" y2="85.242519054884" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1055.043220025159" cy="85.821035834282" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1054.464703245761" y="85.242519054884" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1054.464703245761" y="81.04827240424851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1054.464703245761 81.04827240424851)"></text><text class="pin-number sch-pin-label" x="1055.043220025159" y="73.38292507722501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1055.043220025159 73.38292507722501)">schematic_port_21</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="120.11129433416721" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="120.11129433416721" y="377.2638904293693" width="33.69860239993346" height="2.892583896990061" fill="transparent"/><text class="sch-text" x="136.96059553413392" y="378.7101823778643" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 136.96059553413392, 378.7101823778643)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="377.2638904293693" x2="133.12792187062217" y2="367.71836356930237" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="132.54940509122417" y="367.13984678990437" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="372.49112699933585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 372.49112699933585)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="380.1564743263594" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 380.1564743263594)">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="380.1564743263594" x2="133.12792187062217" y2="389.70200118642634" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="132.54940509122417" y="389.12348440702834" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="384.92923775639287" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 384.92923775639287)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="377.2638904293693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 377.2638904293693)">schematic_port_23</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="901.7362734846889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="901.7362734846889" y="267.47530456525396" width="49.17392624883007" height="52.06651014582002" fill="transparent"/><text class="sch-text" x="926.323236609104" y="293.508559638164" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 926.323236609104, 293.508559638164)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="273.260472359234" x2="890.1659378967289" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="889.5874211173309" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="273.260472359234" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="279.045640153214" x2="890.1659378967289" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="889.5874211173309" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="279.045640153214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="284.830807947194" x2="890.1659378967289" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_2__stack1"><rect x="889.5874211173309" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="284.830807947194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="290.615975741174" x2="890.1659378967289" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_3__stack1"><rect x="889.5874211173309" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="290.615975741174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="296.40114353515395" x2="890.1659378967289" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_4__stack1"><rect x="889.5874211173309" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="296.40114353515395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="302.18631132913396" x2="890.1659378967289" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_5__stack1"><rect x="889.5874211173309" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="302.18631132913396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="307.97147912311397" x2="890.7444546761269" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="890.1659378967289" cy="307.97147912311397" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="889.5874211173309" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="307.97147912311397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="901.7362734846889" y1="313.756646917094" x2="890.1659378967289" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_7__stack1"><rect x="889.5874211173309" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="895.9511056907089" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="904.6288573816789" y="313.756646917094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="313.756646917094" x2="962.480535321479" y2="313.756646917094" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_8__stack1"><rect x="961.902018542081" y="313.178130137696" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="313.178130137696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="313.756646917094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="307.97147912311397" x2="962.480535321479" y2="307.97147912311397" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_9__stack1"><rect x="961.902018542081" y="307.39296234371596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="307.392962343716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="307.97147912311397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="302.18631132913396" x2="962.480535321479" y2="302.18631132913396" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_10__stack1"><rect x="961.902018542081" y="301.60779454973596" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="301.607794549736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="302.18631132913396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="296.40114353515395" x2="962.480535321479" y2="296.40114353515395" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_11__stack1"><rect x="961.902018542081" y="295.82262675575595" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="295.822626755756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="296.40114353515395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="290.615975741174" x2="961.9020185420809" y2="290.615975741174" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="962.480535321479" cy="290.615975741174" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="961.902018542081" y="290.037458961776" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="290.615975741174" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="284.830807947194" x2="962.480535321479" y2="284.830807947194" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_13__stack1"><rect x="961.902018542081" y="284.252291167796" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="284.252291167796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="284.830807947194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="279.045640153214" x2="962.480535321479" y2="279.045640153214" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_14__stack1"><rect x="961.902018542081" y="278.467123373816" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="278.467123373816" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="279.045640153214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="950.910199733519" y1="273.260472359234" x2="962.480535321479" y2="273.260472359234" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_12_15__stack1"><rect x="961.902018542081" y="272.68195557983597" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.695367527499" y="272.68195557983597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="948.0176158365289" y="273.260472359234" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_39</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="533.510343397862" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="533.510343397862" y="54.58112974679001" width="80.99234911572" height="167.76986602542001" fill="transparent"/><text class="sch-text" x="574.006517955722" y="138.4660627595" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 574.006517955722, 138.4660627595)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="57.47371364377997" x2="521.940007809902" y2="57.47371364377997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="521.361491030504" y="56.89519686438197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="56.89519686438197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="57.47371364377997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="63.25888143775998" x2="522.5185245893" y2="63.25888143775998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="63.25888143775998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="62.68036465836198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="62.68036465836198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="63.25888143775998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="69.04404923173996" x2="522.5185245893" y2="69.04404923173996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="69.04404923173996" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="68.46553245234196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="68.46553245234196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="69.04404923173996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="74.82921702571997" x2="522.5185245893" y2="74.82921702571997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="74.82921702571997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="74.25070024632197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="74.25070024632197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="74.82921702571997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="80.61438481969998" x2="522.5185245893" y2="80.61438481969998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="80.61438481969998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="80.03586804030198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="80.03586804030198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="80.61438481969998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="86.39955261367997" x2="522.5185245893" y2="86.39955261367997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="86.39955261367997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="85.82103583428197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="85.82103583428197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="86.39955261367997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="92.18472040765997" x2="522.5185245893" y2="92.18472040765997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="92.18472040765997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="91.60620362826197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="91.60620362826197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="92.18472040765997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="97.96988820163998" x2="522.5185245893" y2="97.96988820163998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="97.96988820163998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="97.39137142224197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="97.39137142224197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="97.96988820163998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="103.75505599561997" x2="522.5185245893" y2="103.75505599561997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="103.75505599561997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="103.17653921622197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="103.17653921622197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="103.75505599561997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="109.54022378959996" x2="521.940007809902" y2="109.54022378959996" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_9__stack1"><rect x="521.361491030504" y="108.96170701020196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="108.96170701020196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="109.54022378959996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="115.32539158357997" x2="522.5185245893" y2="115.32539158357997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="115.32539158357997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="114.74687480418197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="114.74687480418197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="115.32539158357997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="121.11055937755997" x2="522.5185245893" y2="121.11055937755997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="121.11055937755997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="120.53204259816196" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="120.53204259816196" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="121.11055937755997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="126.89572717153997" x2="522.5185245893" y2="126.89572717153997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="126.89572717153997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="126.31721039214197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="126.31721039214197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="126.89572717153997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="132.68089496551997" x2="522.5185245893" y2="132.68089496551997" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="132.68089496551997" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="132.10237818612197" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="132.10237818612197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="132.68089496551997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="138.46606275949998" x2="522.5185245893" y2="138.46606275949998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="138.46606275949998" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="137.88754598010198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="137.88754598010198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="138.46606275949998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="144.25123055347999" x2="522.5185245893" y2="144.25123055347999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="144.25123055347999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="143.67271377408198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="143.67271377408198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="144.25123055347999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="150.03639834746" x2="522.5185245893" y2="150.03639834746" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="150.03639834746" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="149.457881568062" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="149.457881568062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="150.03639834746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="155.82156614144" x2="522.5185245893" y2="155.82156614144" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="155.82156614144" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="155.243049362042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="155.243049362042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="155.82156614144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="161.60673393541998" x2="521.940007809902" y2="161.60673393541998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_18__stack1"><rect x="521.361491030504" y="161.02821715602198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="161.028217156022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="161.60673393541998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="167.3919017294" x2="522.5185245893" y2="167.3919017294" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="167.3919017294" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="166.813384950002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="166.813384950002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="167.3919017294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="173.17706952338" x2="522.5185245893" y2="173.17706952338" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="173.17706952338" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="172.598552743982" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="172.598552743982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="173.17706952338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="178.96223731736" x2="522.5185245893" y2="178.96223731736" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="178.96223731736" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="178.383720537962" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="178.383720537962" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="178.96223731736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="184.74740511134002" x2="521.940007809902" y2="184.74740511134002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_22__stack1"><rect x="521.361491030504" y="184.16888833194201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="184.16888833194201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="184.74740511134002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="190.53257290532002" x2="522.5185245893" y2="190.53257290532002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="190.53257290532002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="189.95405612592202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="189.95405612592202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="190.53257290532002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="196.31774069930003" x2="522.5185245893" y2="196.31774069930003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="196.31774069930003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="195.73922391990203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="195.73922391990203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="196.31774069930003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="202.10290849328004" x2="522.5185245893" y2="202.10290849328004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="202.10290849328004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="201.52439171388204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="201.52439171388204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="202.10290849328004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="207.88807628726002" x2="522.5185245893" y2="207.88807628726002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="207.88807628726002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="207.30955950786202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="207.30955950786202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="207.88807628726002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="213.67324408124003" x2="522.5185245893" y2="213.67324408124003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="213.67324408124003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="213.09472730184203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="213.09472730184203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="213.67324408124003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="533.510343397862" y1="219.45841187522004" x2="522.5185245893" y2="219.45841187522004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="521.940007809902" cy="219.45841187522004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="521.361491030504" y="218.87989509582204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="527.725175603882" y="218.87989509582204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="536.402927294852" y="219.45841187522004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="216.56582797823003" x2="625.4945113221439" y2="216.56582797823003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="216.56582797823003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="215.98731119883203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="215.98731119883203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="216.56582797823003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="210.78066018425002" x2="625.4945113221439" y2="210.78066018425002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="210.78066018425002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="210.20214340485202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="210.20214340485202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="210.78066018425002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="204.99549239027004" x2="625.4945113221439" y2="204.99549239027004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="204.99549239027004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="204.41697561087204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="204.41697561087204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="204.99549239027004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="199.21032459629004" x2="626.0730281015419" y2="199.21032459629004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_32__stack1"><rect x="625.4945113221439" y="198.63180781689204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="198.63180781689204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="199.21032459629004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="193.42515680231003" x2="625.4945113221439" y2="193.42515680231003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="193.42515680231003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="192.84664002291203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="192.84664002291203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="193.42515680231003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="187.63998900833002" x2="625.4945113221439" y2="187.63998900833002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="187.63998900833002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="187.06147222893202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="187.06147222893202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="187.63998900833002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="181.85482121435" x2="625.4945113221439" y2="181.85482121435" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="181.85482121435" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="181.276304434952" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="181.276304434952" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="181.85482121435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="176.06965342037003" x2="625.4945113221439" y2="176.06965342037003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="176.06965342037003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="175.49113664097203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="175.49113664097203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="176.06965342037003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="170.28448562639005" x2="625.4945113221439" y2="170.28448562639005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="170.28448562639005" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="169.70596884699205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="169.70596884699205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="170.28448562639005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="164.49931783241004" x2="625.4945113221439" y2="164.49931783241004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="164.49931783241004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="163.92080105301204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="163.92080105301204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="164.49931783241004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="158.71415003843003" x2="625.4945113221439" y2="158.71415003843003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="158.71415003843003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="158.13563325903203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="158.13563325903203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="158.71415003843003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="152.92898224445003" x2="625.4945113221439" y2="152.92898224445003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="152.92898224445003" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="152.35046546505203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="152.35046546505203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="152.92898224445003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="147.14381445047005" x2="626.0730281015419" y2="147.14381445047005" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_41__stack1"><rect x="625.4945113221439" y="146.56529767107205" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="146.56529767107205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="147.14381445047005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="141.35864665649004" x2="625.4945113221439" y2="141.35864665649004" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="141.35864665649004" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="140.78012987709204" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="140.78012987709204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="141.35864665649004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="135.57347886251003" x2="626.0730281015419" y2="135.57347886251003" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_43__stack1"><rect x="625.4945113221439" y="134.99496208311203" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="134.99496208311203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="135.57347886251003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="129.78831106853002" x2="626.0730281015419" y2="129.78831106853002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_44__stack1"><rect x="625.4945113221439" y="129.20979428913202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="129.20979428913202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="129.78831106853002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="124.00314327455001" x2="625.4945113221439" y2="124.00314327455001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="124.00314327455001" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="123.42462649515201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="123.42462649515201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="124.00314327455001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="118.21797548057002" x2="625.4945113221439" y2="118.21797548057002" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="118.21797548057002" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="117.63945870117202" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="117.63945870117202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="118.21797548057002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="112.43280768659001" x2="626.0730281015419" y2="112.43280768659001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_47__stack1"><rect x="625.4945113221439" y="111.85429090719201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="111.85429090719201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="112.43280768659001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="106.64763989261" x2="626.0730281015419" y2="106.64763989261" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_48__stack1"><rect x="625.4945113221439" y="106.069123113212" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="106.069123113212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="106.64763989261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="100.86247209863001" x2="626.0730281015419" y2="100.86247209863001" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_49__stack1"><rect x="625.4945113221439" y="100.283955319232" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="100.283955319232" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="100.86247209863001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="95.07730430465" x2="625.4945113221439" y2="95.07730430465" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="95.07730430465" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="94.498787525252" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="94.498787525252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="95.07730430465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="89.29213651067" x2="625.4945113221439" y2="89.29213651067" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="89.29213651067" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="88.713619731272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="88.713619731272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="89.29213651067" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="83.50696871669" x2="625.4945113221439" y2="83.50696871669" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="83.50696871669" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="82.928451937292" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="82.928451937292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="83.50696871669" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="77.72180092270999" x2="625.4945113221439" y2="77.72180092270999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="77.72180092270999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="77.14328414331199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="77.14328414331199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="77.72180092270999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="71.93663312873" x2="625.4945113221439" y2="71.93663312873" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="71.93663312873" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="71.358116349332" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="71.358116349332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="71.93663312873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="66.15146533474999" x2="625.4945113221439" y2="66.15146533474999" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="626.0730281015419" cy="66.15146533474999" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="625.4945113221439" y="65.57294855535199" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="65.57294855535199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="66.15146533474999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="614.502692513582" y1="60.36629754076998" x2="626.0730281015419" y2="60.36629754076998" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_13_56__stack1"><rect x="625.4945113221439" y="59.78778076137198" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.2878603075619" y="59.78778076137198" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="611.610108616592" y="60.36629754076998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_96</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="1084.258317384758" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1084.258317384758" y="215.408794419434" width="34.71100676388005" height="28.925838969899985" fill="transparent"/><text class="sch-text" x="1101.613820766698" y="229.87171390438402" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1101.613820766698, 229.87171390438402)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="218.301378316424" x2="1073.266498576196" y2="218.301378316424" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="218.301378316424" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="217.722861537026" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="217.722861537026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="218.301378316424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="224.08654611040402" x2="1073.266498576196" y2="224.08654611040402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="224.08654611040402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="223.50802933100601" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="223.50802933100601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="224.08654611040402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="229.87171390438402" x2="1073.266498576196" y2="229.87171390438402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="229.87171390438402" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="229.29319712498602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="229.29319712498602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="229.87171390438402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="235.65688169836403" x2="1072.6879817967979" y2="235.65688169836403" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_3__stack1"><rect x="1072.1094650174" y="235.07836491896603" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="235.07836491896603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="235.65688169836403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="1084.258317384758" y1="241.44204949234404" x2="1073.266498576196" y2="241.44204949234404" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1072.6879817967979" cy="241.44204949234404" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1072.1094650174" y="240.86353271294604" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1078.473149590778" y="240.86353271294604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1087.150901281748" y="241.44204949234404" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="238.54946559535398" x2="1129.9611429572" y2="238.54946559535398" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1130.539659736598" cy="238.54946559535398" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1129.9611429572" y="237.97094881595598" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="237.97094881595604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="238.54946559535398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="232.764297801374" x2="1129.9611429572" y2="232.764297801374" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1130.539659736598" cy="232.764297801374" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1129.9611429572" y="232.185781021976" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="232.18578102197603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="232.764297801374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="226.97913000739402" x2="1130.539659736598" y2="226.97913000739402" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_7__stack1"><rect x="1129.9611429572" y="226.40061322799602" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="226.40061322799602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="226.97913000739402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="1118.969324148638" y1="221.193962213414" x2="1130.539659736598" y2="221.193962213414" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_14_8__stack1"><rect x="1129.9611429572" y="220.615445434016" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1124.754491942618" y="220.615445434016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1116.076740251648" y="221.193962213414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_105</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="123.66736249309128" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="123.66736249309128" y="216.855086367929" width="34.71100676388011" height="17.355503381939968" fill="transparent"/><text class="sch-text" x="141.02286587503136" y="225.53283805889902" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 141.02286587503136, 225.53283805889902)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="219.747670264919" x2="112.09702690513132" y2="219.747670264919" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="111.51851012573331" y="219.169153485521" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="219.169153485521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="219.747670264919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="225.53283805889902" x2="112.67554368452926" y2="225.53283805889902" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="112.09702690513132" cy="225.53283805889902" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="111.51851012573331" y="224.95432127950102" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="224.95432127950102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="225.53283805889902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="123.66736249309128" y1="231.318005852879" x2="112.09702690513132" y2="231.318005852879" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_2__stack1"><rect x="111.51851012573331" y="230.739489073481" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.88219469911127" y="230.73948907348102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="126.55994639008128" y="231.318005852879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="158.37836925697138" y1="228.425421955889" x2="169.3701880655334" y2="228.425421955889" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="169.9487048449314" cy="228.425421955889" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="169.3701880655334" y="227.846905176491" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.1635370509514" y="227.846905176491" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="155.48578535998138" y="228.425421955889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="158.37836925697138" y1="222.640254161909" x2="169.9487048449314" y2="222.640254161909" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_15_4__stack1"><rect x="169.3701880655334" y="222.061737382511" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="164.1635370509514" y="222.061737382511" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="155.48578535998138" y="222.640254161909" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_110</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="590.9642910518259" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="590.9642910518259" y="613.3710510211781" width="34.711006763879936" height="17.355503381940025" fill="transparent"/><text class="sch-text" x="608.3197944337659" y="622.0488027121481" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 608.3197944337659, 622.0488027121481)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="590.9642910518259" y1="619.156218815158" x2="579.3939554638658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="578.8154386844678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.1791232578458" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="593.8568749488159" y="619.156218815158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="590.9642910518259" y1="624.9413866091381" x2="579.3939554638658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="578.8154386844678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="585.1791232578458" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="593.8568749488159" y="624.9413866091381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="625.6752978157058" y1="624.9413866091381" x2="637.2456334036658" y2="624.9413866091381" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_2__stack1"><rect x="636.6671166242678" y="624.3628698297401" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="631.4604656096858" y="624.3628698297401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="622.7827139187158" y="624.9413866091381" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="625.6752978157058" y1="619.156218815158" x2="637.2456334036658" y2="619.156218815158" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_16_3__stack1"><rect x="636.6671166242678" y="618.57770203576" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="631.4604656096858" y="618.5777020357601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="622.7827139187158" y="619.156218815158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_114</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="784.4781537604567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.4781537604567" y="223.87711580480214" width="34.71100676388005" height="17.355503381940025" fill="transparent"/><text class="sch-text" x="801.8336571423968" y="232.55486749577216" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 801.8336571423968, 232.55486749577216)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="229.66228359878215" x2="773.4863349518948" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="229.66228359878215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="235.44745139276216" x2="773.4863349518948" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="235.44745139276216" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="235.44745139276216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="235.44745139276216" x2="830.7594961122968" y2="235.44745139276216" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_2__stack1"><rect x="830.1809793328988" y="234.86893461336416" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="234.86893461336416" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="235.44745139276216" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="229.66228359878215" x2="830.1809793328988" y2="229.66228359878215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_17_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="830.7594961122968" cy="229.66228359878215" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="830.1809793328988" y="229.08376681938415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="229.08376681938418" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="229.66228359878215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_118</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="784.4781537604567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.4781537604567" y="299.0842971265422" width="34.71100676388005" height="17.355503381939968" fill="transparent"/><text class="sch-text" x="801.8336571423968" y="307.76204881751215" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 801.8336571423968, 307.76204881751215)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="304.86946492052215" x2="772.9078181724967" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="772.3293013930987" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="304.86946492052215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="784.4781537604567" y1="310.6546327145022" x2="773.4863349518948" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="772.9078181724967" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="772.3293013930987" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="778.6929859664767" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="787.3707376574469" y="310.6546327145022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="310.6546327145022" x2="830.1809793328988" y2="310.6546327145022" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="830.7594961122968" cy="310.6546327145022" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="830.1809793328988" y="310.0761159351042" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="310.0761159351042" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="310.6546327145022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="819.1891605243368" y1="304.86946492052215" x2="830.7594961122968" y2="304.86946492052215" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_18_3__stack1"><rect x="830.1809793328988" y="304.29094814112415" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="824.9743283183168" y="304.29094814112415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="816.2965766273468" y="304.86946492052215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_122</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="857.9859420427154" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="857.9859420427154" y="751.4045905316809" width="32.68619803598688" height="34.132489984481936" fill="transparent"/><text class="sch-text" x="874.3290410607087" y="768.4708355239219" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 874.3290410607087, 768.4708355239219)">schematic_component_19</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="859.0706610040864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="859.0706610040864" y="628.180516519907" width="32.68619803598699" height="34.132489984481936" fill="transparent"/><text class="sch-text" x="875.4137600220799" y="645.2467615121479" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 875.4137600220799, 645.2467615121479)">schematic_component_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="893.2393082872809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="893.2393082872809" y="241.73882136871543" width="34.85563595872941" height="2.8925838969899473" fill="transparent"/><text class="sch-text" x="910.6671262666455" y="243.18511331721038" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 910.6671262666455, 243.18511331721038)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="902.6402059524983" y1="244.63140526570538" x2="902.6402059524983" y2="251.2843482287824" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="902.6402059524983" cy="251.8628650081804" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="902.0616891731003" y="251.2843482287824" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="902.0616891731003" y="248.24713513694292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 902.0616891731003 248.24713513694292)"></text><text class="pin-number sch-pin-label" x="902.6402059524983" y="241.73882136871543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 902.6402059524983 241.73882136871543)">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="902.6402059524983" y1="241.73882136871543" x2="902.6402059524983" y2="234.50736162624042" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="902.0616891731003" y="233.92884484684242" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="902.0616891731003" y="238.1230914974779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 902.0616891731003 238.1230914974779)"></text><text class="pin-number sch-pin-label" x="902.6402059524983" y="244.63140526570538" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 902.6402059524983 244.63140526570538)">schematic_port_124</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="872.8827491122138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="872.8827491122138" y="697.024013268269" width="2.892583896990004" height="19.669570499531915" fill="transparent"/><text class="sch-text" x="874.3290410607087" y="706.8587985180349" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 874.3290410607087, 706.8587985180349)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="872.8827491122138" y1="706.8587985180349" x2="866.2298061491367" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.6512893697387" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="865.0727725903407" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.2670192409762" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="875.7753330092038" y="706.8587985180349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="875.7753330092038" y1="706.8587985180349" x2="882.4282759722807" y2="706.8587985180349" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="883.0067927516787" cy="706.8587985180349" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="882.4282759722807" y="706.2802817386369" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="879.3910628804413" y="706.280281738637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="872.8827491122138" y="706.8587985180349" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_126</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="825.082800214454" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="825.082800214454" y="635.4119762623819" width="8.099234911572012" height="19.66957049953203" fill="transparent"/><text class="sch-text" x="829.13241767024" y="645.2467615121479" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 829.13241767024, 645.2467615121479)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="825.082800214454" y1="645.2467615121479" x2="813.512464626494" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><rect x="812.933947847096" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.297632420474" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="827.9753841114439" y="645.2467615121479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="833.182035126026" y1="645.2467615121479" x2="844.173853934588" y2="645.2467615121479" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="844.752370713986" cy="645.2467615121479" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="844.173853934588" y="644.6682447327499" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.967202920006" y="644.6682447327499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="830.289451229036" y="645.2467615121479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_128</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="852.1284596513104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="852.1284596513104" y="326.773274453549" width="31.384535282341517" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="867.8207272924813" y="328.219566402044" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 867.8207272924813, 328.219566402044)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="861.5293573165279" y1="326.773274453549" x2="861.5293573165279" y2="319.541814711074" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="860.9508405371299" y="318.963297931676" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.9508405371299" y="323.15754458231146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 860.9508405371299 323.15754458231146)"></text><text class="pin-number sch-pin-label" x="861.5293573165279" y="329.665858350539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 861.5293573165279 329.665858350539)">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="861.5293573165279" y1="329.665858350539" x2="861.5293573165279" y2="336.897318093014" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="860.9508405371299" y="336.318801313616" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.9508405371299" y="333.28158822177653" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 860.9508405371299 333.28158822177653)"></text><text class="pin-number sch-pin-label" x="861.5293573165279" y="326.773274453549" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 861.5293573165279 326.773274453549)">schematic_port_130</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="981.282330651914" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="981.282330651914" y="218.879895095822" width="2.892583896990004" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="982.7286226004089" y="228.71468034558802" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 982.7286226004089, 228.71468034558802)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="981.282330651914" y1="228.71468034558802" x2="974.050870909439" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="973.472354130041" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="977.6666007806764" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="984.174914548904" y="228.71468034558802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="984.174914548904" y1="228.71468034558802" x2="991.406374291379" y2="228.71468034558802" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="990.827857511981" y="228.13616356619002" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.7906444201415" y="228.13616356619002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="981.282330651914" y="228.71468034558802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_132</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="1011.654461570309" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.654461570309" y="276.153056256224" width="2.892583896990118" height="19.66957049953203" fill="transparent"/><text class="sch-text" x="1013.1007535188039" y="285.98784150599" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1013.1007535188039, 285.98784150599)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.654461570309" y1="285.98784150599" x2="1002.68745148964" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="1002.108934710242" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1007.1709565299745" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1014.5470454672991" y="285.98784150599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="1014.5470454672991" y1="285.98784150599" x2="1022.93553876857" y2="285.98784150599" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.5140555479679" cy="285.98784150599" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1022.9355387685699" y="285.409324726592" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1019.0305505076335" y="285.409324726592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1011.654461570309" y="285.98784150599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_134</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="1011.654461570309" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1011.654461570309" y="333.426217416626" width="2.892583896990118" height="19.66957049953197" fill="transparent"/><text class="sch-text" x="1013.1007535188039" y="343.261002666392" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1013.1007535188039, 343.261002666392)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="1011.654461570309" y1="343.261002666392" x2="1003.265968269038" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1002.68745148964" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1002.108934710242" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1007.1709565299745" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1014.5470454672991" y="343.261002666392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="1014.5470454672991" y1="343.261002666392" x2="1022.93553876857" y2="343.261002666392" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1023.5140555479679" cy="343.261002666392" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1022.9355387685699" y="342.682485886994" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1019.0305505076335" y="342.682485886994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="1011.654461570309" y="343.261002666392" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_136</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="1014.836303856998" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1014.836303856998" y="222.640254161909" width="37.16970307632141" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="1033.4211553951586" y="224.08654611040402" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1033.4211553951586, 224.08654611040402)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="1027.852931393453" y1="222.640254161909" x2="1027.852931393453" y2="213.67324408124" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1027.852931393453" cy="213.094727301842" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1027.274414614055" y="212.516210522444" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1027.2744146140549" y="217.8674907318755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1027.2744146140549 217.8674907318755)"></text><text class="pin-number sch-pin-label" x="1027.852931393453" y="225.53283805889902" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1027.852931393453 225.53283805889902)">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="1027.852931393453" y1="225.53283805889902" x2="1027.852931393453" y2="235.078364918966" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="1027.274414614055" y="234.499848139568" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1027.2744146140549" y="230.3056014889325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1027.2744146140549 230.3056014889325)"></text><text class="pin-number sch-pin-label" x="1027.852931393453" y="222.640254161909" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1027.852931393453 222.640254161909)">schematic_port_138</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="167.4900085324898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="167.4900085324898" y="290.037458961776" width="33.69860239993346" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="184.33930973245657" y="291.483750910271" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 184.33930973245657, 291.483750910271)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="180.50663606894477" y1="290.037458961776" x2="180.50663606894477" y2="280.491932101709" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="179.92811928954677" y="279.913415322311" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="179.92811928954683" y="285.2646955317425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 179.92811928954683 285.2646955317425)"></text><text class="pin-number sch-pin-label" x="180.50663606894477" y="292.930042858766" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 180.50663606894477 292.930042858766)">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="180.50663606894477" y1="292.930042858766" x2="180.50663606894477" y2="302.475569718833" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="179.92811928954677" y="301.897052939435" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="179.92811928954683" y="297.7028062887995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 179.92811928954683 297.7028062887995)"></text><text class="pin-number sch-pin-label" x="180.50663606894477" y="290.037458961776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 180.50663606894477 290.037458961776)">schematic_port_140</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="486.361225876925" y="246.937958896625" width="37.169703076321525" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="486.361225876925" y="246.937958896625" width="37.169703076321525" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="504.9460774150857" y="248.38425084512" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 504.9460774150857, 248.38425084512)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="499.37785341337997" y1="246.937958896625" x2="499.37785341337997" y2="237.392432036558" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="498.79933663398197" y="236.81391525716" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.79933663398197" y="242.1651954665915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 498.79933663398197 242.1651954665915)"></text><text class="pin-number sch-pin-label" x="499.37785341337997" y="249.830542793615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 499.37785341337997 249.830542793615)">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="499.37785341337997" y1="249.830542793615" x2="499.37785341337997" y2="259.376069653682" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="498.79933663398197" y="258.797552874284" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.79933663398197" y="254.60330622364847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 498.79933663398197 254.60330622364847)"></text><text class="pin-number sch-pin-label" x="499.37785341337997" y="246.937958896625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 499.37785341337997 246.937958896625)">schematic_port_142</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="1033.3488407977338" y="142.804938604985" width="33.698602399933634" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1033.3488407977338" y="142.804938604985" width="33.698602399933634" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="1050.1981419977008" y="144.25123055348" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1050.1981419977008, 144.25123055348)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.365468334189" y1="142.804938604985" x2="1046.365468334189" y2="133.837928524316" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1046.365468334189" cy="133.259411744918" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1045.7869515547911" y="132.68089496552" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.786951554791" y="138.0321751749515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.786951554791 138.0321751749515)"></text><text class="pin-number sch-pin-label" x="1046.365468334189" y="145.69752250197502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1046.365468334189 145.69752250197502)">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="1046.365468334189" y1="145.69752250197502" x2="1046.365468334189" y2="154.664532582644" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1046.365468334189" cy="155.243049362042" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="1045.7869515547911" y="154.664532582644" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.786951554791" y="150.4702859320085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 1045.786951554791 150.4702859320085)"></text><text class="pin-number sch-pin-label" x="1046.365468334189" y="142.804938604985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 1046.365468334189 142.804938604985)">schematic_port_144</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="530.7262313970091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="530.7262313970091" y="632.172846351613" width="33.69860239993352" height="2.892583896990118" fill="transparent"/><text class="sch-text" x="547.5755325969758" y="633.619138300108" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 547.5755325969758, 633.619138300108)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="543.742858933464" y1="632.172846351613" x2="543.742858933464" y2="622.627319491546" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="543.164342154066" y="622.048802712148" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="543.164342154066" y="627.4000829215795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 543.164342154066 627.4000829215795)"></text><text class="pin-number sch-pin-label" x="543.742858933464" y="635.0654302486031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 543.742858933464 635.0654302486031)">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="543.742858933464" y1="635.0654302486031" x2="543.742858933464" y2="644.61095710867" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="543.164342154066" y="644.032440329272" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="543.164342154066" y="639.8381936786366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 543.164342154066 639.8381936786366)"></text><text class="pin-number sch-pin-label" x="543.742858933464" y="632.172846351613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 543.742858933464 632.172846351613)">schematic_port_146</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="618.4438380732308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="618.4438380732308" y="669.197920233085" width="37.169703076321525" height="2.892583896990004" fill="transparent"/><text class="sch-text" x="637.0286896113917" y="670.6442121815801" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 637.0286896113917, 670.6442121815801)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="631.4604656096859" y1="669.197920233085" x2="631.4604656096859" y2="659.6523933730181" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="630.8819488302879" y="659.0738765936201" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.8819488302879" y="664.4251568030516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 630.8819488302879 664.4251568030516)"></text><text class="pin-number sch-pin-label" x="631.4604656096859" y="672.090504130075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 631.4604656096859 672.090504130075)">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="631.4604656096859" y1="672.090504130075" x2="631.4604656096859" y2="681.636030990142" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="630.8819488302879" y="681.057514210744" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="630.8819488302879" y="676.8632675601085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 630.8819488302879 676.8632675601085)"></text><text class="pin-number sch-pin-label" x="631.4604656096859" y="669.197920233085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 631.4604656096859 669.197920233085)">schematic_port_148</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="105.25772850134479" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="105.25772850134479" y="331.39699026683036" width="53.80358514114482" height="7.399952754474725" fill="transparent"/><text class="sch-text" x="132.1595210719172" y="335.0969666440677" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 132.1595210719172, 335.0969666440677)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="133.279756491959" y1="331.39699026683036" x2="133.279756491959" y2="320.40517145826834" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="133.279756491959" cy="319.82665467887034" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="132.701239712561" y="319.24813789947234" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.70123971256106" y="325.61182247285035" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.70123971256106 325.61182247285035)"></text><text class="pin-number sch-pin-label" x="133.279756491959" y="334.28957416382036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.279756491959 334.28957416382036)">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="133.12792187062217" y1="338.7969430213051" x2="133.12792187062217" y2="350.3672786092651" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="132.54940509122417" y="349.7887618298671" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="132.54940509122417" y="344.5821108152851" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform="rotate(-90 132.54940509122417 344.5821108152851)"></text><text class="pin-number sch-pin-label" x="133.12792187062217" y="335.9043591243151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="rotate(-90 133.12792187062217 335.9043591243151)">schematic_port_150</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="602.9577489920141" width="15.1137508617727" height="5.785167793980122" fill="transparent"/><text class="sch-text" x="967.7595009334857" y="605.8503328890041" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 967.7595009334857, 605.8503328890041)">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="605.8503328890041" x2="949.2108066940373" y2="605.8503328890041" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="605.8503328890041" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="605.2718161096061" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="605.2718161096061" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="605.8503328890041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_151</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="964.2884002570977" y="646.346507446864" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 964.2884002570977, 646.346507446864)">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="646.346507446864" x2="949.2108066940373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="646.346507446864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_152</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="683.9500981077341" width="15.1137508617727" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="967.7595009334857" y="686.8426820047241" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 967.7595009334857, 686.8426820047241)">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="686.8426820047241" x2="949.2108066940373" y2="686.8426820047241" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="686.8426820047241" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="686.2641652253261" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="686.2641652253261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="686.8426820047241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_153</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" stroke-width="0.578516779398px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="960.2026255025994" y="643.453923549874" width="8.171549508996804" height="5.785167793980008" fill="transparent"/><text class="sch-text" x="964.2884002570977" y="646.346507446864" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="2.89258389699px" transform="rotate(0, 964.2884002570977, 646.346507446864)">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="960.2026255025994" y1="646.346507446864" x2="949.2108066940373" y2="646.346507446864" stroke-width="0.578516779398px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="948.6322899146394" cy="646.346507446864" r="0.578516779398" stroke-width="0.578516779398px"/><rect x="948.0537731352414" y="645.767990667466" width="1.157033558796" height="1.157033558796" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.4174577086193" y="645.767990667466" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="4.338875845485px" transform=""></text><text class="pin-number sch-pin-label" x="963.0952093995893" y="646.346507446864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="4.338875845485px" transform="">schematic_port_154</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="112.0970269051312" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="142.17989943382736" cy="160.738958766323" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="72.39631291894358" cy="219.74767026491895" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="72.39631291894358" cy="237.103173646859" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="302.68214841805997" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="302.68214841805997" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="372.10416194582" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="372.10416194582" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="372.10416194582" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="372.10416194582" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="351.85607466689" cy="98.548404981038" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="351.85607466689" cy="120.53204259816201" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="848.2596286890863" cy="251.86286500818045" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="848.2596286890863" cy="234.50736162624037" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="1061.985421377935" cy="298.715210652746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="1061.985421377935" cy="320.69884826987" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="267.97114165418" cy="165.367093001507" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="267.97114165418" cy="187.35073061863102" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="267.97114165418" cy="31.729716960568993" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="267.97114165418" cy="53.71335457769302" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="1055.043220025159" cy="63.83739821715801" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="1055.043220025159" cy="85.821035834282" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="133.12792187062217" cy="367.71836356930237" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="133.12792187062217" cy="389.70200118642634" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="890.1659378967289" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="890.1659378967289" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_2__stack1"><circle cx="890.1659378967289" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_3__stack1"><circle cx="890.1659378967289" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_4__stack1"><circle cx="890.1659378967289" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_5__stack1"><circle cx="890.1659378967289" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_6__stack1"><circle cx="890.1659378967289" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_7__stack1"><circle cx="890.1659378967289" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_8__stack1"><circle cx="962.480535321479" cy="313.756646917094" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_9__stack1"><circle cx="962.480535321479" cy="307.97147912311397" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_10__stack1"><circle cx="962.480535321479" cy="302.18631132913396" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_11__stack1"><circle cx="962.480535321479" cy="296.40114353515395" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_12__stack1"><circle cx="962.480535321479" cy="290.615975741174" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_13__stack1"><circle cx="962.480535321479" cy="284.830807947194" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_14__stack1"><circle cx="962.480535321479" cy="279.045640153214" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_15__stack1"><circle cx="962.480535321479" cy="273.260472359234" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="521.940007809902" cy="57.47371364377997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="521.940007809902" cy="63.25888143775998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_2__stack1"><circle cx="521.940007809902" cy="69.04404923173996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_3__stack1"><circle cx="521.940007809902" cy="74.82921702571997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_4__stack1"><circle cx="521.940007809902" cy="80.61438481969998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_5__stack1"><circle cx="521.940007809902" cy="86.39955261367997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_6__stack1"><circle cx="521.940007809902" cy="92.18472040765997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_7__stack1"><circle cx="521.940007809902" cy="97.96988820163998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_8__stack1"><circle cx="521.940007809902" cy="103.75505599561997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_9__stack1"><circle cx="521.940007809902" cy="109.54022378959996" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_10__stack1"><circle cx="521.940007809902" cy="115.32539158357997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_11__stack1"><circle cx="521.940007809902" cy="121.11055937755997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_12__stack1"><circle cx="521.940007809902" cy="126.89572717153997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_13__stack1"><circle cx="521.940007809902" cy="132.68089496551997" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_14__stack1"><circle cx="521.940007809902" cy="138.46606275949998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_15__stack1"><circle cx="521.940007809902" cy="144.25123055347999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_16__stack1"><circle cx="521.940007809902" cy="150.03639834746" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_17__stack1"><circle cx="521.940007809902" cy="155.82156614144" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_18__stack1"><circle cx="521.940007809902" cy="161.60673393541998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_19__stack1"><circle cx="521.940007809902" cy="167.3919017294" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_20__stack1"><circle cx="521.940007809902" cy="173.17706952338" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_21__stack1"><circle cx="521.940007809902" cy="178.96223731736" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_22__stack1"><circle cx="521.940007809902" cy="184.74740511134002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_23__stack1"><circle cx="521.940007809902" cy="190.53257290532002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_24__stack1"><circle cx="521.940007809902" cy="196.31774069930003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_25__stack1"><circle cx="521.940007809902" cy="202.10290849328004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_26__stack1"><circle cx="521.940007809902" cy="207.88807628726002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_27__stack1"><circle cx="521.940007809902" cy="213.67324408124003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_28__stack1"><circle cx="521.940007809902" cy="219.45841187522004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_29__stack1"><circle cx="626.0730281015419" cy="216.56582797823003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_30__stack1"><circle cx="626.0730281015419" cy="210.78066018425002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_31__stack1"><circle cx="626.0730281015419" cy="204.99549239027004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_32__stack1"><circle cx="626.0730281015419" cy="199.21032459629004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_33__stack1"><circle cx="626.0730281015419" cy="193.42515680231003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_34__stack1"><circle cx="626.0730281015419" cy="187.63998900833002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_35__stack1"><circle cx="626.0730281015419" cy="181.85482121435" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_36__stack1"><circle cx="626.0730281015419" cy="176.06965342037003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_37__stack1"><circle cx="626.0730281015419" cy="170.28448562639005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_38__stack1"><circle cx="626.0730281015419" cy="164.49931783241004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_39__stack1"><circle cx="626.0730281015419" cy="158.71415003843003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_40__stack1"><circle cx="626.0730281015419" cy="152.92898224445003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_41__stack1"><circle cx="626.0730281015419" cy="147.14381445047005" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_42__stack1"><circle cx="626.0730281015419" cy="141.35864665649004" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_43__stack1"><circle cx="626.0730281015419" cy="135.57347886251003" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_44__stack1"><circle cx="626.0730281015419" cy="129.78831106853002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_45__stack1"><circle cx="626.0730281015419" cy="124.00314327455001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_46__stack1"><circle cx="626.0730281015419" cy="118.21797548057002" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_47__stack1"><circle cx="626.0730281015419" cy="112.43280768659001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_48__stack1"><circle cx="626.0730281015419" cy="106.64763989261" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_49__stack1"><circle cx="626.0730281015419" cy="100.86247209863001" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_50__stack1"><circle cx="626.0730281015419" cy="95.07730430465" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_51__stack1"><circle cx="626.0730281015419" cy="89.29213651067" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_52__stack1"><circle cx="626.0730281015419" cy="83.50696871669" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_53__stack1"><circle cx="626.0730281015419" cy="77.72180092270999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_54__stack1"><circle cx="626.0730281015419" cy="71.93663312873" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_55__stack1"><circle cx="626.0730281015419" cy="66.15146533474999" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_56__stack1"><circle cx="626.0730281015419" cy="60.36629754076998" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1072.6879817967979" cy="218.301378316424" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="1072.6879817967979" cy="224.08654611040402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_2__stack1"><circle cx="1072.6879817967979" cy="229.87171390438402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_3__stack1"><circle cx="1072.6879817967979" cy="235.65688169836403" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_4__stack1"><circle cx="1072.6879817967979" cy="241.44204949234404" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_5__stack1"><circle cx="1130.539659736598" cy="238.54946559535398" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_6__stack1"><circle cx="1130.539659736598" cy="232.764297801374" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_7__stack1"><circle cx="1130.539659736598" cy="226.97913000739402" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_8__stack1"><circle cx="1130.539659736598" cy="221.193962213414" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="112.09702690513132" cy="219.747670264919" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="112.09702690513132" cy="225.53283805889902" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_2__stack1"><circle cx="112.09702690513132" cy="231.318005852879" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_3__stack1"><circle cx="169.9487048449314" cy="228.425421955889" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_4__stack1"><circle cx="169.9487048449314" cy="222.640254161909" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="579.3939554638658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="579.3939554638658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_2__stack1"><circle cx="637.2456334036658" cy="624.9413866091381" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_3__stack1"><circle cx="637.2456334036658" cy="619.156218815158" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="772.9078181724967" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="772.9078181724967" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_2__stack1"><circle cx="830.7594961122968" cy="235.44745139276216" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_3__stack1"><circle cx="830.7594961122968" cy="229.66228359878215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="772.9078181724967" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="772.9078181724967" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_2__stack1"><circle cx="830.7594961122968" cy="310.6546327145022" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_3__stack1"><circle cx="830.7594961122968" cy="304.86946492052215" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="902.6402059524983" cy="251.8628650081804" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="902.6402059524983" cy="234.50736162624042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="865.6512893697387" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="883.0067927516787" cy="706.8587985180349" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="813.512464626494" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="844.752370713986" cy="645.2467615121479" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="861.5293573165279" cy="319.541814711074" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="861.5293573165279" cy="336.897318093014" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="974.050870909439" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="991.406374291379" cy="228.71468034558802" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="1002.68745148964" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="1023.5140555479679" cy="285.98784150599" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="1002.68745148964" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="1023.5140555479679" cy="343.261002666392" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1027.852931393453" cy="213.094727301842" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1027.852931393453" cy="235.078364918966" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="180.50663606894477" cy="280.491932101709" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="180.50663606894477" cy="302.475569718833" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="499.37785341337997" cy="237.392432036558" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="499.37785341337997" cy="259.376069653682" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="1046.365468334189" cy="133.259411744918" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="1046.365468334189" cy="155.243049362042" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="543.742858933464" cy="622.627319491546" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="543.742858933464" cy="644.61095710867" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="631.4604656096859" cy="659.6523933730181" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="631.4604656096859" cy="681.636030990142" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="133.279756491959" cy="319.82665467887034" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="133.12792187062217" cy="350.3672786092651" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="948.6322899146394" cy="605.8503328890041" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="948.6322899146394" cy="646.346507446864" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="948.6322899146394" cy="686.8426820047241" r="1.157033558796" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="948.6322899146394" cy="646.346507446864" r="1.157033558796" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
372
+ M 72.39631291894358,213.962502470939
373
+ L 69.50372902195357,212.4005071665644
374
+ L 69.50372902195357,202.48087278915335
375
+ L 75.28889681593358,202.48087278915335
376
+ L 75.28889681593358,212.4005071665644
377
+ Z
378
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="72.39631291894358" y="211.359176963648" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 72.39631291894358 211.359176963648)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
379
+ M 150.88657696376725,147.6934053908981
380
+ L 147.99399306677725,146.13141008652352
381
+ L 147.99399306677725,136.21177570911246
382
+ L 153.77916086075726,136.21177570911246
383
+ L 153.77916086075726,146.13141008652352
384
+ Z
385
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="150.88657696376725" y="145.0900798836071" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 150.88657696376725 145.0900798836071)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
386
+ M 865.550048933344,300.7110935416691
387
+ L 862.657465036354,299.1490982372945
388
+ L 862.657465036354,289.2294638598834
389
+ L 868.442632830334,289.2294638598834
390
+ L 868.442632830334,299.1490982372945
391
+ Z
392
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="865.550048933344" y="298.10776803437807" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 865.550048933344 298.10776803437807)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
393
+ M 976.9723806453987,270.3389626232741
394
+ L 974.0797967484087,268.7769673188995
395
+ L 974.0797967484087,258.85733294148844
396
+ L 979.8649645423887,258.85733294148844
397
+ L 979.8649645423887,268.7769673188995
398
+ Z
399
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="976.9723806453987" y="267.7356371159831" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 976.9723806453987 267.7356371159831)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
400
+ M 1027.852931393453,213.094727301842
401
+ L 1024.960347496463,211.5327319974674
402
+ L 1024.960347496463,201.61309762005635
403
+ L 1030.7455152904429,201.61309762005635
404
+ L 1030.7455152904429,211.5327319974674
405
+ Z
406
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="1027.852931393453" y="210.491401794551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1027.852931393453 210.491401794551)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
407
+ M 72.39631291894358,242.88834144083899
408
+ L 70.83431761456897,245.780925337829
409
+ L 60.91468323715794,245.780925337829
410
+ L 60.91468323715794,239.99575754384898
411
+ L 70.83431761456897,239.99575754384898
412
+ Z
413
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="69.79298741165258" y="242.88834144083899" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
414
+ M 660.2344439249939,135.57347886251003
415
+ L 657.3418600280039,134.01148355813544
416
+ L 657.3418600280039,124.0918491807244
417
+ L 663.1270278219839,124.0918491807244
418
+ L 663.1270278219839,134.01148355813544
419
+ Z
420
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="660.2344439249939" y="132.97015335521903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 660.2344439249939 132.97015335521903)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
421
+ M 302.68214841805997,92.76323718705802
422
+ L 299.78956452106996,91.20124188268342
423
+ L 299.78956452106996,81.28160750527239
424
+ L 305.57473231504997,81.28160750527239
425
+ L 305.57473231504997,91.20124188268342
426
+ Z
427
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="302.68214841805997" y="90.15991167976702" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 302.68214841805997 90.15991167976702)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
428
+ M 372.10416194582,25.944549166589013
429
+ L 369.21157804883,24.38255386221441
430
+ L 369.21157804883,14.462919484803374
431
+ L 374.99674584281,14.462919484803374
432
+ L 374.99674584281,24.382553862214415
433
+ Z
434
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="372.10416194582" y="23.341223659298013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 372.10416194582 23.341223659298013)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
435
+ M 372.10416194582,159.581925207527
436
+ L 369.21157804883,158.01992990315242
437
+ L 369.21157804883,148.10029552574136
438
+ L 374.99674584281,148.10029552574136
439
+ L 374.99674584281,158.01992990315242
440
+ Z
441
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="372.10416194582" y="156.978599700236" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 372.10416194582 156.978599700236)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
442
+ M 848.2596286890863,228.72219383226042
443
+ L 845.3670447920963,227.16019852788583
444
+ L 845.3670447920963,217.24056415047477
445
+ L 851.1522125860763,217.24056415047477
446
+ L 851.1522125860763,227.16019852788583
447
+ Z
448
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="848.2596286890863" y="226.1188683249694" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 848.2596286890863 226.1188683249694)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
449
+ M 1061.985421377935,262.84717033006996
450
+ L 1059.092837480945,261.28517502569537
451
+ L 1059.092837480945,251.3655406482843
452
+ L 1064.8780052749248,251.3655406482843
453
+ L 1064.8780052749248,261.28517502569537
454
+ Z
455
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="1061.985421377935" y="260.24384482277895" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1061.985421377935 260.24384482277895)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
456
+ M 1055.043220025159,63.83739821715801
457
+ L 1052.150636128169,62.27540291278341
458
+ L 1052.150636128169,52.35576853537237
459
+ L 1057.9358039221488,52.35576853537237
460
+ L 1057.9358039221488,62.27540291278341
461
+ Z
462
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="1055.043220025159" y="61.234072709867014" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1055.043220025159 61.234072709867014)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
463
+ M 506.030796376457,57.47371364377997
464
+ L 503.138212479467,55.911718339405375
465
+ L 503.138212479467,45.99208396199433
466
+ L 508.923380273447,45.99208396199433
467
+ L 508.923380273447,55.911718339405375
468
+ Z
469
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="506.030796376457" y="54.87038813648898" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 506.030796376457 54.87038813648898)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
470
+ M 521.940007809902,178.96223731736
471
+ L 520.3780125055274,181.85482121435
472
+ L 510.45837812811635,181.85482121435
473
+ L 510.45837812811635,176.06965342037
474
+ L 520.3780125055274,176.06965342037
475
+ Z
476
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="519.336682302611" y="178.96223731736" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
477
+ M 180.50663606894477,222.640254161909
478
+ L 177.61405217195477,221.07825885753442
479
+ L 177.61405217195477,211.15862448012336
480
+ L 183.39921996593478,211.15862448012336
481
+ L 183.39921996593478,221.07825885753442
482
+ Z
483
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="180.50663606894477" y="220.036928654618" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 180.50663606894477 220.036928654618)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
484
+ M 804.805787096554,635.0937920337129
485
+ L 801.913203199564,633.5317967293383
486
+ L 801.913203199564,623.6121623519273
487
+ L 807.698370993544,623.6121623519273
488
+ L 807.698370993544,633.5317967293383
489
+ Z
490
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="804.805787096554" y="632.490466526422" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 804.805787096554 632.490466526422)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
491
+ M 1046.365468334189,133.259411744918
492
+ L 1043.4728844371991,131.6974164405434
493
+ L 1043.4728844371991,121.77778206313236
494
+ L 1049.258052231179,121.77778206313236
495
+ L 1049.258052231179,131.6974164405434
496
+ Z
497
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="1046.365468334189" y="130.656086237627" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 1046.365468334189 130.656086237627)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
498
+ M 133.279756491959,319.82665467887034
499
+ L 130.387172594969,318.26465937449575
500
+ L 130.387172594969,308.3450249970847
501
+ L 136.172340388949,308.3450249970847
502
+ L 136.172340388949,318.26465937449575
503
+ Z
504
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="133.279756491959" y="317.22332917157934" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 133.279756491959 317.22332917157934)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
505
+ M 948.6322899146394,646.346507446864
506
+ L 947.0702946102648,649.239091343854
507
+ L 937.1506602328537,649.239091343854
508
+ L 937.1506602328537,643.453923549874
509
+ L 947.0702946102648,643.453923549874
510
+ Z
511
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="946.0289644073484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
512
+ M 302.68214841805997,126.31721039214199
513
+ L 305.57473231504997,127.87920569651659
514
+ L 305.57473231504997,137.79884007392764
515
+ L 299.78956452106996,137.79884007392764
516
+ L 299.78956452106996,127.87920569651659
517
+ Z
518
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="302.68214841805997" y="128.920535899433" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 302.68214841805997 128.920535899433)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
519
+ M 372.10416194582,59.498522371673
520
+ L 374.99674584281,61.060517676047596
521
+ L 374.99674584281,70.98015205345864
522
+ L 369.21157804883,70.98015205345864
523
+ L 369.21157804883,61.060517676047596
524
+ Z
525
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="372.10416194582" y="62.101847878963994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 372.10416194582 62.101847878963994)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
526
+ M 372.10416194582,193.135898412611
527
+ L 374.99674584281,194.6978937169856
528
+ L 374.99674584281,204.61752809439665
529
+ L 369.21157804883,204.61752809439665
530
+ L 369.21157804883,194.6978937169856
531
+ Z
532
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="372.10416194582" y="195.739223919902" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 372.10416194582 195.739223919902)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
533
+ M 1061.985421377935,326.48401606385
534
+ L 1064.8780052749248,328.0460113682246
535
+ L 1064.8780052749248,337.96564574563564
536
+ L 1059.092837480945,337.96564574563564
537
+ L 1059.092837480945,328.0460113682246
538
+ Z
539
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="1061.985421377935" y="329.087341571141" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1061.985421377935 329.087341571141)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
540
+ M 1055.043220025159,85.821035834282
541
+ L 1057.9358039221488,87.3830311386566
542
+ L 1057.9358039221488,97.30266551606763
543
+ L 1052.150636128169,97.30266551606763
544
+ L 1052.150636128169,87.3830311386566
545
+ Z
546
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="1055.043220025159" y="88.424361341573" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1055.043220025159 88.424361341573)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
547
+ M 133.12792187062217,395.4871689804063
548
+ L 136.02050576761218,397.0491642847809
549
+ L 136.02050576761218,406.96879866219194
550
+ L 130.23533797363217,406.96879866219194
551
+ L 130.23533797363217,397.0491642847809
552
+ Z
553
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="133.12792187062217" y="398.0904944876973" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 133.12792187062217 398.0904944876973)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
554
+ M 861.5293573165279,342.68248588699396
555
+ L 864.4219412135179,344.24448119136855
556
+ L 864.4219412135179,354.1641155687796
557
+ L 858.6367734195379,354.1641155687796
558
+ L 858.6367734195379,344.24448119136855
559
+ Z
560
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="861.5293573165279" y="345.28581139428496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 861.5293573165279 345.28581139428496)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
561
+ M 1050.4440116289447,274.73569014669886
562
+ L 1053.3365955259346,276.29768545107345
563
+ L 1053.3365955259346,286.2173198284845
564
+ L 1047.5514277319548,286.2173198284845
565
+ L 1047.5514277319548,276.29768545107345
566
+ Z
567
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="1050.4440116289447" y="277.33901565398986" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1050.4440116289447 277.33901565398986)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
568
+ M 499.37785341337997,265.161237447662
569
+ L 502.27043731036997,266.7232327520366
570
+ L 502.27043731036997,276.64286712944767
571
+ L 496.48526951638996,276.64286712944767
572
+ L 496.48526951638996,266.7232327520366
573
+ Z
574
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="499.37785341337997" y="267.764562954953" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 499.37785341337997 267.764562954953)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
575
+ M 657.6311184177029,61.84151532823488
576
+ L 660.5237023146929,63.403510632609475
577
+ L 660.5237023146929,73.32314501002051
578
+ L 654.7385345207128,73.32314501002051
579
+ L 654.7385345207128,63.403510632609475
580
+ Z
581
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="657.6311184177029" y="64.44484083552588" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 657.6311184177029 64.44484083552588)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
582
+ M 1167.882917846739,222.6691800008789
583
+ L 1170.775501743729,224.2311753052535
584
+ L 1170.775501743729,234.15080968266454
585
+ L 1164.9903339497491,234.15080968266454
586
+ L 1164.9903339497491,224.2311753052535
587
+ Z
588
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="1167.882917846739" y="225.2725055081699" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1167.882917846739 225.2725055081699)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
589
+ M 112.09702690513132,225.53283805889902
590
+ L 110.53503160075671,228.42542195588902
591
+ L 100.61539722334568,228.42542195588902
592
+ L 100.61539722334568,222.640254161909
593
+ L 110.53503160075671,222.640254161909
594
+ Z
595
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="109.49370139784031" y="225.53283805889902" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
596
+ M 543.742858933464,650.39612490265
597
+ L 546.635442830454,651.9581202070245
598
+ L 546.635442830454,661.8777545844356
599
+ L 540.850275036474,661.8777545844356
600
+ L 540.850275036474,651.9581202070245
601
+ Z
602
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="543.742858933464" y="652.9994504099409" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 543.742858933464 652.9994504099409)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
603
+ M 631.4604656096859,687.421198784122
604
+ L 634.3530495066759,688.9831940884966
605
+ L 634.3530495066759,698.9028284659076
606
+ L 628.5678817126959,698.9028284659076
607
+ L 628.5678817126959,688.9831940884966
608
+ Z
609
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="631.4604656096859" y="690.024524291413" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 631.4604656096859 690.024524291413)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
610
+ M 837.7306233040426,252.83188061367207
611
+ L 840.6232072010326,254.39387591804666
612
+ L 840.6232072010326,264.3135102954577
613
+ L 834.8380394070526,264.3135102954577
614
+ L 834.8380394070526,254.39387591804666
615
+ Z
616
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="837.7306233040426" y="255.43520612096307" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 837.7306233040426 255.43520612096307)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
617
+ M 837.7306233040426,316.4687263474521
618
+ L 840.6232072010326,318.0307216518267
619
+ L 840.6232072010326,327.95035602923775
620
+ L 834.8380394070526,327.95035602923775
621
+ L 834.8380394070526,318.0307216518267
622
+ Z
623
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="837.7306233040426" y="319.0720518547431" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 837.7306233040426 319.0720518547431)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
624
+ M 1027.852931393453,240.86353271294598
625
+ L 1030.7455152904429,242.42552801732057
626
+ L 1030.7455152904429,252.34516239473163
627
+ L 1024.960347496463,252.34516239473163
628
+ L 1024.960347496463,242.42552801732057
629
+ Z
630
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="1027.852931393453" y="243.466858220237" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1027.852931393453 243.466858220237)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
631
+ M 1046.365468334189,155.243049362042
632
+ L 1049.258052231179,156.8050446664166
633
+ L 1049.258052231179,166.72467904382765
634
+ L 1043.4728844371991,166.72467904382765
635
+ L 1043.4728844371991,156.8050446664166
636
+ Z
637
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="1046.365468334189" y="157.846374869333" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 1046.365468334189 157.846374869333)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
638
+ M 948.6322899146394,646.346507446864
639
+ L 947.0702946102648,649.239091343854
640
+ L 937.1506602328537,649.239091343854
641
+ L 937.1506602328537,643.453923549874
642
+ L 947.0702946102648,643.453923549874
643
+ Z
644
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="946.0289644073484" y="646.346507446864" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
645
+ M 848.2596286890863,265.1145149862659
646
+ L 849.8216239934609,262.22193108927587
647
+ L 863.1390802552029,262.22193108927587
648
+ L 863.1390802552029,268.0070988832559
649
+ L 849.8216239934609,268.0070988832559
650
+ Z
651
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="850.8629541963772" y="265.1145149862659" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
652
+ M 521.940007809902,202.10290849328004
653
+ L 520.3780125055274,204.99549239027004
654
+ L 503.66273435945453,204.99549239027004
655
+ L 503.66273435945453,199.21032459629004
656
+ L 520.3780125055274,199.21032459629004
657
+ Z
658
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="519.336682302611" y="202.10290849328004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
659
+ M 133.12792187062217,359.04282108928373
660
+ L 131.56592656624758,361.93540498627374
661
+ L 101.25936088285101,361.93540498627374
662
+ L 101.25936088285101,356.15023719229373
663
+ L 131.56592656624758,356.15023719229373
664
+ Z
665
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="130.52459636333117" y="359.04282108928373" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
666
+ M 626.0730281015419,141.35864665649004
667
+ L 627.6350234059165,138.46606275950003
668
+ L 657.9415890893131,138.46606275950003
669
+ L 657.9415890893131,144.25123055348004
670
+ L 627.6350234059165,144.25123055348004
671
+ Z
672
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="628.6763536088329" y="141.35864665649004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
673
+ M 861.5293573165279,313.756646917094
674
+ L 858.6367734195379,312.1946516127194
675
+ L 858.6367734195379,302.2750172353083
676
+ L 864.4219412135179,302.2750172353083
677
+ L 864.4219412135179,312.1946516127194
678
+ Z
679
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="861.5293573165279" y="311.15332140980297" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 861.5293573165279 311.15332140980297)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
680
+ M 990.5385991222819,313.756646917094
681
+ L 993.4311830192719,315.31864222146856
682
+ L 993.4311830192719,325.2382765988796
683
+ L 987.6460152252919,325.2382765988796
684
+ L 987.6460152252919,315.31864222146856
685
+ Z
686
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="990.5385991222819" y="316.359972424385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 990.5385991222819 316.359972424385)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
687
+ M 979.4021511188704,296.40114353515395
688
+ L 976.5095672218804,294.83914823077936
689
+ L 976.5095672218804,284.9195138533683
690
+ L 982.2947350158604,284.9195138533683
691
+ L 982.2947350158604,294.83914823077936
692
+ Z
693
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="979.4021511188704" y="293.79781802786295" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 979.4021511188704 293.79781802786295)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
694
+ M 1002.68745148964,343.261002666392
695
+ L 1001.1254561852654,346.153586563382
696
+ L 991.2058218078544,346.153586563382
697
+ L 991.2058218078544,340.368418769402
698
+ L 1001.1254561852654,340.368418769402
699
+ Z
700
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="1000.0841259823491" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
701
+ M 968.265703115459,261.690136771274
702
+ L 966.7037078110844,264.582720668264
703
+ L 956.7840734336734,264.582720668264
704
+ L 956.7840734336734,258.797552874284
705
+ L 966.7037078110844,258.797552874284
706
+ Z
707
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="965.6623776081681" y="261.690136771274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
708
+ M 543.742858933464,619.156218815158
709
+ L 542.1808636290895,622.048802712148
710
+ L 532.2612292516784,622.048802712148
711
+ L 532.2612292516784,616.263634918168
712
+ L 542.1808636290895,616.263634918168
713
+ Z
714
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="541.1395334261731" y="619.156218815158" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
715
+ M 521.940007809902,167.3919017294
716
+ L 520.3780125055274,170.28448562639
717
+ L 510.45837812811635,170.28448562639
718
+ L 510.45837812811635,164.49931783241
719
+ L 520.3780125055274,164.49931783241
720
+ Z
721
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="519.336682302611" y="167.3919017294" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
722
+ M 631.4604656096859,650.9746416820482
723
+ L 633.0224609140605,648.0820577850582
724
+ L 646.3399171758025,648.0820577850582
725
+ L 646.3399171758025,653.8672255790382
726
+ L 633.0224609140605,653.8672255790382
727
+ Z
728
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="634.0637911169769" y="650.9746416820482" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
729
+ M 521.940007809902,173.17706952338
730
+ L 520.3780125055274,176.06965342037
731
+ L 507.0605562437854,176.06965342037
732
+ L 507.0605562437854,170.28448562639
733
+ L 520.3780125055274,170.28448562639
734
+ Z
735
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="519.336682302611" y="173.17706952338" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
736
+ M 499.37785341337997,184.74740511134002
737
+ L 496.48526951638996,183.18540980696542
738
+ L 496.48526951638996,173.26577542955437
739
+ L 502.27043731036997,173.26577542955437
740
+ L 502.27043731036997,183.18540980696542
741
+ Z
742
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="499.37785341337997" y="182.144079604049" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 499.37785341337997 182.144079604049)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
743
+ M 659.337742916927,86.37062677471012
744
+ L 656.445159019937,84.80863147033551
745
+ L 656.445159019937,74.88899709292448
746
+ L 662.230326813917,74.88899709292448
747
+ L 662.230326813917,84.80863147033551
748
+ Z
749
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="659.337742916927" y="83.76730126741911" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(-90 659.337742916927 83.76730126741911)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
750
+ M 521.940007809902,190.53257290532002
751
+ L 520.3780125055274,193.42515680231003
752
+ L 507.0605562437854,193.42515680231003
753
+ L 507.0605562437854,187.63998900833002
754
+ L 520.3780125055274,187.63998900833002
755
+ Z
756
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="519.336682302611" y="190.53257290532002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
757
+ M 948.6322899146394,605.8503328890041
758
+ L 947.0702946102648,608.7429167859941
759
+ L 933.7528383485228,608.7429167859941
760
+ L 933.7528383485228,602.9577489920141
761
+ L 947.0702946102648,602.9577489920141
762
+ Z
763
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="946.0289644073484" y="605.8503328890041" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
764
+ M 521.940007809902,196.31774069930003
765
+ L 520.3780125055274,199.21032459629004
766
+ L 510.45837812811635,199.21032459629004
767
+ L 510.45837812811635,193.42515680231003
768
+ L 520.3780125055274,193.42515680231003
769
+ Z
770
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="519.336682302611" y="196.31774069930003" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
771
+ M 948.6322899146394,686.8426820047241
772
+ L 947.0702946102648,689.7352659017141
773
+ L 937.1506602328537,689.7352659017141
774
+ L 937.1506602328537,683.9500981077341
775
+ L 947.0702946102648,683.9500981077341
776
+ Z
777
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="946.0289644073484" y="686.8426820047241" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
778
+ M 626.0730281015419,176.06965342037003
779
+ L 627.6350234059165,173.17706952338003
780
+ L 651.1459453206512,173.17706952338003
781
+ L 651.1459453206512,178.96223731736004
782
+ L 627.6350234059165,178.96223731736004
783
+ Z
784
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="628.6763536088329" y="176.06965342037003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
785
+ M 865.6512893697387,706.8587985180349
786
+ L 864.0892940653641,709.7513824150249
787
+ L 840.5783721506294,709.7513824150249
788
+ L 840.5783721506294,703.9662146210449
789
+ L 864.0892940653641,703.9662146210449
790
+ Z
791
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="863.0479638624478" y="706.8587985180349" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
792
+ M 1023.5140555479679,285.98784150599
793
+ L 1025.0760508523426,283.095257609
794
+ L 1041.7913289984153,283.095257609
795
+ L 1041.7913289984153,288.88042540298
796
+ L 1025.0760508523426,288.88042540298
797
+ Z
798
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="1026.1173810552589" y="285.98784150599" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
799
+ M 626.0730281015419,124.00314327455001
800
+ L 627.6350234059165,121.11055937756001
801
+ L 644.3503015519894,121.11055937756001
802
+ L 644.3503015519894,126.89572717154002
803
+ L 627.6350234059165,126.89572717154002
804
+ Z
805
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="628.6763536088329" y="124.00314327455001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
806
+ M 1023.5140555479679,343.261002666392
807
+ L 1025.0760508523426,340.368418769402
808
+ L 1041.7913289984153,340.368418769402
809
+ L 1041.7913289984153,346.153586563382
810
+ L 1025.0760508523426,346.153586563382
811
+ Z
812
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="1026.1173810552589" y="343.261002666392" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
813
+ M 626.0730281015419,118.21797548057002
814
+ L 627.6350234059165,115.32539158358001
815
+ L 644.3503015519894,115.32539158358001
816
+ L 644.3503015519894,121.11055937756002
817
+ L 627.6350234059165,121.11055937756002
818
+ Z
819
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="628.6763536088329" y="118.21797548057002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
820
+ M 626.0730281015419,95.07730430465
821
+ L 627.6350234059165,92.18472040766
822
+ L 651.1459453206512,92.18472040766
823
+ L 651.1459453206512,97.96988820164
824
+ L 627.6350234059165,97.96988820164
825
+ Z
826
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="628.6763536088329" y="95.07730430465" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
827
+ M 1130.539659736598,232.764297801374
828
+ L 1132.1016550409727,229.871713904384
829
+ L 1155.6125769557073,229.871713904384
830
+ L 1155.6125769557073,235.656881698364
831
+ L 1132.1016550409727,235.656881698364
832
+ Z
833
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="1133.142985243889" y="232.764297801374" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
834
+ M 626.0730281015419,89.29213651067
835
+ L 627.6350234059165,86.39955261368
836
+ L 654.5437672049821,86.39955261368
837
+ L 654.5437672049821,92.18472040766001
838
+ L 627.6350234059165,92.18472040766001
839
+ Z
840
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="628.6763536088329" y="89.29213651067" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
841
+ M 1130.539659736598,238.54946559535398
842
+ L 1132.1016550409727,235.65688169836397
843
+ L 1159.0103988400383,235.65688169836397
844
+ L 1159.0103988400383,241.44204949234398
845
+ L 1132.1016550409727,241.44204949234398
846
+ Z
847
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="1133.142985243889" y="238.54946559535398" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
848
+ M 626.0730281015419,83.50696871669
849
+ L 627.6350234059165,80.61438481969999
850
+ L 651.1459453206512,80.61438481969999
851
+ L 651.1459453206512,86.39955261368
852
+ L 627.6350234059165,86.39955261368
853
+ Z
854
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="628.6763536088329" y="83.50696871669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
855
+ M 1072.6879817967979,241.44204949234404
856
+ L 1071.1259864924232,244.33463338933404
857
+ L 1047.6150645776886,244.33463338933404
858
+ L 1047.6150645776886,238.54946559535404
859
+ L 1071.1259864924232,238.54946559535404
860
+ Z
861
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="1070.084656289507" y="241.44204949234404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
862
+ M 626.0730281015419,77.72180092270999
863
+ L 627.6350234059165,74.82921702571998
864
+ L 651.1459453206512,74.82921702571998
865
+ L 651.1459453206512,80.61438481969999
866
+ L 627.6350234059165,80.61438481969999
867
+ Z
868
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="628.6763536088329" y="77.72180092270999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
869
+ M 1072.6879817967979,229.87171390438402
870
+ L 1071.1259864924232,232.76429780137403
871
+ L 1047.6150645776886,232.76429780137403
872
+ L 1047.6150645776886,226.97913000739402
873
+ L 1071.1259864924232,226.97913000739402
874
+ Z
875
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="1070.084656289507" y="229.87171390438402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
876
+ M 626.0730281015419,71.93663312873
877
+ L 627.6350234059165,69.04404923173999
878
+ L 651.1459453206512,69.04404923173999
879
+ L 651.1459453206512,74.82921702572
880
+ L 627.6350234059165,74.82921702572
881
+ Z
882
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="628.6763536088329" y="71.93663312873" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
883
+ M 1072.6879817967979,224.08654611040402
884
+ L 1071.1259864924232,226.97913000739402
885
+ L 1047.6150645776886,226.97913000739402
886
+ L 1047.6150645776886,221.193962213414
887
+ L 1071.1259864924232,221.193962213414
888
+ Z
889
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="1070.084656289507" y="224.08654611040402" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
890
+ M 626.0730281015419,66.15146533474999
891
+ L 627.6350234059165,63.25888143775999
892
+ L 644.3503015519894,63.25888143775999
893
+ L 644.3503015519894,69.04404923173999
894
+ L 627.6350234059165,69.04404923173999
895
+ Z
896
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="628.6763536088329" y="66.15146533474999" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
897
+ M 1072.6879817967979,218.301378316424
898
+ L 1071.1259864924232,221.193962213414
899
+ L 1051.0128864620194,221.193962213414
900
+ L 1051.0128864620194,215.408794419434
901
+ L 1071.1259864924232,215.408794419434
902
+ Z
903
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="1070.084656289507" y="218.301378316424" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
904
+ M 772.9078181724967,229.66228359878215
905
+ L 771.3458228681221,232.55486749577216
906
+ L 751.2327228377184,232.55486749577216
907
+ L 751.2327228377184,226.76969970179215
908
+ L 771.3458228681221,226.76969970179215
909
+ Z
910
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="770.3044926652058" y="229.66228359878215" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
911
+ M 902.6402059524983,251.8628650081804
912
+ L 905.5327898494883,253.42486031255498
913
+ L 905.5327898494883,270.14013845862786
914
+ L 899.7476220555083,270.14013845862786
915
+ L 899.7476220555083,253.42486031255498
916
+ Z
917
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.578516779398px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="902.6402059524983" y="254.4661905154714" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="5.2066510145819995px" transform="rotate(90 902.6402059524983 254.4661905154714)">XXXX</text><text class="sch-text" x="938.182830586763" y="323.302173777161" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 938.182830586763, 323.302173777161)">TYPE_C_16PIN_2MD_073_</text><text class="sch-text" x="910.4140251756589" y="264.1488330837155" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 910.4140251756589, 264.1488330837155)">J_USB</text><text class="sch-text" x="543.923645427026" y="226.11135483829702" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 543.923645427026, 226.11135483829702)">RP2040</text><text class="sch-text" x="536.98144407425" y="51.25465826525151" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 536.98144407425, 51.25465826525151)">U1</text><text class="sch-text" x="1105.084921443086" y="248.094992455421" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 1105.084921443086, 248.094992455421)">W25Q16JVUXIQ</text><text class="sch-text" x="1087.729418061146" y="212.0823229378955" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 1087.729418061146, 212.0823229378955)">U2</text><text class="sch-text" x="149.70061756600137" y="237.97094881595598" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 149.70061756600137, 237.97094881595598)">AP2112K_3_3TRG1</text><text class="sch-text" x="127.1384631694794" y="213.5286148863905" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 127.1384631694794, 213.5286148863905)">U3</text><text class="sch-text" x="613.5264454483479" y="634.4869134692051" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 613.5264454483479, 634.4869134692051)">X322512MSB4SI</text><text class="sch-text" x="594.4353917282139" y="610.0445795396396" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 594.4353917282139, 610.0445795396396)">Y1</text><text class="sch-text" x="801.8336571423968" y="244.99297825282918" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 801.8336571423968, 244.99297825282918)">SKRPACE010</text><text class="sch-text" x="796.6270061278149" y="220.55064432326367" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 796.6270061278149, 220.55064432326367)">SW_BOOT</text><text class="sch-text" x="801.8336571423968" y="320.20015957456917" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819915px" transform="rotate(0, 801.8336571423968, 320.20015957456917)">SKRPACE010</text><text class="sch-text" x="794.8914557896207" y="295.75782564500366" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.2066510145819995px" transform="rotate(0, 794.8914557896207, 295.75782564500366)">SW_RUN</text><rect class="schematic-box sch-box" x="901.7362734846889" y="320.69884826987" width="72.89311420414799" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="900.0007231464949" y="260.533103212478" width="20.82660405832803" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="533.510343397862" y="223.50802933100601" width="20.826604058327916" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="531.774793059668" y="47.638928394013995" width="10.413302029163901" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1084.258317384758" y="245.49166694813" width="41.65320811665606" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="1082.522767046564" y="208.466593066658" width="10.413302029163788" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="123.66736249309133" y="235.36762330866497" width="52.06651014582002" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="121.93181215489739" y="209.912885015153" width="10.413302029164015" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="590.9642910518259" y="631.883587961914" width="45.12430879304395" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="589.2287407136319" y="606.4288496684021" width="10.413302029164015" height="7.231459742475067" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="784.4781537604567" y="242.38965274553817" width="34.71100676388005" height="5.206651014581951" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="782.7426034222628" y="216.9349144520262" width="27.768805411103926" height="7.231459742474954" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="784.4781537604567" y="317.59683406727817" width="34.71100676388005" height="5.2066510145820075" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/><rect class="schematic-box sch-box" x="782.7426034222628" y="292.1420957737662" width="24.29770473471592" height="7.23145974247501" stroke-width="0.578516779398px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="4.628134235184 2.314067117592"/>
918
+ </g>
919
+ </svg>